Skip to content
EN | DE

Set SoC limit

POST
/vehicles/{name}/limitsoc/{soc}
curl --request POST \
--url https://demo.evcc.io/api/vehicles/vehicle_1/limitsoc/60

Charging will stop when this SoC is reached.

More information

name
required

More information

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

Vehicle name

soc
required

SOC in %

number
<= 100
Example
60

SOC in %

Success - Soc result

Media type application/json
object
result
object
soc

SOC in %

number
<= 100
Example
{
"result": {
"soc": 60
}
}