1) Give a description of the problem
I have a piston which didnt trigger, but when I went to look at the logs and hit test it triggered as it should. Logs show that the conditions evaluate as expected.
2) What is the expected behaviour?
Between Dec 1 and Dec 30th or Jan 1-10 and between 18:00 and 23:00 Christmas lights come on.
3) What is happening/not happening?
Triggers/subscriptions didnt take effect until the Test button was clicked
**4) Post a Green Snapshot of the piston!
5) Attach logs after turning logging level to Full
02/12/2019, 18:55:09 +468ms
+0ms âReceived event [Home].test = 1575334509467 with a delay of 0ms
+112ms âRunTime Analysis CS > 27ms > PS > 64ms > PE > 21ms > CE
+115ms âRuntime (43838 bytes) successfully initialized in 64ms (v0.3.110.20191009) (113ms)
+117ms ââExecution stage started
+132ms ââCalculating (string) Dec 01 + (string) 2019 >> (string) Dec 01 2019
+136ms ââCalculating (string) Dec 01 2019 + (string) >> (string) Dec 01 2019
+143ms ââCalculating (string) Dec 31 + (string) 2019 >> (string) Dec 31 2019
+146ms ââCalculating (string) Dec 31 2019 + (string) >> (string) Dec 31 2019
+153ms ââComparison (datetime) 1575334509593 is_between (string) Dec 01 2019 ⌠(string) Dec 31 2019 = true (4ms)
+155ms ââCondition #2 evaluated true (31ms)
+156ms ââCondition group #1 evaluated true (state did not change) (33ms)
+159ms ââCancelling statement #6âs schedulesâŚ
+167ms ââExecuted virtual command setVariable (1ms)
+174ms ââComparison (boolean) true is (boolean) true = true (1ms)
+176ms ââCondition #9 evaluated true (6ms)
+178ms ââCondition group #8 evaluated true (state did not change) (7ms)
+187ms ââComparison (integer) 18 is_inside_of_range (integer) 18 ⌠(integer) 23 = true (3ms)
+189ms ââCondition #11 evaluated true (8ms)
+190ms ââCondition group #10 evaluated true (state did not change) (10ms)
+193ms ââCancelling statement #14âs schedulesâŚ
+201ms ââSkipped execution of physical command [Christmas Lights].on([]) because it would make no change to the device. (3ms)
+202ms ââExecuted [Christmas Lights].on (5ms)
+419ms ââSkipped execution of physical command [Patio Lamps].on([]) because it would make no change to the device. (213ms)
+420ms ââExecuted [Patio Lamps].on (215ms)
+425ms ââExecution stage complete. (309ms)
+427ms âEvent processed successfully (427ms)