In my opinion the manual alarm control panel is one of the best features you should have in your Homeassistant. It doesn’t require any special hardware. You can use any of your typical sensors and smart switches (like IKEA Tradfri, Shelly, Sonoff and many more) or you can build your own hardware control panel. There is only one problem. It won’t give you feedback unless you are controlling it through the Homeassistant app. Because I prefer the headless usage, I’ve decided to build my own WiFi enabled MQTT buzzer, which beeps every time when I arm or disarm the alarm.
This project is very easy, you’ll need only following components:
- ESP8266, ESP32, Arduino or any of your favourite microcontrollers
- Piezo buzzer – you can use any (passive) piezo buzzer which works with 3,3v
- Running MQTT Broker in Homeassistant
Are you interested? Take a look at my repository and specially README.md