hint: not using .local for mqtt host

Jason2866 2019-10-10 10:38:07 +02:00
parent 23d208dde4
commit e4c419b98f
1 changed files with 1 additions and 1 deletions

@ -198,7 +198,7 @@ FullTopic<a id="FullTopic"></a>|`1` = reset MQTT fulltopic to firmware default (
GroupTopic<a id="GroupTopic"></a>|`1` = reset MQTT group topic to firmware default (`MQTT_GRPTOPIC`) and restart<BR>`<value>` = set MQTT group topic (32 chars max) and restart
MqttClient<a id="MqttClient"></a>|`1` = reset MQTT client to firmware config (`MQTT_CLIENT_ID`) and restart<BR>`<value>` = set MQTT client (32 chars max) and restart.<BR>You can use wildcard `%06X` to replace with last six characters of MAC address.<BR>**_If using MQTT to issue this command, if it is used with the device `GroupTopic`, the command will not be executed._**
MqttFingerprint<a id="MqttFingerprint"></a>|**5.13.1**<BR>*TLS needs to be enabled in firmware for this command*<BR>`<value>` = set current fingerprint as 20 space separated bytes (59 chars max)
MqttHost<a id="MqttHost"></a>|`0` = clear MQTT host field and allow mDNS to find MQTT host<BR>`1` = reset MQTT host to firmware default (`MQTT_HOST`) and restart<BR>`<value>` = set MQTT host (32 chars max) and restart
MqttHost<a id="MqttHost"></a>|`0` = clear MQTT host field and allow mDNS to find MQTT host<BR>`1` = reset MQTT host to firmware default (`MQTT_HOST`) and restart<BR>`<value>` = set MQTT host (32 chars max) and restart (do NOT use `.local`)
MqttPassword<a id="MqttPassword"></a>|`0` = clear MQTT password<BR>`1` = reset MQTT password to firmware default (`MQTT_PASS`) and restart<BR>`<value>` = set MQTT password (32 chars max) and restart
MqttPort<a id="MqttPort"></a>|`1` = reset MQTT port to firmware default (`MQTT_PORT`) and restart<BR>`<value>` = set MQTT port between 2 and 32766 and restart
MqttRetry<a id="MqttRetry"></a>|`10..32000` = set MQTT connection retry timer in seconds *(default = `10`)*