github WillCodeForCats/solaredge-modbus-multi v2.2.0
Release v2.2.0

latest releases: v2.4.15, v2.4.15-pre.1, v2.4.14...
20 months ago

This release contains a breaking change!

We fixed a problem observed in issue #61 (breaking change) with duplicate meters appearing after initial setup, and adds support for SolarEdge Synergy inverters (#86).

Recommended Upgrade Procedure

The change required to fix issue #61 will cause duplicate entity names for meters and batteries.

  1. Delete integration from Settings -> Devices & Services.
  2. Update to v2.2.0 release (manually or through HACS).
  3. Re-Add the integration under Settings -> Devices & Services.

This procedure will preserve entity names. If updated in place, existing meter and battery entities will have a _2 suffix after updating to a v2.2.x or higher release. This procedure is not necessary if you are upgrading from a 2.2.0-pre.X release.

What's Changed

  • Duplicate meters after initial setup in #83
  • SolarEdge Synergy Multiple MPPT Support in #86
  • Change exception class base name in #89
  • Remove unused strings from language files in #90

Some inverters do not provide stable meter device information for unknown reasons. Unfortunately, using this information for the entity Unique ID causes new entities to be created if the inverter changes what it reports for that device. The issue has not been observed with the inverter device information, so the fix for #61 is to change the Unique ID for meter and battery entities to be based on the parent inverter's model and serial number.

Full Changelog: v2.1.3...v2.2.0

Don't miss a new solaredge-modbus-multi release

NewReleases is sending notifications on new releases.