I purchased a hunter fan and integrated it into Alexa. I also bought a bold bridge so I could get it into HA Green. I created this automation so that the fan will turn on automatically if myself or my wife are home and the temperature is above 72.5 degrees. I can’t get the automation to work, but when I run the automation manually it works.
Perhaps trigger on all temperature changes by removing the above thing and add a condition that the sensor has to be above that temperature in order to continue.
I think I know the issue, but I’m not sure how to fix it.
I think it’s the attribute. I need to define it. There’s nothing in the dropdown, what should I put or how would I check? I’m using Aqara temperature sensors.
I was able to get it to work, but is there a better way to do this without triggering the automation and various time intervals? I read the notes about the home assistant start up and guard condition, I think that will work but how do I implement it?
Use Choose with TriggerBy for your actions. You will need to set Names for the Triggers via the ID’s for them then you can make grouped actions based on what single or combination of triggers and conditions you have for each one.
Doing it this way as well allows you to keep things organised and from needing to make multiple automations for a single device just to have conditioned triggers action for that specific task you need from it.