A plugin for Homebridge that creates HomeKit motion, contact, smoke, or carbon monoxide sensors for alarm zones from a Texecom Premier intruder alarm via a serial connection or COM-IP module. homebridge-texecom was originated by Kieran Jones.
You can receive notifications, which can be set to work only when you're away from home:
Another great use is to use the alarm's motion sensors to switch lights on automatically:
You can also set automations to happen when you arm the alarm and when the alarm goes off.
IMPORTANT - To use this plugin you will require a Texecom alarm system and a PC-COM, COM-IP or USB-COM serial interface. If using the PC-COM or USB-COM, you must also have nothing already utilising COM1 on the alarm panel, or be able to move existing modules connected to COM1 to a different COM port on the alarm panel. The support for IP is new and is intended for use with the COM-IP -- we don't know if it works with the SmartCom, so let us know if you get it working.
Texecom zones must be configured individually in the Homebridge config.json file with the appropriate zone number from Texecom. Configuring areas is optional, but is required if you want to see if the alarm if set or have automations or notifications when the alarm is armed, disarmed or triggered. You probably have many zones and only one area.
Example:
"platforms": [
{
"platform": "Texecom",
"serial_device": "/dev/ttyUSB0",
"baud_rate": 19200,
"zones": [
{
"name": "Living Room",
"zone_number": "7",
"zone_type": "motion",
"dwell": 1000
},
{
"name": "Front Door",
"zone_number": "15",
"zone_type": "contact",
"dwell": 1000
}
],
"areas": [
{
"name": "Texecom Alarm",
"area_number": "1",
"area_type": "securitysystem",
"dwell": 0
}
]
}
]
For serial connections:
Key | Default | Description |
---|---|---|
serial_device |
N/A | The serial device on which to connect to Texecom |
baud_rate |
N/A | The baud rate configured in Texecom (Usually 19200) |
zones |
N/A | The individual configuration for each zone in Texecom |
For IP connections:
Key | Default | Description |
---|---|---|
ip_address |
N/A | The IP address of the COM-IP Texecom module |
ip_port |
N/A | The TCP port of the COM-IP Texecom module |
This plugin is a platform plugin so you must configure each zone from your Texecom intruder alarm into your config individually.
Key | Default | Description |
---|---|---|
name |
N/A | The name of the area as it will appear in HomeKit, e.g. 'Texecom Alarm'. |
zone_number |
N/A | The zone number from Texecom |
zone_type |
"motion" |
The type of zone; motion, contact, smoke, or carbonmonoxide |
dwell |
0 | The amount of time in ms that a zone stays active after zone activation is cleared by Texecom |
Key | Default | Description |
---|---|---|
name |
N/A | The name of the sensor as it will appear in HomeKit. |
area_number |
N/A | The area number from Texecom, usually 1. |
area_type |
"securitysystem" |
The type of area; only securitysystem is supported. |
dwell |
0 |
Ensure your intruder alarm is fully configured and operational, connect a USB-Com or PC-Com cable to COM1 on the panel PCB and then connect to the computer running Homebridge.
To configure your COM1 port for the Crestron protocol:
Press "Menu" repeatedly to exit the engineer menu.
If connecting to a COM-IP, set up the COM-IP as usual and ensure it is working. Then change the configuration for the port the COM-IP is connected to to Crestron as detailed above. This allows the panel to configure the IP address into the module, then changing to Crestron will allow the panel to input/output the correct commands.
Alarm systems are complicated and have a lot of features, not all them are suitable for integrating to HomeKit but many of them can be integrated.
Homebridge 是一个轻量级 NodeJS 服务器,它模拟 iOS HomeKit API,提供从 HomeKit 到“智能家居”设备制造商提供的各种第三方 API 的基本桥接。通过 Homebridge 的桥接,可以让 Siri 控制完全不支持 HomeKit 的设备。 此外 Homebridge 支持插件。
homebridge-vsx homebridge-vsx is a plugin made for homebridge,which allows switching on and off your Pioneer AV receiver. All AV receivers (VSX and SC),which work with the iControl AV5 App are support
homebridge-sesame Control and monitor your Sesame smart lock with HomeKit integration. Prerequisites Installation of Homebridge iOS 11 or later Sesame lock with enabled cloud integration Sesame Wifi A
homebridge-panasonictv A homebridge plugin for turning on and off your Panasonic Viera TV. The plugin also has experimental support for changing the volume and channel. These characteristics are not r
Quick Start | Contribute A Wake on Lan plugin for Homebridge Turn your PCs, laptops, servers and more on and off through Siri Quick Start To install the plugin, head over to the machine with Homebridg
Docker Homebridge This Alpine/Ubuntu Linux based Docker image allows you to run Nfarina's Homebridge on your home network which emulates the iOS HomeKit API. This is a multi-arch image and will also r