This isn’t a problem. It’s just a question. Am I posting in the wrong forum? Anyway…
I use “stays greater than” for a freezer using too much power for too long. If this happens, i push an alert. What I’d like to have happen is for it to send another alert when it’s back to normal. I could do this with a tracking variable, but i’m wondering if something is built in to trigger an action when a “stays greater than” condition returns to false.
Kind of a pseudocode is below.
If power level stays greater than 50W, then alert me that there’s an issue. Once it returns to a normal power level, send me another alert saying that things are back to normal.
Does this make sense? Is this possible with some built in mechanism, or will I need to do it manually with a state tracking var?
thx.