New Core Pistons only run if I use the Simulate option - PROS Only

[Update] New Created Pistons only run if I use the Simulate Option.
Is Core Corrupted somehow?

No matter what condition I use, e.g
Motion Sensor is not active then
Send Notification ‘test’ in notifications page

Nothing works.

I have a light that I want to turn off based on motion sensor beign inactive.
The strange is that although the conditions are true the piston never fires.

Actually I would prefer that if Motion Sensor was not active for at least 5 minutes then
turn off light.

Tried several ways…but it never turns off…

Where is the rest of your piston? Where is your off condition?

Updated. Thanks

Try this, also instead of doing was inactive you can do inactive and then in the light condition you can put wait 5 min and turn light off. this would go between using closet light and turn off.

Basic

If Motion “is” inactive
Then using XXX
"Wait" 5 minutes
Turn Off

Cancel on Piston State Change

1 Like

No matter what I do the piston only runs if I use the option Simulate…

In the ST app, goto the motion sensor and then recent. See if the motion is actually cycling. Enable your Dashboard in the CoRE app and monitor the wait period so you can see whats going on. The motion has to be first triggered then go inactive in order for the wait to start counting.