From a37dc677c7a70387eb6992abd3687c1a397c5c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sam=C3=BAel=20=C3=9E=C3=B3r=20Hjaltal=C3=ADn?= Date: Mon, 14 Nov 2022 13:39:29 +0000 Subject: [PATCH 1/3] Update mqtt.mdx Added mentioning of uplink and downlink on channels, in case someone else doesn't notice that part while configuring mqtt. --- docs/configuration/module-config/mqtt.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/module-config/mqtt.mdx b/docs/configuration/module-config/mqtt.mdx index cfbf9ba4..43e51b0d 100644 --- a/docs/configuration/module-config/mqtt.mdx +++ b/docs/configuration/module-config/mqtt.mdx @@ -8,7 +8,7 @@ sidebar_label: MQTT import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -If your device is connected to WiFi you can enable it to forward packets along to an MQTT server. This allows users on the local mesh to communicate with users on the internet. +If your device is connected to WiFi you can enable it to forward packets along to an MQTT server. This allows users on the local mesh to communicate with users on the internet. At least one channel must be enabled as uplink and/or downlink for the MQTT module to work. See [channels](/docs/settings/config/channels#downlink-enabled) The MQTT module config options are: Enabled, Server Address, Username, Password, Encryption Enabled and JSON Enabled. MQTT Module config uses an admin message sending a `ConfigModule.MQTT` protobuf. @@ -92,4 +92,4 @@ All MQTT module config options are available for the Web UI. ::: - \ No newline at end of file + From 1ccd496180efcfbd5a96f2f5d976afe4302fbf65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sam=C3=BAel=20=C3=9E=C3=B3r=20Hjaltal=C3=ADn?= Date: Mon, 14 Nov 2022 13:54:08 +0000 Subject: [PATCH 2/3] Update mqtt.mdx --- docs/configuration/module-config/mqtt.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/module-config/mqtt.mdx b/docs/configuration/module-config/mqtt.mdx index 43e51b0d..4cd1de71 100644 --- a/docs/configuration/module-config/mqtt.mdx +++ b/docs/configuration/module-config/mqtt.mdx @@ -8,7 +8,7 @@ sidebar_label: MQTT import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -If your device is connected to WiFi you can enable it to forward packets along to an MQTT server. This allows users on the local mesh to communicate with users on the internet. At least one channel must be enabled as uplink and/or downlink for the MQTT module to work. See [channels](/docs/settings/config/channels#downlink-enabled) +If your device is connected to Internet via wifi or ethernet you can enable it to forward packets along to an MQTT server. This allows users on the local mesh to communicate with users on the internet. One or more channels must be enabled as uplink and/or downlink for protobuffs to be transmitted from and/or to the mesh See [channels](/docs/settings/config/channels#downlink-enabled). Without these settings the node will still connect to MQTT server and send status messages. The MQTT module config options are: Enabled, Server Address, Username, Password, Encryption Enabled and JSON Enabled. MQTT Module config uses an admin message sending a `ConfigModule.MQTT` protobuf. From d19cf6ca7261bcb827187d548b39bd666e9ba0f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Mon, 14 Nov 2022 15:04:57 +0100 Subject: [PATCH 3/3] Update mqtt.mdx --- docs/configuration/module-config/mqtt.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/module-config/mqtt.mdx b/docs/configuration/module-config/mqtt.mdx index 4cd1de71..3670fe9a 100644 --- a/docs/configuration/module-config/mqtt.mdx +++ b/docs/configuration/module-config/mqtt.mdx @@ -8,7 +8,7 @@ sidebar_label: MQTT import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -If your device is connected to Internet via wifi or ethernet you can enable it to forward packets along to an MQTT server. This allows users on the local mesh to communicate with users on the internet. One or more channels must be enabled as uplink and/or downlink for protobuffs to be transmitted from and/or to the mesh See [channels](/docs/settings/config/channels#downlink-enabled). Without these settings the node will still connect to MQTT server and send status messages. +If your device is connected to Internet via wifi or ethernet, you can enable it to forward packets along to an MQTT server. This allows users on the local mesh to communicate with users on the internet. One or more channels must be enabled as uplink and/or downlink for protobufs to be transmitted from and/or to the mesh (See [channels](/docs/settings/config/channels#downlink-enabled)). Without these settings the node will still connect to MQTT server and send status messages. The MQTT module config options are: Enabled, Server Address, Username, Password, Encryption Enabled and JSON Enabled. MQTT Module config uses an admin message sending a `ConfigModule.MQTT` protobuf.