Skip to content
EN | DE

Set solar share

POST
/loadpoints/{id}/solarshare/{share}
curl --request POST \
--url https://demo.evcc.io/api/loadpoints/1/solarshare/0.5

Set the share of the minimum charging power that must come from solar surplus in smart mode. 1 (default) requires full surplus, 0 starts charging as soon as there is no grid import. Ignored while enable/disable thresholds are configured. Usually 0 to 1; values outside that range are possible for special cases.

id
required

Loadpoint index starting at 1.

integer
>= 1
Example
1

Loadpoint index starting at 1

share
required
number

Solar share of the minimum charging power.

Example
0.5

Success - Number result

Media typeapplication/json
number
Examplegenerated
1