homebridge-LEDStrip

0.1.5 • Public • Published

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

Watch out while wiring up your Pi. I am not responsible if you fry your Pi.

alt text

Readme

Keywords

Package Sidebar

Install

npm i homebridge-LEDStrip

Weekly Downloads

1

Version

0.1.5

License

ISC

Unpacked Size

83.9 kB

Total Files

7

Last publish

Collaborators

  • tg908