Skip to content

Releases: marcelblijleven/goodwe

Add active_power sensor to DT inverters

16 Jun 21:27
Compare
Choose a tag to compare

Add active_power sensor to DT inverters.
Close the socket before UDP retries.

Add meter_e_total_exp (L1/L2/L3) to ETT/745 inverters

12 Jun 20:13
Compare
Choose a tag to compare

Add meter_e_total_exp (L1/L2/L3) to ETT/745 inverters.
Fix eco_mode v2 detection on ESA models.
Add Start/Stop/Restart settings to DT inverters.

Add meter_e_total_exp (L1/L2/L3) to ETT/745 inverters

Add Start/Stop/Restart settings to DT inverters

26 May 18:02
Compare
Choose a tag to compare

Add Start/Stop/Restart settings to DT inverters.
Fix eco_mode v2 detection on ESA models.
Throw ValueError or unknown setting.

Fix timeout during fragmented response handling

21 May 20:41
Compare
Choose a tag to compare

Fix timeout during fragmented response handling (causing infinite lock).

Disable Modbus/TCP lenght checks

20 May 21:58
Compare
Choose a tag to compare

Disable Modbus/TCP lenght checks, V20 Wifi/LAN dongles seem to be pretty buggy in this aspect.
Improve handling/reliability of fragmented responses.

Enable Modbus/TCP on any inverter

19 May 18:21
Compare
Choose a tag to compare

Enable Modbus/TCP on any inverter, not just ETT/GSN.
Work around Goodwe Modbus/TCP bug returning wrong response length.
Add packet fragmentation support to AA55 protocol.
When keep_alive = false, close connection under lock.

Add support for handling fragmented responses

16 May 21:29
Compare
Choose a tag to compare

Add support for handling fragmented responses.
Add support for reading/writing generic modbus register (setting).
Fix writing single byte settings on ES inverters.
Fix decoding 0 energy values.

Fix setup of BT inverters

08 May 21:35
Compare
Choose a tag to compare

BT inverters do not respond to 47547 register read command with 'ILLEGAL DATA ADDRESS', but they do not respond at all.
Adjust the EcoModeV2 setup to consider this behavior.

Add timeout to TCP create_connection.
Add BMS/BMS2 real time monitoring settings.

Fix setup of BT inverters

08 May 21:26
Compare
Choose a tag to compare

BT inverters do not respond to 47547 register read command with 'ILLEGAL DATA ADDRESS', but they do not respond at all.
Adjust the EcoModeV2 setup to consider this behavior.