Skip to content

Releases: mletenay/home-assistant-goodwe-inverter

Fix ECO modes on ES inverters

05 Feb 16:23
Compare
Choose a tag to compare

Fix ECO modes on ES inverters.
Fix #153 - should restore Eco Mode Power on start
Fix #150 - expose "fast charge" feature via inverter settings (service invocation).
Fix #155 - sensor class warnings
Fix HA#81788 - No more restarts on mode change (ES)
Fix HA#81601 - Text sensors have proper history now
Expose new settings on ET inverters - peak_shaving_mode, dod_holding, dred

Add support for GE's 4 MPTT inverters

26 Jan 22:41
Compare
Choose a tag to compare

Add support for GE's 4 MPTT inverters.
Do not reset inverter after work mode change.
Adjust sensor units and device classes.

Fix eco mode value types

12 Sep 22:05
Compare
Choose a tag to compare

Fix eco mode value types

Fix eco mode settings on ES inverters

09 Sep 21:53
Compare
Choose a tag to compare

Fix parameter of eco mode in ES inverters.

Add get_parameter/set_parameter services

19 Aug 22:08
Compare
Choose a tag to compare

Add services for reading and writing inverter configuration parameters.

Add support for latest firmware updates

09 Aug 21:45
Compare
Choose a tag to compare

Add support for latest firmware updates (ET and ES families).
Replace some deprecated HA APIs

Update to HA 2022.4 API changes

07 Apr 20:56
Compare
Choose a tag to compare

Update to HA 2022.4 API changes, replace deprecated/removed code.

Move to experimental mode

03 Feb 23:20
Compare
Choose a tag to compare

Support for Goodwe solar inverters is present as native integration of Home Assistant since its release 2022.2.

The standard HA integration is recommended for most users.

This custom component is now experimental version with features not (yet) present in standard HA's integration and is intended for users with specific needs and early adopters of new features. Use at own risk.

Migration from HACS to HA

If you have been using this custom component and want to migrate to standard HA integration, the migration is straightforward. Just remove the integration from HACS (press Ignore and force uninstall despite the warning the integration is still configured). Atrer restart of Home Assistant, the standard Goodwe integration will start and all your existing settings, entity names, history and statistics should be preserved.

(If you uninstall the integration first, then uninstall HACS component and install integration back again, it will also work, but you will probably loose some history and settings since HA integration uses slightly different default entity names.)

Apply Eco mode power changes immediately

11 Jan 23:15
Compare
Choose a tag to compare

When inverter is in of the new Eco charge mode or Eco discharge mode any change of value of the Eco mode power will be immediately applied on inverter. (Prior to v0.9.8.1, it was applied only upon operation mode change).
Fix Eco mode power number entity when multiple inverters are present.

Created new Eco Charge and Eco Discharge work modes

10 Jan 22:43
Compare
Choose a tag to compare

Created new (emulated) work modes Eco charge mode and Eco discharge mode as convenience shortcuts to enter inverter Eco Mode with single configured charging (or discharging) group valid all the time (from 00:00-23:69, Mon-Sun) and with charging power set to the value of another new configuration entity called Eco mode power.

(Usual disclaimer applies, use carefully at your own risk...)