-
Notifications
You must be signed in to change notification settings - Fork 0
MQTT Configuration
Vladimir Savchenko edited this page Aug 18, 2016
·
2 revisions
The Firmware can act as an MQTT Client by connecting to an MQTT Broker. Note: SSL is not supported, and MQTT 3.1 as protocol is supported(older versions are not)
In the messages section each line represents a separate message to be sent. The format is:
<topic_a>:<message_1>
<topic_a>:<message_2>
<topic_b>:<message_3>
e.g.:
data/temp:%TEMP%
domoticz/in:{key:"%TEMP%", key2: "%HUM%"}
Replacements are performed according to Placeholders