Releases: binsentsu/home-assistant-solaredge-modbus
Releases · binsentsu/home-assistant-solaredge-modbus
V2.0.3
V2.0.2
V2.0.1
- 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
V1.13.0
V1.12.0
- 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
V1.11.0
V1.10.2
- 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