Receive notification on every temperate change?

Is there a way to get a text message and/or notification every time the temperature sensor reports a change in temperature? In ST and SmartRules I only saw a way to get notified when the temperature went too high or too cold (or became a specific temperature). But I want a notification each time the temp changes. I’m using the temperature sensor in the Motion sensor that came with the ST starter kit.

Thanks!

rule machine

trigger
sensor
temprature =! 1

action
noification

1 Like