10-21-2016, 11:01 AM
yeah.. documentation and examples are a bit
did you have a look on this page
https://github.com/vlast3k/vESPrino/wiki...figuration
can you tell me which Home Automation suite are you using, i can give you an example?
in general client id, topic, user, pass are optional. In the larger box you need to define what are the messages that you need to publish in the format
<topic_a>:<message_1>
<topic_a>:<message_2>
<topic_b>:<message_3>
e.g.:
data/temp:%TEMP%
domoticz/in:{key:"%CO2%", key2: "%HUM%"}
did you have a look on this page
https://github.com/vlast3k/vESPrino/wiki...figuration
can you tell me which Home Automation suite are you using, i can give you an example?
in general client id, topic, user, pass are optional. In the larger box you need to define what are the messages that you need to publish in the format
<topic_a>:<message_1>
<topic_a>:<message_2>
<topic_b>:<message_3>
e.g.:
data/temp:%TEMP%
domoticz/in:{key:"%CO2%", key2: "%HUM%"}