当前位置: 首页 > 软件库 > 其他开源 > 物联网 >

homebridge-wifi370-led-controller

授权协议 MIT License
开发语言 JavaScript
所属分类 其他开源、 物联网
软件类型 开源软件
地区 不详
投 递 者 逑禄
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

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 install -g homebridge

to use this plugin

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

License

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

 相关资料
  • homebridge-ESP-HSV This is a plugin for homebridge to control an LED strip connected to an ESP8266 chip. It allows adding the ESP8266 as a lightbulb to HomeKit and controlling it with Siri or the Home

  • Led

    通过PIN设备管理接口控制LED亮灭 通过PIN设备管理接口控制LED亮灭 源码/* * Copyright (c) 2006-2018, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2018-09-25 misonyo first

  • LED

    发出指定颜色的光 用法 案例:紧急搜救器 说明:无人状态下LED灯珠长亮绿灯,当检测到有人时LED灯珠长亮红灯并且蜂鸣器发出警报声 所需模块:智能电源、人体红外传感器、LED灯珠、蜂鸣器"

  • 此示例演示了如何使用analogWrite()函数淡化LED。 AnalogWrite使用脉冲宽度调制(PWM),在打开和关闭之间以不同的比率非常快速地打开和关闭数字引脚,以产生衰落效果。 组件的要求 (Components Required) 您将需要以下组件 - 1 × Breadboard 1×Arduino Uno R3 1×LED 1×330Ω电阻器 2 × Jumper 过程 (Pro

  • LED是小而强大的灯,可用于许多不同的应用。 首先,我们将致力于闪烁LED,微控制器的Hello World。 它就像打开和关闭灯一样简单。 建立这一重要基线将为我们开展更复杂的实验奠定坚实的基础。 组件的要求 (Components Required) 您将需要以下组件 - 1 × Breadboard 1×Arduino Uno R3 1×LED 1×330Ω电阻器 2 × Jumper 过程

  • 下一步是在例程中添加一个LED与我们的应用程序交互。 你必须添加一个管理LED库的头文件dev/leds.h。你可以在core/dev/leds.h中查看相关函数。 相关函数: unsigned char leds_get(void); void leds_set(unsigned char leds); void leds_on(unsigned char leds); void leds_of