Skip to content

v0.0.7

Compare
Choose a tag to compare
@sfstar sfstar released this 02 Feb 09:43
· 80 commits to main since this release

This is a "bugfix" release

Breaking changes

None

Bugfix

None

New features

  • Core modbus integration compatibility

Starting from homeassistant core version 2023.2.x the built-in modbus integration now uses pymodbus version 3.1.1.
Version 0.0.7 (and up) of this integration will also use the 3.1.1 pymodbus version.
This ensures that this integration and the built-in modbus integration will be able to be run in parallel.
Which allows users to try out this integration without having to remove the built-in modbus yaml configuration.
It also facilitates a slower less destructive migration path by allowing users to switch over lovelace, yaml and automations entity references in due time.

Disclaimer:
Although core version >= 2023.2 and previous versions of this integration should be compatible it is recommended that all users update both core and this integration in the same patch round.
Since having multiple library version requirements might cause the built-in 3.1.1 library to be overwritten by 3.0.2 reference of versions 0.0.6 and earlier.
This could cause issues if you are using specific configuration options of the built-in modbus integration that weren't working with pymodbus 3.0.2 and were fixed in 3.1.1

Full Changelog: https://github.com/sfstar/hass-victron/compare/v0.0.5..v0.0.6