Git Product home page Git Product logo

paradoxdgp-ne96rs232tomqtt's Introduction

ParadoxDGP-NE96Rs232toMqtt

Absolute hack job modification of Margelis' ParadoxRs232toMqtt project as an adaptation to work for Paradox DGP-NE96 alarm panels

Materials used:

  • NodeMCU ESP8266 board
  • 5V to 3.3V logic level converter
  1. Use 5v power supply from alarm panel for Vin on ESP8266
  2. Using Logic level converter to drop 5V serial signals from alarm panel to a safe 3.3v, wire RX/TX pins of ESP8266 to first two pins of Serial Port on the alarm panel.

Remaining set up follows the Margelis ParadoxRs232toMqtt project

For Home Assistant integration, I used the following configuration items:

binary_sensor:
  - platform: mqtt
    state_topic: "paradox/status"
    name: Pardox Status
    unique_id: paradoxstatus
    payload_on: online
    payload_off: offline
  - platform: mqtt
    state_topic: "paradox/ha/zone1"  # Use for each zone sensor, e.g. zone 1 - n
    name: Zone 1
    device_class: door

alarm_control_panel:
  - platform: mqtt
    name: Paradox
    state_topic: "paradox/ha/Arm"
    command_topic: "paradox/in"
    availability_topic: "paradox/status"
    payload_disarm: "{\"password\" :\"nnnn\", \"Command\":\"arm\", \"Subcommand\":\"60\"}" # Enter your panel password for nnnn
    payload_arm_home: "{\"password\":\"nnnn\", \"Command\":\"arm\", \"Subcommand\":\"30\"}"
    payload_arm_away: "{\"password\":\"nnnn\", \"Command\":\"arm\", \"Subcommand\":\"20\"}"
    payload_available: online
    payload_not_available: offline
    code_arm_required: false
    code_disarm_required: false
    retain: true

paradoxdgp-ne96rs232tomqtt's People

Contributors

brendankmurphy avatar

Stargazers

HomeKid avatar

Watchers

Rimas Baltrušis avatar  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.