Skip to content
EN | DE

Set smart charging cost limit

POST
/loadpoints/{id}/smartcostlimit/{cost}
curl --request POST \
--url https://demo.evcc.io/api/loadpoints/1/smartcostlimit/0.25

Set cost or emission limit for fast-charging with grid energy.

More information

id
required

Loadpoint index starting at 1.

integer
>= 1
Example
1

Loadpoint index starting at 1

cost
required
number

Cost limit in configured currency (default EUR) or CO2 limit in g/kWh

Example
0.25

Success - Number result

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