sockless-coding / garo_wallbox

Garo wallbox - Home Assistant Component
MIT License
20 stars 35 forks source link

request: setting 1/3 phase and max current #32

Open Dominic-070 opened 1 year ago

Dominic-070 commented 1 year ago

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

sockless-coding commented 1 year 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
Dominic-070 commented 1 year 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

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.

jokkling commented 5 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

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?

Dominic-070 commented 5 months ago

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

jokkling commented 5 months ago

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!