Skip to content

v0.0.5

Choose a tag to compare

@sfstar sfstar released this 10 Dec 19:36
· 198 commits to main since this release

This is a "bugfix" release with breaking changes

Breaking changes

  • Change behaviour of ve.can 0 device.
    The VE.CAN 0 device is offered under the unit 100 (system / settings) registers by victron.
    Since the unit id is used to determine under which device the entities are grouped this caused the VE.CAN 0 device to be included in the overall system settings.
    In order to change this an condition has been added that checks if the registers aren't of type system/settings for unit 100
    If so the actual id of 0 is used to trigger these entities to automatically group in (for example) an solarcharger device.
    This is the behaviour for all other devices but wasn't yet applied to the special unit 100 case.

For users that are upgrading it's important to know that the VE.CAN entities currently under settings will become permanently unavailable when upgrading.
Please update your dashboard, automation etc references to this change and manually remove these entities. (Or you could delete and add the integration again to cleanup the unavailable entities).
While at the same time a new device will be created for the new VE.CAN 0 entities. (essentially the old entity_id but with _0 appended to the end like all other slaves that are not 100 or 225

Bugfix

  • See breaking changes section

New features

  • None

Full Changelog: v0.0.4...v0.0.5