-
Notifications
You must be signed in to change notification settings - Fork 159
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
LGE Devices Failed Setup, Will retry: ThinQ platform not ready #772
Comments
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 |
@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 |
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. |
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
What's Working :
Presently: 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. |
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. |
Yep. This right here did it for me. Had to disable geo-blocking on my UDM-Pro for it to work again. |
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.
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.
The text was updated successfully, but these errors were encountered: