This is meant as an inspiration for others but also to keep track of what I have configured for myself.
I just started two weeks ago with a Raspi 4, deconz zigbee stick and HA.
I want to make sure that in case of any HA failure the whole house is still working at least as good as it was before I implemented the smart home functionalities at all. Especially each light switch needs to keep basically working.
Sensors and actors used:
Basement:
- Garage door sensor
- Water leakage sensor
1st floor:
- Main door sensor
- Door Terrace left sensor
- Door Terrace right sensor
- Door to basement sensor
- Ceiling lights Hallway actor
2nd floor:
- Smoke detector Hallway sensor
- Ceiling lights Office actor
With a helper, I’m keeping track of the house status:
- Home
- Sleeping
Scenes are defining how lights should work:
- Daytime
- Nighttime
- Sleep
Automations are used to set the home status and the scenes:
- Before sunset, set daytime scene
- After sunset, set nighttime scene
- When Apple Watch status changes to “Sleeping”, set Sleep status (and vice versa)
Further automations to alarm:
- Check all batteries once every day and alarm me with the sensor name if one is below 15%
- If a smoke or water leakage detector goes off, send critical alarm to iPhone/Watch
- If I’m not home (GPS iPhone) and a door/window is opened, send critical alarm to iPhone/Watch
Looking for more smoke detectors, full heating control and further light control. Maybe also controlling the blinds.
Also looking into a holiday automation to simulate sleep time and further presence simulation at daytime.
Also thinking about a more elaborated alarm system with three zones:
- Orange alarm: someone on my land (alarm everytime via Watch)
- Red alarm: a door/window got opened (alarm when I’m away)
- Critical alarm: door/window got opened and presence within the house is detected while I’m away (alarm via Watch, maybe do something additional)
That’s for now, maybe more for myself to keep track of what I’ve done so far and still planning, but maybe also some kind of inspiration for the one or the other here.
Thanks to the community for all the great documentation and support, super helpful and very much appreciated!
Any thoughts, comments, etc are very welcome.