Can anyone tell me why this didnt run? Do I need an end if between each If statement? I added the end if after it didnt fire. Not sure if that makes a difference or not.
If I click Run Actions it did what it was supposed to but it didnt do it on its own.
edit: It runs if I have a trigger look at the rule but it doesn't run without that.
Right, but one of those If statements became true and nothing happened. Am I just being impatient? Not sure how often the rules refresh. Once I added an actual trigger it happened right away.
To clarify, the Hubitat model is event driven. Rules (and other things) are scheduled to happen when events (triggers) occur. The rules aren’t always running; they only run when the triggering events occur.