I have a very simple temperature automation, where I am supposed to receive a Pushbullet notification once the temperature rises above or falls below threshold:
I’m using Mysensors gateway to connect my sensors.
Pushbullet is setup correctly; when I manually trigger the automation I receive a notification as I am supposed to. But when I manually set the temperature to above threshold (ex, 85) the “last trigger” is never updated (= not triggered).
How can the temperature be above 80 and below 71 at the same time? If you wanna send the notification in both scenarios, you have to split up the trigger:
Listing above and below together is fine if a numeric_state has to be between two values. It doesn’t work in your case because you want one or the other to be true, not both.