Handle multiple sensors at the same time

conditions

#1

I have one motion sensor near the master bedroom door and one in kitchen. I’m using Assistant reply to broadcast the message when there is a motion in kitchen between 11 PM and 5 AM since there is a patio door near the kitchen.

If I come down during those hours, my master bedroom motion sensor was activated and my kitchen lights were on as expected but kitchen sensor also getting triggered and broadcasting the message to all the google home devices and waking everyone up.

I want the kitchen sensor to not to trigger when there is a master bedroom sensor was active with in last 3 minutes so it will be quiet. If the master bedroom sensor was not active and if there is a motion in the kitchen then I was the notification through google home.

Would anyone help me with the design request.


#2

Can you post up a green snapshot of the piston you have working now? Should be a quick change to get it working the way you want.


#3

Maybe somthing like this???
Did not test it but if I needed it, I would start with this.


#4

in your case, motion sensor 22 would be the kitchen
and motion sensor 13 would be the bedroom

So, unless conditions are a match there will be no annoucment…
(On the paper:)))))

ps: you can’t see trigger lightning icon in my picture just because of the browser problem i guess…


#5

Thanks guys, i will get back to you soon with my code.


#6

Here is my piston but it is not reporting every motion. I have used the similar approach suggested by @ike2018. It is reporting every other minute and changed my time for testing purpose.


#7

I would change your motion IS active to Motion changes to Active, like in the example. Then that will be the trigger and the others will be conditions.


#8

Thanks for the feedback… I have changed them to motion changes to active.