From b9ac2e4659edf579f37c4a7ab4b68c13338f077c Mon Sep 17 00:00:00 2001 From: waltervl Date: Mon, 22 Jan 2024 09:33:56 +0100 Subject: [PATCH] docs: update setup.md, MQTT host url (#3540) --- docs/usage/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/setup.md b/docs/usage/setup.md index 24c15b70228..831d0c80c82 100644 --- a/docs/usage/setup.md +++ b/docs/usage/setup.md @@ -102,8 +102,8 @@ Enable this to use Z-Wave JS UI as only a Control Panel ## MQTT - **Name**: A unique name that identifies the Gateway. -- **Host url**: The url of the broker. Insert the protocol if present, example: `tls://localhost`. MQTT supports these protocols: `mqtt`, `mqtts`, `tcp`, `tls`, `ws` and `wss` -- **Port**: Broker port +- **Host url**: The url of the broker. Insert the protocol if present, example: `tls://localhost`. MQTT supports these protocols: `mqtt`, `mqtts`, `tcp`, `tls`, `ws` and `wss`. When running Zwave-JS-UI in a Docker container use the real IP of the MQTT server and not localhost or 127.0.0.1, even if it is running on the same system. +- **Port**: Broker port, normally 1883 - **Reconnect period**: Milliseconds between two reconnection tries - **Prefix**: The prefix where all values are published - **QoS**: Quality Of Service (check MQTT specs) of outgoing packets