hjdhjd / homebridge-myq

:car: myQ Liftmaster and Chamberlain Plugin for Homebridge https://github.com/nfarina/homebridge
Other
567 stars 44 forks source link

https://partner-identity.myq-cloud.com/api/Account/null Error: 400 Bad Request #1078

Closed brooklyngithub closed 1 year ago

brooklyngithub commented 1 year ago

Describe The Problem: When the garage door opens, my Lutron lights don't come up because of a 400 Bad Request This is a new issue, it was working before

To Reproduce: Open the garage with the MyQ app The garage does open Check the logs, they show a 400 Bad Request

Logs: [09/07/2023, 11:45:59] [myQ] myQ API: https://partner-identity.myq-cloud.com/api/Account/null Error: 400 Bad Request [09/07/2023, 11:45:59] [myQ] myQ API: Unable to complete the OAuth login redirect.

Homebridge Configuration:

{     "bridge": {         "name": "Homebridge 6A38",         "username": "bbbbbb",         "port": 51704,         "pin": "cccccc",         "advertiser": "avahi",         "bind": [             "eth0",             "wlan0"         ]     },     "accessories": [         {             "name": "Tic",             "stateful": false,             "dimmer": false,             "reverse": false,             "time": 15000,             "random": false,             "resettable": false,             "brightness": 0,             "disableLogging": false,             "accessory": "DummySwitch"         },         {             "name": "Toc",             "stateful": false,             "dimmer": false,             "reverse": false,             "time": 15000,             "random": false,             "resettable": false,             "brightness": 0,             "disableLogging": false,             "accessory": "DummySwitch"         },         {             "name": "Humidity Low AC Reset",             "stateful": false,             "dimmer": false,             "reverse": false,             "time": 30000,             "random": false,             "resettable": false,             "brightness": 0,             "disableLogging": false,             "accessory": "DummySwitch"         }     ],     "platforms": [         {             "name": "Config",             "port": 8581,             "platform": "config"         },         {             "email": “xxxxxxx”,             "password": “yyyyyyy”,             "options": [                 "Disable.GW23001AFB59"             ],             "platform": "myQ"         },         {             "name": "Nest",             "access_token": "zzzzz",             "structureId": "aaaaaa",             "platform": "Nest"         }     ] }

Screenshots: image

Environment:

hjdhjd commented 1 year ago

Occasional errors will occur, as stated in the documentation. This is an imperfect API, and the documentation clearly states this.

Nothing in this plugin deals with Lutron lights, sorry. Best of luck.

brooklyngithub commented 1 year ago

It's not an "occasional" issue. It stopped working for good. The lutron lights is just an example. Lutron light are controlled by appleTV, but the home bridge can't function as a bridge to the appleTV if it can't login to myQ.

The work-around is to change the password. After changinng the password, it works again

github-actions[bot] commented 1 year ago

This issue is locked to prevent necroposting on closed issues. Please create a new issue for related support requests, bug reports, or feature suggestions.