sockless-coding / garo_wallbox

Garo wallbox - Home Assistant Component
MIT License
22 stars 40 forks source link

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

Closed Dominic-070 closed 2 months 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 10 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 10 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 10 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!

sockless-coding commented 2 months ago

New control entities in 2024.9.0, but phase limit is not available in the API