Closed Dominic-070 closed 2 months ago
Hi @Dominic-070,
As far as I know, you can't change the number of allowed phases from the configuration. But you can change the current limit by calling:
service: garo_wallbox.set_current_limit
data:
entity_id: sensor.garage_charger
limit: 16
Hi @Dominic-070,
As far as I know, you can't change the number of allowed phases from the configuration. But you can change the current limit by calling:
service: garo_wallbox.set_current_limit data: entity_id: sensor.garage_charger limit: 16
Yes thank you, I had already found this out. Although a separate entity with a slider or something like that would be very useful. But I'm still looking for a way to switch between 1 and 3 phases.
Hi @Dominic-070, As far as I know, you can't change the number of allowed phases from the configuration. But you can change the current limit by calling:
service: garo_wallbox.set_current_limit data: entity_id: sensor.garage_charger limit: 16
Yes thank you, I had already found this out. Although a separate entity with a slider or something like that would be very useful. But I'm still looking for a way to switch between 1 and 3 phases.
Hi. How did you get this working? I can control the mode (on/off) but when i change the max current nothing happens. What settings are your dip switches? Did you do anything else to be able to change current?
I use this one right now. Its possible to switch between 1 and 3 phase and a lot more https://github.com/leeyuentuen/alfen_wallbox
I use this one right now. Its possible to switch between 1 and 3 phase and a lot more https://github.com/leeyuentuen/alfen_wallbox
Nice! I will look into it. Thanks!
New control entities in 2024.9.0, but phase limit is not available in the API
Is there a possibility that there will be a function that allows you to switch between 1 and 3 phase from the integration and can set the max current (with a slider)?