I am in the middle of setting up the automations in my home after finally getting almost all of my devices connected. I have an idea of how I want to handle some of the main automations, but not quite sure the best way to implement it.
I have a 3 bedroom home with with GE Z-Wave Dimmers setup in each bedroom.
Each bedroom along with the Livingroom have a mode override setup by way of input_select.
Modes are as follows:
Morning
Evening
Night
Movie
Party
Sleep
Away
Vacation
The house itself also has a mode override input_select as well.
It has one addtional value of “Manual”
The idea here is that I can move every room in the house into a specific mode by changing the House Override. Likewise if the house is in one mode, an individual room can move itself into another mode by way of automation or user input.
What I am looking to do is trigger an automation based on state of 3 rooms (3 input_select values) at the same time.
I am planning on setting up the double tap feature in the GE-Dimmers for each of the bedrooms.
The double tap will put the bedroom into sleep mode.
I want to create an automation that if all 3 bedrooms move to sleep mode, the house mode moves to sleep as well.
Any thoughts or ideas?