I just noticed that Wink isn’t working at all for me right now. When I restarted HASS that is the error I received. The Wink app on my phone appears to be working, but I haven’t tried to re-authenticate to it. Are you able to use any of your Wink devices?
I kinda suspected that, too. That’s why I changed the auth method.
I’m a little confused about why these automations don’t appear to be working. Even running the functions manually doesn’t update the online state or the lock.
Can you turn on debug logging then issue the command (manually is fine) then PM me the logs? There could be sensitive info that’s why I suggest the PM.
I don’t have time tonight to continue testing, but I just tried the beeper mode and it works to enable, set it to true, but doesn’t work to disable, set it to false… So idk what that’s about, but if you can confirm the same behavior that would be cool.
So nothing in the code stands out… Do you have local_control: True in your config? I am wondering if these attributes can’t be set locally? If you have local_control enabled try disabling it and see if that fixes the problem. If it does, I need to make a change to python-wink (The library Home Assistants uses for Wink support).
I am not seeing the updating issue you are talking about though. Any change I make in the app shows up in HA.
So, the other issue with username/password for all the other people in this thread, I am going to get an update for HA together that removes this as a form of authentication. developer.wink.com auth will be the only valid way from now on.
OK, in preparation for the change to using only the developer.wink.com authentication, I started down that path. I got as far as the New API request screen, and then got stuck. I apologize if this is obvious to everyone else, but it’s not clear to me how to fill out the New API request. What are appropriate entries for website and redirect-url? And is there some kind of infrastructure required there? Any guidance would be appreciated. Thanks!
I’m having the same problem. It appears the API is not responding.
In troubleshooting I noticed that https://winkbearertoken.appspot.com/
no longer works.
Local control setting made no difference.
Thanks a bunch! I think maybe the Wink component docs could stand to be updated with that information. After I’m successful with getting the account and authenticating, I’ll look into how I can contribute to making an update to the documentation.