A homebridge plugin for controlling an analog LED Strip using a Raspberry Pi.
- 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 sample:
"accessories": [
{
"accessory": "LED",
"name": "OSRAM LED Strip"
}
]