sfstar / hass-victron

Integration for Home Assistant to fetch data from the victron gx device via modbusTCP
Apache License 2.0
157 stars 24 forks source link

Add 35 and 36 as valid unit ids for older installs #184

Closed sfstar closed 3 months ago

sfstar commented 3 months ago

this is outside of the xlsx specification but seems to be auto incrementing from the base supported unit id 34 Newer victron systems (that were configured recently) should be using the newly published unit id list from the new XLSX. However, in order to support older victron systems that have the out of spec unit id assigment, unit if 35 and 36 have been added to support these older installs. It will slow down the configuration process, but until victron creates a release that makes old out of spec unit id's to be updated to the new unit id range this change will need to remain.