Skip to content
EN | DE

Set always charge

POST
/vehicles/{name}/alwayscharge/{alwaysCharge}
curl --request POST \
--url https://demo.evcc.io/api/vehicles/vehicle_1/alwayscharge/off

Sets the always charge state applied when this vehicle becomes active on a loadpoint.

More information

name
required

More information

string
>= 1 characters /[a-zA-Z0-9_.:-]+/
Example
vehicle_1

Vehicle name

alwaysCharge
required

Always charge default applied on identification. Once is not supported for vehicles.

string
Allowed values: off on

Success

Media typeapplication/json
object
alwaysCharge

Always charge default applied on identification. Once is not supported for vehicles.

string
Allowed values: off on
Example
{
"alwaysCharge": "off"
}