This is a custom component to allow control of Garo Wallboxes in HomeAssistant.
If you do not have HACS installed yet visit https://hacs.xyz for installation instructions. In HACS go to the Integrations section hit the big + at the bottom right and search for Garo Wallbox.
Clone or copy this repository and copy the folder 'custom_components/garo_wallbox' into '/custom_components/garo_wallbox'
Once installed the Garo Wallbox integration can be configured via the Home Assistant integration interface where you can enter the IP address of the device.
Service: garo_wallbox.set_mode
Parameter | Description | Example |
---|---|---|
entity_id | Name of the entity to change | sensor.garage_charger |
mode | The new mode available modes: On , Off , Schema |
On |
Service: garo_wallbox.set_current_limit
Parameter | Description | Example |
---|---|---|
entity_id | Name of the entity to change | sensor.garage_charger |
limit | The new limit in Ampare | 10 |