Skip to content

docs: mqtt empty topic #807

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/reference/configuration/mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Siehe dazu auch die Dokumentation zur [`MQTT API`](/docs/integrations/mqtt-api).
# mqtt message broker
mqtt:
broker: localhost:1883
topic: evcc # root topic for publishing, set empty to disable publishing
topic: evcc # root topic for publishing
# clientid: foo
# user:
# password:
Expand All @@ -34,7 +34,7 @@ Beispiel:
# mqtt message broker
mqtt:
broker: tls://localhost:8883
topic: evcc # root topic for publishing, set empty to disable publishing
topic: evcc # root topic for publishing
# clientid: foo
# user:
# password:
Expand All @@ -51,7 +51,6 @@ Verbindungsdaten (Hostname/IP und Port) des verwendeten MQTT-Brokers zu dem sich
### `topic`

Gibt das Wurzeltopic an welches evcc verwendet.
Wenn hier nichts angegeben wird findet keine MQTT-Kommunikation statt!

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For more information, refer to the [`MQTT API`](/docs/integrations/mqtt-api) doc
# mqtt message broker
mqtt:
broker: localhost:1883
topic: evcc # root topic for publishing, set empty to disable publishing
topic: evcc # root topic for publishing
# clientid: foo
# user:
# password:
Expand All @@ -31,7 +31,6 @@ Connection details (hostname/IP and port) of the MQTT broker to which evcc shoul
### `topic`

Specifies the root topic that evcc uses.
If not specified here, no MQTT communication can take place!

---

Expand Down