New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-wifi370-led-controller

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-wifi370-led-controller

WIFI370 LED-Controller plugin for homebridge: https://github.com/nfarina/homebridge

  • 1.1.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

homebridge-wifi370-led-controller

:bulb: Homebridge plugin to use WIFI370 Led-Controller as HomeKit accessory

###Features

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

###Installation

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
ControllerSupportedType
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

Keywords

FAQs

Package last updated on 03 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc