cathiele / homeassistant-goecharger

Home Assistant custom_component for controlling the go-eCharger EV-Charger
MIT License
89 stars 29 forks source link

Start charging not possible #52

Open indivliving opened 2 years ago

indivliving commented 2 years ago

When I want to start a charging process via the switch entity, the switch always jumps back. The charging process can be enabled immediately via the go-e app.

ratormat commented 2 years ago

Do you use the service switch.turn_on(entity_id=…) ?

indivliving commented 2 years ago

I use the "switch" that comes with the integration by default.

ratormat commented 2 years ago

Same on my side. Maybe so must use the service.

indivliving commented 2 years ago

How do I start the charging with the service?