Welcome home message


#1

1) Give a description of the problem
Tried this earlier and didn’t fire.

2) What is the expected behavior?
When I arrive home and my living room sensor detects motion and should speak out

3) What is happening/not happening?
Nothing happened. I suspect it’s to do with the living room sensor. Do all them ‘ifs’ have to happen at the same time? My presence sensor detects me about 3 mins before I actually get in the door.

4) Post a Green Snapshot of the pistonimage

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)

REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.


#2

Those are all triggers that will not happen simultaneously. Triggers are indicated by the orange lightning bolt. What you can try is change two of those to conditions… use the trigger that’s most likely to happen the latest… timing would be tricky as you don’t want this triggering every time there’s motion in the living room lol.


#3

I’m not an expert on this by any means, but I believe your suspicion is correct. All 3 of those ifs would have to be true at exactly the same time.

Two of those would have to be “is” instead of “changes to” for it to fire on a third one being “changes to”.


#4

If i make the first 2 “is” then as soon as motion is detected in the living room at any given time when im home, this would fire would it now?
Still learning here lol


#5

Something like this… untested

image


#6

Doesn’t that mean that it’ll keep doing it though within them 10 minutes if I’m walking around the living room.


#7

You can change that… it was a quick selection when I was going through the options