Skip to content
EN | DE

Update session SoC limit

POST
/loadpoints/{id}/limitsoc/{soc}
curl --request POST \
--url https://demo.evcc.io/api/loadpoints/1/limitsoc/60

Sets the session SoC limit. Cleared on disconnect. Takes precedence over the vehicle’s configured limit while set; once cleared (set to 0), the vehicle limit applies again.

More information

id
required

Loadpoint index starting at 1.

integer
>= 1
Example
1

Loadpoint index starting at 1

soc
required

SOC in %

number
<= 100
Example
60

SOC in %

Success - Number result

Media type application/json
object
result
number
Example generated
{
"result": 1
}