ekutner / home-connect-hass

Alternative (and improved) Home Connect integration for Home Assistant
MIT License
511 stars 53 forks source link

Failed to get a valid response from Home Connect server #243

Closed rooneyaut closed 10 months ago

rooneyaut commented 11 months ago

Describe the bug

From one day to another the integration stopped working. I've waited few days and tried to readd the integration to Home Assistant again, but the error is still the same.

Version of the custom_component

0.6.3

Configuration

home_connect_alt:
  client_id: !secret homeconnect_client_id
  client_secret: !secret homeconnect_client_secret
  language: de

Debug log

Traceback (most recent call last):
  File "/usr/local/lib/python3.11/site-packages/home_connect_async/homeconnect.py", line 139, in async_load_data
    response = await self._api.async_get('/api/homeappliances')
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/home_connect_async/api.py", line 118, in async_get
    return await self._async_request('GET', endpoint)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/home_connect_async/api.py", line 113, in _async_request
    raise HomeConnectError("Failed to get a valid response from Home Connect server", 902)
home_connect_async.common.HomeConnectError: ('Failed to get a valid response from Home Connect server', 902, None, None, None)

Log file

home-assistant.log

StevenBoelhouwer commented 11 months ago

Experiencing the same issue here. Same log statements as well

jansemrad commented 10 months ago

Same issue by me.

gwilford commented 10 months ago

+1

disruptivepatternmaterial commented 10 months ago

Has anyone been able to get this to work again? If so what steps did you take?

Neunsen commented 10 months ago

Getting this since yesterday: fetch https://api.home-connect.com/api/homeappliances/events failed: 401 The Home Connect App shows an error with the server connection as well.

ekutner commented 10 months ago

Duplicate of #215