Seriously Can No One Help Me?!?! This is getting Frustrating


#21

Don’t get me started. My wife will kill me lol.


#22

I moved them all to is present then put them in ifs. i ran a test via the piston with trace on. The door tried to unlock twice before it ever got to the command to unlock the door lol.


#24

@WCmore @Robin @Gopack2

Thank you all so much for your help. For weeks I’ve banging my head against the wall over this. The problem was in one of my get requests i had @guarddog13 “MLBTV” instead of “MLBTV”"" That seems to have fixed the problem. I don’t know why but it’s had flawless tests since i fixed that.

Or not as i watch it loop through commands again. arg


#25

If the locking aspect is the only thing not working on this long piston, why not isolate it by moving the two blocks into their own piston?

IF Presence sensor's presence is present
    Then
        Wait 300 seconds
        Lock Door
END IF

IF Presence sensor's presence is not present
    Then
        Wait 5 seconds
        Lock Door
END IF

Not only does this prevent any other activity from tripping the piston, but it also makes troubleshooting a breeze.


Also, at the risk of stating the obvious, while you are testing, make sure you have no other pistons/routines/scenes programmed to lock the door. (again for isolation purposes)


#26

Its not just the lock the entire piston acts weird. When i trace it, its stopping at one of the get requests. it pends then turns red, counts up and sends several of the get requests over and over, then the Piston begins again.


#27

its line 73. it fails right there every time.

11/5/2018, 11:45:10 PM +425ms
+1ms ╔Received event [Home].execute = recovery with a delay of 119ms
+70ms ║RunTime Analysis CS > 19ms > PS > 20ms > PE > 31ms > CE
+73ms ║Runtime (52766 bytes) successfully initialized in 20ms (v0.3.108.20180906) (71ms)
+74ms ║╔Execution stage started
+86ms ║║Comparison (boolean) true is (boolean) true = true (2ms)
+88ms ║║Condition #170 evaluated true (7ms)
+90ms ║║Condition group #169 evaluated true (state did not change) (9ms)
+99ms ║║Comparison (string) :664f247dc2c6ad9e4be47fb996048f92: is_not_any_of (string) :a4f6ddff607ae67f528237099b0d9435:,:72da7332bb68cd3605ac535151a056e0: = true (4ms)
+101ms ║║Condition #220 evaluated true (8ms)
+102ms ║║Condition group #208 evaluated true (state did not change) (10ms)
+121ms ║║Comparison (time) 85510530 is_not_between (time) 63900000 .. (time) 65700000 = true (13ms)
+123ms ║║Time restriction check failed
+126ms ║║Condition #210 evaluated false (20ms)
+127ms ║║Cancelling statement #210's schedules...
+135ms ║║Requesting time schedule wake up at Tue, Nov 6 2018 @ 5:45:00 PM EST
+139ms ║║Condition group #209 evaluated false (state did not change) (33ms)
+157ms ║║Comparison (time) 85510566 is_not_between (time) 62100000 .. (time) 63900000 = true (13ms)
+159ms ║║Time restriction check passed
+161ms ║║Condition #213 evaluated true (20ms)
+163ms ║║Cancelling statement #213's schedules...
+171ms ║║Requesting time schedule wake up at Tue, Nov 6 2018 @ 5:15:00 PM EST
+189ms ║║Comparison (enum) on is (string) on = true (2ms)
+192ms ║║Condition #214 evaluated true (17ms)
+207ms ║║Comparison (enum) off is (string) off = true (2ms)
+211ms ║║Comparison (enum) on is (string) off = false (2ms)
+213ms ║║Condition #215 evaluated false (20ms)
+215ms ║║Condition group #212 evaluated false (state did not change) (74ms)
+223ms ║║Comparison (integer) 1 is_equal_to (integer) 1 = true (2ms)
+225ms ║║Condition #217 evaluated true (7ms)
+239ms ║║Comparison (enum) on is (string) off = false (2ms)
+241ms ║║Condition #218 evaluated false (15ms)
+242ms ║║Condition group #216 evaluated false (state did not change) (26ms)
+251ms ║║Comparison (integer) 1 is_outside_of_range (integer) 1 .. (integer) 5 = false (2ms)
+253ms ║║Condition #219 evaluated false (10ms)
+266ms ║║Comparison (enum) off is (string) on = false (2ms)
+269ms ║║Comparison (enum) on is (string) on = true (1ms)
+271ms ║║Condition #225 evaluated true (17ms)
+272ms ║║Condition group #208 evaluated true (state did not change) (169ms)
+275ms ║║Cancelling statement #113's schedules...
+4343ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text= + (string) ®Welcome Home Ryan Today's High Will Be >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=key&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be
+4351ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=Key&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be + (string) 48 >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=key&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48
+4358ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=key&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 + (string) degrees, The Low Will Be >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=AUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be
+4365ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=Uq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be + (string) 40 >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=vG&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40
+4371ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=q&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 + (string) degrees. Today >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today
+4377ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today + (string) Rain >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today Rain
+4382ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today Rain + (string) . Tomorrow Expect >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today Rain. Tomorrow Expect
+4387ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today Rain. Tomorrow Expect + (string) Chance of Rain >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today Rain. Tomorrow Expect Chance of Rain
+4391ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today Rain. Tomorrow Expect Chance of Rain + (string) >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today Rain. Tomorrow Expect Chance of Rain
+4395ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today Rain. Tomorrow Expect Chance of Rain + (string) >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today Rain. Tomorrow Expect Chance of Rain
+4407ms ║║Sending external web request to: autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome%20Home%20Ryan%20Today's%20High%20Will%20Be%2048%20degrees,%20The%20Low%20Will%20Be%2040%20degrees.%20Today%20Rain.%20Tomorrow%20Expect%20Chance%20of%20Rain
+4602ms ║║Executed virtual command httpRequest (196ms)
+4612ms ║║Comparison (boolean) true is (boolean) true = true (2ms)
+4614ms ║║Condition #222 evaluated true (7ms)
+4615ms ║║Condition group #221 evaluated true (state did not change) (9ms)
+4618ms ║║Cancelling statement #51's schedules...
+4667ms ║║Executed physical command [TV].on() (45ms)
+4668ms ║║Executed [TV].on (47ms)
+4672ms ║║Cancelling statement #54's schedules...
+4682ms ║║Executed physical command [Living Room].setLevel([55]) (5ms)
+4684ms ║║Executed [Living Room].setLevel (6ms)
+4688ms ║║Cancelling statement #57's schedules...
+4692ms ║║Executed virtual command wait (1ms)
+4694ms ║║Requesting a wake up for Mon, Nov 5 2018 @ 11:45:30 PM EST (in 15.0s)
+4702ms ║╚Execution stage complete. (4628ms)
+4704ms ║Setting up scheduled job for Mon, Nov 5 2018 @ 11:45:30 PM EST (in 14.991s), with 2 more jobs pending
+4714ms ╚Event processed successfully (4714ms)
11/5/2018, 11:40:02 PM +295ms
+0ms ╔Received event [Home].:4074bfb19265831415e7253405290be1: = @GuarddogBridge with a delay of 81ms
+95ms ║RunTime Analysis CS > 21ms > PS > 23ms > PE > 52ms > CE
+98ms ║Runtime (52802 bytes) successfully initialized in 23ms (v0.3.108.20180906) (97ms)
+99ms ║╔Execution stage started
+195ms ║║Comparison (boolean) true is (boolean) true = true (2ms)
+197ms ║║Cancelling condition #170's schedules...
+198ms ║║Condition #170 evaluated true (8ms)
+199ms ║║Cancelling condition #169's schedules...
+200ms ║║Condition group #169 evaluated true (state changed) (11ms)
+209ms ║║Comparison (string) :664f247dc2c6ad9e4be47fb996048f92: is_not_any_of (string) :a4f6ddff607ae67f528237099b0d9435:,:72da7332bb68cd3605ac535151a056e0: = true (3ms)
+211ms ║║Condition #220 evaluated true (8ms)
+213ms ║║Condition group #208 evaluated true (state did not change) (9ms)
+231ms ║║Comparison (time) 85202510 is_not_between (time) 63900000 .. (time) 65700000 = true (12ms)
+232ms ║║Time restriction check failed
+235ms ║║Condition #210 evaluated false (19ms)
+236ms ║║Cancelling statement #210's schedules...
+244ms ║║Requesting time schedule wake up at Tue, Nov 6 2018 @ 5:45:00 PM EST
+247ms ║║Condition group #209 evaluated false (state did not change) (32ms)
+265ms ║║Comparison (time) 85202545 is_not_between (time) 62100000 .. (time) 63900000 = true (12ms)
+267ms ║║Time restriction check passed
+269ms ║║Condition #213 evaluated true (20ms)
+271ms ║║Cancelling statement #213's schedules...
+278ms ║║Requesting time schedule wake up at Tue, Nov 6 2018 @ 5:15:00 PM EST
+296ms ║║Comparison (enum) on is (string) on = true (2ms)
+298ms ║║Condition #214 evaluated true (16ms)
+313ms ║║Comparison (enum) off is (string) off = true (2ms)
+317ms ║║Comparison (enum) on is (string) off = false (1ms)
+319ms ║║Condition #215 evaluated false (20ms)
+321ms ║║Condition group #212 evaluated false (state did not change) (71ms)
+328ms ║║Comparison (integer) 1 is_equal_to (integer) 1 = true (2ms)
+330ms ║║Condition #217 evaluated true (7ms)
+344ms ║║Comparison (enum) on is (string) off = false (2ms)
+346ms ║║Condition #218 evaluated false (14ms)
+347ms ║║Condition group #216 evaluated false (state did not change) (25ms)
+356ms ║║Comparison (integer) 1 is_outside_of_range (integer) 1 .. (integer) 5 = false (2ms)
+358ms ║║Condition #219 evaluated false (10ms)
+370ms ║║Comparison (enum) off is (string) on = false (2ms)
+374ms ║║Comparison (enum) on is (string) on = true (2ms)
+376ms ║║Condition #225 evaluated true (16ms)
+377ms ║║Condition group #208 evaluated true (state did not change) (163ms)
+380ms ║║Cancelling statement #113's schedules...
+865ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text= + (string) ®Welcome Home Ryan Today's High Will Be >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be
+872ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be + (string) 48 >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48
+878ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 + (string) degrees, The Low Will Be >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be
+884ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be + (string) 40 >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40
+890ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 + (string) degrees. Today >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today
+895ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today + (string) Rain >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today Rain
+900ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today Rain + (string) . Tomorrow Expect >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today Rain. Tomorrow Expect
+905ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today Rain. Tomorrow Expect + (string) Chance of Rain >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today Rain. Tomorrow Expect Chance of Rain
+909ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today Rain. Tomorrow Expect Chance of Rain + (string) >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today Rain. Tomorrow Expect Chance of Rain
+913ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today Rain. Tomorrow Expect Chance of Rain + (string) >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 48 degrees, The Low Will Be 40 degrees. Today Rain. Tomorrow Expect Chance of Rain
+923ms ║║Sending external web request to: autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome%20Home%20Ryan%20Today's%20High%20Will%20Be%2048%20degrees,%20The%20Low%20Will%20Be%2040%20degrees.%20Today%20Rain.%20Tomorrow%20Expect%20Chance%20of%20Rain
+1130ms ║║Executed virtual command httpRequest (207ms)
+1144ms ║║Comparison (boolean) true is (boolean) true = true (3ms)
+1148ms ║║Condition #222 evaluated true (11ms)
+1150ms ║║Condition group #221 evaluated true (state did not change) (13ms)
+1155ms ║║Cancelling statement #51's schedules...
+2539ms ║║Executed physical command [TV].on() (1379ms)
+2540ms ║║Executed [TV].on (1382ms)
+2544ms ║║Cancelling statement #54's schedules...
+2555ms ║║Executed physical command [Living Room].setLevel([55]) (5ms)
+2556ms ║║Executed [Living Room].setLevel (7ms)
+2560ms ║║Cancelling statement #57's schedules...
+2566ms ║║Executed virtual command wait (1ms)
+2568ms ║║Requesting a wake up for Mon, Nov 5 2018 @ 11:40:19 PM EST (in 15.0s)
+2576ms ║╚Execution stage complete. (2477ms)
+2578ms ║Setting up scheduled job for Mon, Nov 5 2018 @ 11:40:19 PM EST (in 14.991s), with 2 more jobs pending
+2591ms ╚Event processed successfully (2591ms)

11/6/2018, 12:16:36 AM +189ms
+1ms ╔Received event [Home].time/recovery = 1541481396188 with a delay of 0ms
+187ms ║RunTime Analysis CS > 33ms > PS > 116ms > PE > 39ms > CE
+191ms ║Runtime (52668 bytes) successfully initialized in 116ms (v0.3.108.20180906) (188ms)
+192ms ║╔Execution stage started
+194ms ║╚Execution stage complete. (1ms)
+195ms ╚Event processed successfully (195ms)
11/6/2018, 12:16:19 AM +724ms
+0ms ╔Received event [Home].execute = recovery with a delay of 116ms
+10108ms ║RunTime Analysis CS > 25ms > PS > 10049ms > PE > 35ms > CE
+10110ms ║Piston waited at a semaphore for 10020ms
+10113ms ║Runtime (52737 bytes) successfully initialized in 10049ms (v0.3.108.20180906) (10111ms)
+10114ms ║╔Execution stage started
+10125ms ║║Comparison (boolean) false is (boolean) true = false (2ms)
+10127ms ║║Condition #170 evaluated false (7ms)
+10129ms ║║Condition group #169 evaluated false (state did not change) (9ms)
+10131ms ║╚Execution stage complete. (18ms)
+10132ms ╚Event processed successfully (10132ms)

#28

In both logs shown above, I only see one command to “Send external web request” per test.

Also, in the top one, you cut off the important part of the log.
What happened at the rescheduled time of
Setting up scheduled job for Mon, Nov 5 2018 @ 11:45:30 PM EST
???


Also important to note that because you have no triggers whatsoever in your piston, then each condition becomes a trigger. (as seen by the 10 lightning bolts in your left margin)


#29

I’m not sure. The log is cut off. This is the full log of my last failure.

11/6/2018, 12:16:48 AM +493ms
+1ms ╔Received event [Home].time = 1541481409449 with a delay of -957ms
+198ms ║RunTime Analysis CS > 85ms > PS > 73ms > PE > 40ms > CE
+201ms ║Runtime (52660 bytes) successfully initialized in 73ms (v0.3.108.20180906) (199ms)
+203ms ║╔Execution stage started
+204ms ║╚Execution stage complete. (2ms)
+206ms ╚Event processed successfully (206ms)
11/6/2018, 12:16:36 AM +189ms
+1ms ╔Received event [Home].time/recovery = 1541481396188 with a delay of 0ms
+187ms ║RunTime Analysis CS > 33ms > PS > 116ms > PE > 39ms > CE
+191ms ║Runtime (52668 bytes) successfully initialized in 116ms (v0.3.108.20180906) (188ms)
+192ms ║╔Execution stage started
+194ms ║╚Execution stage complete. (1ms)
+195ms ╚Event processed successfully (195ms)
11/6/2018, 12:16:19 AM +724ms
+0ms ╔Received event [Home].execute = recovery with a delay of 116ms
+10108ms ║RunTime Analysis CS > 25ms > PS > 10049ms > PE > 35ms > CE
+10110ms ║Piston waited at a semaphore for 10020ms
+10113ms ║Runtime (52737 bytes) successfully initialized in 10049ms (v0.3.108.20180906) (10111ms)
+10114ms ║╔Execution stage started
+10125ms ║║Comparison (boolean) false is (boolean) true = false (2ms)
+10127ms ║║Condition #170 evaluated false (7ms)
+10129ms ║║Condition group #169 evaluated false (state did not change) (9ms)
+10131ms ║╚Execution stage complete. (18ms)
+10132ms ╚Event processed successfully (10132ms)
11/6/2018, 12:16:19 AM +633ms
+1ms ╔Received event [Home].:4074bfb19265831415e7253405290be1: = @GuarddogBridge with a delay of 138ms
+107ms ║RunTime Analysis CS > 29ms > PS > 37ms > PE > 41ms > CE
+111ms ║Runtime (52685 bytes) successfully initialized in 37ms (v0.3.108.20180906) (109ms)
+112ms ║╔Execution stage started
+125ms ║║Comparison (boolean) false is (boolean) true = false (2ms)
+127ms ║║Cancelling condition #170's schedules...
+129ms ║║Condition #170 evaluated false (9ms)
+130ms ║║Cancelling condition #169's schedules...
+131ms ║║Condition group #169 evaluated false (state changed) (12ms)
+134ms ║╚Execution stage complete. (22ms)
+136ms ╚Event processed successfully (136ms)
11/6/2018, 12:16:18 AM +251ms
+0ms ╔Received event [Home].time/recovery = 1541481378250 with a delay of 0ms
+364ms ║RunTime Analysis CS > 52ms > PS > 280ms > PE > 32ms > CE
+368ms ║Runtime (52661 bytes) successfully initialized in 280ms (v0.3.108.20180906) (366ms)
+369ms ║╔Execution stage started
+403ms ║║Cancelling statement #66's schedules...
+423ms ║║Executed physical command [Front Door].unlock() (16ms)
+425ms ║║Executed [Front Door].unlock (18ms)
+429ms ║║Cancelling statement #226's schedules...
+435ms ║║Executed virtual command setVariable (2ms)
+463ms ║║Cancelling statement #57's schedules...
+472ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text= + (string) Channel 152 >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152
+476ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152 + (string) >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152
+487ms ║║Sending external web request to: autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel%20152
+647ms ║║Executed virtual command httpRequest (160ms)
+651ms ║║Cancelling statement #60's schedules...
+1172ms ║║Executed physical command [House].resumeProgram() (513ms)
+1174ms ║║Executed [House].resumeProgram (515ms)
+1185ms ║║Comparison (string) :664f247dc2c6ad9e4be47fb996048f92: is_not_any_of (string) :a4f6ddff607ae67f528237099b0d9435:,:72da7332bb68cd3605ac535151a056e0: = true (3ms)
+1187ms ║║Condition #224 evaluated true (8ms)
+1188ms ║║Condition group #223 evaluated true (state did not change) (10ms)
+1191ms ║║Cancelling statement #230's schedules...
+1196ms ║║Executed virtual command wait (1ms)
+1197ms ║║Requesting a wake up for Tue, Nov 6 2018 @ 12:16:49 AM EST (in 30.0s)
+1204ms ║╚Execution stage complete. (835ms)
+1206ms ║Setting up scheduled job for Tue, Nov 6 2018 @ 12:16:49 AM EST (in 29.993s)
+1215ms ╚Event processed successfully (1215ms)
11/6/2018, 12:15:48 AM +777ms
+0ms ╔Received event [Home].execute = recovery with a delay of 99ms
+9857ms ║RunTime Analysis CS > 23ms > PS > 9800ms > PE > 34ms > CE
+9858ms ║Piston waited at a semaphore for 9769ms
+9861ms ║Runtime (52723 bytes) successfully initialized in 9800ms (v0.3.108.20180906) (9860ms)
+9862ms ║╔Execution stage started
+9874ms ║║Comparison (boolean) true is (boolean) true = true (2ms)
+9876ms ║║Condition #170 evaluated true (7ms)
+9877ms ║║Condition group #169 evaluated true (state did not change) (9ms)
+9886ms ║║Comparison (boolean) true is (boolean) true = true (1ms)
+9888ms ║║Condition #222 evaluated true (6ms)
+9889ms ║║Condition group #221 evaluated true (state did not change) (9ms)
+9892ms ║║Cancelling statement #51's schedules...
+9971ms ║║Executed physical command [TV].on() (74ms)
+9973ms ║║Executed [TV].on (76ms)
+9976ms ║║Cancelling statement #54's schedules...
+9990ms ║║Executed physical command [Living Room].setLevel([55]) (8ms)
+9991ms ║║Executed [Living Room].setLevel (10ms)
+9995ms ║║Cancelling statement #228's schedules...
+10000ms ║║Executed virtual command wait (0ms)
+10001ms ║║Requesting a wake up for Tue, Nov 6 2018 @ 12:16:13 AM EST (in 15.0s)
+10008ms ║╚Execution stage complete. (145ms)
+10010ms ║Setting up scheduled job for Tue, Nov 6 2018 @ 12:15:07 AM EST (in 1s), with 1 more job pending
+10019ms ╚Event processed successfully (10020ms)
11/6/2018, 12:14:33 AM +165ms
+1ms ╔Received event [Home].time = 1541481274878 with a delay of -1713ms
+87ms ║RunTime Analysis CS > 21ms > PS > 31ms > PE > 35ms > CE
+90ms ║Runtime (52653 bytes) successfully initialized in 31ms (v0.3.108.20180906) (87ms)
+91ms ║╔Execution stage started
+114ms ║║Cancelling statement #57's schedules...
+123ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text= + (string) Channel 152 >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152
+127ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152 + (string) >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152
+137ms ║║Sending external web request to: autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel%20152
+340ms ║║Executed virtual command httpRequest (204ms)
+344ms ║║Cancelling statement #60's schedules...
+4153ms ║║Executed physical command [House].resumeProgram() (3799ms)
+4154ms ║║Executed [House].resumeProgram (3801ms)
+4166ms ║║Comparison (string) :664f247dc2c6ad9e4be47fb996048f92: is_not_any_of (string) :a4f6ddff607ae67f528237099b0d9435:,:72da7332bb68cd3605ac535151a056e0: = true (3ms)
+4168ms ║║Condition #224 evaluated true (9ms)
+4169ms ║║Condition group #223 evaluated true (state did not change) (11ms)
+4173ms ║║Cancelling statement #230's schedules...
+4178ms ║║Executed virtual command wait (1ms)
+4180ms ║║Requesting a wake up for Tue, Nov 6 2018 @ 12:15:07 AM EST (in 30.0s)
+4187ms ║╚Execution stage complete. (4095ms)
+4188ms ║Setting up scheduled job for Tue, Nov 6 2018 @ 12:15:07 AM EST (in 29.993s)
+4197ms ╚Event processed successfully (4196ms)
11/6/2018, 12:14:19 AM +604ms
+1ms ╔Received event [Home].:4074bfb19265831415e7253405290be1: = @GuarddogBridge with a delay of 118ms
+96ms ║RunTime Analysis CS > 28ms > PS > 35ms > PE > 33ms > CE
+99ms ║Runtime (52689 bytes) successfully initialized in 35ms (v0.3.108.20180906) (97ms)
+101ms ║╔Execution stage started
+112ms ║║Comparison (boolean) true is (boolean) true = true (2ms)
+114ms ║║Cancelling condition #170's schedules...
+115ms ║║Condition #170 evaluated true (8ms)
+117ms ║║Cancelling condition #169's schedules...
+118ms ║║Condition group #169 evaluated true (state changed) (12ms)
+126ms ║║Comparison (boolean) true is (boolean) true = true (2ms)
+128ms ║║Condition #222 evaluated true (7ms)
+130ms ║║Condition group #221 evaluated true (state did not change) (8ms)
+133ms ║║Cancelling statement #51's schedules...
+241ms ║║Executed physical command [TV].on() (102ms)
+242ms ║║Executed [TV].on (106ms)
+246ms ║║Cancelling statement #54's schedules...
+262ms ║║Executed physical command [Living Room].setLevel([55]) (10ms)
+263ms ║║Executed [Living Room].setLevel (11ms)
+267ms ║║Cancelling statement #228's schedules...
+272ms ║║Executed virtual command wait (1ms)
+273ms ║║Requesting a wake up for Tue, Nov 6 2018 @ 12:14:34 AM EST (in 15.0s)
+280ms ║╚Execution stage complete. (179ms)
+281ms ║Setting up scheduled job for Tue, Nov 6 2018 @ 12:14:34 AM EST (in 14.993s)
+291ms ╚Event processed successfully (290ms)
11/6/2018, 12:13:24 AM +584ms
+1ms ╔Received event [Home].:4074bfb19265831415e7253405290be1: = @GuarddogBridge with a delay of 104ms
+94ms ║RunTime Analysis CS > 24ms > PS > 35ms > PE > 35ms > CE
+98ms ║Runtime (52684 bytes) successfully initialized in 35ms (v0.3.108.20180906) (95ms)
+99ms ║╔Execution stage started
+111ms ║║Comparison (boolean) false is (boolean) true = false (2ms)
+113ms ║║Cancelling condition #170's schedules...
+114ms ║║Condition #170 evaluated false (8ms)
+116ms ║║Cancelling condition #169's schedules...
+117ms ║║Condition group #169 evaluated false (state changed) (12ms)
+120ms ║╚Execution stage complete. (21ms)
+121ms ╚Event processed successfully (121ms)
11/6/2018, 12:13:24 AM +223ms
+1ms ╔Received event [Home].time = 1541481205873 with a delay of -1651ms
+107ms ║RunTime Analysis CS > 26ms > PS > 43ms > PE > 39ms > CE
+111ms ║Runtime (52654 bytes) successfully initialized in 43ms (v0.3.108.20180906) (108ms)
+113ms ║╔Execution stage started
+150ms ║║Cancelling statement #66's schedules...
+206ms ║║Executed physical command [Front Door].unlock() (49ms)
+207ms ║║Executed [Front Door].unlock (52ms)
+213ms ║║Cancelling statement #226's schedules...
+220ms ║║Executed virtual command setVariable (1ms)
+223ms ║╚Execution stage complete. (111ms)
+225ms ╚Event processed successfully (226ms)
11/6/2018, 12:12:50 AM +197ms
+0ms ╔Received event [Home].time = 1541481171329 with a delay of -1133ms
+96ms ║RunTime Analysis CS > 21ms > PS > 38ms > PE > 38ms > CE
+99ms ║Runtime (52653 bytes) successfully initialized in 38ms (v0.3.108.20180906) (98ms)
+100ms ║╔Execution stage started
+124ms ║║Cancelling statement #57's schedules...
+136ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text= + (string) Channel 152 >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152
+141ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152 + (string) >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152
+153ms ║║Sending external web request to: autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel%20152
+366ms ║║Executed virtual command httpRequest (213ms)
+370ms ║║Cancelling statement #60's schedules...
+5651ms ║║Executed physical command [House].resumeProgram() (5270ms)
+5652ms ║║Executed [House].resumeProgram (5273ms)
+5663ms ║║Comparison (string) :664f247dc2c6ad9e4be47fb996048f92: is_not_any_of (string) :a4f6ddff607ae67f528237099b0d9435:,:72da7332bb68cd3605ac535151a056e0: = true (3ms)
+5665ms ║║Condition #224 evaluated true (8ms)
+5666ms ║║Condition group #223 evaluated true (state did not change) (10ms)
+5669ms ║║Cancelling statement #230's schedules...
+5673ms ║║Executed virtual command wait (1ms)
+5675ms ║║Requesting a wake up for Tue, Nov 6 2018 @ 12:13:25 AM EST (in 30.0s)
+5681ms ║╚Execution stage complete. (5580ms)
+5682ms ║Setting up scheduled job for Tue, Nov 6 2018 @ 12:13:25 AM EST (in 29.994s)
+5692ms ╚Event processed successfully (5692ms)
11/6/2018, 12:12:35 AM +998ms
+1ms ╔Received event [Home].:4074bfb19265831415e7253405290be1: = @GuarddogBridge with a delay of 123ms
+93ms ║RunTime Analysis CS > 28ms > PS > 35ms > PE > 30ms > CE
+97ms ║Runtime (52689 bytes) successfully initialized in 35ms (v0.3.108.20180906) (94ms)
+98ms ║╔Execution stage started
+108ms ║║Comparison (boolean) true is (boolean) true = true (2ms)
+110ms ║║Cancelling condition #170's schedules...
+112ms ║║Condition #170 evaluated true (7ms)
+113ms ║║Cancelling condition #169's schedules...
+114ms ║║Condition group #169 evaluated true (state changed) (11ms)
+122ms ║║Comparison (boolean) true is (boolean) true = true (2ms)
+124ms ║║Condition #222 evaluated true (6ms)
+125ms ║║Condition group #221 evaluated true (state did not change) (9ms)
+128ms ║║Cancelling statement #51's schedules...
+296ms ║║Executed physical command [TV].on() (163ms)
+297ms ║║Executed [TV].on (166ms)
+301ms ║║Cancelling statement #54's schedules...
+319ms ║║Executed physical command [Living Room].setLevel([55]) (12ms)
+320ms ║║Executed [Living Room].setLevel (13ms)
+324ms ║║Cancelling statement #228's schedules...
+328ms ║║Executed virtual command wait (1ms)
+330ms ║║Requesting a wake up for Tue, Nov 6 2018 @ 12:12:51 AM EST (in 15.0s)
+336ms ║╚Execution stage complete. (239ms)
+338ms ║Setting up scheduled job for Tue, Nov 6 2018 @ 12:12:51 AM EST (in 14.994s)
+345ms ╚Event processed successfully (344ms)
11/6/2018, 12:12:19 AM +999ms
+0ms ╔Received event [Home].execute = recovery with a delay of 109ms
+91ms ║RunTime Analysis CS > 24ms > PS > 29ms > PE > 38ms > CE
+94ms ║Runtime (52656 bytes) successfully initialized in 29ms (v0.3.108.20180906) (92ms)
+95ms ║╔Execution stage started
+106ms ║║Comparison (boolean) false is (boolean) true = false (2ms)
+108ms ║║Condition #170 evaluated false (7ms)
+109ms ║║Condition group #169 evaluated false (state did not change) (8ms)
+112ms ║╚Execution stage complete. (17ms)
+113ms ╚Event processed successfully (113ms)
11/6/2018, 12:12:19 AM +249ms
+2ms ╔Starting piston... (v0.3.108.20180906)
+223ms ║╔Subscribing to devices...
+271ms ║║Subscribing to Home.:4074bfb19265831415e7253405290be1:.@GuarddogBridge...
+283ms ║║Subscribing to Home.:4074bfb19265831415e7253405290be1:.@babygirl69INbed...
+294ms ║║Subscribing to Home.mode...
+437ms ║║Subscribing to TV...
+438ms ║║Subscribing to Living Room...
+440ms ║║Subscribing to House...
+442ms ║║Subscribing to Front Door...
+443ms ║╚Finished subscribing (223ms)
+475ms ║Comparison (boolean) false is (boolean) true = false (2ms)
+485ms ║Comparison (boolean) true is (boolean) true = true (2ms)
+519ms ║Comparison (string) :664f247dc2c6ad9e4be47fb996048f92: is_not_any_of (string) :a4f6ddff607ae67f528237099b0d9435:,:72da7332bb68cd3605ac535151a056e0: = true (3ms)
+535ms ╚Piston successfully started (534ms)

Clear

Full Nothing selected None Minimal Medium Full

Logging level

Variables

Local variables

stringTodayHigh{$weather.forecast.forecast.simpleforecast.forecastday.high.fahrenheit[0]}

integerTodayLow{$weather.forecast.forecast.simpleforecast.forecastday.low.fahrenheit[0]}

stringTodayCond{$weather.forecast10day.forecast.simpleforecast.forecastday.conditions[0]}

stringTomCond{$weather.forecast10day.forecast.simpleforecast.forecastday.conditions[1]}

Global variables

boolean@GuarddogBridgefalse

string@babygirlhttps://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bGWpRoQLD1EHcxxiLcpDnl219dFn1dV9o__xj6owlSBfaR81SCdOxiUwD0_as1So7zfc10lPF0sLiJylDSs6zCEj1Ojh7NVKqZLJzYr98WHJGxlEez7jamYI3gSPRFiIakW_jcf&title=SmartThings&text=

boolean@babygirl69INbedtrue

time@custom9:00:00 AM

string@guarddog13https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=


#30

Ugg… too much to wade thru, and my time is limited. I would clear your logs, and run one test only. Make sure you wait the FULL duration because you have delays in there, and the rest of the log should continue when it wakes up again.


#31

Side note:
Having ten triggers in a piston is not something I would wish upon my greatest enemy…


#32

I’ve added an on event. That’s why I originally had them set as change to.


#33

What is the REAL trigger?
I mean, what has to happen for this piston to run?


#34

My presence sensor needs to either become present or not present.


#35

Once you add that trigger back in properly (top level), the pseudo triggers will return to conditions. This is good.

Then clear logs and post logs from a single test. I need to run now, but that should help one of us help you.


#36

This particular Piston is triggered by a boolean bridge in the first Piston. i split into 3 pistons.


#37

IDE Logs show an error

[
2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: info ╔ Event processed successfully (124ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: trace ║╔ Execution stage complete. (17ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: debug ║║ Condition group #169 evaluated false (state did not change) (7ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: debug ║║ Condition #170 evaluated false (5ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: debug ║║ Comparison (boolean) false changes_to (boolean) true = false (0ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: trace ║╚ Execution stage started

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: trace ║ Runtime (53314 bytes) successfully initialized in 37ms (v0.3.108.20180906) (104ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: debug ║ RunTime Analysis CS > 28ms > PS > 37ms > PE > 38ms > CE

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: info ╚ Received event [Home].execute = recovery with a delay of 139ms

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: info ╔ Event processed successfully (127ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: trace ║╔ Execution stage complete. (19ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: debug ║║ Condition group #169 evaluated false (state changed) (10ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: debug ║║ Cancelling condition #169's schedules...

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: debug ║║ Condition #170 evaluated false (6ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: debug ║║ Cancelling condition #170's schedules...

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: debug ║║ Comparison (boolean) false changes_to (boolean) true = false (1ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: trace ║╚ Execution stage started

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: trace ║ Runtime (53342 bytes) successfully initialized in 36ms (v0.3.108.20180906) (104ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: debug ║ RunTime Analysis CS > 28ms > PS > 36ms > PE > 38ms > CE

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:37 AM: info ╚ Received event [Home].:4074bfb19265831415e7253405290be1: = @GuarddogBridge with a delay of 152ms

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:26 AM: debug ║║ Condition #224 evaluated true (8ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:18 AM: debug ║║ Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152 + (string) >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:18 AM: debug ║ RunTime Analysis CS > 81ms > PS > 83ms > PE > 35ms > CE

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:18 AM: info ╚ Received event [Home].time/recovery = 1541483178230 with a delay of 0ms

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:00 AM: debug ║║ Condition #232 evaluated false (8ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:00 AM: debug ║║ Condition group #223 evaluated true (state did not change) (13ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:00 AM: debug ║║ Comparison (boolean) true is (boolean) false = false (3ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:00 AM: debug ║║ Comparison (string) :664f247dc2c6ad9e4be47fb996048f92: is_not_any_of (string) :a4f6ddff607ae67f528237099b0d9435:,:72da7332bb68cd3605ac535151a056e0: = true (5ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:00 AM: debug ║║ Condition #224 evaluated true (10ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:00 AM: debug ║║ Executed physical command [House].resumeProgram() (14807ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:46:00 AM: trace ║║ Executed [House].resumeProgram (14809ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:45:45 AM: trace ║║ Executed virtual command httpRequest (246ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:45:45 AM: debug ║║ Cancelling statement #60's schedules...

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:45:45 AM: debug ║║ Sending external web request to: autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel%20152

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:45:45 AM: debug ║║ Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152 + (string) >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:45:45 AM: debug ║║ Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text= + (string) Channel 152 >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:45:45 AM: debug ║║ Cancelling statement #57's schedules...

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:45:45 AM: trace ║╚ Execution stage started

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:45:45 AM: trace ║ Runtime (53319 bytes) successfully initialized in 131ms (v0.3.108.20180906) (280ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:45:45 AM: debug ║ RunTime Analysis CS > 101ms > PS > 131ms > PE > 46ms > CE

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:45:45 AM: info ╚ Received event [Home].time/recovery = 1541483145255 with a delay of 0ms

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:45:42 AM: error java.util.concurrent.TimeoutException: Execution time exceeded 20 app execution seconds: 302448252200558 @line -1 (error)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:45:21 AM: trace ║║ Executed virtual command httpRequest (376ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:45:20 AM: debug ║║ Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152 + (string) >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:45:20 AM: debug ║║ Cancelling statement #57's schedules...

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:45:20 AM: debug ║║ Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text= + (string) Channel 152 >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:45:20 AM: trace ║╚ Execution stage started

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:45:20 AM: trace ║ Runtime (53313 bytes) successfully initialized in 206ms (v0.3.108.20180906) (281ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:44:51 AM: debug ║║ Executed physical command [Living Room].setLevel([55]) (5ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:44:50 AM: debug ║║ Comparison (enum) off is (string) on = false (2ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:44:50 AM: debug ║║ Comparison (integer) 2 is_outside_of_range (integer) 1 .. (integer) 5 = false (3ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:44:51 AM: debug ║║ Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be 34 degrees. Today Chance of Rain + (string) . Tomorrow Expect >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be 34 degrees. Today Chance of Rain. Tomorrow Expect

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:44:50 AM: debug ║║ Condition group #212 evaluated false (state did not change) (145ms)

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:44:51 AM: debug ║║ Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be 34 degrees. Today + (string) Chance of Rain >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be 34 degrees. Today Chance of Rain

[2a2d4d4e-9fbd-413d-8713-19d47c10efe1](https://graph-na04-useast2.api.smartthings.com/ide/logs#2a2d4d4e-9fbd-413d-8713-19d47c10efe1) 12:44:50 AM: debug ║║ Comparison (enum) on is (string) off = false (2ms)

Here’s webCoRE log from a run.

11/6/2018, 12:46:37 AM +386ms
+0ms ╔Received event [Home].execute = recovery with a delay of 139ms
+102ms ║RunTime Analysis CS > 28ms > PS > 37ms > PE > 38ms > CE
+106ms ║Runtime (53314 bytes) successfully initialized in 37ms (v0.3.108.20180906) (104ms)
+107ms ║╔Execution stage started
+117ms ║║Comparison (boolean) false changes_to (boolean) true = false (0ms)
+119ms ║║Condition #170 evaluated false (5ms)
+120ms ║║Condition group #169 evaluated false (state did not change) (7ms)
+123ms ║╚Execution stage complete. (17ms)
+124ms ╚Event processed successfully (124ms)
11/6/2018, 12:46:37 AM +204ms
+1ms ╔Received event [Home].:4074bfb19265831415e7253405290be1: = @GuarddogBridge with a delay of 152ms
+102ms ║RunTime Analysis CS > 28ms > PS > 36ms > PE > 38ms > CE
+105ms ║Runtime (53342 bytes) successfully initialized in 36ms (v0.3.108.20180906) (104ms)
+106ms ║╔Execution stage started
+117ms ║║Comparison (boolean) false changes_to (boolean) true = false (1ms)
+119ms ║║Cancelling condition #170's schedules...
+120ms ║║Condition #170 evaluated false (6ms)
+121ms ║║Cancelling condition #169's schedules...
+122ms ║║Condition group #169 evaluated false (state changed) (10ms)
+125ms ║╚Execution stage complete. (19ms)
+127ms ╚Event processed successfully (127ms)
11/6/2018, 12:46:18 AM +231ms
+0ms ╔Received event [Home].time/recovery = 1541483178230 with a delay of 0ms
+199ms ║RunTime Analysis CS > 81ms > PS > 83ms > PE > 35ms > CE
+202ms ║Runtime (53316 bytes) successfully initialized in 83ms (v0.3.108.20180906) (201ms)
+204ms ║╔Execution stage started
+243ms ║║Cancelling statement #57's schedules...
+252ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text= + (string) Channel 152 >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152
+256ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152 + (string) >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel 152
+266ms ║║Sending external web request to: autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=Channel%20152
+505ms ║║Executed virtual command httpRequest (239ms)
+509ms ║║Cancelling statement #60's schedules...
+8063ms ║║Executed physical command [House].resumeProgram() (7542ms)
+8064ms ║║Executed [House].resumeProgram (7546ms)
+8075ms ║║Comparison (string) :664f247dc2c6ad9e4be47fb996048f92: is_not_any_of (string) :a4f6ddff607ae67f528237099b0d9435:,:72da7332bb68cd3605ac535151a056e0: = true (3ms)
+8078ms ║║Condition #224 evaluated true (8ms)
+8079ms ║║Condition group #223 evaluated true (state did not change) (11ms)
+8089ms ║║Comparison (boolean) true is (boolean) false = false (2ms)
+8091ms ║║Condition #232 evaluated false (7ms)
+8092ms ║║Condition group #230 evaluated false (state did not change) (10ms)
+8096ms ║║Cancelling statement #66's schedules...
+18780ms ║║Executed physical command [Front Door].unlock() (10677ms)
+18781ms ║║Executed [Front Door].unlock (10680ms)
+18785ms ║║Cancelling statement #226's schedules...
+18791ms ║║Executed virtual command setVariable (1ms)
+18794ms ║╚Execution stage complete. (18590ms)
+18795ms ╚Event processed successfully (18795ms)
11/6/2018, 12:44:50 AM +271ms
+1ms ╔Received event [Home].:4074bfb19265831415e7253405290be1: = @GuarddogBridge with a delay of 63ms
+68ms ║RunTime Analysis CS > 19ms > PS > 21ms > PE > 27ms > CE
+71ms ║Runtime (53345 bytes) successfully initialized in 21ms (v0.3.108.20180906) (68ms)
+72ms ║╔Execution stage started
+83ms ║║Comparison (boolean) true changes_to (boolean) true = true (1ms)
+85ms ║║Cancelling condition #170's schedules...
+86ms ║║Condition #170 evaluated true (8ms)
+87ms ║║Cancelling condition #169's schedules...
+88ms ║║Condition group #169 evaluated true (state changed) (10ms)
+98ms ║║Comparison (string) :664f247dc2c6ad9e4be47fb996048f92: is_not_any_of (string) :a4f6ddff607ae67f528237099b0d9435:,:72da7332bb68cd3605ac535151a056e0: = true (3ms)
+100ms ║║Condition #220 evaluated true (8ms)
+101ms ║║Condition group #208 evaluated true (state did not change) (10ms)
+120ms ║║Comparison (time) 2690375 is_not_between (time) 63900000 .. (time) 65700000 = true (13ms)
+122ms ║║Time restriction check passed
+124ms ║║Condition #210 evaluated true (20ms)
+149ms ║║Comparison (enum) off is (string) off = true (3ms)
+153ms ║║Comparison (enum) on is (string) off = false (2ms)
+155ms ║║Condition #211 evaluated false (30ms)
+157ms ║║Condition group #209 evaluated false (state did not change) (54ms)
+264ms ║║Comparison (time) 2690518 is_not_between (time) 62100000 .. (time) 63900000 = true (13ms)
+265ms ║║Time restriction check passed
+268ms ║║Condition #213 evaluated true (108ms)
+282ms ║║Comparison (enum) on is (string) on = true (2ms)
+284ms ║║Condition #214 evaluated true (15ms)
+297ms ║║Comparison (enum) off is (string) off = true (2ms)
+300ms ║║Comparison (enum) on is (string) off = false (2ms)
+302ms ║║Condition #215 evaluated false (17ms)
+304ms ║║Condition group #212 evaluated false (state did not change) (145ms)
+312ms ║║Comparison (integer) 2 is_equal_to (integer) 1 = false (2ms)
+314ms ║║Condition #217 evaluated false (7ms)
+315ms ║║Condition group #216 evaluated false (state did not change) (10ms)
+323ms ║║Comparison (integer) 2 is_outside_of_range (integer) 1 .. (integer) 5 = false (3ms)
+326ms ║║Condition #219 evaluated false (10ms)
+339ms ║║Comparison (enum) off is (string) on = false (2ms)
+342ms ║║Comparison (enum) on is (string) on = true (2ms)
+344ms ║║Condition #225 evaluated true (17ms)
+346ms ║║Condition group #208 evaluated true (state did not change) (243ms)
+349ms ║║Cancelling statement #113's schedules...
+700ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text= + (string) ®Welcome Home Ryan Today's High Will Be >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be
+707ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be + (string) 47 >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47
+713ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 + (string) degrees, The Low Will Be >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be
+719ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be + (string) 34 >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be 34
+725ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be 34 + (string) degrees. Today >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be 34 degrees. Today
+731ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be 34 degrees. Today + (string) Chance of Rain >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be 34 degrees. Today Chance of Rain
+736ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be 34 degrees. Today Chance of Rain + (string) . Tomorrow Expect >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be 34 degrees. Today Chance of Rain. Tomorrow Expect
+740ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be 34 degrees. Today Chance of Rain. Tomorrow Expect + (string) Snow >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be 34 degrees. Today Chance of Rain. Tomorrow Expect Snow
+744ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be 34 degrees. Today Chance of Rain. Tomorrow Expect Snow + (string) >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be 34 degrees. Today Chance of Rain. Tomorrow Expect Snow
+748ms ║║Calculating (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be 34 degrees. Today Chance of Rain. Tomorrow Expect Snow + (string) >> (string) https://autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome Home Ryan Today's High Will Be 47 degrees, The Low Will Be 34 degrees. Today Chance of Rain. Tomorrow Expect Snow
+758ms ║║Sending external web request to: autoremotejoaomgcd.appspot.com/sendnotification?key=APA91bFzknNtBZelG25-Xnv_aLNQ1Xpb-cnFeQpgtp4axkrCxgFV1wqu0eSGXacND6CmxpTGpfBH-xAiVGQjmsHCnP-d_ogRb6HR6xesV0OhXMHYKzXtTmqqQEhWj0DZ2XJfEJvGUKUq&title=SmartThings&text=®Welcome%20Home%20Ryan%20Today's%20High%20Will%20Be%2047%20degrees,%20The%20Low%20Will%20Be%2034%20degrees.%20Today%20Chance%20of%20Rain.%20Tomorrow%20Expect%20Snow
+905ms ║║Executed virtual command httpRequest (148ms)
+916ms ║║Comparison (boolean) true is (boolean) true = true (2ms)
+918ms ║║Condition #222 evaluated true (7ms)
+920ms ║║Condition group #221 evaluated true (state did not change) (9ms)
+923ms ║║Cancelling statement #51's schedules...
+996ms ║║Executed physical command [TV].on() (69ms)
+997ms ║║Executed [TV].on (71ms)
+1001ms ║║Cancelling statement #54's schedules...
+1012ms ║║Executed physical command [Living Room].setLevel([55]) (5ms)
+1013ms ║║Executed [Living Room].setLevel (6ms)
+1017ms ║║Cancelling statement #228's schedules...
+1021ms ║║Executed virtual command wait (1ms)
+1023ms ║║Requesting a wake up for Tue, Nov 6 2018 @ 12:45:21 AM EST (in 30.0s)
+1030ms ║╚Execution stage complete. (958ms)
+1031ms ║Setting up scheduled job for Tue, Nov 6 2018 @ 12:45:21 AM EST (in 29.993s)
+1039ms ╚Event processed successfully (1039ms)

Clear

Full


#38

Here’s a bare bones piston still having errors. It has something to do with the lock and the wait before it.Whether its the 5 minute wait or the 30 second. I’ve used on event, always subscribe…all diff kinds of ways to trigger it. The logs have several errors. I wonder if its the device type handler. I"ve done about all i can.

11/6/2018, 6:21:13 PM +505ms
+1ms ╔Received event [Home].time = 1541546474350 with a delay of -846ms
+305ms ║RunTime Analysis CS > 105ms > PS > 148ms > PE > 52ms > CE
+308ms ║Runtime (45740 bytes) successfully initialized in 148ms (v0.3.108.20180906) (306ms)
+309ms ║╔Execution stage started
+390ms ║║Comparison (enum) present is (string) present = true (3ms)
+393ms ║║Condition #254 evaluated true (12ms)
+394ms ║║Condition group #253 evaluated true (state did not change) (14ms)
+398ms ║║Cancelling statement #255's schedules...
+467ms ║║Executed physical command [Front Door].lock() (65ms)
+468ms ║║Executed [Front Door].lock (67ms)
+480ms ║║Comparison (boolean) false is (boolean) false = true (3ms)
+483ms ║║Condition #258 evaluated true (9ms)
+485ms ║║Condition group #257 evaluated true (state did not change) (12ms)
+497ms ║║Comparison (enum) present is (string) present = true (2ms)
+499ms ║║Condition #261 evaluated true (9ms)
+500ms ║║Condition group #259 evaluated true (state did not change) (12ms)
+501ms ║║Cancelling statement #259's schedules...
+5861ms ║║Executed physical command [House].setThisTstatClimate([Home]) (5348ms)
+5863ms ║║Executed [House].setThisTstatClimate (5351ms)
+5869ms ║╚Execution stage complete. (5560ms)
+5871ms ╚Event processed successfully (5871ms)
11/6/2018, 6:21:09 PM +197ms
+1ms ╔Received event [Home].execute = recovery with a delay of 218ms
+80ms ║RunTime Analysis CS > 20ms > PS > 21ms > PE > 39ms > CE
+83ms ║Runtime (45731 bytes) successfully initialized in 21ms (v0.3.108.20180906) (81ms)
+84ms ║╔Execution stage started
+97ms ║║Cancelling condition #263's schedules...
+98ms ║║Condition #263 evaluated false (7ms)
+99ms ║║Cancelling condition #262's schedules...
+100ms ║║Condition group #262 evaluated false (state changed) (10ms)
+112ms ║║Comparison (enum) not present is (string) present = false (2ms)
+114ms ║║Condition #247 evaluated false (10ms)
+115ms ║║Condition group #246 evaluated false (state did not change) (12ms)
+128ms ║║Comparison (enum) not present is (string) not present = true (2ms)
+130ms ║║Condition #249 evaluated true (10ms)
+131ms ║║Condition group #248 evaluated true (state did not change) (13ms)
+139ms ║║Comparison (boolean) false is (boolean) true = false (2ms)
+141ms ║║Condition #183 evaluated false (7ms)
+143ms ║║Condition group #182 evaluated false (state did not change) (8ms)
+146ms ║║Cancelling statement #251's schedules...
+151ms ║║Executed virtual command wait (1ms)
+152ms ║║Requesting a wake up for Tue, Nov 6 2018 @ 6:21:14 PM EST (in 5.0s)
+158ms ║╚Execution stage complete. (74ms)
+160ms ║Setting up scheduled job for Tue, Nov 6 2018 @ 6:21:14 PM EST (in 4.994s)
+172ms ╚Event processed successfully (171ms)
11/6/2018, 6:20:57 PM +664ms
+1ms ╔Received event [Home].time/recovery = 1541546457663 with a delay of 1ms
+431ms ║RunTime Analysis CS > 173ms > PS > 206ms > PE > 51ms > CE
+434ms ║Runtime (45744 bytes) successfully initialized in 206ms (v0.3.108.20180906) (431ms)
+436ms ║╔Execution stage started
+537ms ║║Comparison (enum) present is (string) present = true (4ms)
+540ms ║║Condition #254 evaluated true (17ms)
+542ms ║║Condition group #253 evaluated true (state did not change) (20ms)
+547ms ║║Cancelling statement #255's schedules...
+632ms ║║Executed physical command [Front Door].lock() (78ms)
+634ms ║║Executed [Front Door].lock (82ms)
+647ms ║║Comparison (boolean) false is (boolean) false = true (2ms)
+649ms ║║Condition #258 evaluated true (8ms)
+651ms ║║Condition group #257 evaluated true (state did not change) (10ms)
+663ms ║║Comparison (enum) present is (string) present = true (3ms)
+665ms ║║Condition #261 evaluated true (11ms)
+667ms ║║Condition group #259 evaluated true (state did not change) (13ms)
+669ms ║║Cancelling statement #259's schedules...
+11147ms ║║Executed physical command [House].setThisTstatClimate([Home]) (10467ms)
+11149ms ║║Executed [House].setThisTstatClimate (10470ms)
+11153ms ║╚Execution stage complete. (10718ms)
+11155ms ╚Event processed successfully (11155ms)
11/6/2018, 6:20:19 PM +497ms
+1ms ╔Received event [Guarddog13].presence = not present with a delay of 97ms
+96ms ║RunTime Analysis CS > 18ms > PS > 31ms > PE > 47ms > CE
+99ms ║Runtime (45734 bytes) successfully initialized in 31ms (v0.3.108.20180906) (97ms)
+100ms ║╔Execution stage started
+111ms ║║Comparison (enum) not present changes = true (1ms)
+113ms ║║Condition #263 evaluated true (6ms)
+114ms ║║Condition group #262 evaluated true (state did not change) (8ms)
+124ms ║║Comparison (enum) not present is (string) present = false (3ms)
+126ms ║║Cancelling condition #247's schedules...
+127ms ║║Condition #247 evaluated false (9ms)
+129ms ║║Cancelling condition #246's schedules...
+130ms ║║Condition group #246 evaluated false (state changed) (13ms)
+140ms ║║Comparison (enum) not present is (string) not present = true (2ms)
+142ms ║║Condition #249 evaluated true (8ms)
+144ms ║║Condition group #248 evaluated true (state did not change) (9ms)
+153ms ║║Comparison (boolean) false is (boolean) true = false (2ms)
+155ms ║║Condition #183 evaluated false (8ms)
+156ms ║║Condition group #182 evaluated false (state did not change) (10ms)
+160ms ║║Cancelling statement #251's schedules...
+165ms ║║Executed virtual command wait (1ms)
+167ms ║║Requesting a wake up for Tue, Nov 6 2018 @ 6:20:24 PM EST (in 5.0s)
+174ms ║╚Execution stage complete. (73ms)
+176ms ║Setting up scheduled job for Tue, Nov 6 2018 @ 6:20:24 PM EST (in 4.993s)
+189ms ╚Event processed successfully (189ms)

#39

Apparently command op disabled and this lock don’t get along.


#40

I don’t have free time to examine your long details above, but I see no need for command optimizations to be disabled in this piston. When it is disabled, it sends commands regardless of the current state.


Side note, I still think the easy solution is in post #10 above.
(both for reliability, and ease of troubleshooting)


#41

I have to have command op. The viper smart start is a custom DTH which doesnt recognize state.