Jimmy Everling
Jimmy Everling
Looks like the endpoints for your load balancing are: `http://:8080/servlet/rest/chargebox/meterinfo/CENTRAL100` `http://:8080/servlet/rest/chargebox/meterinfo/CENTRAL101`
Already fixed
Any ideas on how HA should handle this... there isn't really a base entity I can use to describe a schema entry.
I guess I could add some dynamic sensors with additional attributes for each schedule entry and some custom services to control them
I've added a new sensor:  And some new service calls: ```yaml add_schedule: description: Add a new schedule for the EVSE. fields: entity_id: description: Name(s) of entities to change. example:...
Hi, Calling `garo_wallbox.set_mode` should set the mode of the wallbox. Ex. Enable charging ```yaml service: garo_wallbox.set_mode data: entity_id: sensor.garage_charger mode: "On" ``` Disable charging ```yaml service: garo_wallbox.set_mode data: entity_id: sensor.garage_charger...
New control entities in version 2024.9.0
@uwtgomi Hi, sorry for the late response... It might just be a quirk of the api that it shows the total consumption under the total information. Could you provide some...
Hi, It should be in the default HACS repository (or be there shortly if it hasn't propagated yet). But you can add it as a custom repository by entering: https://github.com/sockless-coding/garo_wallbox...
New control entities in 2024.9.0, but phase limit is not available in the API