Skip to content

Releases: WillCodeForCats/solaredge-modbus-multi

Release v3.0.4

20 Dec 16:08
5691b56
Compare
Choose a tag to compare

This release adds a local copy of the ModbusExceptions class from pymodbus to address issue #710.

What's Changed

Full Changelog: v3.0.3...v3.0.4

Release v3.0.3

12 Dec 08:04
bbc909a
Compare
Choose a tag to compare

CRITICAL UPDATE: This release fixes requirements to exclude pymodbus version 3.8.0 and higher. Everyone must apply this update.

The requirements were incorrectly set without an upper version limit. Pymodbus 3.8.0 introduces breaking API changes that are not backwards compatible. Without an upper limit in the requirements file, HA will download the latest version of pymodbus which will cause a failure the next time you restart or upgrade Home Assistant. This integration has been tested with pymodbus 3.6.6 through 3.7.4.

If you are using a v2.x.x release please read the release notes for v3.0.0 before updating.

What's Changed

Full Changelog: v3.0.2...v3.0.3

Release v3.0.2

15 Nov 23:55
e636994
Compare
Choose a tag to compare

This release adds a log message for Battery Rating Adjustment.

If you are using a v2.x.x release please read the release notes for v3.0.0 before updating.

What's Changed

Full Changelog: v3.0.1...v3.0.2

Release v3.0.1

29 Oct 13:17
708b92d
Compare
Choose a tag to compare

This release updates an internal constant to use the UnitOfReactivePower class that was introduced in HA 2024.9.0. There are no new features or bug fixes in this release.

If you are using a v2.x.x release please read the release notes for v3.0.0 before updating.

Minimum required Home Assistant version for this release is 2024.9.0.

What's Changed

Full Changelog: v3.0.0...v3.0.1

Release v3.0.0

14 Sep 14:38
fbb0197
Compare
Choose a tag to compare

Release v3.0.0 is a major update which adds the ability to configure a list of modbus device IDs to support sequential and non-sequential ID configurations, or a combination of both. If you're upgrading your inverter settings will be migrated to the new Device ID List configuration. v3.0.0 and future releases can't be downgraded to a v2.x.x release.

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

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.

The Auto-Detect Additional Entities option will now be disabled by default. If you remove or re-add the hub or integration, the new default is disabled. Upgrades will maintain existing settings. See #653 for details.

Thanks to @thargy for functions to handle inverter device ID lists.

What's Changed

Full Changelog: v2.4.20...v3.0.0

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