toggledbits / Reactor

Reactor (for Vera and openLuup) is a Vera Home Automation plugin that provides advanced programmable logic.
17 stars 0 forks source link

Evaluation time may "free-run" when date/time test mode is used with sun and trange conditions #14

Closed toggledbits closed 5 years ago

toggledbits commented 5 years ago

Depending on how far the test time is from actual time, using test time may cause the sensor to compute a negative time delay, which is then lower-bound to 1 second, causing rapid repeated evaluations of the condition. These are not serious or harmful to operation, just wasteful, and it doesn't happen otherwise, only in "Time Test" mode.

toggledbits commented 5 years ago

This has been fixed in the dev3.0 branch as of 19081