An open API service indexing awesome lists of open source software.

https://github.com/jaycollett/mqttdoorbell

MQTT ESP8266 "smartifier" doorbell module.
https://github.com/jaycollett/mqttdoorbell

esp12 esp8266 esp8266-esp-12e esp8266-projects hassio mqtt

Last synced: 4 months ago
JSON representation

MQTT ESP8266 "smartifier" doorbell module.

Awesome Lists containing this project

README

        

# MQTTDoorbell
[![Travis](https://img.shields.io/travis/com/jaycollett/MQTTDoorbell?style=for-the-badge)](https://travis-ci.com/github/jaycollett) [![license](https://img.shields.io/github/license/jaycollett/MQTTDoorbell.svg?style=for-the-badge)](https://travis-ci.com/github/jaycollett/blob/master/LICENSE)

This repo contains all the project artifacts for my MQTT "smartifier" doorbell module. The module detects a push of the wired doorbell button and triggers a relay to ring the doorbell, the ESP8266 detects this as well and sends a MQTT message to let my HASS.IO server know. From there I trigger automated notifications as well as playing a doorbell MP3 on my Sonos speakers throughout my home.

Please visit my write-up of [this project to get more details](https://www.jaycollett.com/2019/03/a-smarter-doorbell-without-all-the-extras/).