sfstar / hass-victron

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

Input Values Range is not reflective of actual range. #229

Closed kcoffau closed 2 weeks ago

kcoffau commented 2 weeks ago

Error Shown: Value 10000 for number.victron_settings_ess_acpowersetpoint_0 is outside valid range -9200 - 9200 image

I can set this value via a direct ModbusTCP connection, but the HACS plugin seems to be identifying a range of -9200/9200.

Asinke commented 2 weeks ago

Having the same issue, but my input range seems to be limited to +700 / -700 for this very same setting.

kcoffau commented 2 weeks ago

Interesting. I've been looking at code at it seems to try to work out range dynamically. Good to know yours is different!

kcoffau commented 2 weeks ago

found it. its not a bug, its as designed.

image

The ESS minMax is voltage * the amps in setting. This can't be auto detected by victron, therefore its a config value.