Lighting piston not working


#1

1) Give a description of the problem
Piston doesn’t work

2) What is the expected behavior?
Lights will turn on when there is motion and then off after no motion for 5 min

3) What is happening/not happening?
Lights do not turn on or off

4) Post a Green Snapshot of the pistonimage


#2

Instead of using “stays inactive for x minutes”, try “is inactive”, then use a wait command for the 1st task.


#3

This is way I would do it.
Notice the red N?
This is Task Cancellation Policy set to never. (TCP).
This means if motion is detected during the 5 minute wait, the timer stops and starts again when motion is inactive again.


#4

It turns out that removing the device from webcore then adding it again fixed everything. I don’t understand why, but it did.