Hi everyone this is my 1st post here for the last 5 days i have trying and trying to wrap my head around HA.
I have set HAOS up on a dedicated pc through Ubuntu and adding the OS that way I am running OS Version: Home Assistant 13.1 - Home Assistant core: 2024.8.3 i used the generic-x86-64 download.
Edit I do have HACS and i have managed to get the Alexa Notification to work
I am trying to make an automation so when I press the off button on my living room hue remote it will set off a sequence of checking if both front and back door are locked and if theyâre not to send a message to my Alexa to alert me but if theyâre both locked to then set my house alarm and turn my bedroom tv and lights on.
The trigger will be the âEntityâ, When the State change.
The action will be âAdd Building Blockâ then âIf-thenâ then put the first condition, then select âAdd building blockâ and select and to add the second condition. Then add the action you want to do.
So the trigger is whenever the state of the HUE, when it is pressed the state will change. Youâre using the If-Then and AND to create a condition where when multiple things are active, it will then do the action. So you will create this for each action you want done.
Thankyou for the quick response,
I have set it up now as
When: When Event type of Living Room Switch Button 1 changes from Initial press to Initial press
Then Do: Conditionally execute an action
Device : Front Door Lock
Condition: Front Door Lock is Unlocked
Device : Back Door Lock
Condition: Back Door Lock is Unlocked
Then*;
Action: Notifications âSend a notification via alexa_media_my_desk_alexaâ
Message: Either Front or back door is unlocked
Then do: (on a new) Conditionally execute an action
My Integrations found it on my network and to set it up i had to press the button on my hue hub, and painfully having to dedicate each device to the corresponding rooms
I just cant get my head around it, I am debating on doing multiple automations with the same trigger so there will be a lot of automations happening from 1 press of the power button, would that work?
and for a new user that tends to be the easiest way to begin.
the once you have your HA legs you can then start getting fancier.
I always say that there is a fine line between having less but more complex automations and having several but easier automations. if your automations get too complicated then maintenance becomes way harder.