-
Notifications
You must be signed in to change notification settings - Fork 30
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 wait a configurable amount of time before reporting back on Status? #84
Comments
There’s not much I can do about configuring Siri unfortunately. Can you try to set the grace times to zero? If Siri responds correctly, then I there’s a fix I can make in the plugin. |
Thanks, Alex for your reply. Setting Grace times to zero improved things somewhat. Now Siri responds immediately saying the PC is On or Off. Siri is not replying with true status feedback but it's an improvement on than stating "Sorry I didn't hear back from your devices" every time a command is sent. |
Let's try something else. You'll have to edit the code for this. First, change back the config for the grace times to something reasonable. In Remove all mentions to Then restart Homebridge and test again. This will make grace times work, but Siri may still respond with the incorrect status as the plugins returns the status before the computer has actually been turned on / off. |
Hello Alex, Environment Apple Home application is not reporting the status correctly. The plugin wakes and puts the server on sleep. I also tried to play with the parameters but with no luck. To show the correct status I have to close and reopen Apple Home. Please also note that Apple Home says that the accessory is not responded. In the previous version everything was OK and the startup was perfectly reported. Thanks for your time! |
@dcaccount Could you try the comment above yours? The one about removing |
Hello Alex, By the way, how can I contact you for an "off topic" question on a plugin? |
Hi Alex I too have tried the changes that you suggested. However, my finding are different. Setting back: |
I did not try to set |
The grace time is not ignored per say, rather Siri replies immediately with the current status. Internally the times are still respected. Unfortunately we cannot have both since Siri seems to have a time-out of three seconds. So either we have it the way it works now, with everything setup as intended but Siri replying that it’s not responding (the Home app works as intended). Or we change it to what you’ve tried and Siri replies with the wrong status and the app replies with the wrong status. |
It is not pleasant hearing Siri replying that is not responding. I would change to what we have tried....(at least leave the chance to choose) |
I’ve noticed this after the recent update. Not sure if it’s related, but since the last update, states don’t change to on or off. Logs show “Network device xxxxxxx (xxxxxxxxx) went from status “undefined” to “undefined” |
@Glynnryan That does not seem related. It does however seem as if you're running an old version of Node. The |
Closing this. I'm mitigating the issue. Follow progress in #85. Feel free to open new issues if the arise. |
Backstory
Hi Alex
I'm using your plugin with Homebridge and also Nodered and everything is working well when I press the buttons within the Apple Home App, I can successfully shut down my win10 pc and also wake it up using WoL.
Issue
However, When I use Siri voice commands to turn on and shutdown my win10 pc Siri is far too quick to reply complaining:- "Sorry I didn't hear back from your devices"; this may be because my PC takes approximately 20s to both completely startup and completely shutdown. i.e receive and lose ping replies.
Although everything is working Siri is always complaining because Siri is out of sync.
Environment
Configuration
My configuration looks like this:
Notes
As you can see from my config above, I've been playing with the wakeGraceTime and shutdownGraceTime parameters in the hope that these parameters could fix the problem and slow down Siri from reporting back.; but this didn't work.
Is it possible to make Siri wait a configurable amount of time before reporting back on Status?
The text was updated successfully, but these errors were encountered: