Finally all my door, window, and flood sensors and smoke detectors are on HA. It’s time to get to setting up an alarm system.
After reading documentation and various articles I am still confused what’s the best way to set up Home Alarm in HA. My needs are simple, pretty much identical to the out-of-the-box SmartThings alarm:
- Disarmed/Armed Home/Armed Away modes which I can toggle via UI or on time (e.g. Arm Home at midnight, disarm at 6a)
- Any contact or motion sensor would trigger alarm when Armed Away; any contact (but not motion) sensor would trigger alarm when Armed Home
- Flood sensors and smoke detectors would trigger alarm always
- If any contact sensor is open when arming, notify which one(s) were open and still arm
- When alarm is triggered:
- Notify to iPhone in a way which bypasses silent/focus/etc - either critical push alert or SMS from a fixed number (which can be added to contacts/set as emergecy bypass)
- State which sensor was triggered and the timestamp.
Bonus:
- Notify if a sensor goes offline while armed
- Notify if HAAS is down/lost internet (other options than HA cloud)
Many recommend Alarmo, but it seems abandoned 2 years ago. Is it good idea for this use case? If not, is there a better way than manually creating dozens of automations which may not work because I accidentally omit or confuse something?
What is the best way to proceed?