v0.1.4
This release changes the behaviour of this integration regarding the modbus library that is also used by the core modbus integration.
Due to multiple breaking changes (for core modbus integration) being introduced in the last couple of ha core releases a lot of users that also use the core modbus integration were experiencing issues when this integration was activated due to it's strict version constraint conflicting with the ha core required version.
By loosening the version constraint to a greater than pymodbus version, this integration should clash less with the ha core version constraint and should make it compatible again with ha core 2023.7.0 until 2023.9.0 (for 2023.9.1 and newer check v0.1.5).
This will however come at the cost of this integration being quicker to break upon HA core version upgrades.
If the working of this integration is mission critical to you then please be slower to upgrade and check for reported issues before eventually bumping versions.
Breaking changes
None
Bugfix
- Loosening of the pymodbus library version constraint should most likely address several of the following issues #115, #112, #105, #97 and #103
New features
None
Full Changelog: https://github.com/sfstar/hass-victron/compare/v0.1.3..v0.1.4