File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,14 @@ Alle API IDs (z.B. die Loadpoint ID) beginnen bei `1`.
4646- ` POST /api/loadpoints/<id>/mincurrent/<current> ` : current minCurrent value in A
4747- ` POST /api/loadpoints/<id>/maxcurrent/<current> ` : current maxCurrent value in A
4848- ` POST /api/loadpoints/<id>/enable/threshold/<threshold> ` : threshold value in W
49+ - ` POST /api/loadpoints/<id>/enable/delay/<delay> ` : delay value in s
4950- ` POST /api/loadpoints/<id>/disable/threshold/<threshold> ` : threshold value in W
51+ - ` POST /api/loadpoints/<id>/disable/delay/<delay> ` : delay value in s
5052- ` POST /api/loadpoints/<id>/vehicle/<name> ` : set currently selected vehicle
5153- ` DELETE /api/loadpoints/<id>/vehicle ` : remove vehicle
5254- ` PATCH /api/loadpoints/<id>/vehicle ` : start vehicle detection
53- - ` POST /api/loadpoints/<id>/batteryboost/<status> ` : enable/disable battery boost (1/0)
55+ - ` POST /api/loadpoints/<id>/batteryboost/<status> ` : enable/disable battery boost (1/0)
56+ - ` POST /api/loadpoints/<id>/priority/<priority> ` : priority value
5457
5558::: note
5659Beispiel: ` curl -X POST http://evcc:7070/api/loadpoints/1/mode/pv ` um den Lademodus des 1. Ladepunkts auf ` pv ` zu stellen.
You can’t perform that action at this time.
0 commit comments