I am trying to copy and automation I had setup in Smartthings
Essentially at times I work from a home office that can get much hotter than the rest of the house.
Given that I have attempted to setup an automation that will turn on when my Aeotec Motion/Temp Sensor is above a certain temperature and senses motion. I also have it set that my light needs to be turned on to avoid triggering it if I just walk in quickly to get something.
Below is what I have put together but I am not able to get it to work
Hi @Player2 ,
The first one cannot work, as ALL does never fire from different When triggers.
The second one is a good start, but it is only one possible event, that starts the flow.
Either you start with each of the three possible events in your first try, check the other two each time in an And conditions and then you can combine them with the Any card.
Or you combine all three triggers with the any card and then check all three conditions again.
One example is in the multi condition test.
For the second, I am actually OK with just one event starting the event. Really the primary trigger is that the temperature reading on the sensor is 79. It seems when doing an AND statement with the temperature sensor I can only test the temp reading via a Logic card
I did set this one up yesterday and it seems to be working, but I am really not sure what that logic card is doing. I have not been able to test this one enough to see if it is working as intended.
What I want to happen is When There is Motion AND Temp is above 79 AND the light is to turn down the AC
In your example let me make sure I am understanding the ANY statement correctly
So are you saying the left hand are WHEN triggers. So when any of those 4 things happen it will then check the status of each of the middle set of cards (are those AND flow cards). Only if they all pass the test will the far right action happen