-
Notifications
You must be signed in to change notification settings - Fork 38
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
ERR_MYQ_INVALID_SERVICE_RESPONSE recently started appearing #46
Comments
You might want to update your post to remove your username/password. I'm getting the same error as well and I believe others have commented that it's due to a switch from MY Q developers to api v6 which apparently makes use of an oauth token. Not sure if anyone is actively looking at this though. |
Thanks! Oops :) |
It appears MyQ has disabled the v5 API, which is unfortunate but was inevitable. There is a v6 available, but moving over to it is not exactly a simple process. |
That's exactly why I bought a relay switch to bypass third party APIs. Got to do what I can to increase the stability of my home automation. |
This is a duplicate of #34. I might try to pull together a PR for V6 when I get some free time, but I'm pretty busy right now. |
Editing does not scrub the history of the comment which is still visible. Change your password. |
Thank you! Already done, the editing was just to bury my careless blunder ;) |
I stripped down the MyQ API in Homebridge (https://github.com/hjdhjd/homebridge-myq) into a standalone here: npm install --save @koush/myq Works well. |
Hey folks, I'm taking a look at this now. It appears that we need to migrate to the v6 API (tracked in #34) in order to mitigate this. I'm not sure how feasible implementing the new authentication flow is, but I'll take a look at the related projects that have already migrated and see if I can pattern match. See #34 for future updates. Just a heads up that this won't be an overnight fix, and might take week(s) in order to land v6 support. I appreciate your patience regarding this :) |
Has anybody tried this? Have you found it successful w the v6 api? |
Yes it works with the v6 API. |
How are you running it as a standalone? I've installed it but missing the point of execution. |
Hey Thomas,
I've been using this library to control my garage door opener for awhile now and it's been working pretty well. However, recently I've started getting the dreaded ERR_MYQ_INVALID_SERVICE_RESPONSE error. Do you have any advice on how to further troubleshoot this? I'm happy to try to contribute a fix if it turns out there's been a small tweak in the API, but some guidance would be much appreciated.
Relevant snippet: (using express)
Error response:
The text was updated successfully, but these errors were encountered: