cellcortex / homebridge-yeelighter

Homebridge plugin for Yeelights - special focus on supporting features of ceiling lights
MIT License
98 stars 19 forks source link

How to get id number from xiomi\yeelight app? #111

Open mor-sound opened 2 years ago

mor-sound commented 2 years ago

Hi, I'm trying to config the plugin, but I cant find the bulb id from both apps,

I have w3.

jbg commented 1 year ago

I have the same issue - current Yeelight app does not seem to show any identifier matching the pattern required by yeelighter's settings (^0x[0-9a-fA-F]{16}). The only identifiers shown in the "Device Info" screen are IP address, MAC address and model.

cpaig commented 1 year ago

You can find a value called device Did (like 590012345) in the more device information in the Mi Home(米家) app, convert it to hexadecimal and add 0x00000000 in front, it should be work.

你可以在米家app中的更多设备信息里找到一个叫设备Did的值(像590012345),将他转换成16进制入并在前面加上0x00000000,这样应该就可以了