Search found 1 match

by Harmabel
Tuesday 18 October 2016 16:06
Forum: Third party and supplementary tools
Topic: MQTT + Domoticz
Replies: 7
Views: 11590

Re: MQTT + Arduino + Domoticz

Hello, I try to publish the following from my Arduino Uno to a MQTT server: client.publish("domoticz/in",{"command":"udevice","idx":7,"nvalue":0,"svalue":"17.9"}) but Arduino did not accept this. I get the following error: mqtt_try:31: error: expected '}' before ':' token I changed it in the ...