Skip to content

patrickroocks/doorbell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doorbell broker and client

This repository contains the source code for a project to connect the doorbell (house intercom) with a PC client.

A small documentation of the project is available at: https://www.p-roocks.de/doorbell

It contains two projects:

  • broker-arduino
    • An Arduino project to get the ring signal from the house intercom und send the door buzzer command to the intercom.
    • The Arduino also runs a MQTT broker to provide the ring signals.
  • client
    • A Qt project to connect to the MQTT broker on the Arduino.
    • Displays a "door ring detected" popup, when a ring message is received via MQTT.
    • Offers a "open door" button to activate the door buzzer.
    • Allows to configure the connection and offers some diagnostics.
    • See client/readme.md for details.

Related docs:

Checkout

git clone https://github.com/patrickroocks/doorbell doorbell

About

Arduino and Qt project to connect to the house intercom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages