@Jay_Heavner wrote:
Getting an error in the logs “Failed to connect to Sensibo servers.”
Complete log snippet.
home-assistant | 2019-12-16T20:07:28.379986691Z 2019-12-16 15:07:28 ERROR (MainThread) [homeassistant.components.sensibo.climate] Failed to connect to Sensibo servers. home-assistant | 2019-12-16T20:07:28.380013708Z Traceback (most recent call last): home-assistant | 2019-12-16T20:07:28.380019479Z File "/usr/src/homeassistant/homeassistant/components/sensibo/climate.py", line 94, in async_setup_platform home-assistant | 2019-12-16T20:07:28.380024206Z for dev in await client.async_get_devices(_INITIAL_FETCH_FIELDS): home-assistant | 2019-12-16T20:07:28.380028582Z File "/usr/local/lib/python3.7/site-packages/pysensibo/__init__.py", line 35, in async_get_devices home-assistant | 2019-12-16T20:07:28.380032951Z return (yield from self._get('/users/me/pods', fields=fields)) home-assistant | 2019-12-16T20:07:28.380036880Z File "/usr/local/lib/python3.7/site-packages/pysensibo/__init__.py", line 92, in _get home-assistant | 2019-12-16T20:07:28.380041029Z timeout=self._timeout) home-assistant | 2019-12-16T20:07:28.380044944Z File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 582, in _request home-assistant | 2019-12-16T20:07:28.380049335Z break home-assistant | 2019-12-16T20:07:28.380053120Z File "/usr/local/lib/python3.7/site-packages/aiohttp/helpers.py", line 586, in __exit__ home-assistant | 2019-12-16T20:07:28.380057372Z raise asyncio.TimeoutError from None home-assistant | 2019-12-16T20:07:28.380061486Z concurrent.futures._base.TimeoutError
My configuration
climate: - platform: sensibo api_key: !secret sensibo
Posts: 2
Participants: 1