LGE Devices Failed Setup, Will retry: ThinQ platform not ready
Describe the bug LGE Devices Failed Setup, Will retry: ThinQ platform not ready
Expected behavior several weeks i keep getting this bug
Screenshots
Environment details: Core - 2024.7.1 Supervisor- 2024.06.2 Operating System- 12.4 Frontend - 20240705.
- LG device type - Washer and Dryer
Output of HA logs Logger: custom_components.smartthinq_sensors Source: custom_components/smartthinq_sensors/init.py:269 integration: SmartThinQ LGE Sensors (documentation, issues) First occurred: 10:11:45 (1 occurrences) Last logged: 10:11:45
Connection not available. ThinQ platform not ready Traceback (most recent call last): File "/config/custom_components/smartthinq_sensors/init.py", line 269, in async_setup_entry client = await lge_auth.create_client_from_token( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/smartthinq_sensors/init.py", line 153, in create_client_from_token return await ClientAsync.from_token( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/smartthinq_sensors/wideq/core_async.py", line 1605, in from_token await client.refresh() File "/config/custom_components/smartthinq_sensors/wideq/core_async.py", line 1513, in refresh self._auth = await self.auth.refresh(True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/smartthinq_sensors/wideq/core_async.py", line 989, in refresh access_token, token_validity = await self._gateway.core.refresh_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/smartthinq_sensors/wideq/core_async.py", line 707, in refresh_auth out = await self._auth_request( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/smartthinq_sensors/wideq/core_async.py", line 675, in _auth_request raise exc.TokenError() custom_components.smartthinq_sensors.wideq.core_exceptions.TokenError: Token Error
Additional context looking at the error log, looks like token error, what i have read via this forum, something might be blocking. I have Deco Mesh system and use as router as well. Would be great if can get some assistance to get this up and running again.
Been having this same type of token error with my stove for quite some time now.
Same here since this morning with my washing machine. LG has changed something in the terms and conditions that I first had to accept in their LG TinQ app. After this was done, nothing changed. I tried to re-verify the integration (with the suggested repair button), but it didn't work. Then restart Home Assistant, also without success.
Then I added the integration again, without removing the old one (with this error message). Normally this is not possible, but if you now click the "Add Hub" (as shown on @FarouqDin second screenshot) button and log in again, this will bring the old hub back to life. That was the case with me.
Again, you don't have to delete anything. Simply click "Add Hub" on the integration details page and log in again. Be sure to first check the LG TinQ app for any changes to the general terms and conditions.
I can't get it to reconnect at all. Upon first trying it failed with invalid credentials, then I used the URL redirection method and that took me to a login page that accepted my creds but made me accept TOS and then forced me to rotate my password. After doing that, it will login but finds no devices...
Having MyQ flashbacks. :)
**edit After disabling the integration and opening the app on my phone I saw it wanted me to accept the TOS there as well. After doing that I re enabled the integration and it worked immediately thereafter.
@createthisnl your suggestion worked. Integration is now working. Many thanks
This is has been my fix every time I see an issue with the integration for the last year. I immediately open the app on my phone, accept the terms and reload the integration.
The disable/enable work around did not work for me.
Before disabling, I changed my password and accepted the new TOS in the app
I then tried the URL redirection link and at it took me back to the login page. On the second try it posted "This URL not found". Both on a desktop and mobile.
Now I'm in the Failed to set up: ThinQ platform not ready state with no options except disabling or deleting the integration.
The disable/enable work around did not work for me.
Before disabling, I changed my password and accepted the new TOS in the app
I then tried the URL redirection link and at it took me back to the login page. On the second try it posted "This URL not found". Both on a desktop and mobile.
Now I'm in the
Failed to set up: ThinQ platform not readystate with no options except disabling or deleting the integration.
I have the same issue on my end, but I still have the reconfigure option. EDIT: Actually, I needed to disable and re-enable the integration and it's connected now.
When LG change TOS is necessary to accept on LG app to be able to connect again with integration. I understand that request to login again on integration confuse many user, I'll try to understand if there is a way to recognize the specific issue and eventually accept TOS without manual requests.
Even recreating the account it continues to gives the error "Failed Setup, Will retry: ThinQ platform not ready", I have tried delete integration, reboot HA, reload, etc. even recreate LG account
Same Issue here, trying since yesterday -- no workarounds are working
- My Account Credentials are Email + Password based.
- No New TOS was there to be accepted in the app.
- It just stopped working with this error since yesterday.
- I had to change the password as it was 29 months old (as it said).
- I Changed the password via app when I tried to log back in & thereafter repeated the same step on the website (at login redirection URL) too just to be sure, so have changed/reset the password twice by now.
- I noticed that the Website address being used by my LG ThinQ app is : https://in.lgemembers.com/lgacc/front/v1/home/retrieveHome (incase this points in some direction)
What's Working :
- I can login via website (URL redirection and also login via LG Account as mentioned above).
- I can use the ThinQ app, its working perfectly fine. I have tried logging out and logging back in to check if anything new comes up or new TOS.. nothing at all
Presently: Am getting this error while trying to log on HA (I have deleted the integration and now trying afresh after multiple failed attempts - still no luck)
and this error while trying URL redirection method
Need Help !
There are one or two checkboxes you can select whilst setting up the intergration. Try again with one of the checkboxes selected. I can't remember exactly what the values were, but I thought you had something to do with use HTTP, which worked for me.
I had this issue and finally pinned it down to Country Restrictions which part of my Unifi UDM-Pro. Once that was disabled, it worked straight away so something about where this integration calls out to was being blocked because it's IP resolved to a country I was blocking. I then deleted it and tried again with it enabled and the first time it failed, the second time, it worked, so I suspect there are some URLs that are using some sort of geo routing. A lot of it looks like AWS (I noticed references to ap-northeast-2 in the debug logs which is Seoul) so if you're blocking traffic to countries, this may be the cause for you.
There are one or two checkboxes you can select whilst setting up the intergration. Try again with one of the checkboxes selected. I can't remember exactly what the values were, but I thought you had something to do with use HTTP, which worked for me.
Tried that too, no luck there
I had this issue and finally pinned it down to Country Restrictions which part of my Unifi UDM-Pro. Once that was disabled, it worked straight away so something about where this integration calls out to was being blocked because it's IP resolved to a country I was blocking. I then deleted it and tried again with it enabled and the first time it failed, the second time, it worked, so I suspect there are some URLs that are using some sort of geo routing. A lot of it looks like AWS (I noticed references to ap-northeast-2 in the debug logs which is Seoul) so if you're blocking traffic to countries, this may be the cause for you.
I can ping and open the URL too, verified that I can ping and access website. There's no blocking on IP in that manner.
Email ID is redacted here
If there's any particular URL which I should try accessing ?
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 7 days.
I still have the same problem, it seems that something is blocked in the home assistant installation.
If I do the same with the same login details in another Home assistant installation, it works fine.
What could this be?
After searching for a year to find out what the problem is, I found it by chance yesterday somewhere in a forum.
The problem appeared to be caused by the country block to South Korea on my UDM.
After adjusting this, the devices came online in the add-on immediately.
I had this issue and finally pinned it down to Country Restrictions which part of my Unifi UDM-Pro. Once that was disabled, it worked straight away so something about where this integration calls out to was being blocked because it's IP resolved to a country I was blocking. I then deleted it and tried again with it enabled and the first time it failed, the second time, it worked, so I suspect there are some URLs that are using some sort of geo routing. A lot of it looks like AWS (I noticed references to ap-northeast-2 in the debug logs which is Seoul) so if you're blocking traffic to countries, this may be the cause for you.
Yep. This right here did it for me. Had to disable geo-blocking on my UDM-Pro for it to work again.
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
Same here since this morning with my washing machine. LG has changed something in the terms and conditions that I first had to accept in their LG TinQ app. After this was done, nothing changed. I tried to re-verify the integration (with the suggested repair button), but it didn't work. Then restart Home Assistant, also without success.
Then I added the integration again, without removing the old one (with this error message). Normally this is not possible, but if you now click the "Add Hub" (as shown on @FarouqDin second screenshot) button and log in again, this will bring the old hub back to life. That was the case with me.
Again, you don't have to delete anything. Simply click "Add Hub" on the integration details page and log in again. Be sure to first check the LG TinQ app for any changes to the general terms and conditions.
Thanks. This worked. I've been trying many options and even thought of a backup-restore of home assistant! But then didn't wanted to mess-up. Your solution was so simple but then I had spent hours before I reached this page!