GithubHelp home page GithubHelp logo

ritto_doorbell's Introduction

Ritto smart home doorbell

Important

This project never worked reliably! Please use Solution by GreatScott

Ritto 7360 Doorbell (Wohntelefon) instructions (incl. Home Assistant lovelace integration)

Home assistant lovelace

Hardware

Assembly list

Amount Part type Properties Labels Remarks
1x ESP8266 module - U1 Any other ESP8266 can be used too
3x Optocoupler 4N35 U2, U3, U4
2x Resistor 220 Ohm R1, R2
1x Resistor 1 kOhm R3

Pinout

D1 GPIO05 -> Relais1 - Relais Door opener (TÖ -> GND)
D2 GPIO04 -> Relais2 - Relais Mute (LAUT -> GND)
D5 GPIO14 -> Switch3 - Button Signal (EXT +5V Ring pulse)

Diagrams

Twinbus PCB

Breadboard setup

Breadboard setup

Schematics

Schematics

Software

Tasmota Module Template

{"NAME":"DoorbellMcuV3","GPIO":[17,148,56,149,22,21,255,255,255,255,11,255,255],"FLAG":15,"BASE":18}

Tasmota

  1. Flash TASMOTA software onto the ESP8266 module
  2. Configure with (serial-)console commands
  3. Connect everything together
  4. Profit!

Setup

# General setup
Backlog ssid <WIFI_SSID>; password <WIFI_PASSWD>;
Backlog mqtthost <MQTT_HOST>; mqttuser <MQTT_USER>; mqttpassword <MQTT_PASSWORD>; MqttClient DoorBell; topic doorbell;
Backlog Hostname RittoDoorbell; FriendlyName DoorBell;

# Power off both relais/optocouplers after 0.5 seconds 
PulseTime1 5
PulseTime2 5

# Set a switch topic where ring is announced
SwitchTopic3 ring_sensor

# SwitchMode - falling-edge
SwitchMode3 3

# Set up module template
Template <JSON_MODULE_TEMPLATE>
# Activate template
Module 0

MQTT

The following commands can be used to control the doorbell or gets its status

Doorbell ring status is emmited like this:

cmnd/ring_sensor/POWER3 -> TOGGLE
# e.g. mosquitto_sub -t cmnd/ring_sensor/POWER3

To toggle OPEN DOOR (Türöffner) button

cmnd/doorbell/POWER1 TOGGLE
# e.g. mosquitto_pub -t cmnd/doorbell/POWER1 -m TOGGLE

To toggle LOUD (LAUT) button

cmnd/doorbell/POWER2 TOGGLE
# e.g. mosquitto_pub -t cmnd/doorbell/POWER2 -m TOGGLE

Credits

beechy.de

robinhenniges.com

nicht-trivial.de

deh0511.de

Tasmota

ritto_doorbell's People

Contributors

tuxuser avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ritto_doorbell's Issues

Question

Hey, ziehst du den Strom direkt vom 24V Pin oder seperat?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.