Releases: mletenay/home-assistant-goodwe-inverter
Add meter_e_total_exp (L1/L2/L3) to ETT/745 inverters
Add Fast Charging Swtich and Soc/Power inputs
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
Fix random freeze of integration (caused by infinite wait for packet fragment).
Disable Modbus/TCP lenght checks
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
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
Configuration UI hotfix
Fix integration setup
Fix integration setup - migration from previous config.
Add support for handling fragmented responses
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
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
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