Home Assistant Solaredge Modbus Versions Save

Home assistant Component for reading data locally from Solaredge inverter through modbus TCP

V1.11.1

4 months ago
  • Fix missing comma in translation json files (#221)

V1.11.0

4 months ago
  • Add support for a 3rd battery (#219 - @Thebasestar)
  • Add missing translations/improve existing ones (#220 - @bouwew)

V1.10.2

5 months ago
  • 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

8 months ago
  • Fix #201 : Modbus not connecting in case of scan_interval of 1 second

V1.10.0

8 months ago
  • Make timeout dependent on scan interval (#183 - @svewag). Fixes #100
  • Make MAX_EXPORT_CONTROL_SITE_LIMIT configurable (#198 - @kumarunster). Fixes #186
  • Bump minimum HA core version to 2023.9.2
  • Align pymodbus version to updated HA core pymodbus version 3.5.2

V1.9.2

9 months ago

V1.9.1

10 months ago
  • Align pymodbus version to updated HA core pymodbus version 3.3.1 (#176)
  • Update minimal HA core version to 2023.7.0

V1.9.0

1 year ago
  • Control of inverter power output. Enables limiting or completely shutting down power output. For example in case of a dynamic energy contract in periods with a negative energy price. (#163 - @Johan-EU)

V1.8.0

1 year ago
  • Allow battery percentage to be 0 (@ryanm101 - #134)
  • Make integration compatible with pymodbus bump to 3.x in HA core 2023.2
  • Bump minimum HA core version to 2023.2.0

V1.7.2

1 year ago
  • Update usages of deprecated HA core constants to new enum classes (#133). Fixes #131