Boolean value getting stuck


#1

1) Give a description of the problem
(PUT YOUR INFO HERE)
I have a piston which contains a boolean value JustGotHome in order to create different behaviors just after someone arrives home. I believe the value is getting stuck in ‘true’ mode.
2) What is the expected behavior?
(PUT YOUR INFO HERE)
I expect the boolean value to reset back to false after 12 minutes.
3) What is happening/not happening?
(PUT YOUR INFO HERE)
The value remains true… I do have another Piston which pauses this piston when the door opens – the sequence for that other piston tells my lights out piston with the Boolean value to pause, wait, resume, wait, execute. Is it POSSIBLE that this sequence is causing the Boolean value to act incorrectly, therefore, causing the piston to not work correctly?
4) Post a Green Snapshot of the pistonimage
(UPLOAD YOUR IMAGE HERE)

5) Attach any logs (From ST IDE and by turning logging level to Full)
(PASTE YOUR LOGS HERE BETWEEN THE MARKS THEN HIGHLIGHT ALL OF THE LOGS SND CLICK ON THE </> ICON TO FORMAT THEM)


#2

If a piston is paused, and then resumed, it will not pick up where it left off. It will only run when a new event triggers it.