Skip to content

Releases: WillCodeForCats/solaredge-modbus-multi

Release v3.0.0-pre.2

30 Aug 20:07
c8a8843
Compare
Choose a tag to compare
Release v3.0.0-pre.2 Pre-release
Pre-release

IMPORTANT: v3.0.0 is not backwards compatible. Back up your Home Assistant Core configuration if you need to downgrade to a 2.x.x release. Installing this pre-release will migrate the integration config to the new inverter ID list.

Release v3.0.0 adds the ability to configure a list of modbus device IDs to support sequential and non-sequential ID configurations, or a combination of both.

List: 1,2,3,4 or 1,3,10
Range: 1-4 becomes 1,2,3,4
Combination: 1-3,5,10 becomes 1,2,3,5,10

Configurations from any 2.x.x version will be migrated to the new list format. Example: a configuration with number of inverters "3" and inverter address "1" will become 1,2,3 in this release.

Entity naming for meters and batteries will now include the inverter Device ID in the name by default for new hubs or new devices. Existing entities will remain unchanged. Some entities had units removed from the default entity name. These changes may require updates to templates.

What's Changed

Full Changelog: v3.0.0-pre.1...v3.0.0-pre.2

Release v3.0.0-pre.1

23 Aug 19:13
b114428
Compare
Choose a tag to compare
Release v3.0.0-pre.1 Pre-release
Pre-release

IMPORTANT: v3.0.0 is not backwards compatible. Back up your Home Assistant Core configuration if you need to downgrade to a 2.x.x release. Installing this pre-release will migrate the integration config to the new inverter ID list.

Release v3.0.0 adds the ability to configure a list of modbus device IDs to support sequential and non-sequential ID configurations, or a combination of both.

These types of configurations are now possible:

List: 1,2,3,4 or 1,3,10
Range: 1-4 becomes 1,2,3,4
Combination: 1-3,5,10 becomes 1,2,3,5,10

Configurations from any 2.x.x version will be migrated to the new list format. Example: a configuration with number of inverters "3" and inverter address "1" will become 1,2,3 in this release.

Full Changelog: v2.4.20...v3.0.0-pre.1

Release v2.4.20

08 Aug 14:48
77952e6
Compare
Choose a tag to compare

Full Changelog: v2.4.19...v2.4.20

Release v2.4.19

02 Aug 13:57
f416e4b
Compare
Choose a tag to compare

This release updates the Grid Status entity to always be available (it no longer depends on the "Auto-Detect Additional Entities" option) and API changes for pymodbus 3.7.0.

What's Changed

Full Changelog: v2.4.18...v2.4.19

Release v2.4.19-pre.3

02 Aug 13:51
bde622d
Compare
Choose a tag to compare
Release v2.4.19-pre.3 Pre-release
Pre-release

Full Changelog: v2.4.19-pre.2...v2.4.19-pre.3

Release v2.4.19-pre.2

28 Jul 17:21
4b188f7
Compare
Choose a tag to compare
Release v2.4.19-pre.2 Pre-release
Pre-release

Always add the grid status binary sensor entity.

Full Changelog: v2.4.19-pre.1...v2.4.19-pre.2

Release v2.4.19-pre.1

24 Jul 14:14
565511b
Compare
Choose a tag to compare
Release v2.4.19-pre.1 Pre-release
Pre-release
  • Continue on inverter no response when reading grid on/off in case this undocumented location is not universally supported.

Full Changelog: v2.4.18...v2.4.19-pre.1

Release v2.4.18

14 Jul 23:33
161f46d
Compare
Choose a tag to compare

This release improves on the new binary sensor entity for Grid Power status by adding the POWER class. Systems with a backup interface should be able to use this to indicate if they're on battery power or grid power.

What's Changed

Full Changelog: v2.4.17...v2.4.18

Release v2.4.17

14 Jul 14:21
159d251
Compare
Choose a tag to compare

This release adds a new binary sensor entity for Grid Power status. Systems with a backup interface should be able to use this to indicate if they're on battery power or grid power.

What's Changed

Full Changelog: v2.4.16...v2.4.17

Release v2.4.17-pre.3

07 Jul 19:25
26d0e83
Compare
Choose a tag to compare
Release v2.4.17-pre.3 Pre-release
Pre-release

Invert sensor return

0 = on (grid available)
1 = off (grid NOT available)

Full Changelog: v2.4.17-pre.2...v2.4.17-pre.3