Some pistons does not always run


#1

1) Give a description of the problem
I have issues that pistons does not always run even though the conditions are met

2) What is the expected behaviour?
For instans when all my precense devices are gone, change the location mode.

3) What is happening/not happening?
Nothing happens, but if i manually run “test” on the piston, what should happen, happens.

**4) Post a Green Snapshot of the piston![image|45x37]


#2

Your code looks OK. Perhaps post a Full log?

  • The piston should fire when either presence changes at all
    (The piston also fires when Location mode changes to anything)
  • At which time, it checks to see if both sensors are “not present”
  • If that passes, then it checks your Location mode
  • If that also passes, then it runs the command on line 22.
    (which will restart the piston all over from the top)