KraigM / homebridge-wink

Wink hub plugin for HomeBridge
54 stars 37 forks source link

Wink Devices "Not Responding" on iOS 10 Beta? #49

Open kylewill opened 8 years ago

kylewill commented 8 years ago

I started a fresh install of home bridge + homebridge-wink after installing the iOS Beta and can connect to wink (with the exception of the "locks" group).

I'm getting "no response" from the wink devices in the Apple Home app.

Any one else seeing this or resolved?

I'm on node 5.5

Finch106 commented 8 years ago

I'm seeing it. I can clear the persist folder, add homebridge to the app, and it'll work a few days then I see "no response". I think it stops refreshing, and once no response is shown, it gives up forever.

keloin commented 7 years ago

Does not work on iOS 10 final release as well ... keeps saying 'updating...' for some time, and then – 'no response'. :-(

keloin commented 7 years ago

A bit of extra information – I have light_bulbs, binary_switches, and garage_doors in my environment. Garage_doors is the one that gives the infinite 'updating...' issue. As soon as I removed it (hide_groups) in the config file, the 'updating...' thing went away. HOWEVER even tho it was showing the state of lights (on/off) properly, it was not possible to change it.

robertvorthman commented 7 years ago

homebridge-wink works for me on iOS 10 gold master

keloin commented 7 years ago

For what type of equipment?

robertvorthman commented 7 years ago

Three Z-wave dual-relay binary switches, which show up as 6 lights. And Two z-wave dimmer switches (Linear WD500Z-1).

https://www.amazon.com/gp/product/B01G7OD3ME https://www.amazon.com/gp/product/B01E9JIKWC https://www.amazon.com/gp/product/B00E1OVFAK

When I tell Siri to dim my kitchen lights to 50%, both my HomeKit Philips Hue light strips and my z-wave dimmer switch will dim to 50%.

keloin commented 7 years ago

Heh... $20 on amazon in US, freaking $60 for the same in Canada, me crying...

Anyways, good for you that yours are working. My MyQ garage door and my lutron dimmers are not... freshly installed homebridge, freshly installed ubuntu :-)

robertvorthman commented 7 years ago

I have MyQ garage door working with homebridge-liftmaster. According to this link, Chamberlain does not allow 3rd parties to control the garage door through the Wink API.

https://github.com/home-assistant/home-assistant.github.io/blob/12c5ce44f9b790cac13eafc9ed484d85fe3c67c2/source/_components/garage_door.wink.markdown

The $20 dual-relay was only good while it lasted. It has been unavailable for a few weeks and the $30 one Monoprice sells is always out of stock too. They were great for 3 or 4-way switches. With one of those $23 relays I made 5 light switches z-wave enabled, because three of the switches were part of one stairwell, and the other two were on one 3-way switch.

keloin commented 7 years ago

Now it's getting weirder :-) After I excluded my garage door, it shows all my lights and in most cases it shows the status accurately. But when I try to click on the light to turn it on/off, the little exclamation mark pops up and nothing happens.

@kraigm, please help :-)

robertvorthman commented 7 years ago

I had the same problem with my Wink lights having a ? symbol in HomeKit when I had my garage door paired to the Wink app. I removed the garage door completely from the Wink app, not just excluded, and I started using this Wink API Key in my Homebridge config.json.

"client_id": "quirky_wink_android_app",
"client_secret": "e749124ad386a5a35c0ab554a4f2c045"
n8man commented 7 years ago

I was having issues with not being able to pair with homebridge unless I hid the locks group and even then I'd run into the "Not responding" issue when I tried to interact with any lights. All I did was change the client_id and client_secret from the one that Wink had provided to the one that you have listed above. To my surprise, BOOM, it all started working.

keloin commented 7 years ago

Isn't it the issue by itself that we need to use that ID/password pair instead of our owns? :-)

n8man commented 7 years ago

@keloin In the past I'd been able to use my own IDs that Wink had assigned to me and everything worked. I had decommissioned the computer that was running homebridge months ago. The release of iOS 10 piqued my interest in getting homebridge up and running again. I was amazed that replacing my IDs with Wink's leaked IDs fixed all of the issues I was having.

keloin commented 7 years ago

This imperfect world makes me so sad! Thanks anyways!