garo_wallbox icon indicating copy to clipboard operation
garo_wallbox copied to clipboard

garo home assistant switch off and on

Open bjarne007 opened this issue 2 years ago • 4 comments

Hi is it posible to switch on and off a GARO Wallbox with Home Assistant if yes how ?

bjarne007 avatar Jan 11 '23 20:01 bjarne007

Hi, I have the same problem. The garo_wallbox.set_mode seems not work

stejo388 avatar Jan 12 '23 16:01 stejo388

Hi, Calling garo_wallbox.set_mode should set the mode of the wallbox. Ex. Enable charging

service: garo_wallbox.set_mode
data:
  entity_id: sensor.garage_charger
  mode: "On"

Disable charging

service: garo_wallbox.set_mode
data:
  entity_id: sensor.garage_charger
  mode: "Off"

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

Hi,

Now it works, the problem was that I had typed "off" instead of "Off".

Thanks

stejo388 avatar Jan 16 '23 06:01 stejo388

I am sure this will be easily solved for those that know the configurations better than I do but is there anyway to do a toggle switch that when the button is pressed it toggled between "On" and "Off". I have struggled to find a good way to do this. Currently I use the tap_action and hold_action which makes this possible to have separate On and Off actions but its not optimal...

molcam avatar Nov 08 '23 10:11 molcam

New control entities in version 2024.9.0

sockless-coding avatar Sep 14 '24 19:09 sockless-coding