Our system has been controlling our heating zones using temperature sensors with rules to decide when our zone valves should turn on or off. The temperature sensors are compared to “Custom Settings” that set the desired temperature. This has been working fine, but I now want to have different temperatures for after-hours. I added additional “Custom Settings” for the after 6 PM and before 6 AM temperatures. It makes sense that I can set rules that check for the current time being after 6AM and before 6PM for daytime. My question is if I use after 6PM and before 6AM in a rule, will that work or would that be mutually exclusive?
For example, will this work or do I have to handle it some other way? WHENEVER EVERY 300 SECONDS AND TIME OF DAY IS LATER THAN 6:00 PM AND TIME OF DAY IS EARLIER THAN 6:00 AM AND {check temperature} THEN {control zone}