Closed brooklyngithub closed 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.
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
This issue is locked to prevent necroposting on closed issues. Please create a new issue for related support requests, bug reports, or feature suggestions.
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:
Environment: