KraigM / homebridge-wink

Wink hub plugin for HomeBridge
54 stars 37 forks source link

Home app cannot add accessories #98

Open weaverjohnson opened 3 years ago

weaverjohnson commented 3 years ago

For some reason all of my accessories have fallen out of the Home app on iOS. I am running Homebridge from a Raspberry Pi 4, and I have deleted/reinstalled several times now, and currently have all accessories added in Homebridge. I have deleted the previous hub instances from the Home app, and now when I try to add Homebridge to Home app, I am getting a message saying “Unable to Add Accessory: Accessory is Out of Compliance” (screenshot attached) Is anyone else having the same experience? Any help is greatly appreciated. I am a noob, so please let me know if you need anything else to help me diagnose/fix. Thanks!!!

Config is as follows 75F551E8-CD07-4BDD-9C93-7EC0D7AD3169 : { "bridge": { "name": "Homebridge A64A", "username": "0E:71:BE:0B:0C:01",  "port": 51717, "pin": "617-27-632" }, "accessories": [], "platforms": [ { "name": "Config", "port": 8581, "platform": "config" }, { "name": "Nest", "googleAuth": { "issueToken": "https://accounts.google.com/o/oauth2/ home.nest.com", "cookies": "SID=1Qe7wyQMJccTXWTx4b9d0zwo388KL-6Sqaixi90mxgTEKmomqYGJb0MWno_S8VJ87G-hLzWMjosU-KpXJq1; SIDCC=AJi4QfEnfR_wimQOn64lqDnqydUIHvgdbdCwHH_wLmWHuN98dTYgIuRGlgj3r-XoynMTNZE6; Secure-35v-WvAsb2t_emoHH76XXG_EhPGmfBl2sIM6CUxlu4d68OrmNjK-x4pKY9o8Vm", "apiKey": "AIzaUOWkS5P6sZE4" }, "platform": "Nest" }, { "name": "Home Alarm", "auth": { "username": “OMITTED”, "password": “OMITTED” }, cameras": false, "sensorRefresh": 15, "persistAccessories": false, "resetSimpliSafeId": false, "cameraOptions": { "enableHwaccelRpi": false }, "platform": "homebridge-simplisafe3.SimpliSafe 3" } ] }