Node.js server to control WS2812B addressable LEDs and have them show the position and status of the wines in my wine-cellar.
The server currently supports and has been tested with the following hardware.
All configuration is done in ledconfig.json located in the root of the app.
Here's some example configurations.
{
"rows": [
{
"start": 55,
"bottleOffset": 3,
"bottleWidth": 3,
"end": 1,
"extraOffset": 0,
"extraOffsetIndex": 30,
"invert": true
}
]
}