1.1.0 • Published 10 years ago
homebridge-rcswitch v1.1.0
homebridge-rcswitch
Add support for rc switches using rcswitch
Installation
- Install WiringPi
- Install homebridge using:
npm install -g homebridge - Install this plugin using:
npm install -g homebridge-rcswitch - Update your configuration file.
Configuration
You can add as many switches as you like. You will need to pass the name, systemcode and unitcode.
This plugin assumes that you connect the 433Mhz transmitter to GPIO0, this can be changed via the pin propertie.
"accessories": [
{
"accessory": "RcSwitch",
"name": "Switch One",
"systemcode": "11101",
"unitcode": 1,
"pin": 0
}
]