sockless-coding / garo_wallbox

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

request: Add possibility to set/delete schedule #39

Open andersdarljung opened 2 months ago

andersdarljung commented 2 months ago

I just started testing this because iffy wifi connection so sometimes my car was not charged in the morning when using on and off commands, but this would be great to have this in the intrgration.

Get currect schedules, curl http://garo:8080/servlet/rest/chargebox/schema

Set a schedule curl -H "Content-Type: application/json" -d '{"schemaId": 10,"start": "22:00:00","stop": "07:00:00","weekday": "3","chargeLimit": 0}' http://garo:8080/servlet/rest/chargebox/schema

Delete a schedule curl -X DELETE http://garo:8080/servlet/rest/chargebox/schema/1