这款小米灯泡可以接入homekit么,如果可以改如何写配置文件

如果不支持,可能要抓包啊

已经有token了

{
“bridge”: {
“name”: “小米灯泡”,
“username”: “54:52:00:ab:B4:D5”,
“port”: 57099,
“pin”: “091-36-741”
},
“accessories”: [
{}
],
“platforms”: [
{
“platform”: “yeelight”,
“name”: “小米灯泡”,
“transitions”: {
“power”: 400,
“brightness”: 400,
“color”: 1500,
“temperature”: 1500
},
“connection”: {
“retries”: 5,
“timeout”: 100
},
“multicast”: {
“interface”: “0.0.0.0”
},
“defaultValue”: {
“aed78s”: {
“name”: “灯泡”,
“blacklist”: [
“set_hsv”
]
}
}
}
]
}

改了改大神的代码,也无法

miio 应该可以接入

你试试用miio接入iobroker,然后用yahka转接到homekit。