Skip to content

Node.js server to control WS2812B addressable LEDs and have them show the position and status of the wines in my wine-cellar.

Notifications You must be signed in to change notification settings

frazer84/WineLED

Repository files navigation

WineLED

Node.js server to control WS2812B addressable LEDs and have them show the position and status of the wines in my wine-cellar.

Supported hardware

The server currently supports and has been tested with the following hardware.

LED lights

LED drivers

Configuration

All configuration is done in ledconfig.json located in the root of the app.

Examples

Here's some example configurations.

One row, inverted order, skipping 1 LED in the beginning and using 54 LEDs after that

{
  "rows": [
    {
      "start": 55,
      "bottleOffset": 3,
      "bottleWidth": 3,
      "end": 1,
      "extraOffset": 0,
      "extraOffsetIndex": 30,
      "invert": true
    }
  ]
}

About

Node.js server to control WS2812B addressable LEDs and have them show the position and status of the wines in my wine-cellar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published