-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Siri not working with lock after ios 10.2 #74
Comments
I don't have any locks but I'm getting that type of behavior with the nest thermostat. I can still control it but it is not giving me verbal statuses. |
I can't get Siri to work with my kwikset lock but I just added it today. Any fix for this yet? |
I'm having the same issue with my Schlage Touch Connect locks, Home app works fine but Siri times out on getting the status when operating via voice control. |
I'm seeing the same problem. I do have some further info.... when I run homebridge with this plugin, it works fine (Siri turn on light, etc.) UNTIL I try to lock or unlock a lock. It then stops working until homebridge is restarted. I'm wondering if this is related to them preventing things like Alexia from being able to open locks. They've disabled that capability because of the security concerns... (i.e. Someone coming to your front door and yelling "Alexia open the front door" or the like...) So, I don't believe this is related to the IOS version. I'm going to try to test via curl, etc. to see what is happening... if the V1 API is returning some sort of error... |
I think this is related to this : homebridge/homebridge#1000 KraigM -- Are you going to look and see if this is an issue? |
I got it working by taking a look at the changes made to the smart things plugin. Tracking down homebridge-wink/accessories/locks.js The block beginning at line 68 should look like this:
Add this code:
so the block now looks like this:
Saving and restarting homebridge fixed the Siri issue with locks. |
That seems to have fixed it for me |
That fixes it for me as well. |
I just submitted a pull request #79 so hopefully this will get merged in |
Can someone please explain how I would fix the same issue for homebridge-vera ? |
so i'm having the same issue with my locks and its still not working. Were there additional steps you guys took? Just to be more specific when i call the scglage lock to unlock it works fine. When I say, "lock the front door" it returns back a message saying "your front door is unlocked". So its giving me a status rather actually locking the door....thoughts? |
The code fix listed above was all that I changed personally. |
@n8man confirming this fixed the problem for me too. Thank you! |
Did anyone else's locks stop responding to siri requests after updating to ios 10.2?
The lock still works with the home app, but siri can no longer control it.
The text was updated successfully, but these errors were encountered: