1) Give a description of the problem
I am trying to write the temperature value from a sensor to the Log/Push Notification and failing. The device name is BedroomTemp, the value is “temperature”. I have tried different combinations of trying to put the value in {} brackets in the GUI but it keeps saying variable doesn’t exist. I have looked on Google and Wiki for an answer to no avail, or I am using crap search terms.
2) What is the expected behavior?
I’d like to see a message in the log (using Log info) or a PUSH NOTIFICATION that says “The bedroom temperature is temperature”. Where temperature is the value from the sensor.
Any pointers greatly appreciated.