Code/doorbell

doorbell

yannick

README

Doorbell

IoT doorbell with RTSP camera stream and MQTT button/LED integration.

Key Parameters

Variable Default Description
doorbell_button_gpio 4 GPIO pin for the physical button
doorbell_led_gpio 18 GPIO pin for status LED
doorbell_led_count 2 Number of LEDs in the strip
doorbell_rtsp_port 8554 RTSP stream port
doorbell_rtsp_resolution 1280x720 Camera resolution
doorbell_mqtt_host mosquitto.my.lan MQTT broker hostname
doorbell_mqtt_port 1883 MQTT broker port
doorbell_mqtt_user edge MQTT username
doorbell_mqtt_password (vault) MQTT password

Workflow

  1. Validate GPIO and MQTT configuration
  2. Deploy RTSP camera stream container
  3. Deploy MQTT doorbell service (button press + LED control)

Quick Actions

Browse FilesView Commits
git clone https://rakys.xyz/git/doorbell.git

Repository Statistics

0
Stars
0
Forks
1
Watchers
0
Issues
Default Branch:main
Primary Language:Jinja
Created:November 17, 2025
Last Updated:March 15, 2026
Repository Size:0.04 KB