Skip to content
EN | DE

Set always charge

POST
/loadpoints/{id}/alwayscharge/{alwaysCharge}
curl --request POST \
--url https://demo.evcc.io/api/loadpoints/1/alwayscharge/off

Updates the always charge state. When active, smart mode charges continuously at least at minimum power. The once state resets when the vehicle is disconnected.

More information

id
required

Loadpoint index starting at 1.

integer
>= 1
Example
1

Loadpoint index starting at 1

alwaysCharge
required

Always charge state. Smart mode charges continuously at least at minimum power.

string
Allowed values: off on once

Success

Media typeapplication/json

Always charge state. Smart mode charges continuously at least at minimum power.

string
Allowed values: off on once
Example
off

Not supported for chargers without current control.