Git Product home page Git Product logo

smart-domofon's Introduction

Умный домофон на ESP8266

English | Русский

Устройство умеет открывать домофон при входящем вызове. Работает только с координатными домофонами. Проверено с домофонами Visit, Cyfral, Metakom, Altis.

Сейчас есть 3 версии проекта:

  1. В виде готовой платы 👍
  2. В виде набора для сборки 👌
  3. Старая версия с нативной прошивкой 💩

Нравится проект? Поддержи автора! Купи ему немного 🍻 или ☕!

coffee


smart-domofon's People

Contributors

a-x- avatar alexszbrn avatar anonym-tsk avatar aprosvetova avatar shostko avatar strannick-ru avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

smart-domofon's Issues

перестали приходить сообщения в телеграмм

почему то перестали приходить сообщения в телегу при разовом открытии, при автоматическом открытии. При звонке просто сообщение приходит с предложением открыть или отклонить. при открытии с кнопки так же.

Моментальный сброс при входящем звонке

ДОбрый день. Собрал плату. Почему то при входящем звонке происходит моментальный сброс звонка, даже не успеваешь ответить. Хотя в телегу приходит сообщение открыть или отклонить. Как увеличить время ответа? А то домофон начинает после секунды сигнала переходить в error

Не компилится конфиг

Похоже обновления ESP не дают компилится конфигу
INFO ESPHome 2023.12.5
INFO Reading configuration /config/esphome/domofon.yaml...
Failed config

switch.template: [source :237]
platform: template
name: Domofon automatically open
id: auto_open
icon: mdi:door-open
optimistic: True

The restore_state option has been removed in 2023.7.0. Use the restore_mode option instead.
restore_state: True
on_turn_on:
- switch.turn_off: auto_open_once
- switch.turn_off: auto_reject
- script.execute: state_no_call
on_turn_off:
script.execute: state_no_call
switch.template: [source :251]
platform: template
name: Domofon automatically open once
id: auto_open_once
icon: mdi:door-open
optimistic: True

The restore_state option has been removed in 2023.7.0. Use the restore_mode option instead.
restore_state: True
on_turn_on:
- switch.turn_off: auto_open
- switch.turn_off: auto_reject
- script.execute: state_no_call
on_turn_off:
script.execute: state_no_call
switch.template: [source :265]
platform: template
name: Domofon automatically reject
id: auto_reject
icon: mdi:door-closed-lock
optimistic: True

The restore_state option has been removed in 2023.7.0. Use the restore_mode option instead.
restore_state: True
on_turn_on:
- switch.turn_off: auto_open
- switch.turn_off: auto_open_once
- script.execute: state_no_call
on_turn_off:
script.execute: state_no_call

Несколько вопросов по сборке домофона

Добрый день. Возникло несколько вопросов по сборке платы.

  1. В случае когда собранная конструкция не подключена к домофону и соответственно нет входящего вызова, при нажатии на кнопку должно ли щелкать реле?
  2. На релейной плате есть перемычка, подскажите в как она должна стоять?
    IMG_20200924_204705_837

Генерировать событие при открытии двери

День добрый!

В сценариях автоматизации бывает необходимо реагировать на открытие двери домофоном.
Можно отслеживать изменения статусов, но это представляет не очень надежным + есть разные последовательности смены статусов.

В ESPHome есть возможность генерировать события в Home Assistant. На мой взгляд было бы удобно отправлять такое событие при выполнении действия открытия.

2023.12 pin reuse validation

После обновления ESPHome до версии 2023.12 не компилируется конфиг, не проходит валидацию переиспользования пинов (https://esphome.io/changelog/2023.12.0.html). Проблема с $pin_led_blue, который определён как Status LED в light.yaml, а также как led_blue в output.yaml.
"The error can be bypassed by specifically adding another config item to all of the duplicate pin definitions": переменная allow_other_uses (Optional, boolean)

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.