Code Monkey home page Code Monkey logo

homebridge-paradox-security-system's Introduction

homebridge-paradox-security-system

This project is a Homebridge plugin that allows you to control your Paradox alarm system with the iOS 10 Home app as well as through Siri. This project uses the Paradox IP150-MQTTv2 monitor made by @TertiusH. To use this, you must have a working Homebridge server running in your network. The Raspberry Pi is ideal for this.

Notes

Installation

npm install -g homebridge-paradox-security-system

To Do

  • HELP NEEDED: Create new branch for: monitoring opening & closing of doors/zones (HomeKit ContactSensor Accessory)
  • HELP NEEDED: Create new branch for: monitoring of motion detectors & beams (HomeKit MotionDetected Accessory)

Updates

  • Alarm State is now read directly from Paradox/Events payloads.

Configuration

Remember to configure the plugin in config.json in your home directory inside the .homebridge directory. Configuration parameters:

{
    "bridge": {
        "name": "Homebridge",
        "username": "CC:22:3D:E3:CE:30",
        "port": 51826,
        "pin": "031-45-154"
    },

    "accessories": [
        {
        "accessory": "Homebridge-Paradox",
        "name": "Alarm System",
        "mqttusername": "",
        "mqttpassword": "",
        "mqttserver": "mqtt://localhost",
        "controltopic": "Paradox/C/P1",
        "statetopic": "Paradox/Events",
        "stayevent": "Event:Non-reportable event;SubEvent:Arm in stay mode",
        "armevent": "Event:Partition status;SubEvent:Arm partition",
        "disarmevent": "Event:Partition status;SubEvent:Disarm partition",
        "triggeredevent": ""
        }
    ]
}

##Bitcoin donation

If you like it please consider sending me some bitcoin this encourages me to build and share more. I'm also open to collaboration, so you can email me on [[email protected]] (mailto:[email protected])

alt tag
1JdLnWV9sY51A8soyLy8Edj4Te9q7PzCzc

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.