-
Notifications
You must be signed in to change notification settings - Fork 21
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
Issue with ps4-waker #2
Comments
Have you tried the |
I think I found the reason behind that. For turning on the PS4, the whole process just takes too long, around 10 seconds, and Siri will quit waiting. For turning off the PS4, I managed to find some work around and rewrote the whole plugin for myself. |
Ah OK, good to know. Is it available on Github should someone else want to use it? Also, you may want to consider making pull requests for this plugin and/or ps4-waker because someone will surely experience this again. |
I pretty much rewrite almost everything and created a new plugin. I also added a status check feature. It will be kinda hard to create pull request. I did put it on Github. You can take a look and give me some comments =] |
So I have some issues running homebridge-cmd with ps4-waker. When I use Siri to turn on the PS4 using ps4-waker, Siri always cannot get a response from the device. However, the PS4 does turns on. Probably the process is too long and Siri quit waiting for the response. Can you add a timeout, i.e. 2 seconds, so that it assumes the command is succeed if it doesn't throw an error?
Another issue happens when I ask Siri to issue off command while PS4 is turned off. It will throw an error. For my case, I set up the "I'm leaving" scene to turn off everything. If my PS4 is turned off and I issue the scene, Siri will throw an error and have trouble activating the scene.
The text was updated successfully, but these errors were encountered: