Skip to content
EN | DE

Set charge mode

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

Sets the charge mode 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

mode
required

Charging mode.

string
Allowed values: off now minpv pv

Success

Media typeapplication/json
object
mode

Charging mode.

string
Allowed values: off now minpv pv
Example
{
"mode": "off"
}