I am struggling with, in my opinion, a simple thing as mailing the values of my (temp)sensors.
in the Blockly send message tag I added:
Code: Select all
My temperature is {{temperaturedevice[6001]}} degrees and the humidity is {{humiditydevice[6001]}} %
My temperature is temperaturedevice[6001] degrees and the humidity is humiditydevice[6001] %
it show the IDX and not the Values, Can somebody please help me with the syntax for this kind of status emails ?
Thank you very much in advance