homebridge-remote-outlet
v1.0.4
Published
1. Install homebridge using: `npm install -g homebridge` 2. Install this plugin using: `npm install -g homebridge-remote-outlet` 3. Update your configuration file.
Downloads
9
Maintainers
Readme
Installation
- Install homebridge using:
npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-remote-outlet
- 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 GPIO 14 (Pin 08), this can be changed via the pin
propertie.
"accessories": [
{
"accessory": "RmOutlet",
"name": "Switch One",
"systemcode": "11101",
"unitcode": 1,
"pin": 14
}
]