Skip to content

Releases: mletenay/home-assistant-goodwe-inverter

Update to HomeAssistant 2021.9.1+ APIs

03 Sep 16:14
Compare
Choose a tag to compare

Update to HomeAssistant 2021.9.1+ APIs
Added several new sensors for ET and ES inverter families.

Add optional comm_address config parameter

02 Sep 10:02
Compare
Choose a tag to compare

Add optional comm_address config parameter in case inverter is configured to communicate on non-default value.

Add set_grid_export_limit service

31 Aug 22:29
Compare
Choose a tag to compare

Add set_grid_export_limit service.
Fix e_total on DT/D-NS/XS inverters.

Fix communication with DT/D-NS/XS inverters

30 Aug 11:45
Compare
Choose a tag to compare

Fix communication with DT/D-NS/XS inverters

Add several new energy sensors for ET/EH inverters

30 Aug 08:20
Compare
Choose a tag to compare

Add several new energy sensors for ET/EH inverters.
Add support for BP inverters.

Add new 'inverter_type' configuration parameter.

The type (and communication protocol) of inverter can be detected automatically, but it is generally recommended to explicitly specify the inverter_type to improve startup reliability and performance.
One of ET, EH, ES, EM, DT, NS, XS, BP can be specified

Add new 'include_unknown_sensors' configuration parameter.

There are many values reported by the inverters whose meaning is not yet fully known. Those sensors are named "xx*" and will be provided if the include_unknown_sensors parameter is set to true.
The default behavior was changed and xx* sensors are no longer provided by default !!!

Add support for BP inverters.

29 Aug 11:07
Compare
Choose a tag to compare

Add support for BP inverters.

Lots of internal code and code structure changes, add generic APIs for read/write modbus registers.

Add new 'inverter_type' configuration parameter.

The type (and communication protocol) of inverter can be detected automatically, but it is generally recommended to explicitly specify the inverter_type to improve startup reliability and performance.
One of ET, EH, ES, EM, DT, NS, XS, BP can be specified

Add new 'include_unknown_sensors' configuration parameter.

There are many values reported by the inverters whose meaning is not yet fully known. Those sensors are named "xx*" and will be provided if the include_unknown_sensors parameter is set to true.
The default behavior was changed and xx* sensors are no longer provided by default !!!

Fix broken DT inverter

24 Aug 21:35
Compare
Choose a tag to compare

Add new 'inverter_type' configuration parameter.

The type (and communication protocol) of inverter can be detected automatically, but it is generally recommended to explicitly specify the inverter_type to improve startup reliability and performance.
One of ET, EH, ES, EM, DT, NS, XS can be specified

Add new 'include_unknown_sensors' configuration parameter.

There are many values reported by the inverters whose meaning is not yet fully known. Those sensors are named "xx*" and will be provided if the include_unknown_sensors parameter is set to true.
The default behavior was changed and xx* sensors are no longer provided by default !!!

(+fix broken DT inverter)

Add inverter_type and include_unknown_sensors parameters

23 Aug 20:35
Compare
Choose a tag to compare

Add new 'inverter_type' configuration parameter.

The type (and communication protocol) of inverter can be detected automatically, but it is generally recommended to explicitly specify the inverter_type to improve startup reliability and performance.
One of ET, EH, ES, EM, DT, NS, XS can be specified

Add new 'include_unknown_sensors' configuration parameter.

There are many values reported by the inverters whose meaning is not yet fully known. Those sensors are named "xx*" and will be provided if the include_unknown_sensors parameter is set to true.
The default behavior was changed and xx* sensors are no longer provided by default !!!