You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2026. It is now read-only.
I recently had to switch out my router which gave all new IPs to my entire network, not sure if this is part of the problem, but this is when the issue started occurring. I deleted the MyQ integration, rebooted HA, then re-added, but I still get the same error. I use the same exact credentials to login to the MyQ app on my Android, so I'm not understanding why it's giving me a 403. Is there something else I need to do? I added logging to the myq component in HA to write out the credentials and those are getting passed in correctly to:
yet a MyQError is getting thrown, this is what I logged:
ERROR (MainThread) [homeassistant.components.myq] async_setup_entry, Failed to login due to(MyQError): Error requesting data from https://accounts.myq-cloud.com/api/v6.0/accounts: 403 - Forbidden
I recently had to switch out my router which gave all new IPs to my entire network, not sure if this is part of the problem, but this is when the issue started occurring. I deleted the MyQ integration, rebooted HA, then re-added, but I still get the same error. I use the same exact credentials to login to the MyQ app on my Android, so I'm not understanding why it's giving me a 403. Is there something else I need to do? I added logging to the myq component in HA to write out the credentials and those are getting passed in correctly to:
yet a MyQError is getting thrown, this is what I logged:
ERROR (MainThread) [homeassistant.components.myq] async_setup_entry, Failed to login due to(MyQError): Error requesting data from https://accounts.myq-cloud.com/api/v6.0/accounts: 403 - Forbidden
Any help is appreciated.