question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wink accessory not showing up in homekit app

See original GitHub issue

Neels-MacBook-Pro-2:~ NeelPatel$ homebridge [10/23/2016, 11:55:45 AM] Loaded plugin: homebridge-liftmaster [10/23/2016, 11:55:45 AM] Registering accessory ‘homebridge-liftmaster.LiftMaster’ [10/23/2016, 11:55:45 AM] — [10/23/2016, 11:55:45 AM] Loaded plugin: homebridge-lockitron [10/23/2016, 11:55:45 AM] Registering accessory ‘homebridge-lockitron.Lockitron’ [10/23/2016, 11:55:45 AM] — [10/23/2016, 11:55:46 AM] Loaded plugin: homebridge-myq [10/23/2016, 11:55:46 AM] Registering platform ‘homebridge-myq.MyQ’ [10/23/2016, 11:55:46 AM] — [10/23/2016, 11:55:46 AM] Loaded plugin: homebridge-nest [10/23/2016, 11:55:46 AM] Registering platform ‘homebridge-nest.Nest’ [10/23/2016, 11:55:46 AM] — [10/23/2016, 11:55:46 AM] Loaded plugin: homebridge-wink [10/23/2016, 11:55:46 AM] Registering platform ‘homebridge-wink.Wink’ [10/23/2016, 11:55:46 AM] — [10/23/2016, 11:55:46 AM] Loaded config.json with 0 accessories and 1 platforms. [10/23/2016, 11:55:46 AM] — [10/23/2016, 11:55:46 AM] Loading 1 platforms… [10/23/2016, 11:55:46 AM] [Wink] Initializing Wink platform… [10/23/2016, 11:55:46 AM] [Wink] Fetching Wink devices. [10/23/2016, 11:55:46 AM] Loading 0 accessories… [10/23/2016, 11:55:47 AM] [Wink] Device Added - Group thermostats, ID 122791, Name Home Cary Upstairs Thermostat [10/23/2016, 11:55:47 AM] [Wink] Device Added - Group thermostats, ID 122792, Name Home Cary Downstairs Thermostat [10/23/2016, 11:55:47 AM] [Wink] Device Added - Group smoke_detectors, ID 65003, Name Home Cary Upstairs Nest Protect [10/23/2016, 11:55:47 AM] [Wink] Device Added - Group garage_doors, ID 44508, Name Garage Door Opener myQ [10/23/2016, 11:55:47 AM] [Wink] Device Ignored Not In HomeKit - Group hubs, ID 374955, Name Hub [10/23/2016, 11:55:47 AM] [Wink] Device Added - Group locks, ID 72229, Name Front Door [10/23/2016, 11:55:47 AM] [Wink] Initializing platform accessory ‘Home Cary Upstairs Thermostat’… [10/23/2016, 11:55:47 AM] [Wink] Initializing platform accessory ‘Home Cary Downstairs Thermostat’… [10/23/2016, 11:55:47 AM] [Wink] Initializing platform accessory ‘Home Cary Upstairs Nest Protect’… [10/23/2016, 11:55:47 AM] [Wink] Initializing platform accessory ‘Garage Door Opener myQ’… [10/23/2016, 11:55:47 AM] [Wink] Initializing platform accessory ‘Front Door’… Scan this code with your HomeKit App on your iOS device to pair with Homebridge:

┌────────────┐     
│ 031-45-154 │     
└────────────┘     

[10/23/2016, 11:55:47 AM] Homebridge is running on port 51826.

That is my terminal. This is my config.json file { “bridge”: { “name”: “Homebridge”, “username”: “AC:BC:32:CF:27:6D”, “port”: 51826, “pin”: “031-45-154” },

"description": "This is an example configuration file with all supported devices. You can use this as a   template for creating your own configuration file containing devices you actually own.",

"platforms": [{
    "platform": "Wink",
    "name": "Wink",
    "client_id": "***********",
    "client_secret": "************",
    "username": "*******",
    "password": "****"
}],

"accessories": []

}

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
simonrb2000commented, Nov 21, 2016

When this happened to me I deleted the house from my iOS device, deleted the persist and accessories folders and changed the name (mac address toking thing) within the config file. Started Homebridge and all was good… Let me know if this works for you…. On 21 Nov 2016, at 19:02, Eric Shepherd <notifications@github.commailto:notifications@github.com> wrote:

This is happening to a lot of people and I don’t think anyone really understands why. If they do, they haven’t really explained it or provided a solid 100% “this is what you need to do” answer. I wish they would, as my whole system isn’t working.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/nfarina/homebridge/issues/868#issuecomment-262033987, or mute the threadhttps://github.com/notifications/unsubscribe-auth/APQCAG0qrtGcFlLeTjwEITMV_SbUzNdNks5rAerJgaJpZM4KeKwV.

0reactions
mbeatycommented, Dec 9, 2017

Thanks @simonrb2000, solved my problem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add an accessory to the Home app - Apple Support
Open the Home app and tap Add . · Tap Add Accessory . · Use the camera on your iPhone or iPad to...
Read more >
Homekit Accessory not Showing up in the HomeKit app #867
Try deleting the accessories and persist folders and re-adding the bridge to the app. All reactions.
Read more >
How to manually add a HomeKit accessory in the Home app
Open on the Home app · Tap the “+” icon in the top right corner and tap Add Accessory · If it isn't...
Read more >
How to connect incompatible accessories to HomeKit - iMore
After logging in to your account, you then add the hub to your HomeKit home the same way that you set up your...
Read more >
Setting up the devices on your Sengled HomeKit compatible ...
First, we must identify which bulb it is; to do this, tap on "Identify Accessory". This will cause the bulb to flash. The...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found