Releases: alexdelprete/ha-abb-powerone-pvi-sunspec
v3.5.4
BREAKING: starting from this release, the integration will require HA 2025.1.x
- Introduced different offsets for M160: some models (UNO, TRIO, REACT2) don't respect standard sunspec offset (122)
- Fixed Unload/reload integration
- Optimized ConfigFlow / OptionsFlow
- New Requirement: HA 2025.1.0
- Fixed Sensor entity class definition
Users of UNO/TRIO/REACT2: please give me a feedback in the discussion section of the repo that announces this release. Thank you.
v3.5.3
BREAKING: starting from this release, the integration will require HA 2025.1.x
- Introduced different offsets for M160: some models (UNO, TRIO, REACT2) don't respect standard sunspec offset (122)
- Fixed Unload/reload integration
- Optimized ConfigFlow / OptionsFlow
- New Requirement: HA 2025.1.0
- Fixed Sensor entity class definition
Users of UNO/TRIO/REACT2: please give me a feedback in the discussion section of the repo that announces this release. Thank you.
v3.5.2
BREAKING: starting from this release, the integration will require HA 2025.1.x
- Introduced different offsets for M160: some models (UNO, TRIO, REACT2) don't respect standard sunspec offset (122)
- Fixed Unload/reload integration
- Optimized ConfigFlow / OptionsFlow
- New Requirement: HA 2025.1.0
- Fixed Sensor entity class definition
Users of UNO/TRIO/REACT2: please give me a feedback in the discussion section of the repo that announces this release. Thank you.
v3.5.1
BREAKING: starting from this release, the integration will require HA 2025.1.x
- Introduced different offsets for M160: some models (UNO, TRIO, REACT2) don't respect standard sunspec offset (122)
- Fixed Unload/reload integration
- Optimized ConfigFlow / OptionsFlow
- New Requirement: HA 2025.1.0
Users of UNO/TRIO/REACT2: please give me a feedback in the discussion section of the repo that announces this release. Thank you.
v3.5.1-beta.5
- Fixes to ConfigFlow
v3.5.1-beta.4
- Fixed OptionsFlow Unload/Reload
v3.5.1-beta.3
BREAKING: starting from this beta, the integration will require HA 2025.1.x
- refactored config_flow
- introduced different offsets for M160: some models (UNO, TRIO, REACT2) don't respect standard sunspec offset (122)
Users of UNO/TRIO/REACT2: please give me a feedback in the discussion section of the repo that announces this release. Thank you.
Full Changelog: v3.5.1-beta.2...v3.5.1-beta.3
v3.5.1-beta.2
- changed multi_mppt_id read to uint16
v3.5.1-beta.1
What's Changed
- Reworked logic to read Model 160 for UNO-DM-PLUS/REACT2/TRIO inverters
- Update pip requirement from <24.2,>=21.0 to >=21.0,<24.3 by @dependabot in #166
- Bump ruff from 0.5.1 to 0.5.5 by @dependabot in #164
- Bump softprops/action-gh-release from 2.0.6 to 2.0.8 by @dependabot in #159
- Bump actions/setup-python from 5.1.0 to 5.1.1 by @dependabot in #155
Full Changelog: v3.5.0...v3.5.1-beta.1
v3.5.0 - Optimizations for HA 2024.7
- Resolve deprecation warnings with 2024.7.x: https://developers.home-assistant.io/blog/2024/06/12/async_forward_entry_setups
- Store runtime data inside the config entry: https://developers.home-assistant.io/blog/2024/04/30/store-runtime-data-inside-config-entry