Commit Graph

65 Commits

Author SHA1 Message Date
suaveolent
1fae169c29 add local_addr parameter to allow to bind to specific interface 2024-09-13 11:10:03 +02:00
suaveolent
be21769efc fix as json for identitfy requests, fixes #19 2024-09-13 11:10:03 +02:00
suaveolent
d0c296b556 fixes #55 2024-09-13 11:10:03 +02:00
suaveolent
61470d3161 begin support for meter 2024-09-03 14:16:27 +02:00
suaveolent
f595e64303 added empty __init__.py to fix install error 2024-07-31 15:18:48 +02:00
suaveolent
019d6578e1 combine 800W/1000W model detection 2024-06-16 17:38:50 +02:00
suaveolent
2f95f07759 add serial number field to turn-on/off command 2024-06-14 10:33:49 +02:00
suaveolent
4846173a42 support for HMT-2250-6T 2024-06-13 08:58:56 +02:00
suaveolent
d7d9e4ed6c fix naming of 1000W 2024-06-10 09:57:36 +02:00
suaveolent
d89abb093b correctly identitfy HMS-1000W-2T 2024-06-04 12:12:33 +02:00
suaveolent
93537a5f51 add get-alarm-list command 2024-06-03 14:06:17 +02:00
/)/) -- Daniel Haslinger
c501b48976
emit proper exit codes to use in automation and scripts 2024-05-23 14:01:09 +02:00
suaveolent
aa3aae751a use intenum 2024-04-22 17:29:33 +02:00
suaveolent
b35e59adab fix network select enum 2024-04-22 17:29:33 +02:00
suaveolent
d7e4512b9f fix get-real-data 2024-03-18 15:21:05 +01:00
suaveolent
322ab070fc removed real_data_hms request since it is covered by real_data_new 2024-03-18 09:22:00 +01:00
suaveolent
39e934c7f3 implement identify dtu and inverter 2024-03-14 15:47:00 +01:00
suaveolent
922ed64b94 Make clear restart and on / off commands 2024-03-14 15:24:28 +01:00
suaveolent
a97c9a8fd2 refactoring, version bump 2024-03-14 15:18:11 +01:00
suaveolent
a581179240 DTU and Inverter model parsing 2024-03-13 16:59:57 +00:00
suaveolent
d5d63339e8 init hw_model 2024-03-08 13:49:43 +01:00
suaveolent
6ad4de5553 updated command actions and device kind 2024-02-29 12:10:02 +01:00
suaveolent
096f2ddedb check for correct length of buffer 2024-02-24 09:45:36 +01:00
suaveolent
1843cc2b18 bugfix close writer 2024-02-24 09:30:45 +01:00
suaveolent
913493d8a9 add mutex to prevent multiple requests issued at the same time 2024-02-23 11:17:51 +01:00
suaveolent
b7a7f92155 removed print statement 2024-02-22 12:15:27 +01:00
suaveolent
77032f0c5e logging statement 2024-02-22 12:14:40 +01:00
suaveolent
d4b388a75d implement response crc check 2024-02-22 12:13:52 +01:00
suaveolent
c007f31a87 parse inverter serial 2024-02-15 08:58:10 +01:00
suaveolent
33f9bd73ec implement heartbeat 2024-02-15 08:31:42 +01:00
suaveolent
96860f6442 implement heartbeat command 2024-02-13 08:43:16 +01:00
suaveolent
a06b3c39d3 bugfix 2024-02-13 08:05:00 +01:00
suaveolent
ba5ac3a7fe bug fix 2024-02-13 08:03:48 +01:00
suaveolent
cd476628e4 bugfix 2024-02-12 13:12:56 +01:00
suaveolent
30d307baac support formatting output as json 2024-02-12 10:11:37 +01:00
suaveolent
81b7dac630 improve compatibility with python 3.9 2024-02-12 09:51:57 +01:00
suaveolent
df998bba53 add async_ prefix 2024-02-12 09:25:22 +01:00
suaveolent
d7fa6d964b error handling 2024-02-09 11:07:59 +01:00
suaveolent
a86ae5221e add support for custom firmware url 2024-02-08 16:01:24 +01:00
suaveolent
16f9d9fd6d use asyncio for network calls, refactoring 2024-02-08 13:38:42 +01:00
suaveolent
1834d05854 refactgoring, update readme 2024-02-06 16:44:15 +01:00
suaveolent
e2b6d6709f add support for dtu/inverter version 2024-02-06 16:35:33 +01:00
suaveolent
416ce82238 remove print statement 2024-01-30 14:30:11 +01:00
suaveolent
f8d91279d2 turn on and off commands 2024-01-30 12:10:28 +01:00
suaveolent
f57cda7e40 support for restart command 2024-01-30 11:55:48 +01:00
suaveolent
687c9cefc6 update firmware 2024-01-29 12:02:30 +01:00
suaveolent
b55859e9b1 firmware update 2024-01-29 11:46:27 +01:00
suaveolent
85b88e91ed add support to set wifi 2024-01-16 10:15:50 +01:00
suaveolent
a32729c5d8 support for set-power limit 2024-01-11 14:04:38 +01:00
suaveolent
35add1c787 hotfix: do not log error if timeout 2023-12-21 16:15:26 +01:00