0.0.4-beta.4 • Published 2 years ago

homebridge-wled-ws v0.0.4-beta.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

homebridge-wled-ws

npm npm GitHub last commit GitHub build

Homebridge WLED plugin

This is a Homebridge dynamic platform plugin for controlling LED strips using Websockets. It is based on the fantastic wled-client library, which provides access to WLED's JSON API using websockets.

!NOTE Websockets are enabled by default since WLED version 0.10.2

Configuration

The plugin supports schema based configuration. All settings can be entered using the plugin's configuration dialog. There is a basic input data validation included, however this needs to be improved in future versions.

Using Homebridge's integrated JSON Editor requires the following configuration entries:

{
    "name": "Homebridge-Wled-WS",
    "platform": "wled-ws",
    "controllers": [
        {
            "name": "My WLED Controller",
            "address": "192.168.1.100"
        }
    ],
    "logging": false
}

TODOs

  • harden controller communication (reconnects)
  • support color picker
  • add effects and presets
0.0.15-beta.0

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.12-beta.1

2 years ago

0.0.12-beta.0

2 years ago

0.0.11

2 years ago

0.0.10-beta.1

2 years ago

0.0.10-beta.0

2 years ago

0.0.9

2 years ago

0.0.8-beta.3

2 years ago

0.0.8-beta.2

2 years ago

0.0.8-beta.1

2 years ago

0.0.7-beta.2

2 years ago

0.0.6-beta.1

2 years ago

0.0.7-beta.0

2 years ago

0.0.7-beta.1

2 years ago

0.0.8-beta.0

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.6-beta.0

2 years ago

0.0.4-beta.4

2 years ago

0.0.5

2 years ago

0.0.4-beta.3

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.4-beta.2

2 years ago

0.0.4-beta.1

2 years ago

0.0.4-beta.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago