-
Notifications
You must be signed in to change notification settings - Fork 2
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
New 4.1 Api #3
Comments
Thanks. I have been working on this too, using the code here: However, nowhere else could I find working code for the individual device status fetching. Is your getDeviceStatus function working? I'd very much rather not use the other examples of fetching the entire device list just to get the status of a single device. |
No, it also gets the whole list. I couldn't find any examples of that
either.
One example provides a url for it, but it gives a 404. I did include the link in the code though, just in case it was on it's way.
…On Mon, Feb 20, 2017, 22:11 Colin ***@***.***> wrote:
Thanks. I have been working on this too, using the code here:
https://github.com/arraylabs/myq
However, nowhere else could I find working code for the individual device
status fetching. Is your getDeviceStatus function working? I'd very much
rather not use the other examples of fetching the entire device list just
to get the status of a single device.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACcrpz9MY2Ibk-un1LDh0LM-sGSz_HaJks5renHrgaJpZM4MGuMm>
.
|
Just cracked the device status URL. It returns a 404 error unless you get the attribute and headers just right. I committed the latest version, which I think is working. Need to do some more testing and cleanup before releasing though. Should be done tomorrow (or rather later today - it's late...) |
Nice! That will be much better.I completely forgot that some API's return
that as a legitimate response to a request.
I was looking at https://github.com/jbnunn/Alexa-MyQGarage and https://github.com/Einstein42/myq-garage mostly.
…On Mon, Feb 20, 2017 at 11:03 PM Colin ***@***.***> wrote:
Just cracked the device status URL. It returns a 404 error unless you get
the attribute and headers just right. I committed the latest version, which
I think is working. Need to do some more testing and cleanup before
releasing though. Should be done tomorrow (or rather later today - it's
late...)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACcrp5xOHXTo2HWcr68fc3b27tCUMtDPks5ren4pgaJpZM4MGuMm>
.
|
As far as I can tell, it is all working again. Thanks for your help! |
On my fork I have done some work towards getting this to work with the new API. I don't want to make it a pull request. Because I don't know how much of the rest of everything may still be broke (multi door, lights etc.) But it could be useful. https://github.com/WilliamRandol/HomeP
The text was updated successfully, but these errors were encountered: