Hello,
I am new to Hubitat and a ST/Webcore switcher. In ST, I handle complex modes changes by using a series of virtual switches to force a mode switch. I am trying to get away from all this as I build this new system. At first I thought I would use mode manager, but the restriction logic in that app is not deep enough it seems to make decisions about swapping to modes like "guests" and then finding its way back to wherever it should be once I release guest mode.
Instead, I would like to combine multiple variables into a string that a rule could recall to make decisions about what mode to be in. Any change in that string would be the trigger to decide a mode. I have started with some time of day logic, which would be the first number in my string, as seen in the screen shot attached. Being new at rule machine, I have a few questions.
-
I set the trigger to run once a minute to check what time it is and set variable, but the logs only show it once an hour.
-
I have a feeling that a periodic schedule trigger may not be the best way to execute this rule, it seems like running it so often would put unnecessary strain on the Hub? Is there a better way to trigger this?
-
I realize I could likely solve this issue by breaking it into three separate rules, but I am also trying to keep logic consolidated into as few rules as possible. Not sure if maybe that's the better way to deal with this?
Thanks in advance for advice and help!