YinHangCode / homebridge-mi-aqara

a homebridge plugin for XiaoMi Aqara plugin.
1.08k stars 154 forks source link

Gateway and accessories not showing up in HomeKit #271

Open sebastian325 opened 4 years ago

sebastian325 commented 4 years ago

Hi there,

my problem is, that neither my gateway or my accessories are showing up in HomeKit.

Log from HB: Jul 29 20:52:57 raspberrypi homebridge[4675]: [7/29/2019, 8:52:57 PM] [MiAqaraPlatform] Initializing MiAqaraPlatform platform... Jul 29 20:52:57 raspberrypi homebridge[4675]: [7/29/2019, 8:52:57 PM] [MiAqaraPlatform] [INFO]** Jul 29 20:52:57 raspberrypi homebridge[4675]: [7/29/2019, 8:52:57 PM] [MiAqaraPlatform] [INFO] MiAqaraPlatform v0.8.0 By YinHang Jul 29 20:52:57 raspberrypi homebridge[4675]: [7/29/2019, 8:52:57 PM] [MiAqaraPlatform] [INFO] GitHub: https://github.com/YinHangCode/homebridge-mi-aqara Jul 29 20:52:57 raspberrypi homebridge[4675]: [7/29/2019, 8:52:57 PM] [MiAqaraPlatform] [INFO] QQ Group: 107927710 Jul 29 20:52:57 raspberrypi homebridge[4675]: [7/29/2019, 8:52:57 PM] [MiAqaraPlatform] [INFO]** Jul 29 20:52:57 raspberrypi homebridge[4675]: [7/29/2019, 8:52:57 PM] [MiAqaraPlatform] [INFO]start success... Jul 29 20:52:57 raspberrypi homebridge[4675]: [7/29/2019, 8:52:57 PM] [MiAqaraPlatform] [INFO]config gateways: 7811DCB250E1 Jul 29 20:52:57 raspberrypi homebridge[4675]: [7/29/2019, 8:52:57 PM] [MiAqaraPlatform] [INFO]binding to the default interface Jul 29 20:52:57 raspberrypi homebridge[4675]: [7/29/2019, 8:52:57 PM] Loading 1 accessories... Jul 29 20:52:57 raspberrypi homebridge[4675]: [7/29/2019, 8:52:57 PM] [OpenWeatherMap Temperature] Initializing Weather accessory... Jul 29 20:52:57 raspberrypi homebridge[4675]: [7/29/2019, 8:52:57 PM] [MiAqaraPlatform] [INFO]Aqara LAN protocol server is listening on port: 9898 Jul 29 20:52:57 raspberrypi homebridge[4675]: [7/29/2019, 8:52:57 PM] [TadoAC] Found new Zone: Schlafzimmer (3) ... Jul 29 20:52:57 raspberrypi homebridge[4675]: [7/29/2019, 8:52:57 PM] [TadoAC] Initializing platform accessory 'Schlafzimmer Tado'... Jul 29 20:52:57 raspberrypi homebridge[4675]: HAP Warning: Characteristic 00000025-0000-1000-8000-0026BB765291 not in required or optional characteristics for service 0000004A-0000-1000-8000-0026BB765291. Adding anyway.

config.json { "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:30", "port": 51826, "pin": "031-45-154" }, "description": "Home Smart Home", "platforms": [ { "platform": "config", "name": "Config", "port": 8080, "auth": "form", "theme": "red", "restart": "sudo -n systemctl restart homebridge", "temp": "/sys/class/thermal/thermal_zone0/temp", "sudo": true, "log": { "method": "custom", "command": "journalctl -o cat -n 500 -f -u homebridge" } }, { "platform": "TadoAC", "username": "xxxx", "password": "xxxx" }, { "platform": "MiAqaraPlatform", "gateways": { "xxxx": "xxxx" } } ], "accessories": [ { "accessory": "Weather", "apikey": "xxxx", "location": "xxxx", "name": "OpenWeatherMap Temperature" } ] }