homebridge-LEDStrip
v0.1.5
Published
DIY LEDStrip plugin for homebridge: https://github.com/nfarina/homebridge
Downloads
64
Readme
homebridge-LEDStrip
A homebridge plugin for controlling an analog LED Strip using a Raspberry Pi.
Installation
- Install homebridge using:
npm install -g homebridge
- Install pigpio
apt-get install pigpio
- Install this plugin using:
npm install -g homebridge-LEDStrip
- Update your configuration file. See sample-config.json in this repository for a sample.
- 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.