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 phase awareness to slider entities #166

Open sfstar opened 4 months ago

sfstar commented 4 months ago

Limits the single phase entities to the maximum power rating for the single phase This change might result in int min/max outliers due to the min/max of the slider shifting and possibly being out of bounds before the shift.

sfstar commented 4 months ago

This is an potential breaking change since the sliders kan reset to an out-of-bounds value -32768 or 32768 if the slider has a value that is below or above the new min/max limits. Release notes should reflect this if this change is included