1.0.4 • Published 6 years ago

homebridge-remote-outlet v1.0.4

Weekly downloads
6
License
MIT
Repository
-
Last release
6 years ago

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
    }
]
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago