I am using Alexa to speak a message with a variable. This (in a change node as a expression) for example works:
"your weatherstation is reporting a temperature of " & msg.payload.value & " degrees"
Now I am trying to get her to speak a message with a flow variable (which in this case has a value of 37.4)
"your hot water has reached a temperature of" & hwtemp & " degrees"
She speaks the message, but without the 37.4, so just
your hot water has reached a temperature of degrees
