garo_wallbox icon indicating copy to clipboard operation
garo_wallbox copied to clipboard

request: setting 1/3 phase and max current

Open Dominic-070 opened this issue 1 year ago • 5 comments

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)?

Dominic-070 avatar Jan 05 '23 10:01 Dominic-070

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

sockless-coding avatar Jan 12 '23 19:01 sockless-coding

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.

Dominic-070 avatar Jan 23 '23 09:01 Dominic-070

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?

jokkling avatar Jan 20 '24 19:01 jokkling

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

Dominic-070 avatar Jan 20 '24 20:01 Dominic-070

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!

jokkling avatar Jan 21 '24 09:01 jokkling