Na wersji dostarczonej z AIS:
Logger: homeassistant.config_entries
Source: components/extalife/pyextalife.py:797
First occurred: 22:40:12 (1 occurrences)
Last logged: 22:40:12
Error setting up entry efc-01 for extalife
Traceback (most recent call last):
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/asyncio/tasks.py", line 492, in wait_for
fut.result()
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/extalife/pyextalife.py", line 793, in async_send_message_await_response
await asyncio.wait_for(fut, timeout)
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/asyncio/tasks.py", line 494, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/config_entries.py", line 313, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/extalife/__init__.py", line 188, in async_setup_entry
return await initialize(hass, config_entry)
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/extalife/__init__.py", line 302, in initialize
await data.async_start_polling(poll_now=True)
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/extalife/__init__.py", line 362, in async_start_polling
await self.async_execute_status_polling()
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/extalife/__init__.py", line 369, in async_execute_status_polling
await self._async_update_callback()
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/extalife/__init__.py", line 389, in _async_update_callback
channels = await self.controller.async_get_channels()
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/extalife/pyextalife.py", line 466, in async_get_channels
resp = await self._connection.async_execute_command(cmd, None)
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/extalife/pyextalife.py", line 815, in async_execute_command
response = await self.async_send_message_await_response(msg, command)
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/extalife/pyextalife.py", line 797, in async_send_message_await_response
raise TCPConnError("Disconnected while waiting for API response!")
homeassistant.components.extalife.pyextalife.TCPConnError
Na 2.1.2 praktycznie to samo:
Logger: homeassistant.config_entries
Source: components/extalife/pyextalife.py:798
First occurred: 22:51:07 (1 occurrences)
Last logged: 22:51:07
Error setting up entry efc-01 for extalife
Traceback (most recent call last):
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/asyncio/tasks.py", line 492, in wait_for
fut.result()
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/extalife/pyextalife.py", line 794, in async_send_message_await_response
await asyncio.wait_for(fut, timeout)
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/asyncio/tasks.py", line 494, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/config_entries.py", line 313, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/extalife/__init__.py", line 144, in async_setup_entry
return await initialize(hass, config_entry)
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/extalife/__init__.py", line 248, in initialize
await data.async_start_polling(poll_now=True)
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/extalife/__init__.py", line 308, in async_start_polling
await self.async_execute_status_polling()
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/extalife/__init__.py", line 315, in async_execute_status_polling
await self._async_update_callback()
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/extalife/__init__.py", line 335, in _async_update_callback
channels = await self.controller.async_get_channels()
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/extalife/pyextalife.py", line 425, in async_get_channels
resp = await self._connection.async_execute_command(cmd, None)
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/extalife/pyextalife.py", line 818, in async_execute_command
response = await self.async_send_message_await_response(msg, command)
File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/extalife/pyextalife.py", line 798, in async_send_message_await_response
raise TCPConnError(
homeassistant.components.extalife.pyextalife.TCPConnError