Skip to content
EN | DE

Set battery buffer start SoC

POST
/bufferstartsoc/{soc}
curl --request POST \
--url https://demo.evcc.io/api/bufferstartsoc/60

Set battery buffer start SoC.

More information

soc
required

SOC in %

number
<= 100
Example
60

SOC in %

Success - Number result

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