Anyone else having issues with MYQ?

This is great news. Thank you!

broken again? Anyone else lose it again tonight? Anyone find a workaround for MyQ to get rid of the gateway? running 0.110.5.

Is Chamberlain doing this on purpose?

Issue has been reported here: https://github.com/home-assistant/core/issues/36643
Looks like MyQ are doing this on purpose as it’s blocking the User-Agent that pymyq specifically uses.

I’m not sure that is actually the case that it’s intentional. I hope not.

I followed the instructions on how to modify the user agent and my garage is working again!

I also modified the user agent and it’s working again! Thanks!

Here we go again. https://github.com/arraylabs/pymyq/pull/43

1 Like

Great to see it fixed so quickly, hopefully it will make a release soon. Kudos to all involved.

any way to apply this fix to home assistant OS no the docker version?

You can see the changes here: https://github.com/arraylabs/pymyq/pull/43/commits/6661107c34f823c6092b747cf8a891c06ba3e39a

You need to modify a line in the api.py file:

from
DEFAULT_USER_AGENT = "myQ/14041 CFNetwork/1107.1 Darwin/19.0.0"
to
DEFAULT_USER_AGENT = "myQ/19569 CFNetwork/1107.1 Darwin/19.0.0"

@Dorque thanks for the reply!

that is what i’m trying to find… where is that file located! im running HAss.os on RPi 4.

If you go into Home Assistant logs, there will be errors related to that file. I’m not sure where it is for you since I use the Docker version of Home Assistant. For Docker, it is in /usr/local/lib/python3.7/site-packages/pymyq/ in the Docker container.

Ditto me. Unfortunately I am a Home Assistant nube and figured I screwed something up. Deleted by config for MyQ. Next time I know.

@dorque my file as per the log is on the same spot as yours… but when i ssh to it can’t see anything on inside /lib/

MyQ changed their API again, fix is in PR already; likely in next HA release…

Does their app not use this api? I am not getting app updates, so are they pushing this information to the app to use? Or do they have it on some sort of schedule. Just seems odd to me.

They can make that kind of change to their app without pushing a full app update. They could also have had it set up in the app before, but that’s less likely.

Understood. I guess my point is, is there anyway we can replicate that and get the same updates that the app is getting.

That’s basically what we’re doing here. If you follow these instructions, make sure to paste in the right agent user string from Dorque here.