1) Give a description of the problem
No actions being completed after a wait command. I created this very simple piston to test but getting same result in any piston with a “wait” command.
2) What is the expected behaviour?
Switch will turn off after wait
3) What is happening/not happening?
Switch staying on, red PENDING shows in flow.
4) Post a Green Snapshot of the piston![image|45x37](upload://xK8W wMCzoDkDrcB1Jf27yjtZ9bq.png)
(UPLOAD YOUR IMAGE HERE)
5) Attach logs after turning logging level to Full
5/30/2020, 12:48:32 PM +532ms
+1ms ╔Received event [Porch Lights Back Porch Lights].switch = on with a delay of 43ms
+62ms ║RunTime Analysis CS > 14ms > PS > 29ms > PE > 19ms > CE
+65ms ║Runtime (36527 bytes) successfully initialized in 29ms (v0.3.110.20191009) (62ms)
+66ms ║╔Execution stage started
+73ms ║║Comparison (enum) on is (string) on = true (1ms)
+75ms ║║Cancelling condition #2’s schedules…
+76ms ║║Condition #2 evaluated true (5ms)
+77ms ║║Cancelling condition #1’s schedules…
+77ms ║║Condition group #1 evaluated true (state changed) (7ms)
+79ms ║║Cancelling statement #3’s schedules…
+84ms ║║Executed virtual command [Porch Lights Back Porch Lights].wait (0ms)
+85ms ║║Requesting a wake up for Sat, May 30 2020 @ 12:48:52 PM EDT (in 20.0s)
+89ms ║╚Execution stage complete. (24ms)
+90ms ║Setting up scheduled job for Sat, May 30 2020 @ 12:48:52 PM EDT (in 19.996s)
+97ms ╚Event processed successfully (97ms)
5/30/2020, 12:48:25 PM +502ms
+1ms ╔Received event [Porch Lights Back Porch Lights].switch = off with a delay of 64ms
+96ms ║RunTime Analysis CS > 21ms > PS > 52ms > PE > 23ms > CE
+98ms ║Runtime (36522 bytes) successfully initialized in 52ms (v0.3.110.20191009) (95ms)
+98ms ║╔Execution stage started
+105ms ║║Comparison (enum) off is (string) on = false (1ms)
+107ms ║║Cancelling condition #2’s schedules…
+108ms ║║Condition #2 evaluated false (5ms)
+109ms ║║Cancelling condition #1’s schedules…
+109ms ║║Condition group #1 evaluated false (state changed) (7ms)
+111ms ║╚Execution stage complete. (13ms)
+112ms ╚Event processed successfully (112ms)
5/30/2020, 12:48:18 PM +564ms
+1ms ╔Starting piston… (v0.3.110.20191009)
+192ms ║╔Subscribing to devices…
+221ms ║║Subscribing to Porch Lights Back Porch Lights.switch…
+304ms ║╚Finished subscribing (129ms)
+334ms ║Comparison (enum) on is (string) on = true (1ms)
+346ms ╚Piston successfully started (345ms)
REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.