@Baptiste wrote:
Hi all, my hassio doesn’t work anymore. I did nothing particular, I first wasn’t able to acces to configuration supervisor (don’t remember the error). Now, I have this error when I try to access to my hassio : Unable to connect to Home Assistant.
When I try to interact with it through SSH I oftently have this error : Get http://supervisor/host/info: dial tcp 172.30.32.2:80: connect: no route to host (for example with ha host info).
Here is my home-assistant.log :
2020-04-16 22:22:37 ERROR (MainThread) [homeassistant.components.netatmo] Error during webhook registration - 400 - Bad request - Allowed ports for webhooks are 443 and 80. (21) when accessing 'https://api.netatmo.com/api/addwebhook' 2020-04-16 22:47:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of cover.cuisine is taking over 10 seconds 2020-04-17 01:00:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of climate.netatmo_salon is taking over 10 seconds 2020-04-17 01:01:04 ERROR (MainThread) [homeassistant.helpers.entity] Update for climate.netatmo_salon fails Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/pyatmo/auth.py", line 129, in query rsp = self._oauth.post(url=url, data=params, timeout=timeout) File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 578, in post return self.request('POST', url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.7/site-packages/requests_oauthlib/oauth2_session.py", line 478, in request url, http_method=method, body=data, headers=headers File "/usr/local/lib/python3.7/site-packages/oauthlib/oauth2/rfc6749/clients/base.py", line 198, in add_token raise TokenExpiredError() oauthlib.oauth2.rfc6749.errors.TokenExpiredError: (token_expired) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 279, in async_update_ha_state await self.async_device_update() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 476, in async_device_update await self.hass.async_add_executor_job(self.update) File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/usr/src/homeassistant/homeassistant/components/netatmo/climate.py", line 367, in update self._data.update() File "/usr/src/homeassistant/homeassistant/util/__init__.py", line 240, in wrapper result = method(*args, **kwargs) File "/usr/src/homeassistant/homeassistant/components/netatmo/climate.py", line 486, in update self.homestatus = pyatmo.HomeStatus(self.auth, home_id=self.home_id) File "/usr/local/lib/python3.7/site-packages/pyatmo/thermostat.py", line 177, in __init__ self.home_data = HomeData(authData) File "/usr/local/lib/python3.7/site-packages/pyatmo/thermostat.py", line 26, in __init__ resp = self.authData.post_request(url=_GETHOMESDATA_REQ) File "/usr/local/lib/python3.7/site-packages/pyatmo/auth.py", line 143, in post_request resp = query(url, params, timeout, 3) File "/usr/local/lib/python3.7/site-packages/pyatmo/auth.py", line 137, in query self._oauth.token = self.refresh_tokens() File "/usr/src/homeassistant/homeassistant/components/netatmo/api.py", line 32, in refresh_tokens self.session.async_ensure_token_valid(), self.hass.loop File "/usr/local/lib/python3.7/concurrent/futures/_base.py", line 435, in result return self.__get_result() File "/usr/local/lib/python3.7/concurrent/futures/_base.py", line 384, in __get_result raise self._exception File "/usr/src/homeassistant/homeassistant/helpers/config_entry_oauth2_flow.py", line 413, in async_ensure_token_valid new_token = await self.implementation.async_refresh_token(self.token) File "/usr/src/homeassistant/homeassistant/helpers/config_entry_oauth2_flow.py", line 78, in async_refresh_token new_token = await self._async_refresh_token(token) File "/usr/src/homeassistant/homeassistant/components/cloud/account_link.py", line 143, in _async_refresh_token self.hass.data[DOMAIN], self.service, token["refresh_token"] File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/account_link.py", line 112, in async_fetch_access_token resp.raise_for_status() File "/usr/local/lib/python3.7/site-packages/aiohttp/client_reqrep.py", line 946, in raise_for_status headers=self.headers) aiohttp.client_exceptions.ClientResponseError: 504, message='Gateway Time-out', url='https://account-link.nabucasa.com/refresh_token/netatmo 2020-04-17 01:01:15 WARNING (MainThread) [homeassistant.helpers.entity] Update of climate.netatmo_salon is taking over 10 seconds 2020-04-17 01:02:05 ERROR (MainThread) [homeassistant.helpers.entity] Update for climate.netatmo_salon fails Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/pyatmo/auth.py", line 129, in query rsp = self._oauth.post(url=url, data=params, timeout=timeout)
Do you have ideas on what’s wrong with my configuration ?
Thanks for your help
Posts: 1
Participants: 1