ady624 / CoRE

CoRE - Community's own Rule Engine
GNU General Public License v3.0
222 stars 663 forks source link

Simple Piston with Time-Based Condition Not Executing #25

Closed jammastercd closed 8 years ago

jammastercd commented 8 years ago

I have a Simple piston that uses a time-based condition to turn on and off my furnace fan (time between 10:35 PM CDT and 5:35 AM CDT). The piston isn't executing at the 5:35 AM CDT time.

waynelian commented 8 years ago

Based on my understanding from ady624's post, the between condition is inclusive for start and exclusive for end. For the condition you set, it will

So 5:35am will not execute..

ady624 commented 8 years ago

No, the time events are timed so that they cover both state changes. The second injected time event happens at 5:35am. Problem was fixed.