Skip to content
EN | DE

Set battery grid charge limit

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

Charge home battery from grid when price or emissions are below the threshold. Uses price if a dynamic tariff exists. Uses emissions if a COβ‚‚-tariff is configured. Ignored otherwise.

More information

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
}