- 积分
- 375
- 金钱
- 284
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 375
- 金钱
- 284
- HASS币
- 0
|
楼主 |
发表于 2017-8-27 22:04:17
|
显示全部楼层
嗯,检查之后,确实是json的错误 , 但修改json 后 ,homebridge可以运行了 , 但在Homekit里就是没有看到learn 健呀
{
"bridge": {
"name": "Louis Homebridge",
"username": "B8:27:EB:39:5E:3F",
"port": 51826,
"pin": "123-45-678"
},
"platforms": [{
"platform": "HomeAssistant",
"name": "HomeAssistant",
"host": "http://192.168.x.x:8123",
"password": "raspberry",
"supported_types": ["fan", "garage_door", "input_boolean", "light", "lock", "media_player", "rollershutter", "scene", "switch"],
"default_visibility": "visible",
"logging": false
},
{
"platform": "BroadlinkRM",
"name": "Broadlink RM",
"hideScanFrequencyButton": false,
"hideLearnButton": false,
"accessories": [{
"name": "RM Pro Learn",
"type": "learn-code",
"disableAutomaticOff": true,
"scanFrequency": true
}]
}
]
} |
|