I’m trying to close a garage door when there is no motion in the garage.
2) What is the expected behavior?
When there hasn’t been any motion in the garage for five minutes, the garage door will close.
3) What is happening/not happening?
It looks like the piston is controlling the garage door contact instead of subscribing to it.
**4)
5) Attach logs after turning logging level to Full
|+13ms|╔Subscribing to devices…|
|—|---|
|+16ms|║Using Attribute subscription|
|+46ms|║Device missing from piston. Loading all from parent (29ms)|
|+54ms|║Subscribing to Garage Motion.motion…|
|+62ms|║Piston controls Marshall’s Garage Door Status…|
|+64ms|║Piston controls Marshall’s Door…|
|+83ms|╚Finished subscribing (74ms)|
|+100ms|║Comparison (enum) inactive stays (string) inactive = true (2ms)|
|+102ms|║Cancelling condition #2’s schedules…|
|+109ms|║Comparison (enum) open is (string) open = true (1ms)|
|+111ms|║Cancelling condition #6’s schedules…|
|+112ms|║Cancelling condition #1’s schedules…|
|+120ms|╔Starting piston… (v0.3.110.20201015_HE)|
|+122ms|╚Piston successfully started (114ms)|
indent preformatted text by 4 spaces