Piston Stuck Waiting at a Sephamore

Just moved from CoRE to WebCORE. Nice.

Only had 2 pistons running on CoRE and they are simple. A Philips Hue button which is registering perfect, when pressed, triggers a GE Wall switch to turn off and on. Basically a remote control switch across the room. Easy as it gets.

I put in the code and love the new interface but the remote isn’t sending the command to the GE switch. I keep getting “waiting at a sephamore” and nothing happening even though the piston sees me pressing the Hue button.

10/25/2018, 12:34:44 PM +494ms
+1ms ╔Received event [Hue Dimmer Switch (ZHA)].button = released_off with a delay of 86ms
+10260ms ║RunTime Analysis CS > 24ms > PS > 10216ms > PE > 21ms > CE
+10262ms ║Piston waited at a semaphore for 10135ms
+10264ms ║Runtime (36764 bytes) successfully initialized in 10216ms (v0.3.108.20180906) (10262ms)
+10265ms ║╔Execution stage started
+10277ms ║║Comparison (enum) released_off gets (string) pushed = false (1ms)
+10280ms ║║Condition #2 evaluated false (7ms)
+10281ms ║║Condition group #1 evaluated false (state did not change) (9ms)
+10283ms ║╚Execution stage complete. (18ms)
+10285ms ╚Event processed successfully (10285ms)
10/25/2018, 12:34:41 PM +330ms
+2ms ╔Received event [Hue Dimmer Switch (ZHA)].button = pushed_on with a delay of 93ms
+10245ms ║RunTime Analysis CS > 22ms > PS > 10185ms > PE > 37ms > CE
+10246ms ║Piston waited at a semaphore for 10099ms
+10248ms ║Runtime (36762 bytes) successfully initialized in 10185ms (v0.3.108.20180906) (10245ms)
+10249ms ║╔Execution stage started
+10260ms ║║Comparison (enum) pushed_on gets (string) pushed = false (1ms)
+10262ms ║║Condition #2 evaluated false (6ms)
+10264ms ║║Condition group #1 evaluated false (state did not change) (8ms)
+10266ms ║╚Execution stage complete. (17ms)
+10268ms ╚Event processed successfully (10267ms)

I am sure I am missing something obvious here. What is it?

Posting the piston.

Also, you might want to post in the webCore forum instead. You’ll have more eyes on it there.

I’ve never seen an editor that makes it tougher to copy from it. I have tried everything and the piston code won’t copy to the clipboard even using the button that seems made to do just that. Here’s a photo.

I can try the other forum too. Much thanks!

You want the green button with the camera. That will anonomize details in the piston and pop open a window with the code to copy, save as image, etc. That works pretty flawlessly for me.

I see you posted at the webCore forum. You’ll get results there.