Skip to content

Commit f518abe

Browse files
authored
REST API add delay and priority (#654)
fix #634 fix #635
1 parent 7f28df0 commit f518abe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/integrations/rest-api.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
5659
Beispiel: `curl -X POST http://evcc:7070/api/loadpoints/1/mode/pv` um den Lademodus des 1. Ladepunkts auf `pv` zu stellen.

0 commit comments

Comments
 (0)