1.0.4 • Published 7 years ago
homebridge-remote-outlet v1.0.4
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
}
]