2024-06-14 00:29:08.530 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-06-14 00:29:08.722 WARNING (MainThread) [aiohttp_fast_zlib] zlib_ng and isal are not available, falling back to zlib, performance will be degraded. 2024-06-14 00:29:08.736 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //mnt/dietpi_userdata/homeassistant/home-assistant_v2.db was shutdown cleanly 2024-06-14 00:29:09.028 ERROR (ImportExecutor_0) [homeassistant.components.camera.img_util] Error loading libturbojpeg; Camera snapshot performance will be sub-optimal Traceback (most recent call last): File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/camera/img_util.py", line 100, in __init__ TurboJPEGSingleton.__instance = TurboJPEG() ^^^^^^^^^^^ File "/mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/turbojpeg.py", line 298, in __init__ self.__find_turbojpeg() if lib_path is None else lib_path) ^^^^^^^^^^^^^^^^^^^^^^^ File "/mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/turbojpeg.py", line 928, in __find_turbojpeg raise RuntimeError( RuntimeError: Unable to locate turbojpeg library automatically. You may specify the turbojpeg library path manually. e.g. jpeg = TurboJPEG(lib_path) 2024-06-14 00:29:09.170 ERROR (MainThread) [haffmpeg.core] FFmpeg fails [Errno 2] No such file or directory: 'ffmpeg' Traceback (most recent call last): File "/mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/haffmpeg/core.py", line 130, in open self._proc = await asyncio.create_subprocess_exec( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/subprocess.py", line 224, in create_subprocess_exec transport, protocol = await loop.subprocess_exec( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 1744, in subprocess_exec transport = await self._make_subprocess_transport( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/unix_events.py", line 211, in _make_subprocess_transport transp = _UnixSubprocessTransport(self, protocol, args, shell, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_subprocess.py", line 36, in __init__ self._start(args=args, shell=shell, stdin=stdin, stdout=stdout, File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/unix_events.py", line 820, in _start self._proc = subprocess.Popen( ^^^^^^^^^^^^^^^^^ File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/subprocess.py", line 1955, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg' 2024-06-14 00:29:09.178 WARNING (MainThread) [haffmpeg.tools] Error starting FFmpeg. 2024-06-14 00:29:10.323 ERROR (SyncWorker_4) [aiodhcpwatcher] Cannot watch for dhcp packets without a functional packet filter: libpcap is not available. Cannot compile filter ! 2024-06-14 00:29:10.643 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by integration 'velbus' at homeassistant/components/velbus/config_flow.py, line 37: controller = velbusaio.controller.Velbus(prt) (offender: /mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/velbusaio/handler.py, line 40: with open(), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+velbus%22 Traceback (most recent call last): File "/home/homeassistant/.pyenv/versions/3.12.3/bin/hass", line 8, in sys.exit(main()) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/runner.py", line 190, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 1987, in _run_once handle._run() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1262, in async_init flow, result = await self._async_init(flow_id, handler, context, data) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1292, in _async_init result = await self._async_handle_step(flow, flow.init_step, data) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 517, in _async_handle_step result: _FlowResultT = await getattr(flow, method)(user_input) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/velbus/config_flow.py", line 83, in async_step_usb if not await self._test_connection(dev_path): File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/velbus/config_flow.py", line 37, in _test_connection controller = velbusaio.controller.Velbus(prt) 2024-06-14 00:29:10.650 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:29:10.650 DEBUG (MainThread) [velbus-protocol] Starting Velbus write message from send queue 2024-06-14 00:29:10.650 DEBUG (MainThread) [velbus-protocol] Acquiring write lock 2024-06-14 00:30:02.033 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by integration 'velbus' at homeassistant/components/velbus/__init__.py, line 74: controller = Velbus( (offender: /mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/velbusaio/handler.py, line 40: with open(), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+velbus%22 Traceback (most recent call last): File "/home/homeassistant/.pyenv/versions/3.12.3/bin/hass", line 8, in sys.exit(main()) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/runner.py", line 190, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 1987, in _run_once handle._run() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 114, in impl return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/forwarded.py", line 83, in forwarded_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/request_context.py", line 26, in request_context_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/ban.py", line 85, in ban_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/auth.py", line 242, in auth_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/headers.py", line 32, in headers_middleware response = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/http.py", line 73, in handle result = await handler(request, **request.match_info) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/decorators.py", line 81, in with_admin return await func(self, request, *args, **kwargs) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/config/config_entries.py", line 222, in post return await super().post(request, flow_id) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/data_validator.py", line 70, in wrapper return await method(view, request, data, *args, **kwargs) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/data_entry_flow.py", line 122, in post result = await self._flow_mgr.async_configure(flow_id, data) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 368, in async_configure result = await self._async_configure(flow_id, user_input) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 414, in _async_configure result = await self._async_handle_step( File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 572, in _async_handle_step result = await self.async_finish_flow(flow, result.copy()) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1403, in async_finish_flow await self.config_entries.async_add(entry) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1708, in async_add await self.async_setup(entry.entry_id) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1824, in async_setup result = await async_setup_component( File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/setup.py", line 165, in async_setup_component result = await _async_setup_component(hass, domain, config) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/setup.py", line 447, in _async_setup_component await asyncio.gather( File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/setup.py", line 449, in create_eager_task( File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/util/async_.py", line 37, in create_eager_task return Task(coro, loop=loop, name=name, eager_start=True) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 742, in async_setup_locked await self.async_setup(hass, integration=integration) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 594, in async_setup result = await component.async_setup_entry(hass, self) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/velbus/__init__.py", line 74, in async_setup_entry controller = Velbus( 2024-06-14 00:30:02.042 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:30:02.042 DEBUG (MainThread) [velbus-protocol] Starting Velbus write message from send queue 2024-06-14 00:30:02.042 DEBUG (MainThread) [velbus-protocol] Acquiring write lock 2024-06-14 00:30:02.115 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 02 07 ff 10 9b 8c 01 14 09 99 04' 2024-06-14 00:30:02.176 DEBUG (MainThread) [velbus-protocol] Received 1 bytes from Velbus: b'04' 2024-06-14 00:30:02.237 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'04 fb 04 07 ff 10 f9 6e 01 14 09 57' 2024-06-14 00:30:02.298 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 05 07 ff 10 6b 54 01 14 09 fe 04' 2024-06-14 00:30:03.025 DEBUG (MainThread) [velbus-protocol] Received 1 bytes from Velbus: b'04' 2024-06-14 00:30:03.086 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'04 fb 12 07 ff 16 20 cc 01 13 50 78' 2024-06-14 00:30:03.147 DEBUG (MainThread) [velbus-protocol] Received 1 bytes from Velbus: b'04' 2024-06-14 00:30:03.208 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'04 fb 14 07 ff 17 c4 7c 02 14 39 36' 2024-06-14 00:30:03.269 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 15 07 ff 17 fc 53 02 14 39 26 04' 2024-06-14 00:30:04.963 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 00:30:04.965 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:30:05.085 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 00:30:05.089 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:30:05.145 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 00:30:05.149 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:30:05.206 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 00:30:05.210 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:30:05.267 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 00:30:05.270 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:30:05.327 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 37 07 ff 16 d6 5c 01 13 50 0d 04' 2024-06-14 00:30:05.388 DEBUG (MainThread) [velbus-protocol] Received 1 bytes from Velbus: b'04' 2024-06-14 00:30:05.450 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'04 fb 39 07 ff 16 00 49 01 13 50 f4' 2024-06-14 00:30:05.873 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 40 07 ff 16 04 34 01 13 50 fe 04' 2024-06-14 00:30:12.048 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform velbus is taking over 10 seconds. 2024-06-14 00:30:12.049 WARNING (MainThread) [homeassistant.components.button] Setup of button platform velbus is taking over 10 seconds. 2024-06-14 00:30:12.051 WARNING (MainThread) [homeassistant.components.climate] Setup of climate platform velbus is taking over 10 seconds. 2024-06-14 00:30:12.052 WARNING (MainThread) [homeassistant.components.cover] Setup of cover platform velbus is taking over 10 seconds. 2024-06-14 00:30:12.052 WARNING (MainThread) [homeassistant.components.light] Setup of light platform velbus is taking over 10 seconds. 2024-06-14 00:30:12.054 WARNING (MainThread) [homeassistant.components.select] Setup of select platform velbus is taking over 10 seconds. 2024-06-14 00:30:12.054 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform velbus is taking over 10 seconds. 2024-06-14 00:30:12.054 WARNING (MainThread) [homeassistant.components.switch] Setup of switch platform velbus is taking over 10 seconds. 2024-06-14 00:30:17.408 DEBUG (MainThread) [velbus-packet] Scan complete 2024-06-14 00:30:17.408 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:30:17.408 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:30:17.408 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:30:17.408 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:30:17.409 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:30:17.409 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:15.936 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by integration 'velbus' at homeassistant/components/velbus/config_flow.py, line 37: controller = velbusaio.controller.Velbus(prt) (offender: /mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/velbusaio/handler.py, line 40: with open(), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+velbus%22 Traceback (most recent call last): File "/home/homeassistant/.pyenv/versions/3.12.3/bin/hass", line 8, in sys.exit(main()) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/runner.py", line 190, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 1987, in _run_once handle._run() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 114, in impl return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/forwarded.py", line 83, in forwarded_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/request_context.py", line 26, in request_context_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/ban.py", line 85, in ban_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/auth.py", line 242, in auth_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/headers.py", line 32, in headers_middleware response = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/http.py", line 73, in handle result = await handler(request, **request.match_info) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/decorators.py", line 81, in with_admin return await func(self, request, *args, **kwargs) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/config/config_entries.py", line 222, in post return await super().post(request, flow_id) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/data_validator.py", line 70, in wrapper return await method(view, request, data, *args, **kwargs) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/data_entry_flow.py", line 122, in post result = await self._flow_mgr.async_configure(flow_id, data) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 368, in async_configure result = await self._async_configure(flow_id, user_input) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 414, in _async_configure result = await self._async_handle_step( File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 517, in _async_handle_step result: _FlowResultT = await getattr(flow, method)(user_input) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/velbus/config_flow.py", line 54, in async_step_user if await self._test_connection(prt): File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/velbus/config_flow.py", line 37, in _test_connection controller = velbusaio.controller.Velbus(prt) 2024-06-14 00:32:15.942 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:15.942 DEBUG (MainThread) [velbus-protocol] Starting Velbus write message from send queue 2024-06-14 00:32:15.943 DEBUG (MainThread) [velbus-protocol] Acquiring write lock 2024-06-14 00:32:15.946 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by integration 'velbus' at homeassistant/components/velbus/__init__.py, line 74: controller = Velbus( (offender: /mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/velbusaio/handler.py, line 40: with open(), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+velbus%22 Traceback (most recent call last): File "/home/homeassistant/.pyenv/versions/3.12.3/bin/hass", line 8, in sys.exit(main()) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/runner.py", line 190, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 1987, in _run_once handle._run() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 114, in impl return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/forwarded.py", line 83, in forwarded_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/request_context.py", line 26, in request_context_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/ban.py", line 85, in ban_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/auth.py", line 242, in auth_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/headers.py", line 32, in headers_middleware response = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/http.py", line 73, in handle result = await handler(request, **request.match_info) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/decorators.py", line 81, in with_admin return await func(self, request, *args, **kwargs) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/config/config_entries.py", line 222, in post return await super().post(request, flow_id) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/data_validator.py", line 70, in wrapper return await method(view, request, data, *args, **kwargs) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/data_entry_flow.py", line 122, in post result = await self._flow_mgr.async_configure(flow_id, data) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 368, in async_configure result = await self._async_configure(flow_id, user_input) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 414, in _async_configure result = await self._async_handle_step( File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 572, in _async_handle_step result = await self.async_finish_flow(flow, result.copy()) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1403, in async_finish_flow await self.config_entries.async_add(entry) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1708, in async_add await self.async_setup(entry.entry_id) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1819, in async_setup await entry.async_setup(self.hass) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 594, in async_setup result = await component.async_setup_entry(hass, self) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/velbus/__init__.py", line 74, in async_setup_entry controller = Velbus( 2024-06-14 00:32:15.952 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:15.952 DEBUG (MainThread) [velbus-protocol] Starting Velbus write message from send queue 2024-06-14 00:32:15.952 DEBUG (MainThread) [velbus-protocol] Acquiring write lock 2024-06-14 00:32:15.952 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:15.954 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:15.955 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:15.955 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:16.015 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:16.016 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:16.016 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:16.076 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:16.077 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:16.077 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:16.136 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:16.137 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:16.138 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:16.198 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:16.199 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:16.199 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:16.258 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:16.259 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:16.260 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:16.319 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:16.320 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:16.320 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:16.380 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:16.381 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:16.381 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:16.441 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:16.442 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:16.442 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:16.501 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:16.502 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:16.503 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:16.562 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:16.563 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:16.563 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:16.622 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:16.624 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:16.624 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:16.684 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:16.685 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:16.685 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:16.744 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:16.745 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:16.745 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:16.805 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:16.806 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:16.806 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:16.865 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:16.866 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:16.866 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:16.926 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:16.927 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:16.927 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:16.986 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:16.987 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:16.988 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:17.047 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:17.048 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:17.048 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:17.107 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:17.109 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:17.109 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:17.168 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:17.169 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:17.169 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:17.171 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for= cb=[VelbusProtocol.restart_writing..() at /mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/velbusaio/protocol.py:79]>) 2024-06-14 00:32:17.229 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:17.230 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:17.230 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:17.289 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:17.290 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:17.291 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:17.351 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:17.352 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:17.353 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:17.412 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:17.413 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:17.413 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:17.472 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:17.473 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:17.473 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:17.532 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:17.534 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:17.534 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:17.593 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:17.594 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:17.594 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:17.653 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:17.654 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:17.655 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:17.714 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:17.715 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:17.716 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:17.775 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:17.776 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:17.776 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:17.836 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:17.837 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:17.837 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:17.897 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:17.898 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:17.898 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:17.958 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:17.958 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:17.959 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:18.018 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:18.019 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:18.019 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:18.079 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:18.080 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:18.080 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:18.140 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:18.141 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:18.141 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:18.201 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:18.202 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:18.203 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:18.262 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:18.263 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:18.263 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:18.323 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:18.324 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:18.324 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:18.384 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:18.385 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:18.385 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:18.445 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:18.446 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:18.446 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:18.506 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:18.507 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:18.507 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:18.566 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:18.567 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:18.567 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:18.627 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:18.628 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:18.628 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:18.688 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:18.689 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:18.689 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:18.749 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:18.750 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:18.750 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:18.810 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:18.811 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:18.811 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:18.871 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:18.872 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:18.872 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:18.932 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:18.933 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:18.933 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:18.993 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:18.994 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:18.994 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:19.054 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:19.055 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:19.056 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:19.115 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:19.115 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:19.116 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:19.176 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:19.177 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:19.177 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:19.237 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:19.238 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:19.238 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:19.298 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:19.299 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:19.299 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:19.359 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:19.360 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:19.360 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:19.420 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:19.421 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:19.421 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:19.480 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:19.481 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:19.482 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:19.541 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:19.542 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:19.542 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:19.602 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:19.603 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:19.603 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:19.663 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:19.664 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:19.664 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:19.724 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:19.725 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:19.725 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:19.784 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:19.785 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:19.785 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:19.845 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:19.846 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:19.846 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:19.906 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:19.907 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:19.907 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:19.966 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:19.967 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:19.968 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:20.027 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:20.028 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:20.029 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:20.088 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:20.089 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:20.089 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:20.150 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:20.150 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:20.151 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:20.210 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:20.211 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:20.211 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:20.271 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:20.272 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:20.272 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:20.332 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:20.333 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:20.333 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:20.393 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:20.394 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:20.394 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:20.454 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:20.455 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:20.455 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:20.515 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:20.516 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:20.516 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:20.576 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:20.577 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:20.577 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:20.637 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:20.638 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:20.638 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:20.698 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:20.699 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:20.699 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:20.758 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:20.759 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:20.759 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:20.819 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:20.820 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:20.820 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:20.880 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:20.881 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:20.881 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:20.941 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:20.942 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:20.942 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:21.002 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:21.003 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:21.003 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:21.062 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:21.063 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:21.063 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:21.123 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:21.124 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:21.124 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:21.184 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:21.185 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:21.185 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:21.244 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:21.245 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:21.246 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:21.305 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:21.306 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:21.306 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:21.366 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:21.367 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:21.367 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:21.426 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:21.427 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:21.427 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:21.487 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:21.488 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:21.488 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:21.548 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:21.549 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:21.549 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:21.609 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:21.610 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:21.610 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:21.669 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:21.670 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:21.670 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:21.730 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:21.731 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:21.731 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:21.791 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:21.792 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:21.792 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:21.852 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:21.853 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:21.853 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:21.913 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:21.914 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:21.914 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:21.974 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:21.974 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:21.975 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:22.034 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:22.035 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:22.036 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:22.095 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:22.096 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:22.097 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:22.156 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:22.157 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:22.157 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:22.217 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:22.218 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:22.218 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:22.278 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:22.279 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:22.279 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:22.339 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:22.340 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:22.340 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:22.400 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:22.401 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:22.401 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:22.461 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:22.462 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:22.462 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:22.522 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:22.523 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:22.523 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:22.582 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:22.583 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:22.584 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:22.643 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:22.644 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:22.645 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:22.705 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:22.706 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:22.706 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:22.765 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:22.766 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:22.767 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:22.826 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:22.827 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:22.827 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:22.887 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:22.888 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:22.888 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:22.948 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:22.949 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:22.949 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:23.008 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:23.009 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:23.010 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:23.070 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:23.071 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:23.071 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:23.131 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:23.132 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:23.132 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:23.191 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:23.192 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:23.192 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:23.252 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:23.253 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:23.253 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:23.314 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:23.315 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:23.315 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:23.375 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:23.376 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:23.376 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:23.436 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:23.437 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:23.437 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:23.496 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:23.497 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:23.497 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:23.558 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:23.559 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:23.559 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:23.618 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:23.619 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:23.620 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:23.679 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:23.680 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:23.681 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:23.741 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:23.742 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:23.742 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:23.802 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:23.803 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:23.803 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:23.862 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:23.863 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:23.863 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:23.922 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:23.924 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:23.924 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:23.983 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:23.984 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:23.984 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:24.044 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:24.045 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:24.045 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:24.105 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:24.106 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:24.106 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:24.166 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:24.167 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:24.167 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:24.226 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:24.227 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:24.228 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:24.287 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:24.288 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:24.288 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:24.347 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:24.348 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:24.349 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:24.408 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:24.410 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:24.410 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:24.469 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:24.470 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:24.471 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:24.530 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:24.531 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:24.531 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:24.590 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:24.591 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:24.591 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:24.651 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:24.652 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:24.652 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:24.712 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:24.713 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:24.714 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:24.774 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:24.775 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:24.775 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:24.834 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:24.835 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:24.836 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:24.896 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:24.897 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:24.897 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:24.956 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:24.957 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:24.957 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:25.017 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:25.018 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:25.018 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:25.077 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:25.079 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:25.079 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:25.138 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:25.139 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:25.140 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:25.199 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:25.200 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:25.200 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:25.259 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:25.261 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:25.261 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:25.320 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:25.321 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:25.322 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:25.381 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:25.383 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:25.383 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:25.442 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:25.443 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:25.443 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:25.502 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:25.503 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:25.504 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:25.564 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:25.565 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:25.565 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:25.624 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:25.625 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:25.625 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:25.685 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:25.686 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:25.686 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:25.745 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:25.746 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:25.747 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:25.806 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:25.807 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:25.807 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:25.866 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:25.867 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:25.868 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:25.927 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:25.928 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:25.928 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:25.952 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform velbus is taking over 10 seconds. 2024-06-14 00:32:25.952 WARNING (MainThread) [homeassistant.components.button] Setup of button platform velbus is taking over 10 seconds. 2024-06-14 00:32:25.953 WARNING (MainThread) [homeassistant.components.climate] Setup of climate platform velbus is taking over 10 seconds. 2024-06-14 00:32:25.953 WARNING (MainThread) [homeassistant.components.cover] Setup of cover platform velbus is taking over 10 seconds. 2024-06-14 00:32:25.953 WARNING (MainThread) [homeassistant.components.light] Setup of light platform velbus is taking over 10 seconds. 2024-06-14 00:32:25.953 WARNING (MainThread) [homeassistant.components.select] Setup of select platform velbus is taking over 10 seconds. 2024-06-14 00:32:25.953 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform velbus is taking over 10 seconds. 2024-06-14 00:32:25.953 WARNING (MainThread) [homeassistant.components.switch] Setup of switch platform velbus is taking over 10 seconds. 2024-06-14 00:32:25.988 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:25.989 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:25.989 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:26.049 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:26.050 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:26.050 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:26.109 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:26.110 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:26.111 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:26.170 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:26.171 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:26.171 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:26.230 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:26.231 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:26.231 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:26.290 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:26.292 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:26.292 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:26.351 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:26.352 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:26.353 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:26.412 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:26.413 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:26.413 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:26.473 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:26.475 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:26.475 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:26.534 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:26.535 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:26.535 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:26.594 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:26.596 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:26.596 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:26.655 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:26.656 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:26.656 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:26.715 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:26.717 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:26.717 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:26.776 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:26.777 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:26.777 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:26.836 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:26.837 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:26.838 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:26.897 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:26.898 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:26.898 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:26.957 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:26.959 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:26.959 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:27.018 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:27.019 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:27.019 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:27.078 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:27.079 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:27.080 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:27.139 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:27.140 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:27.140 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:27.199 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:27.201 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:27.201 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:27.260 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:27.261 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:27.261 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:27.321 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:27.322 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:27.322 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:27.381 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:27.382 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:27.383 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:27.442 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:27.443 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:27.443 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:27.502 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:27.503 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:27.504 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:27.563 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:27.564 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:27.564 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:27.623 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:27.624 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:27.624 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:27.684 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:27.685 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:27.686 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:27.745 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:27.746 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:27.746 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:27.805 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:27.806 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:27.807 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:27.866 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:27.867 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:27.867 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:27.927 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:27.928 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:27.928 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:27.987 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:27.989 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:27.989 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:28.049 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:28.050 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:28.050 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:28.110 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:28.111 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:28.111 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:28.171 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:28.172 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:28.172 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:28.232 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:28.233 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:28.233 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:28.292 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:28.293 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:28.294 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:28.353 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:28.355 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:28.355 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:28.414 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:28.415 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:28.415 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:28.474 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:28.476 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:28.476 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:28.536 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:28.537 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:28.537 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:28.596 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:28.597 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:28.598 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:28.657 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:28.658 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:28.658 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:28.718 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:28.719 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:28.719 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:28.778 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:28.780 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:28.780 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:28.839 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:28.840 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:28.840 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:28.900 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:28.901 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:28.901 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:28.960 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:28.961 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:28.962 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:29.022 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:29.023 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:29.023 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:29.082 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:29.083 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:29.084 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:29.143 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:29.144 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:29.144 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:29.203 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:29.204 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:29.205 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:29.264 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:29.265 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:29.265 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:29.325 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:29.326 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:29.326 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:29.385 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:29.387 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:29.387 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:29.446 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:29.447 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:29.448 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:29.507 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:29.508 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:29.508 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:29.567 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:29.568 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:29.569 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:29.628 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:29.629 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:29.629 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:29.688 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:29.690 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:29.690 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:29.749 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:29.750 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:29.750 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:29.809 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:29.811 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:29.811 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:29.870 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:29.871 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:29.871 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:29.930 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:29.931 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:29.932 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:29.991 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:29.992 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:29.992 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:30.051 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:30.052 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:30.053 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:30.112 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:30.113 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:30.114 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:30.173 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:30.175 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:30.175 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:30.235 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:30.236 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:30.236 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:30.295 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:30.296 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:30.296 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:30.355 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:30.357 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:30.357 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:30.417 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:30.418 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:30.418 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:30.477 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:30.479 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:30.479 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:30.539 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:30.540 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:30.540 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:30.599 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:30.600 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:30.601 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:30.661 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:30.662 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:30.662 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:30.721 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:30.722 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:30.723 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:30.781 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:30.783 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:30.783 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:30.842 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:30.843 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:30.843 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:30.902 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:30.904 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:30.904 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:30.963 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:30.964 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:30.964 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:31.023 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:31.025 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:31.025 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:31.084 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:31.085 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:31.085 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:31.144 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:31.146 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:31.146 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:31.205 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:31.206 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:31.206 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:31.265 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:31.266 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:31.267 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:31.326 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:31.327 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:31.327 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:32:31.388 DEBUG (MainThread) [velbus-packet] Scan complete 2024-06-14 00:32:31.479 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 00:32:31.480 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.480 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.481 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.481 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.481 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.481 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.481 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.481 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.481 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.481 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.481 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.481 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.481 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.482 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.482 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.482 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.482 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.482 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.482 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.482 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.482 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.482 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.482 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.482 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.482 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.482 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.482 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.482 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.482 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.482 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.482 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.483 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.483 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.483 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.483 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.483 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.483 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.483 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.483 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.483 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.483 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.483 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.483 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.483 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.483 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.483 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.483 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.483 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.483 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.484 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.485 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.485 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.485 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.485 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.485 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.485 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.485 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.485 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.485 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.485 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.485 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.485 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.485 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.485 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.485 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.485 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.486 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.486 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.486 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.486 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.486 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.486 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.486 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.486 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.486 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.486 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.486 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.486 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.486 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.486 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.486 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.486 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.486 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.487 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.487 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.487 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.487 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.487 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.487 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.487 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.487 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.487 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.487 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.487 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.487 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.487 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.487 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.487 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.487 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.487 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.487 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.488 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.489 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.489 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.489 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.489 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.489 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.489 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.489 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.489 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.489 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.489 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.489 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.489 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.489 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.489 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.489 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.489 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.489 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.490 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.490 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.490 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.490 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.490 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.490 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.490 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.490 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.490 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.490 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.490 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.490 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.490 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.490 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.490 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.490 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.490 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.490 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.491 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.491 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.491 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.491 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.491 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.491 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.491 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.491 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.491 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.491 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.491 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.491 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.491 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.491 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.491 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.491 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.492 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.493 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.493 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.493 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.493 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.493 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.493 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.493 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.493 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.493 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.493 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.493 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.493 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.493 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.493 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.493 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.493 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.493 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.494 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.495 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.495 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.495 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.495 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.495 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.495 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.495 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.495 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.495 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.495 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.495 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 00:32:31.495 DEBUG (MainThread) [velbus-protocol] Ending Velbus write message from send queue 2024-06-14 00:32:31.496 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:32:31.496 DEBUG (MainThread) [velbus-protocol] Starting Velbus write message from send queue 2024-06-14 00:32:31.496 DEBUG (MainThread) [velbus-protocol] Acquiring write lock 2024-06-14 00:32:31.496 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 00:34:46.139 DEBUG (MainThread) [velbus-protocol] Received 6 bytes from Velbus: b'31 02 f6 01 cc 04' 2024-06-14 00:34:46.145 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'31 02 f6 01 cc 04 fb' 2024-06-14 00:34:46.154 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'01 80 00 00 00 6f 04' 2024-06-14 00:34:46.162 DEBUG (MainThread) [velbus-protocol] Received 9 bytes from Velbus: b'f8 02 04 00 01 00 00 f2 04' 2024-06-14 00:34:46.388 DEBUG (MainThread) [velbus-protocol] Received 9 bytes from Velbus: b'f8 31 04 00 00 01 00 c3 04' 2024-06-14 00:36:07.788 DEBUG (MainThread) [velbus-protocol] Received 9 bytes from Velbus: b'f8 32 04 00 01 00 00 c2 04' 2024-06-14 00:36:07.804 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 04 08 fb 01 00 01 80 00 00 00 6d 04' 2024-06-14 00:36:07.811 DEBUG (MainThread) [velbus-protocol] Received 9 bytes from Velbus: b'f8 04 04 00 01 00 00 f0 04' 2024-06-14 00:36:07.972 DEBUG (MainThread) [velbus-protocol] Received 9 bytes from Velbus: b'f8 32 04 00 00 01 00 c2 04' 2024-06-14 00:36:40.437 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 00:36:40.440 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 00:36:40.444 DEBUG (MainThread) [velbus-protocol] Received 9 bytes from Velbus: b'f8 04 04 00 00 01 00 f0 04' 2024-06-14 00:36:40.565 DEBUG (MainThread) [velbus-protocol] Received 9 bytes from Velbus: b'f8 32 04 00 00 01 00 c2 04' 2024-06-14 07:19:18.362 DEBUG (MainThread) [velbus-protocol] Received 9 bytes from Velbus: b'f8 37 04 00 04 00 00 ba 04' 2024-06-14 07:19:18.377 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 05 08 fb 08 00 01 80 00 00 00 65 04' 2024-06-14 07:19:18.385 DEBUG (MainThread) [velbus-protocol] Received 9 bytes from Velbus: b'f8 05 04 00 08 00 00 e8 04' 2024-06-14 07:19:18.572 DEBUG (MainThread) [velbus-protocol] Received 10 bytes from Velbus: b'0f f8 37 04 00 00 04 00 ba 04' 2024-06-14 07:38:59.123 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 07:38:59.126 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 07:38:59.128 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 40 02 f6 01 bd 04' 2024-06-14 07:38:59.138 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 04 08 fb 08 00 01 80 00 00 00 66 04' 2024-06-14 07:38:59.332 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'04 00 00 01 00 b4 04' 2024-06-14 07:42:10.879 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 07:42:10.883 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 07:42:10.888 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 04 08 fb 08 00 00 00 00 00 00 e7 04' 2024-06-14 07:42:10.897 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 07:42:10.901 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 07:43:17.582 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 07:43:17.586 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 07:43:17.587 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 37 02 f5 04 c4 04' 2024-06-14 07:43:17.598 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 07:43:17.601 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 07:43:17.606 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 05 08 fb 08 00 00 00 00 00 00 e6 04' 2024-06-14 07:43:17.772 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 07:43:17.775 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 07:43:17.798 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 07:43:17.801 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 07:49:01.675 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 07:49:01.680 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 07:49:01.690 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 01 08 fb 04 00 01 20 00 01 2c a0 04' 2024-06-14 07:49:01.698 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 07:49:01.700 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 07:49:01.918 DEBUG (MainThread) [velbus-protocol] Received 9 bytes from Velbus: b'f8 11 04 00 00 01 00 e3 04' 2024-06-14 07:52:24.176 DEBUG (MainThread) [velbus-protocol] Received 1 bytes from Velbus: b'04' 2024-06-14 07:52:24.182 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'04 fb 12 02 f5 02 eb' 2024-06-14 07:52:24.202 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 07:52:24.204 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 07:52:24.208 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 07:52:24.211 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 07:52:24.213 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 31 02 f5 01 cd 04' 2024-06-14 07:52:24.219 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 07:52:24.222 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 07:52:24.225 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 14 02 f5 20 cb 04' 2024-06-14 07:52:24.231 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 07:52:24.234 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 07:52:24.237 DEBUG (MainThread) [velbus-protocol] Received 8 bytes from Velbus: b'0f fb 11 02 f5 01 ed 04' 2024-06-14 07:52:24.253 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 11 02 f5 02 ec 04' 2024-06-14 07:52:24.260 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 11 02 f5 01 ed 04' 2024-06-14 07:52:24.266 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 07:52:24.268 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 07:52:24.271 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 32 02 f5 01 cc 04' 2024-06-14 07:52:24.277 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 13 02 f5 02 ea 04' 2024-06-14 07:52:24.284 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 14 02 f5 04 e7 04' 2024-06-14 07:52:24.293 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 01 08 fb 01 00 00 00 00 00 00 f1 04' 2024-06-14 07:52:24.303 DEBUG (MainThread) [velbus-protocol] Received 1 bytes from Velbus: b'04' 2024-06-14 07:52:24.312 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'04 fb 01 08 fb 04 00 00 00 00 00 00 ee' 2024-06-14 07:52:24.321 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 01 08 fb 08 00 00 00 00 00 00 ea 04' 2024-06-14 07:52:24.329 DEBUG (MainThread) [velbus-protocol] Received 9 bytes from Velbus: b'f8 01 04 00 00 04 00 f0 04' 2024-06-14 07:52:24.335 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 34 02 f5 01 ca 04' 2024-06-14 07:52:24.341 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 33 02 f5 01 cb 04' 2024-06-14 07:52:24.347 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 35 02 f5 01 c9 04' 2024-06-14 07:52:24.353 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 36 02 f5 01 c8 04' 2024-06-14 07:52:24.359 DEBUG (MainThread) [velbus-protocol] Received 1 bytes from Velbus: b'04' 2024-06-14 07:52:24.365 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'04 fb 36 02 f5 02 c7' 2024-06-14 07:52:24.372 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 40 02 f5 01 be 04' 2024-06-14 07:52:24.381 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 04 08 fb 01 00 00 00 00 00 00 ee 04' 2024-06-14 07:52:24.391 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 04 08 fb 02 00 00 00 00 00 00 ed 04' 2024-06-14 07:52:24.401 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 04 08 fb 04 00 00 00 00 00 00 eb 04' 2024-06-14 07:52:24.410 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 04 08 fb 08 00 00 00 00 00 00 e7 04' 2024-06-14 07:52:24.423 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 14 02 f5 20 cb 04' 2024-06-14 07:52:24.429 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 14 02 f5 02 e9 04' 2024-06-14 07:52:24.435 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 15 02 f5 08 e2 04' 2024-06-14 07:52:24.441 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 14 02 f5 01 ea 04' 2024-06-14 07:52:24.447 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 15 02 f5 04 e6 04' 2024-06-14 07:52:24.456 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 02 08 fb 01 00 00 00 00 00 00 f0 04' 2024-06-14 07:52:24.466 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 02 08 fb 02 00 00 00 00 00 00 ef 04' 2024-06-14 07:52:24.476 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 02 08 fb 04 00 00 00 00 00 00 ed 04' 2024-06-14 07:52:24.485 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 02 08 fb 08 00 00 00 00 00 00 e9 04' 2024-06-14 07:52:24.492 DEBUG (MainThread) [velbus-protocol] Received 9 bytes from Velbus: b'f8 02 04 00 00 01 00 f2 04' 2024-06-14 07:52:24.500 DEBUG (MainThread) [velbus-protocol] Received 1 bytes from Velbus: b'04' 2024-06-14 07:52:24.514 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'04 fb 15 02 f5 02 e8' 2024-06-14 07:52:24.520 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 15 02 f5 02 e8 04' 2024-06-14 07:52:24.526 DEBUG (MainThread) [velbus-protocol] Received 1 bytes from Velbus: b'04' 2024-06-14 07:52:24.532 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'04 fb 39 02 f5 02 c4' 2024-06-14 07:52:24.538 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 39 02 f5 01 c5 04' 2024-06-14 07:52:24.548 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'00 00 00 00 00 ef 04' 2024-06-14 07:52:24.567 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 03 08 fb 04 00 00 00 00 00 00 ec 04' 2024-06-14 07:52:24.576 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 03 08 fb 08 00 00 00 00 00 00 e8 04' 2024-06-14 07:52:24.598 DEBUG (MainThread) [velbus-protocol] Received 3 bytes from Velbus: b'01 c7 04' 2024-06-14 07:52:24.604 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'01 c7 04 fb 38 02 f5' 2024-06-14 07:52:24.610 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 14 02 f5 10 db 04' 2024-06-14 07:52:24.616 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 37 02 f5 02 c6 04' 2024-06-14 07:52:24.622 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'fb 38 02 f5 02 c5 04' 2024-06-14 07:52:24.629 DEBUG (MainThread) [velbus-protocol] Received 1 bytes from Velbus: b'04' 2024-06-14 07:52:24.635 DEBUG (MainThread) [velbus-protocol] Received 7 bytes from Velbus: b'04 fb 37 02 f5 04 c4' 2024-06-14 07:52:24.644 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 05 08 fb 01 00 00 00 00 00 00 ed 04' 2024-06-14 07:52:24.654 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 05 08 fb 02 00 00 00 00 00 00 ec 04' 2024-06-14 07:52:24.663 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 05 08 fb 04 00 00 00 00 00 00 ea 04' 2024-06-14 07:52:24.673 DEBUG (MainThread) [velbus-protocol] Received 13 bytes from Velbus: b'fb 05 08 fb 08 00 00 00 00 00 00 e6 04' 2024-06-14 08:28:33.515 DEBUG (MainThread) [velbus-protocol] Received 5 bytes from Velbus: b'02 f6 01 c9 04' 2024-06-14 08:28:33.522 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 08:28:33.524 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:28:33.537 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 08:28:33.541 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:28:33.544 DEBUG (MainThread) [velbus-protocol] Received 9 bytes from Velbus: b'02 f6 01 c9 04 f8 04 04 00' 2024-06-14 08:32:51.475 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by integration 'velbus' at homeassistant/components/velbus/__init__.py, line 74: controller = Velbus( (offender: /mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/velbusaio/handler.py, line 40: with open(), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+velbus%22 Traceback (most recent call last): File "/home/homeassistant/.pyenv/versions/3.12.3/bin/hass", line 8, in sys.exit(main()) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/runner.py", line 190, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 1987, in _run_once handle._run() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 114, in impl return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/forwarded.py", line 83, in forwarded_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/request_context.py", line 26, in request_context_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/ban.py", line 85, in ban_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/auth.py", line 242, in auth_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/headers.py", line 32, in headers_middleware response = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/http.py", line 73, in handle result = await handler(request, **request.match_info) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/config/config_entries.py", line 120, in post await hass.config_entries.async_reload(entry_id) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1897, in async_reload return await self.async_setup(entry_id, _lock=False) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1821, in async_setup await entry.async_setup(self.hass) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 594, in async_setup result = await component.async_setup_entry(hass, self) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/velbus/__init__.py", line 74, in async_setup_entry controller = Velbus( 2024-06-14 08:32:51.482 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:51.483 DEBUG (MainThread) [velbus-protocol] Starting Velbus write message from send queue 2024-06-14 08:32:51.483 DEBUG (MainThread) [velbus-protocol] Acquiring write lock 2024-06-14 08:32:51.496 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 08:32:51.498 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:54.353 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by integration 'velbus' at homeassistant/components/velbus/__init__.py, line 74: controller = Velbus( (offender: /mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/velbusaio/handler.py, line 40: with open(), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+velbus%22 Traceback (most recent call last): File "/home/homeassistant/.pyenv/versions/3.12.3/bin/hass", line 8, in sys.exit(main()) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/runner.py", line 190, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 1987, in _run_once handle._run() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 114, in impl return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/forwarded.py", line 83, in forwarded_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/request_context.py", line 26, in request_context_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/ban.py", line 85, in ban_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/auth.py", line 242, in auth_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/headers.py", line 32, in headers_middleware response = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/http.py", line 73, in handle result = await handler(request, **request.match_info) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/config/config_entries.py", line 120, in post await hass.config_entries.async_reload(entry_id) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1897, in async_reload return await self.async_setup(entry_id, _lock=False) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1821, in async_setup await entry.async_setup(self.hass) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 594, in async_setup result = await component.async_setup_entry(hass, self) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/velbus/__init__.py", line 74, in async_setup_entry controller = Velbus( 2024-06-14 08:32:54.358 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:54.358 DEBUG (MainThread) [velbus-protocol] Starting Velbus write message from send queue 2024-06-14 08:32:54.359 DEBUG (MainThread) [velbus-protocol] Acquiring write lock 2024-06-14 08:32:54.359 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:54.360 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:54.361 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:54.361 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:54.404 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 31 07 ff 16 6d 5d 01 13 50 7b 04' 2024-06-14 08:32:54.421 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:54.422 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:54.423 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:54.465 DEBUG (MainThread) [velbus-protocol] Received 1 bytes from Velbus: b'04' 2024-06-14 08:32:54.482 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:54.483 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:54.484 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:54.527 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'04 fb 33 07 ff 16 62 fa 01 13 50 e7' 2024-06-14 08:32:54.544 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:54.545 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:54.545 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:54.588 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 34 07 ff 16 1f 6e 01 13 50 b5 04' 2024-06-14 08:32:54.604 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:54.605 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:54.605 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:54.648 DEBUG (MainThread) [velbus-protocol] Received 1 bytes from Velbus: b'04' 2024-06-14 08:32:54.665 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:54.666 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:54.667 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:54.709 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'04 fb 36 07 ff 16 94 95 01 13 50 17' 2024-06-14 08:32:54.726 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:54.727 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:54.727 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:54.770 DEBUG (MainThread) [velbus-protocol] Received 1 bytes from Velbus: b'04' 2024-06-14 08:32:54.787 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:54.788 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:54.789 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:54.832 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'04 fb 38 07 ff 16 bc 11 01 13 50 71' 2024-06-14 08:32:54.848 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:54.849 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:54.849 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:54.893 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 39 07 ff 16 00 49 01 13 50 f4 04' 2024-06-14 08:32:54.908 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:54.909 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:54.910 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:54.969 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:54.970 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:54.970 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:55.029 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:55.031 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:55.031 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:55.090 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:55.091 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:55.092 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:55.151 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:55.152 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:55.153 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:55.212 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:55.213 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:55.214 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:55.273 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:55.274 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:55.274 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:55.320 DEBUG (MainThread) [velbus-protocol] Received 1 bytes from Velbus: b'04' 2024-06-14 08:32:55.334 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:55.336 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:55.336 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:55.396 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:55.397 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:55.397 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:55.456 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:55.457 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:55.458 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:55.518 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:55.519 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:55.520 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:55.579 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:55.580 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:55.580 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:55.640 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:55.641 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:55.641 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:55.700 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:55.702 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:55.702 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:55.761 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:55.762 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:55.763 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:55.822 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:55.823 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:55.824 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:55.883 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:55.884 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:55.885 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:55.944 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:55.945 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:55.945 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:56.005 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:56.006 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:56.006 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:56.066 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:56.067 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:56.067 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:56.127 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:56.128 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:56.128 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:56.188 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:56.189 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:56.189 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:56.249 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:56.249 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:56.250 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:56.310 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:56.311 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:56.311 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:56.371 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:56.372 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:56.372 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:56.432 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:56.433 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:56.433 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:56.493 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:56.494 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:56.494 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:56.554 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:56.555 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:56.555 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:56.615 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:56.616 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:56.616 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:56.676 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:56.677 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:56.677 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:56.737 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:56.738 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:56.738 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:56.799 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:56.800 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:56.800 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:56.860 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:56.861 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:56.861 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:56.921 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:56.922 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:56.922 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:56.982 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:56.983 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:56.984 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:57.043 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:57.044 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:57.045 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:57.105 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:57.106 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:57.106 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:57.166 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:57.167 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:57.167 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:57.227 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:57.228 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:57.228 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:57.288 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:57.289 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:57.289 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:57.349 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:57.350 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:57.350 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:57.410 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:57.411 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:57.411 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:57.471 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:57.472 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:57.472 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:57.532 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:57.533 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:57.533 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:57.593 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:57.594 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:57.594 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:57.654 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:57.655 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:57.655 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:57.716 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:57.717 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:57.717 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:57.777 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:57.778 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:57.778 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:57.838 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:57.839 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:57.839 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:57.898 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:57.899 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:57.899 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:57.959 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:57.960 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:57.960 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:58.020 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:58.021 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:58.021 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:58.081 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:58.082 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:58.082 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:58.142 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:58.143 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:58.143 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:58.203 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:58.204 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:58.205 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:58.265 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:58.266 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:58.266 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:58.326 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:58.327 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:58.327 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:58.387 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:58.388 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:58.388 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:58.448 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:58.449 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:58.449 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:58.510 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:58.510 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:58.511 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:58.571 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:58.571 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:58.572 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:58.632 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:58.633 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:58.633 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:58.692 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:58.693 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:58.694 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:58.754 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:58.754 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:58.755 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:58.815 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:58.816 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:58.816 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:58.876 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:58.877 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:58.877 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:58.936 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:58.937 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:58.938 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:58.998 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:58.999 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:58.999 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:59.059 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:59.060 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:59.060 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:59.120 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:59.121 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:59.121 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:59.181 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:59.182 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:59.182 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:59.242 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:59.243 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:59.243 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:59.303 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:59.304 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:59.304 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:59.364 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:59.365 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:59.365 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:59.424 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:59.425 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:59.425 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:59.485 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:59.486 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:59.487 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:59.547 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:59.547 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:59.548 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:59.608 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:59.609 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:59.609 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:59.668 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:59.669 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:59.670 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:59.730 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:59.731 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:59.731 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:59.791 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:59.792 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:59.792 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:59.852 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:59.853 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:59.854 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:59.913 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:59.914 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:59.914 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:32:59.974 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:32:59.975 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:32:59.975 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:00.035 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:00.036 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:00.037 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:00.097 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:00.098 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:00.098 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:00.158 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:00.159 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:00.159 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:00.219 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:00.220 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:00.220 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:00.280 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:00.281 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:00.281 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:00.341 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:00.342 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:00.342 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:00.402 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:00.403 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:00.403 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:00.463 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:00.464 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:00.464 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:00.524 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:00.525 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:00.526 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:00.586 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:00.586 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:00.587 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:00.647 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:00.647 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:00.648 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:00.708 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:00.709 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:00.709 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:00.769 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:00.770 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:00.770 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:00.830 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:00.831 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:00.831 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:00.891 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:00.892 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:00.892 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:00.952 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:00.953 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:00.953 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:01.013 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:01.014 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:01.014 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:01.073 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:01.074 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:01.074 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:01.134 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:01.135 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:01.135 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:01.195 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:01.196 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:01.196 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:01.256 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:01.257 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:01.257 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:01.316 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:01.317 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:01.318 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:01.378 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:01.379 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:01.379 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:01.438 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:01.439 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:01.439 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:01.481 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform velbus is taking over 10 seconds. 2024-06-14 08:33:01.481 WARNING (MainThread) [homeassistant.components.button] Setup of button platform velbus is taking over 10 seconds. 2024-06-14 08:33:01.481 WARNING (MainThread) [homeassistant.components.climate] Setup of climate platform velbus is taking over 10 seconds. 2024-06-14 08:33:01.481 WARNING (MainThread) [homeassistant.components.cover] Setup of cover platform velbus is taking over 10 seconds. 2024-06-14 08:33:01.481 WARNING (MainThread) [homeassistant.components.light] Setup of light platform velbus is taking over 10 seconds. 2024-06-14 08:33:01.481 WARNING (MainThread) [homeassistant.components.select] Setup of select platform velbus is taking over 10 seconds. 2024-06-14 08:33:01.481 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform velbus is taking over 10 seconds. 2024-06-14 08:33:01.481 WARNING (MainThread) [homeassistant.components.switch] Setup of switch platform velbus is taking over 10 seconds. 2024-06-14 08:33:01.499 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:01.500 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:01.500 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:01.560 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:01.561 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:01.562 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:01.622 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:01.623 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:01.623 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:01.683 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:01.684 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:01.684 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:01.744 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:01.745 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:01.745 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:01.805 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:01.806 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:01.806 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:01.865 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:01.866 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:01.867 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:01.928 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:01.928 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:01.929 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:01.989 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:01.990 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:01.990 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:02.049 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:02.050 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:02.050 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:02.111 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:02.111 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:02.112 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:02.172 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:02.173 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:02.173 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:02.233 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:02.234 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:02.234 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:02.294 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:02.295 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:02.295 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:02.356 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:02.357 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:02.357 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:02.417 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:02.418 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:02.418 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:02.478 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:02.479 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:02.479 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:02.539 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:02.540 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:02.540 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:02.600 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:02.601 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:02.601 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:02.662 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:02.663 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:02.663 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:02.723 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:02.723 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:02.724 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:02.784 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:02.785 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:02.785 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:02.845 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:02.846 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:02.846 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:02.906 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:02.907 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:02.907 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:02.967 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:02.968 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:02.968 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:03.028 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:03.029 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:03.029 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:03.089 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:03.090 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:03.090 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:03.150 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:03.151 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:03.152 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:03.212 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:03.213 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:03.213 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:03.272 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:03.273 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:03.273 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:03.333 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:03.334 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:03.335 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:03.395 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:03.396 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:03.396 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:03.456 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:03.457 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:03.457 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:03.517 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:03.518 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:03.518 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:03.578 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:03.579 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:03.579 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:03.639 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:03.640 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:03.640 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:03.700 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:03.701 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:03.702 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:03.761 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:03.762 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:03.762 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:03.822 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:03.823 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:03.823 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:03.883 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:03.884 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:03.884 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:03.944 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:03.945 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:03.946 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:04.005 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:04.006 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:04.006 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:04.066 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:04.067 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:04.067 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:04.127 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:04.128 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:04.128 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:04.187 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:04.188 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:04.189 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:04.248 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:04.249 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:04.250 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:04.309 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:04.310 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:04.310 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:04.358 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform velbus is taking over 10 seconds. 2024-06-14 08:33:04.359 WARNING (MainThread) [homeassistant.components.button] Setup of button platform velbus is taking over 10 seconds. 2024-06-14 08:33:04.359 WARNING (MainThread) [homeassistant.components.climate] Setup of climate platform velbus is taking over 10 seconds. 2024-06-14 08:33:04.359 WARNING (MainThread) [homeassistant.components.cover] Setup of cover platform velbus is taking over 10 seconds. 2024-06-14 08:33:04.359 WARNING (MainThread) [homeassistant.components.light] Setup of light platform velbus is taking over 10 seconds. 2024-06-14 08:33:04.359 WARNING (MainThread) [homeassistant.components.select] Setup of select platform velbus is taking over 10 seconds. 2024-06-14 08:33:04.359 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform velbus is taking over 10 seconds. 2024-06-14 08:33:04.359 WARNING (MainThread) [homeassistant.components.switch] Setup of switch platform velbus is taking over 10 seconds. 2024-06-14 08:33:04.370 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:04.371 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:04.371 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:04.431 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:04.432 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:04.432 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:04.491 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:04.492 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:04.493 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:04.552 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:04.553 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:04.554 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:04.613 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:04.614 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:04.614 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:04.674 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:04.675 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:04.675 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:04.734 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:04.736 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:04.736 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:04.795 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:04.796 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:04.797 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:04.856 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:04.857 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:04.858 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:04.917 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:04.918 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:04.919 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:04.978 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:04.979 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:04.979 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:05.039 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:05.040 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:05.040 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:05.100 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:05.101 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:05.102 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:05.161 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:05.162 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:05.162 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:05.222 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:05.223 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:05.223 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:05.283 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:05.284 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:05.284 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:05.343 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:05.344 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:05.345 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:05.404 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:05.405 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:05.406 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:05.465 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:05.466 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:05.467 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:05.526 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:05.527 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:05.527 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:05.587 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:05.588 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:05.588 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:05.647 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:05.648 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:05.649 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:05.708 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:05.709 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:05.710 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:05.769 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:05.770 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:05.771 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:05.830 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:05.831 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:05.831 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:05.891 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:05.892 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:05.892 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:05.952 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:05.953 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:05.953 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:06.013 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:06.014 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:06.014 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:06.073 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:06.075 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:06.075 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:06.134 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:06.135 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:06.135 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:06.195 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:06.196 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:06.196 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:06.256 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:06.257 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:06.257 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:06.317 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:06.318 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:06.318 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:06.377 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:06.379 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:06.379 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:06.438 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:06.439 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:06.440 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:06.499 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:06.500 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:06.500 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:06.560 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:06.561 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:06.561 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:06.621 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:06.622 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:06.622 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:06.682 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:06.683 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:06.683 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:06.743 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:06.744 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:06.744 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:06.803 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:06.805 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:06.805 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:06.864 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:06.866 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:06.866 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:06.925 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:06.926 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:06.927 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:06.956 DEBUG (MainThread) [velbus-packet] Scan complete 2024-06-14 08:33:06.956 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:06.957 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:06.986 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:06.987 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:06.988 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:07.047 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:07.048 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:07.048 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:07.107 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:07.109 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:07.109 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:07.169 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:07.170 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:07.170 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:07.229 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:07.230 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:07.231 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:07.290 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:07.291 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:07.291 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:07.350 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:07.351 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:07.352 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:07.411 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:07.412 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:07.412 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:07.472 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:07.473 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:07.473 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:07.532 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:07.534 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:07.534 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:07.593 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:07.594 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:07.595 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:07.654 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:07.655 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:07.655 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:07.714 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:07.715 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:07.716 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:07.775 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:07.776 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:07.777 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:07.836 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:07.837 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:07.837 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:07.897 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:07.898 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:07.898 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:07.958 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:07.959 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:07.959 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:08.018 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:08.020 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:08.020 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:08.079 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:08.080 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:08.080 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:08.139 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:08.140 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:08.141 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:08.200 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:08.201 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:08.201 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:08.260 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:08.262 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:08.262 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:08.321 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:08.322 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:08.322 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:08.381 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:08.383 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:08.383 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:08.443 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:08.444 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:08.444 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:08.504 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:08.505 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:08.506 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:08.565 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:08.566 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:08.566 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:08.625 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:08.626 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:08.626 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:08.685 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:08.687 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:08.687 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:08.746 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:08.747 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:08.747 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:08.806 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:08.808 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:08.808 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:08.867 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:08.868 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:08.868 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:08.928 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:08.929 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:08.929 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:08.988 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:08.990 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:08.990 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:09.049 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:09.050 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:09.050 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:09.110 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:09.111 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:09.112 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:09.171 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:09.172 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:09.172 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:09.231 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:09.232 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:09.233 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:09.292 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:09.293 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:09.293 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:09.352 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:09.353 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:09.354 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:09.413 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:09.414 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:09.414 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:09.474 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:09.475 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:09.475 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:09.534 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:09.535 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:09.536 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:09.595 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:09.596 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:09.596 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:09.655 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:09.656 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:09.657 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:09.716 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:09.717 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:09.718 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:09.777 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:09.778 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:09.778 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:33:09.838 DEBUG (MainThread) [velbus-packet] Scan complete 2024-06-14 08:33:09.842 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:33:09.843 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.844 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.844 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.844 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.844 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.844 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.844 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.844 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.844 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.844 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.844 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.844 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.844 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.844 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.844 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.844 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.844 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.845 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.845 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.845 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.845 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.845 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.845 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.845 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.845 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.845 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.845 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.845 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.845 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.845 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.845 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.845 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.845 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.845 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.846 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.846 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.846 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.846 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.846 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.846 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.846 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.846 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.846 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.846 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.846 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.846 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.846 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.846 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.846 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.846 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.846 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.846 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.847 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.848 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.848 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.848 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.848 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.848 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.848 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.848 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.848 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.848 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.848 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.848 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.848 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.848 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.848 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.848 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.848 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.848 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.849 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.849 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.849 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.849 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.849 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.849 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.849 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.849 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.849 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.849 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.849 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.849 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.850 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.850 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.850 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.850 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.850 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.850 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.850 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.850 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.850 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.850 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.850 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.850 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.850 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.850 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.850 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.850 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.850 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.850 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.851 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.852 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.852 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.852 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.852 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.852 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.852 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.852 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.852 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.852 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.852 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.852 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.852 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.852 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.852 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.852 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.852 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.852 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.852 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.853 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.853 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.853 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.853 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.853 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.853 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.853 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.853 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.853 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.853 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.853 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.853 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.853 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.853 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.853 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.853 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.853 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.854 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.854 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.854 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.854 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.854 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.854 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.854 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.854 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.854 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.854 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.854 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.854 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.854 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.855 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.856 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.856 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.856 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.856 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.856 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.856 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.856 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.856 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.856 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.856 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.856 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.856 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.856 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.856 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.856 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.856 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.856 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.856 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.857 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.857 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.857 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.857 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.857 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.857 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.857 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.857 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.857 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.857 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.857 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.857 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.857 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.857 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.857 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.857 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.857 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.858 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.858 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.858 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.858 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.858 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.858 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.858 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.858 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.858 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.858 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.858 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.858 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.858 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.858 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.858 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.858 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:33:09.859 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:33:09.859 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:34:49.957 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by integration 'velbus' at homeassistant/components/velbus/__init__.py, line 74: controller = Velbus( (offender: /mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/velbusaio/handler.py, line 40: with open(), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+velbus%22 Traceback (most recent call last): File "/home/homeassistant/.pyenv/versions/3.12.3/bin/hass", line 8, in sys.exit(main()) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/runner.py", line 190, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 1987, in _run_once handle._run() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 114, in impl return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/forwarded.py", line 83, in forwarded_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/request_context.py", line 26, in request_context_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/ban.py", line 85, in ban_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/auth.py", line 242, in auth_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/headers.py", line 32, in headers_middleware response = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/http.py", line 73, in handle result = await handler(request, **request.match_info) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/config/config_entries.py", line 120, in post await hass.config_entries.async_reload(entry_id) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1897, in async_reload return await self.async_setup(entry_id, _lock=False) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1821, in async_setup await entry.async_setup(self.hass) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 594, in async_setup result = await component.async_setup_entry(hass, self) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/velbus/__init__.py", line 74, in async_setup_entry controller = Velbus( 2024-06-14 08:34:49.965 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:34:49.965 DEBUG (MainThread) [velbus-protocol] Starting Velbus write message from send queue 2024-06-14 08:34:49.965 DEBUG (MainThread) [velbus-protocol] Acquiring write lock 2024-06-14 08:34:49.978 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 08:34:49.981 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:34:50.039 ERROR (MainThread) [velbus-protocol] Velbus connection lost: SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)') 2024-06-14 08:34:50.042 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:34:50.100 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 03 07 ff 11 cf b8 01 14 09 37 04' 2024-06-14 08:34:50.160 DEBUG (MainThread) [velbus-protocol] Received 1 bytes from Velbus: b'04' 2024-06-14 08:34:50.221 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'04 fb 05 07 ff 10 6b 54 01 14 09 fe' 2024-06-14 08:34:50.948 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 11 07 ff 16 92 24 01 13 50 af 04' 2024-06-14 08:34:51.008 DEBUG (MainThread) [velbus-protocol] Received 1 bytes from Velbus: b'04' 2024-06-14 08:34:51.069 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'04 fb 13 07 ff 16 40 c4 01 13 50 5f' 2024-06-14 08:34:51.130 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 14 07 ff 17 c4 7c 02 14 39 36 04' 2024-06-14 08:34:51.190 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 15 07 ff 17 fc 53 02 14 39 26 04' 2024-06-14 08:34:52.885 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 31 07 ff 16 6d 5d 01 13 50 7b 04' 2024-06-14 08:34:52.947 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 32 07 ff 16 a2 ff 01 13 50 a3 04' 2024-06-14 08:34:53.008 DEBUG (MainThread) [velbus-protocol] Received 1 bytes from Velbus: b'04' 2024-06-14 08:34:53.069 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'04 fb 34 07 ff 16 1f 6e 01 13 50 b5' 2024-06-14 08:34:53.130 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 35 07 ff 16 35 5d 01 13 50 af 04' 2024-06-14 08:34:53.191 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 36 07 ff 16 94 95 01 13 50 17 04' 2024-06-14 08:34:53.252 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 37 07 ff 16 d6 5c 01 13 50 0d 04' 2024-06-14 08:34:53.314 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 38 07 ff 16 bc 11 01 13 50 71 04' 2024-06-14 08:34:53.375 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 39 07 ff 16 00 49 01 13 50 f4 04' 2024-06-14 08:34:53.799 DEBUG (MainThread) [velbus-protocol] Received 12 bytes from Velbus: b'fb 40 07 ff 16 04 34 01 13 50 fe 04' 2024-06-14 08:34:59.964 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform velbus is taking over 10 seconds. 2024-06-14 08:34:59.964 WARNING (MainThread) [homeassistant.components.button] Setup of button platform velbus is taking over 10 seconds. 2024-06-14 08:34:59.964 WARNING (MainThread) [homeassistant.components.climate] Setup of climate platform velbus is taking over 10 seconds. 2024-06-14 08:34:59.964 WARNING (MainThread) [homeassistant.components.cover] Setup of cover platform velbus is taking over 10 seconds. 2024-06-14 08:34:59.964 WARNING (MainThread) [homeassistant.components.light] Setup of light platform velbus is taking over 10 seconds. 2024-06-14 08:34:59.964 WARNING (MainThread) [homeassistant.components.select] Setup of select platform velbus is taking over 10 seconds. 2024-06-14 08:34:59.964 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform velbus is taking over 10 seconds. 2024-06-14 08:34:59.964 WARNING (MainThread) [homeassistant.components.switch] Setup of switch platform velbus is taking over 10 seconds. 2024-06-14 08:35:05.334 DEBUG (MainThread) [velbus-packet] Scan complete 2024-06-14 08:35:05.334 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:05.335 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:05.335 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:09.890 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by integration 'velbus' at homeassistant/components/velbus/__init__.py, line 74: controller = Velbus( (offender: /mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/velbusaio/handler.py, line 40: with open(), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+velbus%22 Traceback (most recent call last): File "/home/homeassistant/.pyenv/versions/3.12.3/bin/hass", line 8, in sys.exit(main()) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/runner.py", line 190, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 1987, in _run_once handle._run() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 114, in impl return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/forwarded.py", line 83, in forwarded_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/request_context.py", line 26, in request_context_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/ban.py", line 85, in ban_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/auth.py", line 242, in auth_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/headers.py", line 32, in headers_middleware response = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/http.py", line 73, in handle result = await handler(request, **request.match_info) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/config/config_entries.py", line 120, in post await hass.config_entries.async_reload(entry_id) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1897, in async_reload return await self.async_setup(entry_id, _lock=False) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1821, in async_setup await entry.async_setup(self.hass) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 594, in async_setup result = await component.async_setup_entry(hass, self) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/velbus/__init__.py", line 74, in async_setup_entry controller = Velbus( 2024-06-14 08:35:09.896 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:09.896 DEBUG (MainThread) [velbus-protocol] Starting Velbus write message from send queue 2024-06-14 08:35:09.896 DEBUG (MainThread) [velbus-protocol] Acquiring write lock 2024-06-14 08:35:09.896 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:09.898 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:09.899 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:09.899 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:09.959 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:09.960 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:09.961 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:10.020 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:10.021 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:10.021 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:10.081 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:10.082 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:10.082 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:10.141 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:10.142 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:10.143 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:10.202 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:10.203 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:10.203 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:10.297 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.297 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.298 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.298 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.298 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.299 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.299 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.299 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.299 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.299 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.299 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.299 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.299 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.300 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.300 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.300 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.300 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.300 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.301 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:35:10.332 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:10.334 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:10.334 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:10.392 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:10.393 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:10.393 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:10.453 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:10.454 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:10.454 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:10.514 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:10.515 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:10.515 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:10.575 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:10.576 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:10.576 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:10.636 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:10.637 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:10.637 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:10.696 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:10.697 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:10.698 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:10.758 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:10.759 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:10.759 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:10.818 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:10.819 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:10.819 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:10.879 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:10.880 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:10.880 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:10.940 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:10.941 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:10.941 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:11.001 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:11.002 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:11.002 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:11.062 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:11.063 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:11.063 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:11.122 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:11.123 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:11.123 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:11.183 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:11.184 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:11.184 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:11.244 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:11.245 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:11.245 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:11.305 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:11.306 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:11.306 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:11.366 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:11.367 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:11.367 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:11.427 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:11.427 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:11.428 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:11.488 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:11.489 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:11.489 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:11.549 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:11.550 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:11.550 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:11.609 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:11.610 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:11.610 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:11.670 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:11.671 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:11.672 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:11.731 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:11.732 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:11.732 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:11.792 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:11.793 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:11.793 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:11.853 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:11.854 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:11.854 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:11.914 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:11.915 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:11.915 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:11.975 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:11.975 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:11.976 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:12.035 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:12.036 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:12.037 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:12.096 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:12.097 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:12.097 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:12.157 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:12.158 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:12.158 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:12.218 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:12.218 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:12.219 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:12.279 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:12.279 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:12.280 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:12.340 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:12.340 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:12.341 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:12.400 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:12.401 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:12.401 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:12.461 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:12.462 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:12.462 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:12.522 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:12.523 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:12.523 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:12.583 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:12.584 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:12.584 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:12.644 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:12.645 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:12.645 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:12.705 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:12.706 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:12.706 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:12.766 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:12.767 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:12.767 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:12.826 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:12.827 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:12.827 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:12.887 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:12.888 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:12.889 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:12.949 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:12.950 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:12.950 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:13.009 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:13.010 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:13.011 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:13.070 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:13.071 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:13.071 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:13.131 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:13.132 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:13.132 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:13.192 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:13.193 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:13.193 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:13.252 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:13.253 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:13.254 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:13.314 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:13.315 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:13.315 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:13.375 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:13.375 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:13.376 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:13.435 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:13.436 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:13.436 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:13.496 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:13.497 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:13.497 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:13.557 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:13.558 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:13.558 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:13.618 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:13.619 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:13.619 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:13.678 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:13.679 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:13.680 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:13.740 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:13.741 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:13.741 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:13.800 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:13.801 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:13.801 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:13.861 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:13.862 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:13.862 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:13.922 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:13.923 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:13.923 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:13.983 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:13.984 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:13.985 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:14.044 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:14.045 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:14.045 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:14.104 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:14.105 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:14.106 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:14.165 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:14.166 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:14.166 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:14.225 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:14.226 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:14.227 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:14.287 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:14.288 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:14.288 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:14.347 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:14.348 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:14.349 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:14.408 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:14.409 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:14.409 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:14.468 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:14.469 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:14.470 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:14.529 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:14.530 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:14.530 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:14.589 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:14.591 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:14.591 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:14.650 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:14.651 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:14.651 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:14.711 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:14.712 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:14.712 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:14.771 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:14.773 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:14.773 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:14.833 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:14.834 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:14.834 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:14.893 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:14.894 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:14.895 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:14.954 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:14.955 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:14.955 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:15.014 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:15.015 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:15.016 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:15.075 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:15.076 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:15.076 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:15.136 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:15.137 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:15.137 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:15.197 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:15.198 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:15.198 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:15.257 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:15.259 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:15.259 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:15.319 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:15.320 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:15.320 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:15.379 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:15.381 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:15.381 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:15.441 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:15.442 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:15.442 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:15.501 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:15.502 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:15.503 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:15.562 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:15.563 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:15.563 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:15.622 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:15.623 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:15.624 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:15.683 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:15.684 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:15.684 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:15.743 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:15.745 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:15.745 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:15.805 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:15.806 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:15.806 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:15.866 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:15.867 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:15.867 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:15.927 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:15.928 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:15.929 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:15.988 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:15.989 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:15.989 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:16.048 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:16.050 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:16.050 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:16.109 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:16.110 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:16.110 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:16.170 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:16.171 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:16.172 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:16.231 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:16.232 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:16.232 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:16.292 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:16.293 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:16.294 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:16.352 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:16.354 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:16.354 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:16.413 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:16.414 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:16.415 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:16.474 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:16.475 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:16.475 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:16.535 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:16.536 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:16.536 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:16.596 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:16.597 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:16.598 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:16.657 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:16.658 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:16.658 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:16.718 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:16.719 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:16.719 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:16.779 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:16.780 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:16.781 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:16.840 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:16.841 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:16.842 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:16.901 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:16.902 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:16.902 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:16.962 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:16.963 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:16.964 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:17.023 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:17.024 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:17.024 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:17.083 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:17.084 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:17.084 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:17.144 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:17.145 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:17.145 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:17.205 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:17.207 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:17.207 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:17.266 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:17.267 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:17.267 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:17.327 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:17.328 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:17.328 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:17.388 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:17.389 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:17.390 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:17.449 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:17.450 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:17.450 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:17.510 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:17.511 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:17.512 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:17.570 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:17.572 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:17.572 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:17.631 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:17.632 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:17.633 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:17.692 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:17.693 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:17.694 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:17.753 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:17.754 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:17.754 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:17.813 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:17.814 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:17.815 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:17.874 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:17.875 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:17.875 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:17.934 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:17.935 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:17.936 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:17.995 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:17.996 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:17.996 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:18.056 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:18.057 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:18.058 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:18.117 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:18.118 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:18.118 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:18.178 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:18.179 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:18.179 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:18.239 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:18.241 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:18.241 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:18.301 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:18.302 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:18.302 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:18.361 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:18.362 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:18.363 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:18.422 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:18.423 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:18.423 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:18.482 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:18.483 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:18.484 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:18.543 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:18.544 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:18.544 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:18.603 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:18.604 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:18.605 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:18.664 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:18.665 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:18.665 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:18.725 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:18.726 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:18.727 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:18.786 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:18.787 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:18.787 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:18.846 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:18.847 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:18.848 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:18.906 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:18.908 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:18.908 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:18.967 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:18.968 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:18.969 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:19.028 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:19.029 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:19.029 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:19.089 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:19.090 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:19.090 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:19.150 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:19.151 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:19.151 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:19.211 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:19.212 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:19.213 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:19.273 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:19.274 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:19.274 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:19.333 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:19.334 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:19.335 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:19.394 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:19.395 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:19.395 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:19.454 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:19.455 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:19.456 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:19.515 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:19.516 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:19.516 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:19.576 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:19.577 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:19.577 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:19.637 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:19.638 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:19.638 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:19.698 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:19.699 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:19.699 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:19.758 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:19.759 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:19.759 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:19.818 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:19.820 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:19.820 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:19.879 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:19.880 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:19.881 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:19.896 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform velbus is taking over 10 seconds. 2024-06-14 08:35:19.896 WARNING (MainThread) [homeassistant.components.button] Setup of button platform velbus is taking over 10 seconds. 2024-06-14 08:35:19.896 WARNING (MainThread) [homeassistant.components.climate] Setup of climate platform velbus is taking over 10 seconds. 2024-06-14 08:35:19.896 WARNING (MainThread) [homeassistant.components.cover] Setup of cover platform velbus is taking over 10 seconds. 2024-06-14 08:35:19.896 WARNING (MainThread) [homeassistant.components.light] Setup of light platform velbus is taking over 10 seconds. 2024-06-14 08:35:19.897 WARNING (MainThread) [homeassistant.components.select] Setup of select platform velbus is taking over 10 seconds. 2024-06-14 08:35:19.897 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform velbus is taking over 10 seconds. 2024-06-14 08:35:19.897 WARNING (MainThread) [homeassistant.components.switch] Setup of switch platform velbus is taking over 10 seconds. 2024-06-14 08:35:19.940 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:19.941 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:19.941 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:20.000 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:20.001 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:20.002 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:20.061 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:20.062 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:20.062 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:20.121 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:20.122 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:20.123 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:20.182 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:20.183 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:20.183 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:20.242 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:20.243 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:20.243 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:20.303 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:20.304 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:20.304 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:20.363 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:20.364 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:20.365 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:20.424 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:20.426 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:20.426 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:20.486 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:20.487 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:20.487 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:20.547 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:20.548 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:20.549 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:20.608 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:20.609 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:20.609 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:20.669 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:20.670 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:20.670 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:20.729 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:20.731 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:20.731 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:20.790 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:20.791 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:20.791 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:20.850 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:20.852 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:20.852 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:20.911 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:20.912 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:20.912 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:20.971 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:20.973 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:20.973 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:21.033 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:21.034 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:21.034 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:21.093 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:21.094 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:21.095 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:21.154 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:21.155 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:21.155 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:21.214 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:21.215 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:21.216 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:21.275 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:21.276 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:21.276 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:21.336 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:21.337 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:21.338 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:21.397 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:21.398 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:21.399 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:21.458 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:21.459 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:21.459 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:21.519 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:21.520 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:21.520 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:21.579 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:21.581 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:21.581 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:21.641 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:21.642 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:21.642 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:21.701 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:21.702 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:21.702 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:21.762 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:21.763 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:21.764 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:21.823 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:21.824 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:21.825 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:21.884 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:21.885 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:21.885 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:21.945 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:21.946 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:21.946 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:22.006 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:22.007 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:22.007 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:22.067 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:22.068 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:22.068 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:22.128 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:22.129 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:22.130 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:22.190 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:22.191 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:22.191 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:22.250 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:22.251 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:22.251 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:22.310 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:22.312 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:22.312 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:22.372 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:22.373 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:22.373 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:22.433 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:22.434 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:22.434 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:22.494 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:22.495 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:22.495 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:22.555 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:22.556 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:22.556 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:22.615 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:22.617 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:22.617 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:22.676 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:22.677 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:22.677 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:22.736 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:22.737 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:22.738 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:22.797 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:22.798 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:22.798 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:22.857 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:22.858 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:22.859 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:22.918 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:22.919 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:22.919 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:22.979 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:22.980 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:22.981 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:23.040 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:23.042 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:23.042 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:23.101 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:23.102 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:23.103 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:23.161 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:23.163 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:23.163 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:23.223 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:23.224 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:23.224 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:23.284 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:23.285 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:23.285 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:23.344 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:23.345 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:23.346 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:23.405 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:23.406 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:23.406 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:23.465 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:23.466 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:23.467 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:23.526 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:23.527 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:23.527 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:23.586 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:23.587 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:23.588 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:23.648 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:23.649 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:23.649 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:23.709 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:23.710 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:23.710 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:23.770 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:23.771 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:23.771 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:23.831 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:23.832 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:23.832 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:23.891 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:23.892 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:23.893 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:23.953 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:23.954 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:23.954 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:24.013 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:24.015 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:24.015 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:24.074 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:24.075 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:24.075 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:24.134 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:24.135 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:24.136 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:24.195 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:24.196 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:24.196 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:24.256 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:24.257 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:24.257 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:24.316 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:24.317 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:24.318 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:24.377 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:24.378 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:24.378 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:24.437 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:24.438 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:24.439 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:24.498 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:24.499 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:24.499 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:24.558 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:24.559 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:24.560 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:24.620 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:24.621 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:24.621 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:24.680 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:24.681 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:24.681 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:24.741 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:24.742 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:24.742 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:24.801 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:24.802 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:24.803 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:24.862 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:24.863 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:24.863 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:24.923 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:24.924 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:24.924 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:24.984 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:24.985 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:24.986 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:25.045 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:25.046 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:25.046 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:25.105 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:25.106 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:25.107 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:25.166 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:25.167 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:25.167 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:25.227 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:25.228 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:25.229 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:25.288 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:25.289 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:25.289 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:25.349 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:25.350 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:25.350 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:35:25.411 DEBUG (MainThread) [velbus-packet] Scan complete 2024-06-14 08:35:25.415 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:35:25.416 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.416 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.416 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.416 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.416 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.416 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.416 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.416 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.416 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.417 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.417 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.417 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.417 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.417 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.417 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.417 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.417 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.417 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.417 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.417 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.417 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.417 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.417 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.417 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.417 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.417 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.418 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.418 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.418 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.418 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.418 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.418 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.418 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.418 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.418 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.418 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.418 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.418 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.418 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.418 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.418 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.418 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.418 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.418 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.419 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.420 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.420 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.420 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.420 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.420 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.420 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.420 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.420 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.420 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.420 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.420 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.420 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.420 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.420 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.420 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.420 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.420 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.420 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.421 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.421 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.421 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.421 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.421 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.421 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.421 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.421 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.421 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.421 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.421 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.421 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.421 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.422 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.422 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.422 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.422 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.422 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.422 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.422 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.422 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.422 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.422 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.422 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.422 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.422 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.422 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.422 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.422 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.422 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.422 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.423 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.423 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.423 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.423 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.423 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.423 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.423 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.423 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.423 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.423 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.423 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.423 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.423 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.423 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.423 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.423 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.423 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.423 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.424 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.425 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.425 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.425 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.425 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.425 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.425 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.425 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.425 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.425 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.425 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.425 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.425 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.425 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.425 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.425 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.425 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.425 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.426 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.426 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.426 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.426 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.426 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.426 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.426 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.426 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.426 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.426 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.426 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.426 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.426 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.426 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.427 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.427 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.427 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.427 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.427 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.427 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.427 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.427 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.427 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.427 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.427 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.427 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.427 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.427 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.427 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.427 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.427 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.427 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.428 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.428 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.428 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.428 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.428 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.428 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.428 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.428 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.428 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.428 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.428 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.428 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.428 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.428 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.428 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.428 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.428 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.428 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.429 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.429 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.429 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.429 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.429 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.429 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.429 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.429 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.429 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.429 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.429 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.429 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.429 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.429 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.429 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.429 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.430 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.430 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.430 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.430 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.430 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.430 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.430 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.430 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.430 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.430 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.430 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.430 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.430 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.430 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.430 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.430 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.430 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.430 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.431 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.431 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.431 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.431 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.431 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:35:25.431 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:35:25.432 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:48.262 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by integration 'velbus' at homeassistant/components/velbus/config_flow.py, line 37: controller = velbusaio.controller.Velbus(prt) (offender: /mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/velbusaio/handler.py, line 40: with open(), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+velbus%22 Traceback (most recent call last): File "/home/homeassistant/.pyenv/versions/3.12.3/bin/hass", line 8, in sys.exit(main()) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/runner.py", line 190, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 1987, in _run_once handle._run() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 114, in impl return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/forwarded.py", line 83, in forwarded_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/request_context.py", line 26, in request_context_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/ban.py", line 85, in ban_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/auth.py", line 242, in auth_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/headers.py", line 32, in headers_middleware response = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/http.py", line 73, in handle result = await handler(request, **request.match_info) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/decorators.py", line 81, in with_admin return await func(self, request, *args, **kwargs) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/config/config_entries.py", line 222, in post return await super().post(request, flow_id) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/data_validator.py", line 70, in wrapper return await method(view, request, data, *args, **kwargs) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/data_entry_flow.py", line 122, in post result = await self._flow_mgr.async_configure(flow_id, data) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 368, in async_configure result = await self._async_configure(flow_id, user_input) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 414, in _async_configure result = await self._async_handle_step( File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 517, in _async_handle_step result: _FlowResultT = await getattr(flow, method)(user_input) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/velbus/config_flow.py", line 54, in async_step_user if await self._test_connection(prt): File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/velbus/config_flow.py", line 37, in _test_connection controller = velbusaio.controller.Velbus(prt) 2024-06-14 08:40:55.380 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by integration 'velbus' at homeassistant/components/velbus/config_flow.py, line 37: controller = velbusaio.controller.Velbus(prt) (offender: /mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/velbusaio/handler.py, line 40: with open(), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+velbus%22 Traceback (most recent call last): File "/home/homeassistant/.pyenv/versions/3.12.3/bin/hass", line 8, in sys.exit(main()) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/runner.py", line 190, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 1987, in _run_once handle._run() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 114, in impl return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/forwarded.py", line 83, in forwarded_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/request_context.py", line 26, in request_context_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/ban.py", line 85, in ban_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/auth.py", line 242, in auth_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/headers.py", line 32, in headers_middleware response = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/http.py", line 73, in handle result = await handler(request, **request.match_info) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/decorators.py", line 81, in with_admin return await func(self, request, *args, **kwargs) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/config/config_entries.py", line 222, in post return await super().post(request, flow_id) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/data_validator.py", line 70, in wrapper return await method(view, request, data, *args, **kwargs) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/data_entry_flow.py", line 122, in post result = await self._flow_mgr.async_configure(flow_id, data) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 368, in async_configure result = await self._async_configure(flow_id, user_input) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 414, in _async_configure result = await self._async_handle_step( File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 517, in _async_handle_step result: _FlowResultT = await getattr(flow, method)(user_input) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/velbus/config_flow.py", line 54, in async_step_user if await self._test_connection(prt): File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/velbus/config_flow.py", line 37, in _test_connection controller = velbusaio.controller.Velbus(prt) 2024-06-14 08:40:55.386 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:55.386 DEBUG (MainThread) [velbus-protocol] Starting Velbus write message from send queue 2024-06-14 08:40:55.386 DEBUG (MainThread) [velbus-protocol] Acquiring write lock 2024-06-14 08:40:55.389 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by integration 'velbus' at homeassistant/components/velbus/__init__.py, line 74: controller = Velbus( (offender: /mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/velbusaio/handler.py, line 40: with open(), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+velbus%22 Traceback (most recent call last): File "/home/homeassistant/.pyenv/versions/3.12.3/bin/hass", line 8, in sys.exit(main()) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/runner.py", line 190, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 1987, in _run_once handle._run() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 114, in impl return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/forwarded.py", line 83, in forwarded_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/request_context.py", line 26, in request_context_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/ban.py", line 85, in ban_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/auth.py", line 242, in auth_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/headers.py", line 32, in headers_middleware response = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/http.py", line 73, in handle result = await handler(request, **request.match_info) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/decorators.py", line 81, in with_admin return await func(self, request, *args, **kwargs) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/config/config_entries.py", line 222, in post return await super().post(request, flow_id) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/data_validator.py", line 70, in wrapper return await method(view, request, data, *args, **kwargs) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/data_entry_flow.py", line 122, in post result = await self._flow_mgr.async_configure(flow_id, data) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 368, in async_configure result = await self._async_configure(flow_id, user_input) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 414, in _async_configure result = await self._async_handle_step( File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 572, in _async_handle_step result = await self.async_finish_flow(flow, result.copy()) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1403, in async_finish_flow await self.config_entries.async_add(entry) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1708, in async_add await self.async_setup(entry.entry_id) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1819, in async_setup await entry.async_setup(self.hass) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 594, in async_setup result = await component.async_setup_entry(hass, self) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/velbus/__init__.py", line 74, in async_setup_entry controller = Velbus( 2024-06-14 08:40:55.396 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:55.396 DEBUG (MainThread) [velbus-protocol] Starting Velbus write message from send queue 2024-06-14 08:40:55.396 DEBUG (MainThread) [velbus-protocol] Acquiring write lock 2024-06-14 08:40:55.396 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:55.397 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:55.398 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:55.398 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:55.459 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:55.460 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:55.460 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:55.520 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:55.521 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:55.521 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:55.580 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:55.581 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:55.582 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:55.642 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:55.642 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:55.643 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:55.702 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:55.703 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:55.703 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:55.763 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:55.764 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:55.764 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:55.824 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:55.825 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:55.825 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:55.885 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:55.886 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:55.886 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:55.946 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:55.947 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:55.947 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:56.007 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:56.008 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:56.008 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:56.068 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:56.069 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:56.069 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:56.129 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:56.130 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:56.130 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:56.190 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:56.191 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:56.191 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:56.250 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:56.251 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:56.252 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:56.311 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:56.312 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:56.313 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:56.372 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:56.373 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:56.374 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:56.433 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:56.434 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:56.434 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:56.494 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:56.495 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:56.495 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:56.554 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:56.555 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:56.556 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:56.615 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:56.616 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:56.616 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:56.676 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:56.677 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:56.677 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:56.737 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:56.738 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:56.738 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:56.798 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:56.798 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:56.799 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:56.858 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:56.859 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:56.860 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:56.919 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:56.920 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:56.920 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:56.980 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:56.981 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:56.981 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:57.041 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:57.042 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:57.042 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:57.102 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:57.103 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:57.103 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:57.162 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:57.163 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:57.163 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:57.223 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:57.224 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:57.224 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:57.284 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:57.285 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:57.285 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:57.345 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:57.346 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:57.346 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:57.406 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:57.407 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:57.407 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:57.467 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:57.468 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:57.468 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:57.527 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:57.528 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:57.528 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:57.588 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:57.589 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:57.589 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:57.648 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:57.649 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:57.650 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:57.710 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:57.711 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:57.711 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:57.771 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:57.772 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:57.772 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:57.831 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:57.832 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:57.833 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:57.892 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:57.893 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:57.893 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:57.953 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:57.954 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:57.954 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:58.014 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:58.015 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:58.015 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:58.075 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:58.076 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:58.076 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:58.135 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:58.136 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:58.136 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:58.196 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:58.197 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:58.197 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:58.257 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:58.258 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:58.258 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:58.318 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:58.319 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:58.319 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:58.379 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:58.380 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:58.380 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:58.439 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:58.440 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:58.440 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:58.500 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:58.501 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:58.501 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:58.561 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:58.562 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:58.562 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:58.622 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:58.623 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:58.623 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:58.683 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:58.684 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:58.684 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:58.743 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:58.744 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:58.745 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:58.804 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:58.805 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:58.805 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:58.865 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:58.866 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:58.866 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:58.926 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:58.927 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:58.927 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:58.986 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:59.076 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 08:40:59.076 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for= cb=[VelbusProtocol.restart_writing..() at /mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/velbusaio/protocol.py:79]>) 2024-06-14 08:40:59.090 DEBUG (MainThread) [velbus-protocol] Ending Velbus write message from send queue 2024-06-14 08:40:59.090 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:59.090 DEBUG (MainThread) [velbus-protocol] Starting Velbus write message from send queue 2024-06-14 08:40:59.090 DEBUG (MainThread) [velbus-protocol] Acquiring write lock 2024-06-14 08:40:59.090 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:59.091 DEBUG (MainThread) [velbus-protocol] Starting Velbus write message from send queue 2024-06-14 08:40:59.091 DEBUG (MainThread) [velbus-protocol] Acquiring write lock 2024-06-14 08:40:59.091 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:59.092 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:59.092 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:59.151 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:59.152 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:59.153 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:59.212 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:59.213 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:59.213 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:59.273 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:59.274 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:59.274 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:59.334 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:59.335 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:59.335 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:59.395 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:59.396 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:59.396 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:59.456 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:59.457 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:59.457 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:59.517 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:59.518 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:59.518 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:59.578 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:59.579 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:59.579 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:59.638 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:59.639 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:59.639 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:59.699 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:59.700 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:59.700 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:59.760 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:59.761 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:59.761 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:59.821 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:59.822 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:59.822 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:59.882 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:59.883 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:59.883 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:40:59.943 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:40:59.944 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:40:59.944 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:00.004 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:00.005 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:00.005 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:00.064 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:00.065 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:00.065 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:00.125 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:00.126 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:00.126 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:00.186 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:00.187 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:00.187 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:00.248 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:00.249 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:00.249 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:00.309 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:00.310 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:00.310 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:00.370 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:00.371 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:00.371 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:00.430 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:00.431 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:00.431 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:00.491 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:00.492 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:00.492 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:00.552 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:00.553 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:00.553 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:00.613 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:00.614 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:00.614 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:00.673 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:00.674 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:00.675 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:00.734 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:00.735 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:00.735 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:00.795 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:00.796 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:00.796 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:00.856 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:00.857 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:00.857 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:00.916 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:00.917 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:00.917 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:00.977 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:00.978 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:00.978 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:01.038 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:01.039 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:01.039 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:01.099 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:01.100 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:01.100 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:01.159 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:01.160 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:01.161 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:01.220 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:01.221 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:01.221 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:01.281 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:01.282 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:01.282 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:01.342 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:01.343 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:01.343 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:01.403 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:01.404 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:01.404 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:01.463 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:01.464 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:01.464 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:01.524 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:01.525 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:01.525 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:01.585 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:01.586 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:01.586 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:01.646 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:01.647 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:01.647 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:01.706 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:01.707 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:01.707 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:01.767 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:01.768 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:01.768 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:01.828 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:01.829 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:01.829 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:01.888 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:01.889 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:01.889 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:01.949 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:01.950 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:01.950 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:02.010 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:02.011 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:02.011 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:02.071 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:02.072 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:02.072 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:02.132 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:02.133 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:02.133 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:02.192 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:02.193 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:02.194 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:02.253 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:02.254 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:02.254 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:02.314 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:02.315 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:02.315 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:02.375 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:02.376 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:02.376 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:02.436 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:02.437 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:02.437 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:02.497 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:02.498 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:02.498 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:02.558 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:02.559 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:02.559 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:02.618 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:02.619 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:02.619 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:02.679 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:02.680 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:02.680 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:02.740 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:02.741 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:02.741 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:02.801 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:02.802 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:02.802 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:02.862 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:02.863 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:02.863 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:02.923 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:02.924 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:02.924 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:02.984 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:02.984 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:02.985 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:03.044 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:03.045 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:03.046 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:03.105 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:03.106 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:03.106 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:03.166 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:03.167 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:03.167 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:03.227 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:03.228 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:03.228 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:03.287 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:03.288 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:03.288 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:03.348 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:03.349 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:03.349 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:03.409 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:03.410 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:03.410 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:03.469 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:03.470 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:03.470 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:03.531 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:03.532 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:03.532 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:03.592 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:03.592 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:03.593 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:03.652 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:03.653 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:03.654 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:03.713 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:03.714 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:03.714 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:03.774 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:03.775 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:03.775 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:03.835 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:03.836 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:03.836 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:03.896 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:03.897 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:03.897 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:03.957 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:03.958 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:03.958 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:04.018 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:04.018 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:04.019 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:04.078 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:04.079 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:04.079 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:04.139 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:04.140 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:04.140 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:04.200 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:04.201 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:04.201 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:04.261 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:04.262 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:04.263 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:04.322 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:04.323 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:04.323 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:04.382 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:04.383 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:04.384 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:04.443 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:04.444 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:04.444 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:04.503 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:04.504 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:04.505 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:04.564 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:04.566 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:04.566 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:04.625 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:04.626 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:04.627 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:04.686 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:04.687 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:04.688 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:04.748 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:04.749 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:04.749 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:04.808 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:04.809 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:04.810 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:04.870 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:04.871 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:04.871 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:04.931 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:04.932 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:04.933 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:04.992 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:04.993 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:04.993 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:05.052 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:05.053 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:05.054 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:05.113 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:05.114 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:05.114 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:05.174 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:05.175 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:05.175 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:05.234 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:05.236 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:05.236 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:05.295 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:05.296 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:05.296 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:05.355 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:05.356 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:05.357 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:05.396 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform velbus is taking over 10 seconds. 2024-06-14 08:41:05.396 WARNING (MainThread) [homeassistant.components.button] Setup of button platform velbus is taking over 10 seconds. 2024-06-14 08:41:05.396 WARNING (MainThread) [homeassistant.components.climate] Setup of climate platform velbus is taking over 10 seconds. 2024-06-14 08:41:05.396 WARNING (MainThread) [homeassistant.components.cover] Setup of cover platform velbus is taking over 10 seconds. 2024-06-14 08:41:05.396 WARNING (MainThread) [homeassistant.components.light] Setup of light platform velbus is taking over 10 seconds. 2024-06-14 08:41:05.397 WARNING (MainThread) [homeassistant.components.select] Setup of select platform velbus is taking over 10 seconds. 2024-06-14 08:41:05.397 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform velbus is taking over 10 seconds. 2024-06-14 08:41:05.397 WARNING (MainThread) [homeassistant.components.switch] Setup of switch platform velbus is taking over 10 seconds. 2024-06-14 08:41:05.416 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:05.418 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:05.418 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:05.477 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:05.478 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:05.479 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:05.538 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:05.539 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:05.540 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:05.599 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:05.600 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:05.600 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:05.659 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:05.660 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:05.661 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:05.720 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:05.721 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:05.721 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:05.781 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:05.782 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:05.782 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:05.841 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:05.843 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:05.843 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:05.903 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:05.904 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:05.904 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:05.963 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:05.964 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:05.965 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:06.024 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:06.025 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:06.025 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:06.084 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:06.085 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:06.086 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:06.145 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:06.146 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:06.146 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:06.205 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:06.206 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:06.207 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:06.266 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:06.267 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:06.268 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:06.326 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:06.328 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:06.328 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:06.387 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:06.388 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:06.388 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:06.448 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:06.449 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:06.449 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:06.508 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:06.510 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:06.510 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:06.569 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:06.570 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:06.571 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:06.630 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:06.631 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:06.631 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:06.690 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:06.691 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:06.692 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:06.751 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:06.752 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:06.752 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:06.812 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:06.813 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:06.813 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:06.872 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:06.874 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:06.874 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:06.933 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:06.934 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:06.934 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:06.993 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:06.994 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:06.995 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:07.055 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:07.056 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:07.056 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:07.116 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:07.117 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:07.117 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:07.177 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:07.178 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:07.179 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:07.238 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:07.239 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:07.239 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:07.299 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:07.300 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:07.300 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:07.359 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:07.361 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:07.361 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:07.421 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:07.422 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:07.422 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:07.481 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:07.483 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:07.483 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:07.543 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:07.544 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:07.544 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:07.603 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:07.604 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:07.605 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:07.664 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:07.666 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:07.666 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:07.725 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:07.726 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:07.727 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:07.786 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:07.787 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:07.787 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:07.847 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:07.848 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:07.848 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:07.907 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:07.909 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:07.909 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:07.969 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:07.970 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:07.970 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:08.029 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:08.030 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:08.031 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:08.090 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:08.091 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:08.091 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:08.150 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:08.151 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:08.151 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:08.211 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:08.212 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:08.212 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:08.272 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:08.273 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:08.273 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:08.333 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:08.334 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:08.334 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:08.394 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:08.395 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:08.395 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:08.455 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:08.456 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:08.456 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:08.516 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:08.517 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:08.517 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:08.576 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:08.577 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:08.578 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:08.638 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:08.638 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:08.639 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:08.698 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:08.699 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:08.699 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:08.759 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:08.760 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:08.760 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:08.820 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:08.821 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:08.821 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:08.881 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:08.882 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:08.882 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:08.942 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:08.943 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:08.943 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:09.002 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:09.003 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:09.004 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:09.063 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:09.064 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:09.064 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:09.124 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:09.125 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:09.125 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:09.185 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:09.186 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:09.186 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:09.246 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:09.247 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:09.247 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:09.307 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:09.308 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:09.308 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:09.368 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:09.369 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:09.369 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:09.429 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:09.430 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:09.430 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:09.489 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:09.490 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:09.490 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:09.550 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:09.551 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:09.551 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:09.611 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:09.612 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:09.612 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:09.672 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:09.673 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:09.673 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:09.732 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:09.733 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:09.734 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:09.794 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:09.795 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:09.795 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:09.855 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:09.856 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:09.856 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:09.915 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:09.916 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:09.917 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:09.978 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:09.979 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:09.979 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:10.039 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:10.039 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:10.040 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:10.099 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:10.100 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:10.100 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:10.160 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:10.161 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:10.161 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:10.221 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:10.222 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:10.222 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:10.282 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:10.283 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:10.283 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:10.343 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:10.344 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:10.344 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:10.404 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:10.405 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:10.405 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:10.465 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:10.466 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:10.466 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:10.526 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:10.526 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:10.527 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:10.586 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:10.587 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:10.587 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:10.647 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:10.648 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:10.648 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:10.708 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:10.709 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:10.709 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:10.769 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:10.769 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:10.770 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:10.830 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:10.831 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:10.831 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 08:41:10.891 DEBUG (MainThread) [velbus-packet] Scan complete 2024-06-14 08:41:10.894 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 08:41:10.896 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.896 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.896 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.896 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.896 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.896 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.896 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.896 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.897 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.897 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.897 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.897 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.897 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.897 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.897 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.897 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.897 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.897 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.897 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.897 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.898 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.898 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.898 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.898 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.898 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.898 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.898 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.898 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.898 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.898 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.898 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.898 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.898 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.898 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.898 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.898 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.898 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.898 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.899 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.900 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.900 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.900 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.900 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.900 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.900 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.900 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.900 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.900 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.900 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.900 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.900 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.900 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.900 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.900 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.900 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.900 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.900 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.901 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.901 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.901 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.901 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.901 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.901 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.901 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.901 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.901 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.901 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.901 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.901 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.901 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.901 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.901 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.902 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.902 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.902 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.902 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.902 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.902 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.902 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.902 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.902 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.902 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.902 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.902 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.902 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.902 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.902 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.902 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.902 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.902 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.903 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.904 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.905 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.905 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.905 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.905 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.905 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.905 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.905 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.905 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.905 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.905 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.905 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.905 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.905 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.905 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.905 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.905 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.905 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.906 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.906 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.906 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.906 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.906 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.906 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.906 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.906 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.906 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.906 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.906 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.906 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.906 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.906 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.906 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.906 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.906 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.907 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.907 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.907 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.907 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.907 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.907 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.907 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.907 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.907 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.907 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.907 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.907 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.907 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.907 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.907 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.907 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.907 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.907 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.908 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.909 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.909 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.909 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.909 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.909 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.909 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.909 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.909 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.909 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.909 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.909 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.909 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.909 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.909 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.909 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.909 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.909 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.909 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.910 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.910 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.910 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.910 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.910 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.910 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.910 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.910 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.910 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.910 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.910 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.910 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.910 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.910 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.910 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.910 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.910 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.910 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.911 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.911 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 08:41:10.911 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 08:41:10.912 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:49.774 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by integration 'velbus' at homeassistant/components/velbus/config_flow.py, line 37: controller = velbusaio.controller.Velbus(prt) (offender: /mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/velbusaio/handler.py, line 40: with open(), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+velbus%22 Traceback (most recent call last): File "/home/homeassistant/.pyenv/versions/3.12.3/bin/hass", line 8, in sys.exit(main()) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/runner.py", line 190, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 1987, in _run_once handle._run() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 114, in impl return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/forwarded.py", line 83, in forwarded_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/request_context.py", line 26, in request_context_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/ban.py", line 85, in ban_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/auth.py", line 242, in auth_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/headers.py", line 32, in headers_middleware response = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/http.py", line 73, in handle result = await handler(request, **request.match_info) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/decorators.py", line 81, in with_admin return await func(self, request, *args, **kwargs) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/config/config_entries.py", line 222, in post return await super().post(request, flow_id) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/data_validator.py", line 70, in wrapper return await method(view, request, data, *args, **kwargs) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/data_entry_flow.py", line 122, in post result = await self._flow_mgr.async_configure(flow_id, data) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 368, in async_configure result = await self._async_configure(flow_id, user_input) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 414, in _async_configure result = await self._async_handle_step( File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 517, in _async_handle_step result: _FlowResultT = await getattr(flow, method)(user_input) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/velbus/config_flow.py", line 54, in async_step_user if await self._test_connection(prt): File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/velbus/config_flow.py", line 37, in _test_connection controller = velbusaio.controller.Velbus(prt) 2024-06-14 09:01:49.779 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:49.779 DEBUG (MainThread) [velbus-protocol] Starting Velbus write message from send queue 2024-06-14 09:01:49.779 DEBUG (MainThread) [velbus-protocol] Acquiring write lock 2024-06-14 09:01:49.783 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by integration 'velbus' at homeassistant/components/velbus/__init__.py, line 74: controller = Velbus( (offender: /mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/velbusaio/handler.py, line 40: with open(), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+velbus%22 Traceback (most recent call last): File "/home/homeassistant/.pyenv/versions/3.12.3/bin/hass", line 8, in sys.exit(main()) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/runner.py", line 190, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/base_events.py", line 1987, in _run_once handle._run() File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 114, in impl return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/forwarded.py", line 83, in forwarded_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/request_context.py", line 26, in request_context_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/ban.py", line 85, in ban_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/auth.py", line 242, in auth_middleware return await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/headers.py", line 32, in headers_middleware response = await handler(request) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/http.py", line 73, in handle result = await handler(request, **request.match_info) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/decorators.py", line 81, in with_admin return await func(self, request, *args, **kwargs) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/config/config_entries.py", line 222, in post return await super().post(request, flow_id) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/http/data_validator.py", line 70, in wrapper return await method(view, request, data, *args, **kwargs) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/helpers/data_entry_flow.py", line 122, in post result = await self._flow_mgr.async_configure(flow_id, data) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 368, in async_configure result = await self._async_configure(flow_id, user_input) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 414, in _async_configure result = await self._async_handle_step( File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/data_entry_flow.py", line 572, in _async_handle_step result = await self.async_finish_flow(flow, result.copy()) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1403, in async_finish_flow await self.config_entries.async_add(entry) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1708, in async_add await self.async_setup(entry.entry_id) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 1819, in async_setup await entry.async_setup(self.hass) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/config_entries.py", line 594, in async_setup result = await component.async_setup_entry(hass, self) File "/home/homeassistant/.pyenv/versions/3.12.3/lib/python3.12/site-packages/homeassistant/components/velbus/__init__.py", line 74, in async_setup_entry controller = Velbus( 2024-06-14 09:01:49.788 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:49.788 DEBUG (MainThread) [velbus-protocol] Starting Velbus write message from send queue 2024-06-14 09:01:49.789 DEBUG (MainThread) [velbus-protocol] Acquiring write lock 2024-06-14 09:01:49.789 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:49.790 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:49.791 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:49.791 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:49.851 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:49.852 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:49.852 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:49.911 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:49.913 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:49.913 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:49.972 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:49.973 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:49.973 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:50.033 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:50.035 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:50.035 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:50.095 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:50.096 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:50.096 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:50.155 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:50.156 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:50.157 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:50.215 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:50.217 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:50.217 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:50.276 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:50.277 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:50.277 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:50.337 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:50.339 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:50.339 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:50.398 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:50.399 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:50.399 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:50.401 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for= cb=[VelbusProtocol.restart_writing..() at /mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/velbusaio/protocol.py:79]>) 2024-06-14 09:01:50.459 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:50.460 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:50.460 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:50.519 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:50.520 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:50.521 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:50.581 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:50.582 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:50.582 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:50.641 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:50.642 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:50.643 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:50.703 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:50.704 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:50.704 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:50.763 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:50.764 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:50.765 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:50.824 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:50.825 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:50.825 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:50.884 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:50.885 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:50.886 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:50.946 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:50.947 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:50.947 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:51.007 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:51.008 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:51.008 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:51.068 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:51.069 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:51.069 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:51.128 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:51.129 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:51.130 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:51.189 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:51.190 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:51.190 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:51.249 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:51.250 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:51.251 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:51.310 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:51.311 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:51.311 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:51.371 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:51.372 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:51.373 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:51.432 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:51.433 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:51.433 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:51.493 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:51.494 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:51.495 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:51.554 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:51.555 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:51.555 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:51.614 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:51.615 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:51.615 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:51.674 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:51.676 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:51.676 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:51.736 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:51.737 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:51.737 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:51.796 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:51.797 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:51.798 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:51.857 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:51.858 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:51.858 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:51.917 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:51.918 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:51.919 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:51.978 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:51.979 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:51.979 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:52.038 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:52.039 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:52.040 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:52.099 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:52.100 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:52.100 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:52.160 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:52.161 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:52.162 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:52.221 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:52.222 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:52.222 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:52.281 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:52.282 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:52.283 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:52.342 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:52.343 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:52.343 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:52.403 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:52.404 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:52.404 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:52.464 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:52.465 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:52.465 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:52.525 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:52.526 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:52.526 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:52.585 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:52.586 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:52.586 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:52.646 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:52.647 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:52.648 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:52.707 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:52.708 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:52.708 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:52.767 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:52.768 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:52.769 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:52.828 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:52.829 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:52.829 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:52.888 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:52.890 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:52.890 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:52.949 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:52.950 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:52.950 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:53.009 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:53.011 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:53.011 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:53.070 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:53.071 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:53.071 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:53.130 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:53.132 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:53.132 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:53.191 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:53.192 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:53.192 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:53.251 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:53.253 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:53.253 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:53.312 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:53.313 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:53.313 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:53.373 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:53.374 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:53.374 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:53.433 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:53.434 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:53.435 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:53.494 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:53.495 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:53.495 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:53.554 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:53.555 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:53.556 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:53.614 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:53.616 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:53.616 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:53.676 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:53.677 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:53.677 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:53.736 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:53.738 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:53.738 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:53.797 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:53.798 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:53.798 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:53.857 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:53.859 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:53.859 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:53.918 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:53.919 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:53.919 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:53.978 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:53.980 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:53.980 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:54.039 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:54.040 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:54.040 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:54.099 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:54.101 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:54.101 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:54.161 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:54.162 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:54.162 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:54.222 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:54.223 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:54.223 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:54.282 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:54.283 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:54.283 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:54.342 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:54.344 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:54.344 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:54.403 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:54.404 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:54.405 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:54.463 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:54.465 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:54.465 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:54.524 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:54.525 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:54.526 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:54.585 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:54.586 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:54.586 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:54.645 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:54.646 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:54.647 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:54.706 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:54.707 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:54.707 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:54.766 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:54.767 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:54.767 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:54.827 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:54.828 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:54.828 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:54.888 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:54.889 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:54.889 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:54.949 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:54.950 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:54.951 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:55.010 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:55.011 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:55.012 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:55.071 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:55.073 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:55.073 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:55.132 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:55.133 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:55.133 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:55.192 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:55.194 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:55.194 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:55.253 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:55.254 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:55.254 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:55.314 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:55.315 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:55.316 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:55.375 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:55.376 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:55.376 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:55.435 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:55.436 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:55.437 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:55.496 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:55.497 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:55.497 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:55.556 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:55.557 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:55.558 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:55.617 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:55.618 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:55.618 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:55.678 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:55.679 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:55.680 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:55.739 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:55.740 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:55.740 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:55.800 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:55.801 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:55.801 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:55.861 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:55.862 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:55.863 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:55.922 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:55.923 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:55.923 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:55.982 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:55.983 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:55.984 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:56.043 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:56.045 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:56.045 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:56.104 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:56.105 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:56.105 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:56.165 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:56.167 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:56.167 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:56.258 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for= cb=[VelbusProtocol.restart_writing..() at /mnt/dietpi_userdata/homeassistant/deps/lib/python3.12/site-packages/velbusaio/protocol.py:79]>) 2024-06-14 09:01:56.259 ERROR (MainThread) [homeassistant] Error doing job: Task was destroyed but it is pending! ( wait_for=>) 2024-06-14 09:01:56.275 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:56.276 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:56.276 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:56.336 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:56.337 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:56.337 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:56.397 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:56.398 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:56.398 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:56.458 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:56.459 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:56.459 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:56.518 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:56.519 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:56.519 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:56.578 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:56.580 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:56.580 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:56.640 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:56.641 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:56.641 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:56.700 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:56.701 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:56.702 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:56.761 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:56.762 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:56.762 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:56.821 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:56.822 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:56.823 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:56.882 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:56.883 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:56.883 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:56.943 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:56.944 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:56.945 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:57.003 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:57.005 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:57.005 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:57.064 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:57.065 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:57.066 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:57.126 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:57.127 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:57.127 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:57.187 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:57.188 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:57.188 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:57.248 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:57.249 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:57.250 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:57.309 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:57.310 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:57.310 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:57.369 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:57.370 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:57.371 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:57.430 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:57.432 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:57.432 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:57.491 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:57.492 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:57.492 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:57.551 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:57.553 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:57.553 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:57.613 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:57.614 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:57.614 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:57.673 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:57.674 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:57.675 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:57.734 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:57.735 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:57.736 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:57.795 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:57.796 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:57.796 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:57.855 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:57.856 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:57.857 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:57.916 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:57.917 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:57.917 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:57.977 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:57.978 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:57.978 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:58.037 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:58.039 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:58.039 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:58.098 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:58.100 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:58.100 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:58.159 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:58.160 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:58.161 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:58.220 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:58.221 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:58.221 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:58.280 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:58.281 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:58.282 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:58.342 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:58.343 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:58.343 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:58.402 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:58.403 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:58.404 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:58.463 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:58.464 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:58.464 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:58.524 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:58.525 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:58.526 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:58.585 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:58.586 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:58.586 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:58.646 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:58.647 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:58.647 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:58.706 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:58.708 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:58.708 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:58.767 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:58.768 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:58.768 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:58.827 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:58.829 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:58.829 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:58.888 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:58.889 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:58.889 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:58.948 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:58.949 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:58.950 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:59.010 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:59.011 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:59.011 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:59.070 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:59.071 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:59.072 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:59.131 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:59.132 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:59.132 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:59.191 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:59.192 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:59.193 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:59.252 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:59.253 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:59.253 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:59.312 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:59.313 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:59.314 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:59.373 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:59.374 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:59.374 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:59.434 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:59.436 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:59.436 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:59.495 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:59.496 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:59.496 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:59.555 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:59.556 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:59.557 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:59.617 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:59.618 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:59.618 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:59.677 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:59.678 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:59.679 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:59.739 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:59.740 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:59.740 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:59.789 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform velbus is taking over 10 seconds. 2024-06-14 09:01:59.789 WARNING (MainThread) [homeassistant.components.button] Setup of button platform velbus is taking over 10 seconds. 2024-06-14 09:01:59.789 WARNING (MainThread) [homeassistant.components.climate] Setup of climate platform velbus is taking over 10 seconds. 2024-06-14 09:01:59.789 WARNING (MainThread) [homeassistant.components.cover] Setup of cover platform velbus is taking over 10 seconds. 2024-06-14 09:01:59.789 WARNING (MainThread) [homeassistant.components.light] Setup of light platform velbus is taking over 10 seconds. 2024-06-14 09:01:59.789 WARNING (MainThread) [homeassistant.components.select] Setup of select platform velbus is taking over 10 seconds. 2024-06-14 09:01:59.789 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform velbus is taking over 10 seconds. 2024-06-14 09:01:59.789 WARNING (MainThread) [homeassistant.components.switch] Setup of switch platform velbus is taking over 10 seconds. 2024-06-14 09:01:59.800 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:59.801 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:59.801 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:59.860 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:59.862 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:59.862 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:59.922 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:59.923 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:59.923 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:01:59.983 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:01:59.984 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:01:59.984 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:00.043 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:00.044 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:00.045 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:00.104 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:00.105 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:00.105 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:00.164 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:00.165 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:00.166 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:00.225 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:00.226 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:00.226 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:00.285 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:00.287 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:00.287 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:00.347 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:00.348 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:00.348 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:00.407 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:00.408 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:00.409 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:00.468 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:00.469 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:00.469 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:00.528 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:00.529 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:00.530 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:00.589 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:00.590 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:00.590 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:00.649 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:00.651 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:00.651 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:00.711 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:00.712 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:00.712 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:00.771 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:00.772 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:00.773 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:00.832 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:00.833 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:00.833 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:00.892 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:00.893 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:00.894 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:00.954 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:00.955 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:00.955 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:01.014 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:01.015 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:01.015 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:01.075 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:01.076 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:01.076 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:01.136 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:01.137 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:01.137 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:01.196 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:01.198 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:01.198 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:01.257 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:01.258 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:01.258 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:01.317 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:01.319 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:01.319 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:01.378 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:01.379 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:01.380 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:01.439 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:01.440 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:01.440 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:01.500 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:01.501 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:01.502 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:01.561 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:01.562 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:01.562 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:01.621 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:01.622 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:01.622 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:01.681 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:01.683 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:01.683 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:01.743 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:01.744 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:01.744 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:01.803 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:01.805 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:01.805 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:01.864 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:01.866 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:01.866 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:01.925 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:01.926 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:01.926 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:01.985 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:01.987 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:01.987 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:02.046 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:02.047 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:02.047 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:02.106 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:02.107 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:02.108 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:02.168 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:02.169 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:02.170 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:02.228 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:02.230 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:02.230 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:02.289 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:02.290 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:02.290 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:02.349 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:02.351 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:02.351 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:02.410 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:02.411 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:02.411 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:02.470 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:02.472 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:02.472 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:02.532 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:02.533 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:02.533 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:02.593 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:02.594 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:02.594 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:02.654 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:02.655 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:02.656 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:02.715 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:02.716 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:02.716 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:02.775 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:02.776 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:02.777 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:02.836 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:02.837 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:02.837 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:02.896 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:02.897 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:02.898 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:02.958 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:02.959 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:02.959 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:03.019 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:03.020 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:03.021 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:03.080 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:03.081 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:03.081 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:03.140 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:03.141 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:03.142 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:03.202 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:03.203 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:03.203 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:03.262 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:03.264 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:03.264 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:03.324 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:03.325 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:03.325 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:03.386 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:03.387 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:03.387 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:03.447 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:03.448 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:03.449 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:03.508 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:03.509 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:03.509 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:03.568 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:03.569 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:03.570 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:03.629 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:03.630 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:03.630 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:03.690 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:03.691 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:03.691 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:03.750 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:03.751 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:03.752 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:03.811 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:03.812 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:03.812 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:03.871 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:03.872 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:03.872 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:03.932 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:03.933 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:03.933 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:03.992 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:03.993 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:03.993 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:04.053 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:04.055 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:04.055 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:04.114 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:04.115 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:04.115 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:04.174 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:04.175 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:04.176 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:04.236 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:04.237 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:04.237 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:04.296 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:04.298 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:04.298 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:04.357 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:04.358 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:04.358 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:04.418 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:04.419 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:04.420 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:04.479 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:04.480 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:04.480 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:04.540 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:04.541 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:04.541 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:04.601 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:04.603 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:04.603 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:04.662 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:04.663 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:04.663 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:04.722 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:04.723 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:04.724 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:04.783 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:04.784 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:04.784 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:04.844 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:04.845 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:04.845 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:04.904 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:04.906 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:04.906 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:04.965 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:04.966 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:04.966 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:05.026 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:05.027 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:05.028 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:05.087 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:05.088 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:05.088 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:05.148 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:05.149 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:05.149 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:05.208 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:05.210 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:05.210 DEBUG (MainThread) [velbus-protocol] TX: authentication key 2024-06-14 09:02:05.270 DEBUG (MainThread) [velbus-packet] Scan complete 2024-06-14 09:02:05.274 ERROR (MainThread) [velbus-protocol] Velbus connection lost: ConnectionResetError(104, 'Connection reset by peer') 2024-06-14 09:02:05.275 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.275 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.275 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.275 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.276 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.276 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.276 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.276 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.276 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.276 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.276 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.276 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.276 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.276 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.276 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.276 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.276 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.276 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.276 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.276 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.276 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.277 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.277 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.277 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.277 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.277 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.277 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.277 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.277 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.277 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.277 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.277 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.277 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.277 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.277 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.277 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.277 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.277 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.278 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.279 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.279 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.279 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.279 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.279 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.279 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.279 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.279 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.279 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.279 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.279 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.279 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.279 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.279 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.279 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.279 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.279 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.279 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.280 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.280 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.280 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.280 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.280 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.280 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.280 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.280 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.280 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.280 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.280 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.280 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.280 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.280 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.281 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.281 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.281 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.281 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.281 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.281 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.281 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.281 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.281 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.281 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.281 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.281 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.281 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.281 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.281 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.281 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.282 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.283 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.283 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.283 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.283 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.283 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.283 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.283 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.283 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.283 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.283 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.283 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.283 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.283 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.283 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.283 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.283 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.283 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.283 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.284 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.285 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.285 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.285 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.285 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.285 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.285 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.285 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.285 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.285 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.285 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.285 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.285 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.285 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.285 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.285 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.286 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.286 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.286 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.286 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.286 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.286 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.286 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.286 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.286 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.286 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.286 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.286 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.286 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.286 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.286 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.287 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.287 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.287 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.287 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.287 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.287 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.287 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.287 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.287 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.287 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.287 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.287 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.287 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.287 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.287 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.287 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.287 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.287 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.288 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.289 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.289 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.289 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.289 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.289 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.289 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.289 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.289 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.289 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.289 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.289 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.289 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.289 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.289 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.289 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.289 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.289 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.290 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.290 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.290 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.290 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.290 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.290 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.290 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.290 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.290 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.290 ERROR (MainThread) [velbus] Not all modules are loaded within a timeout of 600 seconds, continuing with the loaded modules 2024-06-14 09:02:05.291 INFO (MainThread) [velbus-protocol] Connection established to Velbus 2024-06-14 09:02:05.291 DEBUG (MainThread) [velbus-protocol] TX: authentication key