Posts

Showing posts with the label door sensors

Zones and Automation

Image
Project Overview Turn on door alarm alerts to the phone when not at home, and turn off door alarm alerts when at home. Receiving alerts outside of the home assistant's network requires some kind of remote access for your phone app. Nabu Casa is an easy and secure way, but there are other methods. The Panel This is from a dashboard. "Door Alarm Notify Only" is an input boolean. When this is on, doors being opened will trigger an automation to message users whenever a door sensor turns on. When it is off, no messages are generated. This is called Door Alarm Notify Only, as opposed to when the security alarm is engaged. (Code was removed from this blogger post.) "Smoke Alarm Notify Only" [clear] is not part of the automation. (When it is not clear, it uses an automation to send a notification.) "Door Ajar Notify" is an input boolean. When on, if a door sensor is open for more than 15 seconds, it generates an alert. (This is always on, but if it is generat...

Setting up an alarm system using Z-Wave door sensors and Sonos speakers

Image
Setting up an alarm system is fairly intrinsic to a lot of Home Assistant implementations. If you're looking at ADT, Simplisafe...other options, you get their system and their controls - and you pay a monthly subscription for the good stuff. Home ownership, you get a discount on your home insurance if you have a security system that hits a third-party reporting service. Home Assistant doesn't get you there until you add something like Noonlight. Noonlight will be a future addition - this is already a long process. Materials: Door Sensors (I used Ecolink Zwave Plus [DWZWAVE2.5-ECO], $30 for each set of sensors - so $60 for front/back door) A Z-Wave USB for Home Assistant (I used Nortek HUSBZB-1, $50) Speakers (I used some early-model Sonos speakers) Probably a tablet to act as a disarm/arm location (I used Amazon Fire 7 (2019) $50 on Amazon) - you can also use any phone with the HA app, or any computer. Steps to get it working: Get your door sensors connected to your Z-Wave coor...