FP2 multi zone automation 2.0

I wanna turn off the fan by creating automation no presence detection both zone in FP2, so could you guys please check for me 2 photos below. Whichs one is ok.
For the 1.0 version i have created successfully


The IF section works as a trigger. It needs to be an event, so it can happen at some point in time and start the rest of the automation.

The AND section is a condition that will be checked when IF triggers the automation.

So „is on” works best as a condition (second picture). But if I were you I would change the automation like this:

IF (any condition)
No presence in Sofa for 2min
No presence in Table for 2min

AND (all conditions are met)
No presence in Sofa for 2min
No presence in Table for 2min
Is on “QUAT TRAN”

So it doesn’t matter what happens first - either no presence on sofa or table zone. Both events will start this automation and the AND condition ensures the automation will run ONLY IF there really is no one in those zones.

The automation 1.0 just had the “No presence” both as a trigger and as a condition, in 2.0 the difference is just more pronounced.

1 Like