Skip to content
EN | DE

Set smart charging cost limit for all loadpoints

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

Convenience method to set smart charging cost limit for all loadpoints at once. Value is applied to each individual loadpoint.

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
}