Coder Social home page Coder Social logo

ivan-72 / paradox-esphome Goto Github PK

View Code? Open in Web Editor NEW

This project forked from margriko/paradox-esphome

0.0 0.0 0.0 115 KB

Import states to Home Assistant from Paradox alarm system by connecting esp8266 to keypad green-yellow (COMBUS) interface.

C++ 100.00%

paradox-esphome's Introduction

Paradox-ESPHome

Connect Paradox COMBUS (green-yellow wires which connect alarm system to the keypad) alarm interface to Home Assistant using esp8266 device and ESPHome library.

Currently the implementation is read-only, it shows motion, window/door, smoke sensor and alarm state status in Home Assistant (with a slight delay).

Example in Home Assistant

Image of HASS example

Wiring

Because Combus operates at ~12v, we need to step down voltage to levels suitable for esp2866.

Wiring example:

  Alarm Aux(+) --- Voltage regulator (5v for Wemos, NodeMCU, 3.3V for generic esp8266) --- VIN pin on esp8266

  Alarm Aux(-) --- esp8266 Ground

                                       +--- clock pin (Wemos, NodeMCU: D1, D2, D8)
  Alarm Yellow --- 15k ohm resistor ---|
                                       +--- 10k ohm resistor --- Ground

                                       +--- data read pin (Wemos, NodeMCU: D1, D2, D8)
  Alarm Green ---- 15k ohm resistor ---|
                                       +--- 10k ohm resistor --- Ground

When using different pins, be sure to modify sources to match your configuration.

OTA updates

In order to make OTA updates, connection switch in frontend must be switched to OFF.

Compatibility

Tested with "Trikdis SP231" alarm system which uses Paradox-compatible green-yellow data bus (COMBUS). Should work with other Paradox alarm systems.

References

Suggestions

This is a rough implementation, stability is not guaranteed. If you want a stable solution with read/write capability and your alarm system is compatible, take a look at Paradox Alarm Interface, which connects to alarm system by using serial port. In my case my alarm system was not compatible and had to use my own solution.

paradox-esphome's People

Contributors

ivan-72 avatar margriko avatar

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.