-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No new accessory is shown in Home app #15
Comments
Have you been authorized successful? Did you get refresh_token? |
Yes, everything was fine at that step. |
Hi, Thanks in advance! |
Having same issue. Did u ever get this resolved? |
No, I have abandoned until we'll get a reply for this ticket. I'm sorry but I don't have any idea what I could do any further in order to get this issue fixed or at least find out more information about it. |
What information would you need? I can test thinge with my washing maschine for you! :) |
Do you have any idea how could I activate debug logging for this plugin? I already have
|
I'm getting the same thing, same debug information. |
I have the same problem :( |
I have the same issue. I retrieved refresh token without issue and tested the toke without issue, but got the same debug info and just couldn’t see my device in homebridge. I also tried different language setting, no luck. But as soon as I changed the country, it didn’t authenticate the token which means the token was specifically for the user with that specific locale setting. Background with my LG account was, I had an gmail account with the LG fridge configured. But Gmail didn’t work with token retrieval, I had to de-couple the fridge with the account and registered a new email just to be able to sign up with LG. |
Hi,
I have just installed your plugin, restarted homebridge and these are the homebridge log entries related to this plugin:
[6/20/2020, 09:46:09] [WideQ] Initializing WideQ platform... [6/20/2020, 09:46:09] [WideQ] ************************************************************** [6/20/2020, 09:46:09] [WideQ] WideQ v0.1.9 by NorDroN [6/20/2020, 09:46:09] [WideQ] GitHub: https://github.com/NorDroN/homebridge-wideq [6/20/2020, 09:46:09] [WideQ] Email: [email protected] [6/20/2020, 09:46:09] [WideQ] ************************************************************** [6/20/2020, 09:46:09] [WideQ] [INFO] Create client from token and get devices
Here is my plugin configuration:
{ "platform": "WideQ", "refresh_token": "[token_taken_from_wideq_tool]" "country": "RO", "language": "ro-RO", "debug": true, "interval": 10 },
My problem is that there is no visible accessory that could be added in Home app.
Could it be that while wideq-state.json uses "oauthRoot":"https://ro.lgeapi.com", the URL returned from the browser contains "&oauth2_backend_url=https://gb.lgeapi.com/" ?
I've launched wideq tool with the following arguments:
pi@raspberrypi:~ $ wideq auth --country RO --language ro-RO Log in here: https://ro.m.lgaccount.com/login/sign_in?country=RO&language=ro-RO&svcCode=SVC202&authSvr=oauth2&client_id=LGAO2 21A02&division=ha&grant_type=password
Please help :)
The text was updated successfully, but these errors were encountered: