-
I have a 11 kW go-e Charger installed with 16A breakers. However, with MQTT the "requested current" slider in HA goes all the way up to 32A. What's the best way to limit current selection to 16 amps on a dashboard? I could probably work around this by creating a helper in HA, but are there other, better, more correct methods? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
It's hardcoded at the moment: https://github.com/syssi/homeassistant-goecharger-mqtt/blob/main/custom_components/goecharger_mqtt/definitions/number.py#L33-L44 You could patch the file locally. On the long run a config setting is missing here or some auto-detection would be nice. |
Beta Was this translation helpful? Give feedback.
It's hardcoded at the moment: https://github.com/syssi/homeassistant-goecharger-mqtt/blob/main/custom_components/goecharger_mqtt/definitions/number.py#L33-L44
You could patch the file locally. On the long run a config setting is missing here or some auto-detection would be nice.