We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
萌新求助,折腾一下午了 疫情期间没有树莓派就用windows10通过https://github.com/homebridge/homebridge/wiki/Install-Homebridge-on-Windows-10#step-1-install-nodejs的教程安装了homebridge 我不知道是不是代码出错了 { "bridge": { "name": "Homebridge BEDA", "username": "0E:1A:C1:61:BE:DA", "port": 51568, "pin": "600-70-477" }, "accessories": [], "platforms": [ { "name": "Config", "port": 8581, "auth": "form", "theme": "auto", "tempUnits": "c", "lang": "zh-CN", "platform": "config" }, { "platform": "MiJiaPlatform", "sid": [ "04cf8c9786a5" ], "password": [ "C06B37A0EB65412F" ] }, { "platforms": [ { "platform": "yeelight", "name": "Yeelight" } ] } ]
}
不太明白platform的作用,别人都没有 "name": "Config", "port": 8581, "auth": "form", "theme": "auto", "tempUnits": "c", "lang": "zh-CN", "platform": "config" 看上去是Homebridge Config UI X的东西 然后我添加了一个网关和一个yeelight的灯泡,但是手机上都搜不到
有没有大佬解答一下,谢谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
萌新求助,折腾一下午了
疫情期间没有树莓派就用windows10通过https://github.com/homebridge/homebridge/wiki/Install-Homebridge-on-Windows-10#step-1-install-nodejs的教程安装了homebridge
我不知道是不是代码出错了
{
"bridge": {
"name": "Homebridge BEDA",
"username": "0E:1A:C1:61:BE:DA",
"port": 51568,
"pin": "600-70-477"
},
"accessories": [],
"platforms": [
{
"name": "Config",
"port": 8581,
"auth": "form",
"theme": "auto",
"tempUnits": "c",
"lang": "zh-CN",
"platform": "config"
},
{
"platform": "MiJiaPlatform",
"sid": [
"04cf8c9786a5"
],
"password": [
"C06B37A0EB65412F"
]
},
{
"platforms": [
{
"platform": "yeelight",
"name": "Yeelight"
}
]
}
]
}
不太明白platform的作用,别人都没有
"name": "Config",
"port": 8581,
"auth": "form",
"theme": "auto",
"tempUnits": "c",
"lang": "zh-CN",
"platform": "config"
看上去是Homebridge Config UI X的东西
然后我添加了一个网关和一个yeelight的灯泡,但是手机上都搜不到
有没有大佬解答一下,谢谢
The text was updated successfully, but these errors were encountered: