GE Concord 4 RS232 Serial Interface Library and Server
Project description
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
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file concord232-0.15.1.tar.gz
.
File metadata
- Download URL: concord232-0.15.1.tar.gz
- Upload date:
- Size: 30.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 647514f60eec9b93eed9577a7a11f807457d6da635b185e792a2d7d9dc5d867d |
|
MD5 | 8f4b1c8747389237873eeebf642a5572 |
|
BLAKE2b-256 | bc0b73c2c75641d98984f9bd34582345d05c6cd07b7185dd79f83a62a414eb2e |
File details
Details for the file concord232-0.15.1-py3-none-any.whl
.
File metadata
- Download URL: concord232-0.15.1-py3-none-any.whl
- Upload date:
- Size: 32.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a4c1c2103440d92f7b433426b4bfd57d4215e92a2f8eb4ffe6fab3d48d7153b |
|
MD5 | 7f4a3f0a316cf39b18b21f06bfbb3588 |
|
BLAKE2b-256 | 3d4db2d07ed96bf6fb66d27a37a84826fb4186b63cb222f6b6e5673f46e0a0fb |