[2019-12-13 23:25:47] Homebridge is running on port 51826.
[2019-12-13 23:25:47] [eDomoticz] There was a problem connecting to Domoticz. (HTTP Status code 401)
<html><head><title>Unauthorized</title></head><body><h1>401 Unauthorized</h1></body></html>
[2019-12-13 23:25:47] [eDomoticz] There was an error while getting the MQTT Hardware Device from Domoticz.
Please verify that you have added the MQTT Hardware Device and that the hardware device is enabled.
[eDomoticz] There was a problem connecting to Domoticz. (HTTP Status code 401)
手机无法搜到设备,麻烦大神指点
Ubuntu安装domoticz后加homebridge问题
版面规则
安装、编译、权限、安全和启动问题请在此发帖提问。
有问题请说明详细情况,有图的截图!
别只说一句安装不上,执行不了!
截图请截大图,别就截一行。。。
安装、编译、权限、安全和启动问题请在此发帖提问。
有问题请说明详细情况,有图的截图!
别只说一句安装不上,执行不了!
截图请截大图,别就截一行。。。
Re: Ubuntu安装domoticz后加homebridge问题
401 Unauthorized
未授权
没填帐号密码吧。
domoticz设置里登录用基础验证,
然后homebridge-edomoticz config.json文件示例:
https://gist.github.com/PatchworkBoy/a6 ... 4e8a9dccaf
未授权
没填帐号密码吧。
domoticz设置里登录用基础验证,
然后homebridge-edomoticz config.json文件示例:
https://gist.github.com/PatchworkBoy/a6 ... 4e8a9dccaf
代码: 全选
{
"bridge": {
"name": "Homebridge",
"username": "CC:21:3E:E4:DE:33",
"port": 51826,
"pin": "031-45-154"
},
"description": "Configuration file for (e)xtended Domoticz platform.",
"platforms": [
{
"platform": "eDomoticz",
"name": "eDomoticz",
"server": "domoticz.local",
"port": "8080",
"ssl": 0,
"roomid": 0,
"mqtt": {
"host": "domoticz.local",
"port": 1883,
"topic": "domoticz/out",
"username": "username",
"password": "password"
},
"excludedDevices":["131","211","212","213","214","14"]
}
]
}