Homebridge plugin

没有添加yeelight灯的时候,插件会导致homebridge崩溃退出
/lib/node_modules/homebridge-aqara/lib/AqaraAccessoryFactory.js:56
var gatewaySid = this.gatewaySids[accessory.UUID];
^

TypeError: Cannot read property ‘UUID’ of undefined
at AqaraAccessoryFactory.autoRemoveAccessory (/lib/node_modules/homebridge-aqara/lib/AqaraAccessoryFactory.js:56:48)
at Timeout._onTimeout (/lib/node_modules/homebridge-aqara/lib/AqaraPlatform.js:92:15)
at ontimeout (timers.js:365:14)
at tryOnTimeout (timers.js:237:5)
at Timer.listOnTimeout (timers.js:207:5)

这个是小米网关的插件的问题,和Yeelight没关系,你去他们那里报一下bug吧

知道了,谢谢

Hi, can you please tell me if the homebridge-yeelight plugin works with the white bulb?

Yes, remember to turn on developer mode in Yeelight app.

thank you

你好,我想通过siri来控制灯泡的开关,能否在APP里加一个设置功能,应用一开启就开/关灯呢?这样用siri唤醒yeelight就能实现了

没太明白你的意思。现在Siri控制的唯一方式就是打开极客模式并安装homebridge yeelight插件。

请问 我刚刚入的吸顶灯,通过Homebrige已经成功加到iPad中了,因为我看插件可以自动发现并连接吸顶灯,我就没有去手动改Config.json,但是现在只能开关和调整亮度 不能调节色温。请问是咱的插件还暂时不支持吸顶灯调色温还是因为我没有手动的加Config.json?谢谢啦

iOS的homekit协议本身没有对色温进行定义,也就是说你对着Siri说调节色温,她完全不懂。彩灯的色温都是通过色彩的属性值混出来的。

明白了,非常感谢!

Wei,

Thanks for publishing the plugin! Great work!!!
I got homebridge to work on Yeelight bulb. I wish I could control desk lamp too but I can’t have it all.

Would this plugin work with Yeelight strip?

[yeelight] accesseory reachable
There is a small typo in the code. It should be accessory, and not accesseory.

this.log(“accesseory reachable”);
this.log(“accesseory unreachable”);

Desk lamp support is under development, will release very soon. The plugin work with all other Yeelight WiFi products.

1 个赞

Weiwei,

Thanks alot , i got it working … cool… i hope yeelight will be globally available, also looking for some smart switch …

Thanks…

We are working on products that target to global market, but it takes some time. Please be patient.

hello 我按照流程操作,在最后执行homebridge,包括成功 YeePlatform init,除了出现需要扫的码之外,总会出现
add to multicast group
listen on 0.0.0.0
no did or loc found!
而且手机homekit能搜到yeebridge却无法连接

使用Yeelight app, 进入设置, 打开极客模式

使用了app,也打开了极客模式。在github上看到一个人跟我同样的问题,他换了一个路由器之后就好了。与大家不一样的是我是在虚拟机当中开启的linux,可能是网关的问题吧

虚拟机的网络要用桥接模式

知道了,谢谢,晚上回去接着试。:relaxed: