0.0.2 • Published 7 years ago
homebridge-open-smart-led-strip-drive v0.0.2
homebridge-open-smart-led-strip-driver
Supports the Open Smart LED Strip Driver module controled through GPIO pins. This plugin requires/uses third-party NodeJS libraries to send the crontrols to the driver module using the GPIO pins (probably in your Raspberry PI).
Installation
Follow the instruction in homebridge for the homebridge server installation.
The plugin is published through NPM and should be installed "globally" by typing:
npm install -g homebridge-open-smart-led-strip-driverUpdate your configuration file. See config-sample.json in this repository for a sample.
Configuration
Example:
{
"accessory": "OpenSmartLedStrip",
"name": "RGB Led Strip",
"pin_clk": "GPIO17",
"pin_dat": "GPIO18"
}The mandatory options are:
nameAccessory name.pin_clkPin identifier for the clock port (See raspi-pi wiki for more information about pin naming).pin_datPin identifier for the data port (See raspi-pi wiki for more information about pin naming).
The other available options are:
manufacterManufacter name to be displayed.modelModel name to be displayed.serialSerial number to be displayed.delayDelay in miliseconds between writes in the clock/data pins.
0.0.2
7 years ago