1) Give a description of the problem
The piston works in that it turns on the lights when the garage is open between sunset/sunrise. The piston however is failing to turn off the lights 2 minutes after the garage door is closed.
2) What is the expected behaviour?
The piston turns on Outdoor Lights when either Garage Door opens between sunset/sunrise. And turn off the lights 2 minutes after the Garage Doors are closed.
3) What is happening/not happening?
The lights are not being turned off 2 minutes after the garage door closes.
**4) Post a Green Snapshot of the piston![image|45x37]
5) Attach logs after turning logging level to Full
12/10/2020, 5:09:34 AM +970ms
+1ms âReceived event [Two Car Garage Door].door = open with a delay of 71ms
+76ms âRunTime Analysis CS > 19ms > PS > 6ms > PE > 52ms > CE
+78ms âRuntime (41734 bytes) successfully initialized in 6ms (v0.3.110.20191009) (76ms)
+79ms ââExecution stage started
+93ms ââComparison (enum) closed is (string) open = false (1ms)
+95ms ââComparison (enum) open is (string) open = true (1ms)
+97ms ââCancelling condition #4âs schedulesâŚ
+98ms ââCondition #4 evaluated true (14ms)
+112ms ââComparison (enum) off is (string) off = true (1ms)
+113ms ââCancelling condition #6âs schedulesâŚ
+114ms ââCondition #6 evaluated true (15ms)
+155ms ââComparison (time) 18575086 is_between (time) 1607638920000 ⌠(time) 1607605740000 = true (9ms)
+157ms ââTime restriction check passed
+158ms ââCancelling condition #22âs schedulesâŚ
+159ms ââCondition #22 evaluated true (43ms)
+160ms ââCancelling statement #22âs schedulesâŚ
+169ms ââRequesting time schedule wake up at Thu, Dec 10 2020 @ 7:09:00 AM CST
+171ms ââCancelling condition #7âs schedulesâŚ
+172ms ââCondition group #7 evaluated true (state changed) (57ms)
+173ms ââCancelling condition #5âs schedulesâŚ
+174ms ââCondition group #5 evaluated true (state changed) (75ms)
+175ms ââCancelling condition #1âs schedulesâŚ
+176ms ââCondition group #1 evaluated true (state changed) (93ms)
+178ms ââCancelling statement #9âs schedulesâŚ
+692ms ââExecuted physical command [Front Door Light Switch].on() (511ms)
+693ms ââExecuted [Front Door Light Switch].on (513ms)
+711ms ââExecuted physical command [Garage (Outdoor) Light Switch].on() (16ms)
+712ms ââExecuted [Garage (Outdoor) Light Switch].on (18ms)
+743ms ââExecuted virtual command [Front Door Light Switch, Garage (Outdoor) Light Switch].sendPushNotification (27ms)
+748ms ââExecuted virtual command [Front Door Light Switch, Garage (Outdoor) Light Switch].setVariable (3ms)
+759ms ââCondition #14 evaluated false (8ms)
+760ms ââCondition group #13 evaluated false (state did not change) (9ms)
+762ms ââExecution stage complete. (683ms)
+764ms âSetting up scheduled job for Thu, Dec 10 2020 @ 7:09:00 AM CST (in 7164.267s)
+771ms âEvent processed successfully (771ms)
12/10/2020, 5:10:53 AM +863ms
+2ms âReceived event [Two Car Garage Door].door = closed with a delay of 86ms
+91ms âRunTime Analysis CS > 24ms > PS > 8ms > PE > 59ms > CE
+94ms âRuntime (41730 bytes) successfully initialized in 8ms (v0.3.110.20191009) (91ms)
+95ms ââExecution stage started
+110ms ââComparison (enum) closed is (string) open = false (1ms)
+112ms ââComparison (enum) closed is (string) open = false (1ms)
+114ms ââCancelling condition #4's schedules...
+115ms ââCondition #4 evaluated false (15ms)
+116ms ââCancelling condition #1's schedules...
+117ms ââCondition group #1 evaluated false (state changed) (18ms)
+128ms ââCondition #14 evaluated false (8ms)
+129ms ââCondition group #13 evaluated false (state did not change) (9ms)
+131ms ââExecution stage complete. (36ms)
+132ms âSetting up scheduled job for Thu, Dec 10 2020 @ 7:09:00 AM CST (in 7086.005s)
+201ms âEvent processed successfully (201ms)