I don't see gateway devices in Home app.
Opened this issue · 5 comments
Hi,
I have some problem with Aqara Gateway virtual device. I mind Gateway_Lightbulb, Gateway_LightSensor and Gateway_Switch_JoinPermission.
I don't see them in home app.
But I see all other devices connected to this Gateway. Contact sensors, motion sensors, temperature and humidity sensors works fine.
I will be grateful for any tip.
This is my config.json
{
"bridge": {
"name": "Homebridge2",
"username": "B8:27:EB:64:59:86",
"port": 51826,
"pin": "031-45-156"
},
"platforms": [
{
"platform": "WeatherPlus",
"name": "Pogoda Wroclaw",
"service": "weatherunderground",
"key": "xxxxxxxxxxxx",
"location": "pws:xxxxxx",
"interval": "4",
"forecast": "none"
},
{
"platform": "MiAqaraPlatform",
"gateways": {"7811dcb8e621": "7c54dc8d331d4e4c"},
"defaultValue":
{
"7811dcb8e621":
{
"Gateway_Lightbulb": {"name": "hub light"},
"Gateway_LightSensor": {"name": "hub light sensor"},
"Gateway_Switch_JoinPermission": {"name": "permission switch"}
},
"158d0001f4ae55":
{
"MotionSensor_MotionSensor": {"name": "salon motion sensor"}
}
}
}
],
"accessories": [
{
"accessory": "Air",
"apikey": "xxxx",
"latitude": "xx.167490",
"longitude": "xx.920421",
"name": "Airly Air Quality"
}
]
I have the problem that Home App shows none connected devices. Do I have to add each sensor/switch/button manually in the config file?
Or should the connected devices show up automatically?
Have u solved? I have the same issue!
same issue. i cleared my cached accessories and now nothing is showing up. sucks cause i had everything working before updating
Same -_-
@WojtekWro Have you solved the issue?