Skip to content

Releases: mletenay/home-assistant-goodwe-inverter

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

12 Jun 21:09
Compare
Choose a tag to compare

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

Add Fast Charging Swtich and Soc/Power inputs

26 May 20:58
Compare
Choose a tag to compare

Add Fast Charging Swtich and Soc/Power inputs.
Add Start/Stop buttons to DT (grid-only) inverters.
Fix EcoMode on ES(A) inverters.

Fix freezing of integration

21 May 20:51
Compare
Choose a tag to compare

Fix random freeze of integration (caused by infinite wait for packet fragment).

Disable Modbus/TCP lenght checks

20 May 22:06
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 (TCP and UDP).

Enable Modbus/TCP on any inverter

19 May 18:40
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.

Add additional modbus registers to diagnostics info download (in an attempt o identify SEMS update issue).

Configuration UI hotfix

17 May 07:35
Compare
Choose a tag to compare

Configuration UI hotfix

Fix integration setup

17 May 06:09
Compare
Choose a tag to compare

Fix integration setup - migration from previous config.

Add support for handling fragmented responses

16 May 21:51
Compare
Choose a tag to compare

Add support for handling fragmented responses.
Expose all parameters to configuration UI.
Add "keep alive" config.
Add support for reading/writing generic modbus register (setting).
Fix writing single byte settings on ES inverters.
Fix decoding 0 energy values.

Fix connection to BT inverters

08 May 22:11
Compare
Choose a tag to compare

Fix connection to BT inverters.
Fix setup of TCP mode.
Add timeout to TCP create_connection.
Fix SELF_USE mode on ES G2.

Add support for Modbus/TCP communication

05 May 16:21
Compare
Choose a tag to compare

Major rewrite of the communication protocol.
Besides existing Goodwe's Modbus/RTU over UDP, standard Modbus/TCP is now supported too (e.g. Wifi/LAN kit 20).

#272 Fix max value of grid_export_limit - either 10000, or 2* inverter rated power (if known).
HA #115837 Fix N/A energy/power values on DT inverters.
Implement async_update so settings values can be reloaded by homeassistant.update_entity service