homebridge-led-controller
v1.0.1
Published
An accessory to control an LED strip using an ESP8266 controller.
Downloads
11
Readme
Homebridge LED Controller
An LED light strip accessory for the Homebridge project. This accessory is tailored for running on an ESP8266 with a LED strip.
Installation
- Install homebridge using:
npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-led-controller
- Update your configuration file. See the sample below.
Updating
To update, run npm update -g homebridge-led-controller
Configuration
Bare minimum configuration:
"accessories": [
{
"accessory": "led-controller",
"name": "TV Lights",
"hostname": "10.0.0.4"
}
]
Optional configuration:
"accessories": [
{
"accessory": "led-controller",
"name": "TV Lights",
"hostname": "10.0.0.4",
"manufacturer": "Bob Ross",
"model": "Happy LEDs",
"serial": "123-456-789"
}
]
License
Published under the MIT License.