homebridge-rgb-ledstrip-lepotato
v1.0.1
Published
LePotato GPIO based LED Strip plugin for Homebridge
Downloads
13
Maintainers
Readme
homebridge-rgb-ledstrip-lepotato
Le Potato GPIO based LED Strip plugin for Homebridge
Originally inspired by suhajda3/homebridge-rgb-ledstrip
Installation
- Install Homebridge using
npm install -g homebridge
- Install this plugin
npm install -g homebridge-rgb-ledstrip-lepotato
- Install the gpiod library and Python
Hardware
Le Potato Led Strip pin(R, G, B, VCC) 5v
Configuration
Configuration sample:
"accessories": [
{
"accessory": "RgbLedStrip",
"name": "Bedroom LED Strip",
"rPin": 17,
"gPin": 22,
"bPin": 24
}
]
Fields:
- "accessory": Must always be "RgbLedStrip" (required)
- "name": Can be anything (required)
- "rPin": GPIO pin that is used to set red value (required)
- "gPin": GPIO pin that is used to set green value (required)
- "bPin": GPIO pin that is used to set blue value (required)
Contributing
Feel free to open an issue (or even better, send a Pull Request) to contribute. Contributions are always welcomed! 😄
Please consider donating. 🙏