1) Give a description of the problem
So I am a newbie to webCoRE but I have some understanding of BASIC programming and I use Crystal Report Writer on a regular basis, so I am no stranger to IF/Then routines. This is a little trickier for me. Anyway, I am just starting my fist piston and I may be a little ambitious. I first need to get the momentary switch that controls my garage door opener to work consistently. The switch is a Control Z-Wave Isolated Contact Fixture Module - FS20Z-1. I test the routine and it works but I cannot run it a second time successfully without touching the on/off button for the Garage Door Opener on my SmartThings app. It seems that I need to reset or cycle the momentary switch before the piston will execute properly. NOTE: When I push the on/off button on the iPhone SmartThings app the switch does not start the door, however a second button push will start the door. It almost seem the devise needs to be refreshed or reset to be ready to execute. Any ideas?
2) What is the expected behavior?
Consistent piston execution on subsequent runs.
3) What is happening/not happening?
Program does not execute, turn on the monetary switch after running the piston once.
**4) Post a Green Snapshot of the piston![image|45x37]
5) Attach any logs (From ST IDE and by turning logging level to Full)
10/28/2017, 3:37:05 PM +928ms +0ms ╔Received event [Meese Home].time = 1509219426867 with a delay of -940ms +197ms ║RunTime Analysis CS > 38ms > PS > 74ms > PE > 86ms > CE +229ms ║Runtime (40736 bytes) successfully initialized in 74ms (v0.2.0fb.20171026) (227ms) +230ms ║╔Execution stage started +255ms ║║Comparison (enum) closed is (string) open = false (2ms) +257ms ║║Condition #18 evaluated false (13ms) +258ms ║║Condition group #3 evaluated false (state did not change) (15ms) +271ms ║║Comparison (enum) closed is (string) open = false (3ms) +273ms ║║Condition #9 evaluated false (11ms) +274ms ║║Condition group #5 evaluated false (state did not change) (12ms) +286ms ║║Comparison (enum) closed is (string) closed = true (2ms) +290ms ║║Cancelling statement #12's schedules... +314ms ║║Executed virtual command sendSMSNotification (17ms) +316ms ║║Condition #11 evaluated true (38ms) +317ms ║║Condition group #10 evaluated true (state did not change) (40ms) +319ms ║╚Execution stage complete. (89ms) +331ms ╚Event processed successfully (331ms) 10/28/2017, 3:36:56 PM +653ms +1ms ╔Received event [Meese Home].test = 1509219416642 with a delay of 11ms +141ms ║RunTime Analysis CS > 13ms > PS > 53ms > PE > 74ms > CE +153ms ║Runtime (40734 bytes) successfully initialized in 53ms (v0.2.0fb.20171026) (152ms) +154ms ║╔Execution stage started +165ms ║║Comparison (enum) closed is (string) closed = true (1ms) +166ms ║║Condition #8 evaluated true (8ms) +167ms ║║Condition group #1 evaluated true (state did not change) (9ms) +168ms ║║Cancelling statement #1's schedules... +202ms ║║Executed physical command [Garage Door Opener].push() (27ms) +203ms ║║Executed [Garage Door Opener].push (33ms) +209ms ║║Executed virtual command [Garage Door Opener].wait (4ms) +212ms ║║Requesting a wake up for Sat, Oct 28 2017 @ 3:37:06 PM EDT (in 10.0s) +241ms ║╚Execution stage complete. (88ms) +248ms ║Setting up scheduled job for Sat, Oct 28 2017 @ 3:37:06 PM EDT (in 9.968s) +270ms ╚Event processed successfully (270ms)