Skip to content

Commit

Permalink
MQTT API add delay and priority (#655)
Browse files Browse the repository at this point in the history
fix #634 
fix #635
  • Loading branch information
VolkerK62 authored Oct 26, 2024
1 parent e5effbf commit 7f28df0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/integrations/mqtt-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ Alle API IDs (z.B. die Loadpoint ID) beginnen bei `1`.
- `evcc/loadpoints/<id>/minCurrent`: current minCurrent value (writable)
- `evcc/loadpoints/<id>/maxCurrent`: current maxCurrent value (writable)
- `evcc/loadpoints/<id>/enableThreshold`: threshold value (writable)
- `evcc/loadpoints/<id>/enableDelay`: delay value (s) (writable)
- `evcc/loadpoints/<id>/disableThreshold`: threshold value (writable)
- `evcc/loadpoints/<id>/batteryboost`: battery boost enabled (writeable: [1/0])
- `evcc/loadpoints/<id>/disableDelay`: delay value (s) (writable)
- `evcc/loadpoints/<id>/batteryboost`: battery boost enabled (writeable: [1/0])
- `evcc/loadpoints/<id>/priority`: priority value (writable)

:::note
Um schreibbare Einstellungen durchzuführen, muss ein `/set` am Ende des Topics hinzugefügt werden an welches der neue Wert gesendet wird.
Expand Down

0 comments on commit 7f28df0

Please sign in to comment.