1) Give a description of the problem
We have this piston that manages some lights based on the time of day and when the location mode is ‘Home’ . We use “time happens at” triggers to schedule the piston to trigger at specified times but lately it’s stopped scheduling the piston. It has scheduled in the past (see logs), but today I noticed it hadn’t been scheduled over the last week or so. I clicked the “Test” button to force it to run and then it suddenly scheduled the piston for tonight. I don’t know what’s causing it to schedule (or not).
2) What is the expected behaviour?
Piston should always be scheduled for the next specified time.
3) What is happening/not happening?
Piston somtimes being scheduled.
**4) Post a Green Snapshot of the piston!
5) Attach logs after turning logging level to Full
Here’s the log of the last time it successfully scheduled the next job and the very next morning when it stopped scheduling. I have more logs of both cases and can post more if needed
6/17/2022, 5:59:59 AM +311ms
+1ms ╔Received event [Yellowstone].time = 1655463600000 with a delay of -689ms
+66ms ║RunTime Analysis CS > 23ms > PS > 5ms > PE > 37ms > CE
+68ms ║Runtime (40938 bytes) successfully initialized in 5ms (v0.3.113.20210203) (66ms)
+69ms ║╔Execution stage started
+76ms ║║Comparison (string) :55ebcd683ac0a65120c39c0c0f151780: changes_to (string) :ce3d849178225762883d5a9ac15106be: = false (0ms)
+78ms ║║Condition #2 evaluated false (4ms)
+79ms ║║Condition group #1 evaluated false (state did not change) (5ms)
+85ms ║║Comparison (string) :55ebcd683ac0a65120c39c0c0f151780: is (string) :ce3d849178225762883d5a9ac15106be: = false (1ms)
+86ms ║║Condition #9 evaluated false (5ms)
+87ms ║║Condition group #7 evaluated false (state did not change) (6ms)
+92ms ║║Comparison (string) :55ebcd683ac0a65120c39c0c0f151780: is (string) :ce3d849178225762883d5a9ac15106be: = false (1ms)
+93ms ║║Condition #11 evaluated false (5ms)
+94ms ║║Condition group #8 evaluated false (state did not change) (6ms)
+96ms ║╚Execution stage complete. (27ms)
+105ms ╚Event processed successfully (105ms)
6/16/2022, 9:59:59 PM +251ms
+0ms ╔Received event [Yellowstone].time = 1655434800000 with a delay of -750ms
+222ms ║RunTime Analysis CS > 54ms > PS > 8ms > PE > 160ms > CE
+225ms ║Runtime (40940 bytes) successfully initialized in 8ms (v0.3.113.20210203) (224ms)
+227ms ║╔Execution stage started
+237ms ║║Comparison (string) :55ebcd683ac0a65120c39c0c0f151780: changes_to (string) :ce3d849178225762883d5a9ac15106be: = false (1ms)
+239ms ║║Condition #2 evaluated false (5ms)
+241ms ║║Condition group #1 evaluated false (state did not change) (8ms)
+252ms ║║Comparison (string) :55ebcd683ac0a65120c39c0c0f151780: is (string) :ce3d849178225762883d5a9ac15106be: = false (3ms)
+254ms ║║Condition #9 evaluated false (8ms)
+255ms ║║Condition group #7 evaluated false (state did not change) (9ms)
+263ms ║║Comparison (string) :55ebcd683ac0a65120c39c0c0f151780: is (string) :ce3d849178225762883d5a9ac15106be: = false (3ms)
+265ms ║║Condition #11 evaluated false (8ms)
+267ms ║║Condition group #8 evaluated false (state did not change) (10ms)
+272ms ║╚Execution stage complete. (46ms)
+275ms ║Setting up scheduled job for Fri, Jun 17 2022 @ 6:00:00 AM CDT (in 28800s)
+282ms ╚Event processed successfully (282ms)