homebridge-remote-outlet

1.0.4 • Public • Published

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-remote-outlet
  3. 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
    }
]

Package Sidebar

Install

npm i homebridge-remote-outlet

Weekly Downloads

4

Version

1.0.4

License

MIT

Unpacked Size

5.49 kB

Total Files

4

Last publish

Collaborators

  • homebridgeapp