:bulb: Homebridge plugin to use WIFI370 Led-Controller as HomeKit accessory
Homebridge is required
npm install -g homebridge
to use this plugin
npm install -g homebridge-wifi370-led-controller
Add your Accessory to the config.json
Configuration sample:
"accessories": [{
"accessory": "wifi370",
"controller": "LW12",
"autoupdate": "true",
"name": "LED Controller Name",
"host": "20.1.0.142"
}]
Attributes:
Controller | Supported | Type |
---|---|---|
LW12 | [x] | RGB |
LD382 | [x] | RGB |
LD382A | [x] | RGB |
LD686 | [x] | RGBW |
Thanks to Meik Dirkes for reverse engineering the communication for all controller types.
Link to Amazon (Germany): Link
See the LICENSE file for license rights and limitations (MIT).