Skip to content
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

Tado nach dem Update auf 2025.3.4 Einrichtungsfehler #141201

Closed
Dium89 opened this issue Mar 23, 2025 · 3 comments
Closed

Tado nach dem Update auf 2025.3.4 Einrichtungsfehler #141201

Dium89 opened this issue Mar 23, 2025 · 3 comments

Comments

@Dium89
Copy link

Dium89 commented Mar 23, 2025

The problem

Hallo,
Ich habe nach einem Update auf 2025.3.4 das Problem das meine Heizung nicht mehr Erreichbar ist und mir wird angezeigt das es nicht mehr Unterstützt wird. Folgende Meldung bekomme ich:

Einrichtungsfehler, wird erneut versucht: Error during Tado setup: Login failed for unknown reason with status code 403

Ich hab aus einem Backup eine Wiederherstellung gemacht aber leider ohne Erfolg.

Wenn ich auf die Entität gehe wird mir Folgendes angezeigt:
Diese Entität wird nicht mehr von "Tado"-Integration bereitgestellt. Wenn die Entität nicht mehr verwendet wird, lösche sie den Einstellungen.

What version of Home Assistant Core has the issue?

core-2025.3.4

What was the last working version of Home Assistant Core?

core-2025.3.3

What type of installation are you running?

Home Assistant OS

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

home-assistant_tado_2025-03-23T12-13-10.042Z.log

home-assistant_tado_2025-03-23T12-13-10.042Z.log

Example YAML snippet

Anything in the logs that might be useful for us?

Logger: homeassistant.components.tado.config_flow
Quelle: components/tado/config_flow.py:131
Integration: Tado (Dokumentation, Probleme)
Erstmals aufgetreten: 12:45:12 (9 Vorkommnisse)
Zuletzt protokolliert: 12:48:34

Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/tado/config_flow.py", line 131, in async_step_reconfigure
    await validate_input(self.hass, user_input)
  File "/usr/src/homeassistant/homeassistant/components/tado/config_flow.py", line 52, in validate_input
    tado = await hass.async_add_executor_job(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        Tado, data[CONF_USERNAME], data[CONF_PASSWORD]
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.13/site-packages/PyTado/interface/interface.py", line 46, in __init__
    self._http = Http(
                 ~~~~^
        username=username,
        ^^^^^^^^^^^^^^^^^^
    ...<2 lines>...
        debug=debug,
        ^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/PyTado/http.py", line 153, in __init__
    self._id, self._token_refresh = self._login()
                                    ~~~~~~~~~~~^^
  File "/usr/local/lib/python3.13/site-packages/PyTado/http.py", line 333, in _login
    raise TadoException(
        f"Login failed for unknown reason with status code {response.status_code}"
    )
PyTado.exceptions.TadoException: Login failed for unknown reason with status code 403

Additional information

No response

@floriandotorg
Copy link

Same problem.

@mib1185
Copy link
Contributor

mib1185 commented Mar 23, 2025

a fix is in progress #140761

btw. we are an English speaking community, so you should write your issue reports in English, so the community is able to get and properly help with your issue 😉

@mib1185 mib1185 closed this as completed Mar 23, 2025
@gkormann
Copy link

The problem is Tado has changed securemode. The Stuffs fromHA working to fix this problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants