homebridge-interlogix
v1.0.0
Published
Homebridge Support for Interlogix Wireless Contact and Motion Sensors using rtl_433
Downloads
20
Maintainers
Readme
homebridge-interlogix
Homebridge Support for Interlogix Wireless Contact and Motion Sensors using rtl_433
Installation
- Install Homebridge using the official instructions.
- Install this plugin using:
sudo npm install -g homebridge-interlogix
. - Install rtl_433 (build instructions).
- Add the homebridge user to the plugdev group so it can access the radio:
sudo usermod -a -G plugdev homebridge
- Update your configuration file. See sample config.json snippet below.
Configuration
Configuration sample:
"platforms": [
{
"platform": "interlogix"
}
]