Skip to content

Commit 316aa20

Browse files
authored
MQTT: document phasesConfigured (#1018)
1 parent 3face09 commit 316aa20

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/integrations/mqtt-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Alle API IDs (z. B. die Loadpoint ID) beginnen bei `1`.
4646
- `evcc/loadpoints/<id>/limitSoc`: limit SoC in % (writable) - only applicable for online vehicles
4747
- `evcc/loadpoints/<id>/limitEnergy`: limit energy in kWh (writable) - only applicable for offline vehicles
4848
- `evcc/loadpoints/<id>/plan/energy`: plan energy (writable using JSON payload: `{"value": 50, "time": "2023-03-05T07:00:00Z"}`)
49-
- `evcc/loadpoints/<id>/phases`: enabled phases (writable)
49+
- `evcc/loadpoints/<id>/phasesConfigured`: configured phases (writable)
5050
- `evcc/loadpoints/<id>/minCurrent`: current minCurrent value (writable)
5151
- `evcc/loadpoints/<id>/maxCurrent`: current maxCurrent value (writable)
5252
- `evcc/loadpoints/<id>/enableThreshold`: threshold value (writable)
@@ -58,7 +58,7 @@ Alle API IDs (z. B. die Loadpoint ID) beginnen bei `1`.
5858

5959
:::note
6060
Um schreibbare Einstellungen durchzuführen, muss ein `/set` am Ende des Topics hinzugefügt werden an welches der neue Wert gesendet wird.
61-
Beispiel: `mosquitto_pub -t "evcc/loadpoints/1/phases/set" -m "3"` um die Anzahl der netzseitigen Phasen am 1. Ladepunkt auf `3` festzulegen.
61+
Beispiel: `mosquitto_pub -t "evcc/loadpoints/1/phasesConfigured/set" -m "3"` um die Anzahl der netzseitigen Phasen am 1. Ladepunkt auf `3` festzulegen.
6262
:::
6363

6464
:::info

i18n/en/docusaurus-plugin-content-docs/current/integrations/mqtt-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ All API IDs (e.g. the loadpoint ID) begin at `1`.
4646
- `evcc/loadpoints/<id>/limitSoc`: limit SoC in % (writable) - only applicable for online vehicles
4747
- `evcc/loadpoints/<id>/limitEnergy`: limit energy in kWh (writable) - only applicable for offline vehicles
4848
- `evcc/loadpoints/<id>/plan/energy`: plan energy (writable using JSON payload: `{"value": 50, "time": "2023-03-05T07:00:00Z"}`)
49-
- `evcc/loadpoints/<id>/phases`: enabled phases (writable)
49+
- `evcc/loadpoints/<id>/phasesConfigured`: configured phases (writable)
5050
- `evcc/loadpoints/<id>/minCurrent`: current minCurrent value (writable)
5151
- `evcc/loadpoints/<id>/maxCurrent`: current maxCurrent value (writable)
5252
- `evcc/loadpoints/<id>/enableThreshold`: threshold value (writable)
@@ -60,8 +60,8 @@ All API IDs (e.g. the loadpoint ID) begin at `1`.
6060
To set any of the writable values, add a `/set` at the end of the topic for which a
6161
change should be made.
6262

63-
Example: `mosquitto_pub -t "evcc/loadpoints/1/phases/set" -m "3"` to set the number of
64-
phases for the first loadpoint to `3`.
63+
Example: `mosquitto_pub -t "evcc/loadpoints/1/phasesConfigured/set" -m "3"` to set the number of
64+
configured phases for the first loadpoint to `3`.
6565
:::
6666

6767
:::info

0 commit comments

Comments
 (0)