Skip to content

Releases: binsentsu/home-assistant-solaredge-modbus

V2.0.3

24 Feb 21:51
6a3179c
Compare
Choose a tag to compare
  • Fix SensorEntityDescription for battery charged/discharged. Use device class ENERGY and state class TOTAL_INCREASING (#281)

V2.0.2

01 Feb 09:09
Compare
Choose a tag to compare
  • auto close connection upon mobus driver errors and reconnect on next read
  • Use configured export control site limit instead of default value as max value of the number entity

V2.0.1

27 Jan 20:48
Compare
Choose a tag to compare
  • Add self defined units of measure for VAh and varh which are missing in HA Core, so statistics can be generated for them. (#274 )
  • Remove state class within Battery Status Entity Description as this would expect a numeric value while it's a text now. (#262)
  • Use previous pymodbus payload decoder to check if unpack errors resolve as these errors coincided with HA upgrade of pymodbus from 3.6.9 to 3.7.4 (#262)

V2.0.0

25 Jan 10:44
021839a
Compare
Choose a tag to compare
  • Code rewrite to use standard HA DataUpdateCoordinator for handling data refreshes.
  • Code rewrite to use HA Entity Description for describing the entities, defining all the device and state classes and now allowing changing the unit of measure through UI.

V1.13.0

04 Jan 21:29
8aef128
Compare
Choose a tag to compare
  • Update pymodbus version to 3.7.4 to align with version of HA Core
  • Bump min HA version to 2025.1
  • Add italian translation (#258 - @andreapier )

V1.12.0

23 Aug 19:35
Compare
Choose a tag to compare
  • Replace deprecated async_forward_entry_setup call (#241 - @slyoldfox)
  • Update pymodbus version to 3.6.9 to align with version of HA Core
  • Bump min HA version to 2024.8
  • Documentation: Instructions for ModBus enablement via LAN-only (#250 - @cwmoriarty)
  • Documentation: Update readme (#251 - @Pat28)

V1.11.1

23 Jan 14:37
9613797
Compare
Choose a tag to compare
  • Fix missing comma in translation json files (#221)

V1.11.0

22 Jan 21:59
6d2f487
Compare
Choose a tag to compare

V1.10.2

03 Jan 22:39
1a4af5e
Compare
Choose a tag to compare
  • Replace deprecated magic numbers with EntityState enums for HA 2024.1 (#217 - @Sholofly). Fixes #216
  • Execute modbus data gathering through hass executor job. This could relieve general unavailability issues in case of unstable/slow inverter connection. (#210 #204)
  • Update pymodbus version 3.5.4 to align with version of HA Core
  • Bump min HA version to 2023.11

V1.10.1

25 Sep 20:30
c8bcd41
Compare
Choose a tag to compare
  • Fix #201 : Modbus not connecting in case of scan_interval of 1 second