Releases: alexdelprete/ha-abb-powerone-pvi-sunspec
Releases · alexdelprete/ha-abb-powerone-pvi-sunspec
v3.6.0
- Fix for deprecated function BinaryPayloadDecoder in pymodbus. Solves the warnings in HA log.
What's Changed
- Bump ruff from 0.9.4 to 0.9.5 by @dependabot in #234
- Update pip requirement from <24.4,>=21.0 to >=21.0,<25.1 by @dependabot in #229
- Create pt.json by @ViPeR5000 in #235
- Bump ruff from 0.9.5 to 0.9.6 by @dependabot in #236
New Contributors
- @ViPeR5000 made their first contribution in #235
v3.6.0-beta.1
- Fix for deprecated function BinaryPayloadDecoder in pymodbus
What's Changed
- Bump ruff from 0.9.4 to 0.9.5 by @dependabot in #234
- Update pip requirement from <24.4,>=21.0 to >=21.0,<25.1 by @dependabot in #229
- Create pt.json by @ViPeR5000 in #235
- Bump ruff from 0.9.5 to 0.9.6 by @dependabot in #236
New Contributors
- @ViPeR5000 made their first contribution in #235
Full Changelog: v3.5.9...v3.6.0-beta.1
v3.5.9
What's Changed
- Adapt to pymodbus 3.8.0 API change on client keyword only parameters (see https://pymodbus.readthedocs.io/en/v3.8.3/source/api_changes.html#api-changes-3-8-0)
- Bump actions/setup-python from 5.3.0 to 5.4.0 by @dependabot in #231
- Bump ruff from 0.9.3 to 0.9.4 by @dependabot in #232
Full Changelog: v3.5.8...v3.5.9
v3.5.8
- Fix for ExceptionResponse handling in find_sunspec_modbus_m160_offset()
v3.5.7
- Finally solved the issue with some specific inverters (UNO and possibly TRIO) and non-standard M160 model register map (tnx @pdebruine for testing and feedbacks)
v3.5.7-beta.4
- Added ExceptionResponse handling to all API read functions
v3.5.7-beta.3
- Added multiple exception handling to all API read operations
v3.5.7-beta.2
- Forced selector box for slave_id in config_flow
v3.5.7-beta.1
- Removed selectors from ConfigFlow
- Strengthened variable type control in ConfigFlow/Coordinator/API
v3.5.6
- Migrated logger code to f-style