#Automation for closing garage doors at 10 pm if open

1 messages · Page 1 of 1 (latest)

valid star
#

How can i make one automation that check if one or both of the garage doors are open at 10 Pm and then if theres any open it will close then?

frail viper
#

Use a Time trigger to fire at 10pm.

There are various ways to do the actions, but one basic option is to have a separate If/Then action for each door to close it if it's open.

valid star
#

but when i play it, it will only do the option 1 of course

#

for this, how can i tell which garage tho

trim shoal
#

are you sure you need conditions? You could just try to close them and if they're already closed, they just won't do anything

valid star
#

mh true, let me try

#

yeah u right, idk why i thought it in too deep

frail viper
# valid star but when i play it, it will only do the option 1 of course

The options in a Choose action are mutually exclusive... only the first one whose conditions are met will be chosen. That if why I suggested 2 If/Then's (or you could do 2 Choose actions, each with just one option).

In most cases ShadowX's suggestion will work without any issues, but it will depend on how your garage doors are integrated into HA.

valid star
#

alr i see, ty guys