Releases: WillCodeForCats/solaredge-modbus-multi
Release v2.1.2-pymodbusdev.1
This pre-release uses the latest pre-release version of pymodbus.
Release v2.1.2
- Update vendor error codes in #79
Full Changelog: v2.1.1...v2.1.2
Release v2.1.1
This release is one housekeeping item (#66), battery related value checks (#74), and cleanup to follow the Home Assistant developer style guide. Specifically this means using isort to order imports, flake8 to check quality, and black for code style.
- Wait for config entry platform forwards in #66
- Code quality cleanups: #75 and #72
- Battery value checks in #74
Full Changelog: v2.1.0...v2.1.1
Minimum required Home Assistant version is 2022.8
Release v2.1.1-pre.2
- Battery value checks in #74
Full Changelog: v2.1.1-pre.1...v2.1.1-pre.2
Release v2.1.1-pre.1
This release is one housekeeping item (#66) and changes to follow the Home Assistant developer style guide. Specifically this means using isort to order imports, flake8 to check quality, and black for code style.
Full Changelog: v2.1.0...v2.1.1-pre.1
Minimum required Home Assistant version is now 2022.8
Release v2.1.0-battery.1
- Battery value checks in #74
- Code quality cleanups: #75 and #72
- Wait for config entry platform forwards in #66
Full Changelog: v2.1.0...v2.1.0-battery.1
Release v2.1.0
This release is a major architectural change to use the Home Assistant Data Update Coordinator. There are no new features or fixes.
Home Assistant provides a DataUpdateCoordinator class to help manage fetching data for entities as efficiently as possible with a single periodical poll, then letting entities know as soon as new data is available for them.
- Data update coordinator by @WillCodeForCats in #65
Full Changelog: v2.0.5...v2.1.0
Release v2.1.0-pre.2
This release is various minor cleanups on the pre.1 release.
Please report problems in issue #67.
Release v2.1.0-pre.1
This release is a major architectural change to use the Home Assistant Data Update Coordinator. There are no new features or fixes in this release, so you can cleanly downgrade to the most recent v2.0.x release if needed.
Home Assistant provides a DataUpdateCoordinator class to help manage fetching data for entities as efficiently as possible with a single periodical poll, then letting entities know as soon as new data is available for them.
Please report problems in issue #67.
Release v2.0.5
The major new feature of this release is battery support, as tested from feedback in issue #22 and the battery.1 through battery.8 pre-releases. Battery data from modbus is not universally enabled by SolarEdge: you may need to contact your installer or SolarEdge support to have them enabled. Some newer battery systems may not support the old style registers. See the discussion Battery integration #63 for more information.
Other changes:
Full Changelog: v2.0.3...v2.0.5
Release v2.0.4 was skipped because it contains an init bug fixed in c689da7.