Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 855 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 855 Bytes

homebridge-LEDStrip npm version

A homebridge plugin for controlling an analog LED Strip using a Raspberry Pi.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install pigpio apt-get install pigpio
  3. Install this plugin using: npm install -g homebridge-LEDStrip
  4. Update your configuration file. See sample-config.json in this repository for a sample.
  5. Run Homebridge as root

Configuration

Configuration sample:

"accessories": [
       {
           "accessory": "LED",
           "name": "OSRAM LED Strip"
       }
   ]

Schematic

alt text