Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

firsttris/homebridge-wifi370-led-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-wifi370-led-controller

💡 Homebridge plugin to use WIFI370 Led-Controller as HomeKit accessory

Features

  • Switch on/off
  • Control color and brightness
  • Get current state/color

Install

Homebridge is required

npm version

npm install -g homebridge

to use this plugin

npm version

npm install -g homebridge-wifi370-led-controller

Add your Accessory to the config.json

Configuration

Configuration sample:

       "accessories": [{
                 "accessory": "wifi370",
                 "controller": "LW12",
                 "autoupdate": "true",
                 "name": "LED Controller Name",
                 "host": "20.1.0.142"
                       }]

Attributes:

  • "accessory": Name of Accessory "wifi370" (required)
  • "autoupdate": Autoupdate this package from NPM (optional, only for one device!)
  • "name": Name of LED Controller (required)
  • "host": The hostname or ip (required)

Which hardware is used?

Controller Support

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.

WIFI370-LED Controller

Screenshot

Link to Amazon (Germany): Link

Donate

Donate

License

See the LICENSE file for license rights and limitations (MIT).

Releases

No releases published

Packages

No packages published