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.
- Host: GitHub
- URL: https://github.com/jaycollett/mqttdoorbell
- Owner: jaycollett
- License: mit
- Created: 2019-01-09T22:56:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T02:26:36.000Z (over 4 years ago)
- Last Synced: 2025-02-15T12:33:07.687Z (4 months ago)
- Topics: esp12, esp8266, esp8266-esp-12e, esp8266-projects, hassio, mqtt
- Language: C++
- Homepage: https://www.jaycollett.com/2019/03/a-smarter-doorbell-without-all-the-extras/
- Size: 22.2 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MQTTDoorbell
[](https://travis-ci.com/github/jaycollett) [](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/).