Skip to content

Releases: WillCodeForCats/solaredge-modbus-multi

Release v2.1.2-pymodbusdev.1

21 Aug 15:50
8411ce3

Choose a tag to compare

Pre-release

This pre-release uses the latest pre-release version of pymodbus.

Release v2.1.2

20 Aug 19:11
c2f5645

Choose a tag to compare

  • Update vendor error codes in #79

Full Changelog: v2.1.1...v2.1.2

Release v2.1.1

11 Aug 14:34
003f12d

Choose a tag to compare

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

09 Aug 17:19
9f70091

Choose a tag to compare

Release v2.1.1-pre.2 Pre-release
Pre-release
  • Battery value checks in #74

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

Release v2.1.1-pre.1

08 Aug 23:04
5744b6b

Choose a tag to compare

Release v2.1.1-pre.1 Pre-release
Pre-release

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.

  • Code quality cleanups: #75 and #72
  • Wait for config entry platform forwards in #66

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

08 Aug 18:08
e9d5238

Choose a tag to compare

Pre-release
  • 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

04 Aug 16:09
5cac6db

Choose a tag to compare

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.

Full Changelog: v2.0.5...v2.1.0

Release v2.1.0-pre.2

01 Aug 21:16
fe63527

Choose a tag to compare

Release v2.1.0-pre.2 Pre-release
Pre-release

This release is various minor cleanups on the pre.1 release.

Please report problems in issue #67.

Release v2.1.0-pre.1

31 Jul 23:24
79d6481

Choose a tag to compare

Release v2.1.0-pre.1 Pre-release
Pre-release

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

28 Jul 17:59
71d48fe

Choose a tag to compare

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.