I have a temperature sensor in my fridge I want to use to send a message at a certain temp level. But I cant get it to work.
I tried all the following with no result
domoticz.devices('Temperatuur Koelkast').temperature > 7
domoticz.devices('Temperatuur Koelkast') > 7
domoticz.devices('Temperatuur Koelkast').level > 7
domoticz.devices('Temperatuur Koelkast').value > 7
I get either the error:domoticz.devices('Temperatuur Koelkast').data > 7
OpenURL: Invalid arguments, use either a string or a table with options
attempt to index a nil value dzvents