Skip to content

Releases: WillCodeForCats/solaredge-modbus-multi

Release v2.4.9-pre.4

23 Jan 18:01
20f5f12

Choose a tag to compare

Release v2.4.9-pre.4 Pre-release
Pre-release

Full Changelog: v2.4.9-pre.3...v2.4.9-pre.4

Release v2.4.9-pre.3

22 Jan 22:30
9535981

Choose a tag to compare

Release v2.4.9-pre.3 Pre-release
Pre-release

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

Release v2.4.9-pre.2

20 Jan 14:56
cca630b

Choose a tag to compare

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

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

Release v2.4.9-pre.1

10 Jan 23:30
99fd1d5

Choose a tag to compare

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

This release changes the following battery device attributes into sensors:

  • batt_charge_peak
  • batt_discharge_peak
  • batt_max_charge
  • batt_max_discharge

These are listed as "nameplate" values in specs which implies static information, but it was noted that these values may change (Issue #495 and discussion #496). Values that are dynamic in their own right should be implemented as sensors. It's unknown if they are dynamic for all battery types or only some.

What's Changed

Full Changelog: v2.4.8...v2.4.9-pre.1

Release v2.4.8

09 Jan 22:37
2827f37

Choose a tag to compare

This release has a new AC energy class which now uses the inverter's native watt-hour units internally. This is mostly a quality improvement, but there is a backwards compatibility (not strictly breaking) change with entity naming.

The decision to previously use units in kWh for energy sensors was before Home Assistant had the ability users to select display precision and dynamically convert between units in a sensor class that supported different units. Now that the units and precision can be changed in the UI, having "kwh" in the sensor name is no longer appropriate and possibly inaccurate. The default energy unit will still be kWh unless changed in the sensory entity configuration.

Backwards compatibility note: units ('kwh') have been removed from the energy sensor names. This will affect new users to the integration that use templates intended for older versions. Upgrading as an existing user will not change any existing entity names. The internal Unique ID for these sensors is not changing.

Minimum version of Home Assistant is now 2023.12.0 with Python 3.11.

What's Changed

Full Changelog: v2.4.7...v2.4.8

Release v2.4.8-pre.3

05 Jan 16:34
0902b44

Choose a tag to compare

Release v2.4.8-pre.3 Pre-release
Pre-release

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

Release v2.4.8-pre.2

28 Dec 16:44
7ac20d8

Choose a tag to compare

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

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

Release v2.4.8-pre.1

19 Dec 17:23
3286345

Choose a tag to compare

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

This release has a new AC energy class with improvements and now uses the inverter's native watt-hour units.

The decision to use fixed units in kWh predates the ability for Home Assistant users to select display precision and dynamically convert between units in a supported sensor class. But now that users can change the units and precision in the UI, having "kwh" in the sensor name is no longer appropriate and possibly inaccurate.

Backwards compatibility note: units have been removed from the energy (kWh) sensor names and entity names. This will affect new users to the integration that use templates intended for older versions. Upgrading as an existing user does not change existing entity names.

Minimum version of Home Assistant is now 2023.12.0 with Python 3.11.

What's Changed

Full Changelog: v2.4.7...v2.4.8-pre.1

Release v2.4.7

28 Nov 23:51
f664376

Choose a tag to compare

This release updates the minimum version of pymodbus to address a potential bug with a setting in pymodbus versions older than 3.5.3 and has a whole bunch of internal changes that should go unnoticed, but improve the overall quality of the integration.

What's Changed

Full Changelog: v2.4.6...v2.4.7

Release v2.4.7-pre.7

21 Nov 02:43
40ebe4b

Choose a tag to compare

Release v2.4.7-pre.7 Pre-release
Pre-release

Full Changelog: v2.4.7-pre.6...v2.4.7-pre.7