-
Notifications
You must be signed in to change notification settings - Fork 17
Getting device list #1
Comments
I am in the same situation. The node server says
and no device is added to |
Checking the code, it appears that it only works for garage door and switch, not gate.... Not sure if gate can be easily supported. Note that MyQ Lite's garage door opener device can be used for my gate. |
I also have the same issue. @seemmichael and @BoPeng when you went to the |
No. The default port works. You will see some error message if you change to another port. I could actually add some So in the end I switched back to myQ Lite. |
@BoPeng Thanks for the suggestions. I was able to debug it and fix the issue for my garage door. It's working now for me. The problem is an age old problem: how to match on string data? Line 138 of I might see if I can come up with a better way of identifying the garage door opener from the device list response and submit a pull request. We'll see. Thanks again for pointing me in the right direction. |
My problem is a bit more complicated as I have a lift master driveway gate. MyQ lite's garage door device works for me but this one does not. I might be able to make it work by comparing the code against MyQ lite but I do not have time for that now. I am also a bit discouraged on the node server side because it is difficult to run the server automatically on my qnap NAS. |
Use result and atomicstate. also remove ssdp leftovers for now
This just started happening to me out of the blue the other day. Cannot get it to work at all. has anyone sorted this out? Thanks. @aromka Any idea why this would have stopped working suddenly? SmartApp communicates with the server and such but just sitting at getting device list. |
@perpetualbliss84 I've been having the same issue for months but finally had a chance to take a look at why today. From the looks of it, the https://myqexternal.myqdevice.com/api/v4/userdevicedetails/get call is returning unauthorized: { Perhaps the AppID is no longer valid or has been blocked? |
@perpetualbliss84 It seems like several other projects popped up in the last year using the same AppID. I'm unclear on how you obtain one to begin with, but that could be the reason why it no longer works. Did you switch to MyQ Lite? I'm interested to know what you have currently working. |
Gotcha, that would be nice - not holding my breath though. I begrudgingly reinstalled the MyQ app and have been using that since this stopped working. |
I have followed the readme on both Mac and raspberry pi, and the console stops on "Getting device list..." every time. I have refreshed/reinstalled/deleted/etc, but I cannot get past this step.
The text was updated successfully, but these errors were encountered: