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

homebridge-ikonke-light

ikonke light plugins for HomeBridge.
授权协议 Readme
开发语言 JavaScript
所属分类 其他开源、 物联网
软件类型 开源软件
地区 不详
投 递 者 周和歌
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

homebridge-ikonke-light

HomeBridge的控客灯插件。

注: 如果有bug请提交到 issuesQQ群: 107927710

支持的设备

1.K Light

安装说明

1.安装HomeBridge, 可以参考文件README
如果你是安装在树莓派里,可以参考Running-HomeBridge-on-a-Raspberry-Pi
2.确保你能在IOS设备的家庭app内搜到HomeBridge,如果不能请返回第一步。
3.安装ikonkeIO
4.安装本插件。

npm install -g homebridge-ikonke-light

配置说明

配置"ikonkeIO"为ikonkeIO目录下sh文件的绝度路径。
设备的"type"、"ip"、"mac"、"password"可以通过ikonkeIO获取,具体参考ikonkeIO项目。
"lightName"配置为配件的名字。
示例如下:

"platforms": [{
    "platform": "IkonkeLightPlatform",
    "ikonkeIO": "/home/pi/ikonkeIO/ikonkeIO.sh",
    "deviceCfgs": [{
        "type": "klight",
        "ip": "192.168.88.20",
        "mac": "18-fe-56-d7-5d-ea",
        "password": "A?lz?=]G",
        "lightDisable": false,
        "lightName": "客厅次灯_高"
    }, {
        "type": "klight",
        "ip": "192.168.88.21",
        "mac": "18-fe-56-d8-5a-e6",
        "password": "[58DzqaX",
        "lightDisable": false,
        "lightName": "客厅次灯_中"
    }, { 
        "type": "klight",   
        "ip": "192.168.88.22",
        "mac": "18-fe-78-d1-0f-3e",
        "password": "aDU[7.AQ",
        "lightDisable": false,
        "lightName": "客厅次灯_低"
    }]
}]

版本更新记录

0.0.2

1.代码优化.

0.0.1

1.支持控制K Light设备.

 相关资料
  • homebridge-ikonke-outlet HomeBridge的控客插座插件。 注: 我只有一部分设备,所以有些设备并没有亲自测试。如果有bug请提交到 issues 或 QQ群: 107927710。 支持的设备 1.K2 2.K2 Pro 3.K Mini Pro 4.K Mini 安装说明 1.安装HomeBridge, 可以参考文件README。 如果你是安装在树莓派里,可以参考R

  • Homebridge 是一个轻量级 NodeJS 服务器,它模拟 iOS HomeKit API,提供从 HomeKit 到“智能家居”设备制造商提供的各种第三方 API 的基本桥接。通过 Homebridge 的桥接,可以让 Siri 控制完全不支持 HomeKit 的设备。 此外 Homebridge 支持插件。

  • homebridge-vsx homebridge-vsx is a plugin made for homebridge,which allows switching on and off your Pioneer AV receiver. All AV receivers (VSX and SC),which work with the iControl AV5 App are support

  • homebridge-sesame Control and monitor your Sesame smart lock with HomeKit integration. Prerequisites Installation of Homebridge iOS 11 or later Sesame lock with enabled cloud integration Sesame Wifi A

  • homebridge-panasonictv A homebridge plugin for turning on and off your Panasonic Viera TV. The plugin also has experimental support for changing the volume and channel. These characteristics are not r

  • Quick Start | Contribute A Wake on Lan plugin for Homebridge Turn your PCs, laptops, servers and more on and off through Siri Quick Start To install the plugin, head over to the machine with Homebridg