Code: Select all
return {
active = true,
on = {
'433Receiver'
},
execute = function(domoticz, sensor)
domoticz.log("Received from gateway " .. sensor.state)
-- check sensor values
domoticz.devices['433Sender'].setState(sensor.state)
end
}
Any help would be great! How can I change and read text sensors?
PS I am using dzVents 1.1.1 I think, haven't updated to 2 yet