Releases: alexdelprete/ha-abb-powerone-pvi-sunspec
Releases · alexdelprete/ha-abb-powerone-pvi-sunspec
v3.3.3-alpha.3 - Don't use
INTERNAL RELEASE
v3.3.3-alpha.2 - Don't use
INTERNAL ALPHA
v3.3.3-alpha.1 - Don't use
Don't install.
v3.3.2 - Update for HA 2024.1
- Replaced deprecated constants (STATE_CLASS_MEASUREMENT, STATE_CLASS_TOTAL_INCREASING) with SensorStateClass enums to prevent HA 2024.1 deprecation warnings
- Removed min. required pymodbus version from manifest, since HA already requires it (https://developers.home-assistant.io/docs/creating_integration_manifest/#custom-integration-requirements)
- Bump the custom component version to 3.3.2
Full Changelog: v3.3.1...v3.3.2
v3.3.2-beta.1 - Fix HA 2024.1 warnings for deprecated constants
- Replaced deprecated constants (STATE_CLASS_MEASUREMENT, STATE_CLASS_TOTAL_INCREASING) with SensorStateClass enums to prevent HA 2024.1 deprecation warnings
- Removed min. required pymodbus version from manifest, since HA already requires it (https://developers.home-assistant.io/docs/creating_integration_manifest/#custom-integration-requirements)
- Bump the custom component version to 3.3.2
v3.3.1 - Fixed DC volt negative value for UNO-DM/REACT2 models
Finally solved the negative DC voltage value on UNO-DM and REACT2 inverters. (issue #94)
v3.3.1-beta.3 - Fix for #94
Probably fixed DC Volt -0-0 issue for some inverter models. Let's see...
v3.3.1-beta.2
Fixed some debug log lines
v3.3.1-beta.1
Added some debug logs for M160 data capture, to debug issue #94
v3.3.0 - Fix for Sunspec Model 160 different offsets
UNO-DM-PLUS and REACT2 inverters use a different offset address for Sunspec Model 160 data (start address is 41104). Model 160 contains data for MPPTs.
The integration now checks Model 160 at the default address (40122) and if it doesn't find it there, jumps to 41104.
Fixes #91 and the negative value for DC Voltage issue.