Releases: mukaschultze/ha-must-inverter
Releases · mukaschultze/ha-must-inverter
v0.2.3
What's Changed
- fix: pymodbus 3.10 breaking changes by @mukaschultze in #89
New Contributors
- @mukaschultze made their first contribution in #89
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- fix: error when changing entity values when using newer pymodbus versions
- fix(translations): "Accumulated Power" to "Accumulated Energy" for kWh sensors by @rpardini in https://github.com/mukaschultze/ha-must-inverter/pull/66111
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- feat: error and warning messages from the inverter
- feat: change
MaxChargerCurrentto number instead of sensor - fix: set unit of measurement for number entities
- fix: serial number repair updates existing entities and registered device instead of creating new ones (#65)
- feat: create issue for mismatched modbus registers (#47)
- fix: add warning about multiple devices (wifi/usb/rs485) when "wrong number of registers read" by @rpardini in #64
New Contributors
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Breaking changes
- since some entities names and ids were updated it might be necessary to remove and re-add the device.
What's Changed
- better entity naming to help prevent ambiguity
- better support for 12V and 48V models #37, #57
- allow multiple device connections simultaneously #54
- support for pv1900 series by @entvia in #58
- offer a repair for serial numbers that were not written by the manufacturer
- proper translations support (feel free to open a PR translating to your language!)
- pt-BR translations
- better icons
New Contributors
Full Changelog: 0.1.14...v0.2.0
v0.1.14
What's Changed
- chore(deps): bump actions/checkout from 4.1.1 to 4.1.7 by @dependabot in #35
- chore(deps): bump ruff from 0.1.13 to 0.5.0 by @dependabot in #33
- chore(deps): bump colorlog from 6.8.0 to 6.8.2 by @dependabot in #7
- chore(deps): bump softprops/action-gh-release from 0.1.15 to 2.0.6 by @dependabot in #34
- chore(deps): bump actions/setup-python from 5.0.0 to 5.1.0 by @dependabot in #21
- chore(deps): update pip requirement from <23.4,>=21.0 to >=21.0,<24.4 by @dependabot in #45
Full Changelog: v0.1.13...v0.1.14
v0.1.13
Fixed warnings about the usage of APIs that are deprecated and will be removed in the future.
Full Changelog: v0.1.12...v0.1.13
v0.1.12
Full Changelog: v0.1.11...v0.1.12
v0.1.11
Full Changelog: v0.1.10...v0.1.11
v0.1.10
fix: deadlock when connection is lost during register read
v0.1.9
fix: await `_check_and_reopen` call