I use the same settings as described in the explanation of Domoticz.
The information the device (Thermocouple) is sending is this.
Code: Select all
Request URI: /json.htm?type=command¶m=udevices&script=yoctopuce.lua×tamp=1450868355&network=virtualwindows&THRMCPL1%2d57DD1%23dataLogger=OFF&THRMCPL1%2d57DD1%23temperature2=13%2e46&THRMCPL1%2d57DD1%23temperature1=15%2e03
Code: Select all
local temperature = uri['meteo#temperature1'];
local humidity = uri['meteo#temperature2'];
domoticz_updateDevice(150,151,temperature1 .. ";" .. temperature2 .. ";" .. "0" .. ";" .. pressure .. ";" .. "0");