Skip to content
EN | DE

Set battery boost

POST
/loadpoints/{id}/batteryboost/{enable}
curl --request POST \
--url https://demo.evcc.io/api/loadpoints/1/batteryboost/true

Enable or disable battery boost. When active, the maximum available home battery power is added until the home battery is drained to configured SoC limit. Note: boost will not work while the battery is on hold (e.g. during fast charging or planned charging with discharge prevention enabled).

More information

id
required

Loadpoint index starting at 1.

integer
>= 1
Example
1

Loadpoint index starting at 1

enable
required
string
Allowed values: true false 1 0

Charging mode.

Success - Boolean result

Media type application/json
object
result
boolean
Example generated
{
"result": true
}