Giter Club home page Giter Club logo

concord232's Introduction

GE Concord 4 RS232 Automation Module Interface Library and Server

This is a tool to let you interact with your GE Concord 4 alarm panel via the RS232 Automation module.

The goal of this project was to utilize my GE Concord 4 alarm panel with Home Assistant

Following the framework of kk7ds to integrate the nx584 into Home Assistant, and douglasdecouto's work into building the base communication class as part of their integration into the Indigo platform, we now have a working Interlogix/GE Concord 4 Automation Module interface

To install::

sudo pip3 install concord232

The server must be run on a machine with connectivity to the panel, to get started, you must only supply the serial port. In this case I use a USB to Serial adapter

concord232_server --serial /dev/ttyUSB0 

Once that is running, you should be able to do something like this::

 $ concord232_client summary
 +------+-----------------+--------+--------+
 | Zone |       Name      | Bypass | Status |
 +------+-----------------+--------+--------+
 |  1   |    FRONT DOOR   |   -    | False  |
 |  2   |   GARAGE DOOR   |   -    | False  |
 |  3   |     SLIDING     |   -    | False  |
 |  4   | MOTION DETECTOR |   -    | False  |
 +------+-----------------+--------+--------+

Basic arming and disarming

Arm to stay (level 2)

$ concord232_client arm-stay

Arm to away (level 3)

$ concord232_client arm-away

Disarm

$ concord232_client disarm --master 1234

Arming with options

Both stay (level 2) and away (level 3) alarms can take one of two options: silent arming, or instant arming. Silent arming will not beep while the alarm is setting. Instant arming has no delay. Clearly, this should only be used with away arming if you are already outside.

Examples:

Arm to stay with no delay

$ concord232_client arm-stay-instant

Arm to away without beeps

$ concord232_client arm-away-silent

Config

A config.ini is generated when new zones are detected without a name provided by the Concord 4 alarm panel. This file may be used to specify zone names.

[zones]
p1z1 = Zone 1
p1z2 = Zone 2
p1z3 = Zone 3
p1z4 = Zone 4
p1z5 = Zone 5
p1z6 = Zone 6
p1z7 = Zone 7

Home Assistant

Home Assistant will automatically download and install the pip3 library, but it only utilizes the Client to connect to the server. I used the instructions found here for setting up the server to run automatically at boot time.

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.