Skip to content

🚥 Homebridge Plugin for controlling LEDs with a Raspberry Pi

License

Notifications You must be signed in to change notification settings

hanneshier/homebridge-LEDStrip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-LEDStrip npm version

A homebridge plugin for controlling an analog LED Strip using a Rapsberry 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

About

🚥 Homebridge Plugin for controlling LEDs with a Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%