Sonoff Zigbee 3.0 USB Dongle Plus (Zigbee) with error when configuration

Hello,
i have connected a Sonoff Zigbee 3.0 USB Dongle Plus Zigbee Home Automation Stick to my Homeassistant Mini PC. If I don’t go to configure the discovered device and don’t configure the device, everything works. The stick is recognized. When I now go to configure I get the following error message.

“Error testing USB device”

The following note is in the LOG.

Logger: homeassistant.util.loop
Quelle: util/loop.py:136
Erstmals aufgetreten: 10:30:18 (10 Vorkommnisse)
Zuletzt protokolliert: 10:30:18

Detected blocking call to glob with args ('/dev/ttyACM*',) inside the event loop by integration 'zha' at homeassistant/components/zha/radio_manager.py, line 221: probe_result = await radio.controller.probe(dev_config) (offender: /usr/local/lib/python3.12/site-packages/serial/tools/list_ports_linux.py, line 95: devices.extend(glob.glob('/dev/ttyACM*')) # usb-serial with CDC-ACM profile), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+zha%22 For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#glob Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module> sys.exit(main()) File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/usr/src/homeassistant/homeassistant/runner.py", line 189, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once handle._run() File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 477, in _handle_request resp = await request_handler(request) File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 559, in _handle return await handler(request) File "/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 117, in impl return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 210, in forwarded_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 26, in request_context_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 85, in ban_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 242, in auth_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/headers.py", line 32, in headers_middleware response = await handler(request) File "/usr/src/homeassistant/homeassistant/helpers/http.py", line 73, in handle result = await handler(request, **request.match_info) File "/usr/src/homeassistant/homeassistant/components/http/decorators.py", line 81, in with_admin return await func(self, request, *args, **kwargs) File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 222, in post return await super().post(request, flow_id) File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 74, in wrapper return await method(view, request, data, *args, **kwargs) File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 122, in post result = await self._flow_mgr.async_configure(flow_id, data) File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 370, in async_configure result = await self._async_configure(flow_id, user_input) File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 417, in _async_configure result = await self._async_handle_step( File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 520, in _async_handle_step result: _FlowResultT = await getattr(flow, method)(user_input) File "/usr/src/homeassistant/homeassistant/components/zha/config_flow.py", line 553, in async_step_confirm probe_result = await self._radio_mgr.detect_radio_type() File "/usr/src/homeassistant/homeassistant/components/zha/radio_manager.py", line 221, in detect_radio_type probe_result = await radio.controller.probe(dev_config)
Detected blocking call to glob with args ('/dev/ttyAMA*',) inside the event loop by integration 'zha' at homeassistant/components/zha/radio_manager.py, line 221: probe_result = await radio.controller.probe(dev_config) (offender: /usr/local/lib/python3.12/site-packages/serial/tools/list_ports_linux.py, line 96: devices.extend(glob.glob('/dev/ttyAMA*')) # ARM internal port (raspi)), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+zha%22 For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#glob Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module> sys.exit(main()) File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/usr/src/homeassistant/homeassistant/runner.py", line 189, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once handle._run() File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 477, in _handle_request resp = await request_handler(request) File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 559, in _handle return await handler(request) File "/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 117, in impl return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 210, in forwarded_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 26, in request_context_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 85, in ban_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 242, in auth_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/headers.py", line 32, in headers_middleware response = await handler(request) File "/usr/src/homeassistant/homeassistant/helpers/http.py", line 73, in handle result = await handler(request, **request.match_info) File "/usr/src/homeassistant/homeassistant/components/http/decorators.py", line 81, in with_admin return await func(self, request, *args, **kwargs) File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 222, in post return await super().post(request, flow_id) File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 74, in wrapper return await method(view, request, data, *args, **kwargs) File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 122, in post result = await self._flow_mgr.async_configure(flow_id, data) File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 370, in async_configure result = await self._async_configure(flow_id, user_input) File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 417, in _async_configure result = await self._async_handle_step( File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 520, in _async_handle_step result: _FlowResultT = await getattr(flow, method)(user_input) File "/usr/src/homeassistant/homeassistant/components/zha/config_flow.py", line 553, in async_step_confirm probe_result = await self._radio_mgr.detect_radio_type() File "/usr/src/homeassistant/homeassistant/components/zha/radio_manager.py", line 221, in detect_radio_type probe_result = await radio.controller.probe(dev_config)
Detected blocking call to glob with args ('/dev/rfcomm*',) inside the event loop by integration 'zha' at homeassistant/components/zha/radio_manager.py, line 221: probe_result = await radio.controller.probe(dev_config) (offender: /usr/local/lib/python3.12/site-packages/serial/tools/list_ports_linux.py, line 97: devices.extend(glob.glob('/dev/rfcomm*')) # BT serial devices), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+zha%22 For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#glob Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module> sys.exit(main()) File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/usr/src/homeassistant/homeassistant/runner.py", line 189, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once handle._run() File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 477, in _handle_request resp = await request_handler(request) File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 559, in _handle return await handler(request) File "/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 117, in impl return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 210, in forwarded_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 26, in request_context_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 85, in ban_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 242, in auth_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/headers.py", line 32, in headers_middleware response = await handler(request) File "/usr/src/homeassistant/homeassistant/helpers/http.py", line 73, in handle result = await handler(request, **request.match_info) File "/usr/src/homeassistant/homeassistant/components/http/decorators.py", line 81, in with_admin return await func(self, request, *args, **kwargs) File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 222, in post return await super().post(request, flow_id) File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 74, in wrapper return await method(view, request, data, *args, **kwargs) File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 122, in post result = await self._flow_mgr.async_configure(flow_id, data) File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 370, in async_configure result = await self._async_configure(flow_id, user_input) File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 417, in _async_configure result = await self._async_handle_step( File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 520, in _async_handle_step result: _FlowResultT = await getattr(flow, method)(user_input) File "/usr/src/homeassistant/homeassistant/components/zha/config_flow.py", line 553, in async_step_confirm probe_result = await self._radio_mgr.detect_radio_type() File "/usr/src/homeassistant/homeassistant/components/zha/radio_manager.py", line 221, in detect_radio_type probe_result = await radio.controller.probe(dev_config)
Detected blocking call to glob with args ('/dev/ttyAP*',) inside the event loop by integration 'zha' at homeassistant/components/zha/radio_manager.py, line 221: probe_result = await radio.controller.probe(dev_config) (offender: /usr/local/lib/python3.12/site-packages/serial/tools/list_ports_linux.py, line 98: devices.extend(glob.glob('/dev/ttyAP*')) # Advantech multi-port serial controllers), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+zha%22 For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#glob Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module> sys.exit(main()) File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/usr/src/homeassistant/homeassistant/runner.py", line 189, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once handle._run() File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 477, in _handle_request resp = await request_handler(request) File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 559, in _handle return await handler(request) File "/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 117, in impl return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 210, in forwarded_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 26, in request_context_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 85, in ban_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 242, in auth_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/headers.py", line 32, in headers_middleware response = await handler(request) File "/usr/src/homeassistant/homeassistant/helpers/http.py", line 73, in handle result = await handler(request, **request.match_info) File "/usr/src/homeassistant/homeassistant/components/http/decorators.py", line 81, in with_admin return await func(self, request, *args, **kwargs) File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 222, in post return await super().post(request, flow_id) File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 74, in wrapper return await method(view, request, data, *args, **kwargs) File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 122, in post result = await self._flow_mgr.async_configure(flow_id, data) File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 370, in async_configure result = await self._async_configure(flow_id, user_input) File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 417, in _async_configure result = await self._async_handle_step( File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 520, in _async_handle_step result: _FlowResultT = await getattr(flow, method)(user_input) File "/usr/src/homeassistant/homeassistant/components/zha/config_flow.py", line 553, in async_step_confirm probe_result = await self._radio_mgr.detect_radio_type() File "/usr/src/homeassistant/homeassistant/components/zha/radio_manager.py", line 221, in detect_radio_type probe_result = await radio.controller.probe(dev_config)
Detected blocking call to open with args ('/sys/devices/pnp0/00:03/id',) inside the event loop by integration 'zha' at homeassistant/components/zha/radio_manager.py, line 221: probe_result = await radio.controller.probe(dev_config) (offender: /usr/local/lib/python3.12/site-packages/serial/tools/list_ports_linux.py, line 84: with open(os.path.join(*args)) as f:), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+zha%22 For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#open Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module> sys.exit(main()) File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/usr/src/homeassistant/homeassistant/runner.py", line 189, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once handle._run() File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 477, in _handle_request resp = await request_handler(request) File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 559, in _handle return await handler(request) File "/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 117, in impl return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 210, in forwarded_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 26, in request_context_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 85, in ban_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 242, in auth_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/headers.py", line 32, in headers_middleware response = await handler(request) File "/usr/src/homeassistant/homeassistant/helpers/http.py", line 73, in handle result = await handler(request, **request.match_info) File "/usr/src/homeassistant/homeassistant/components/http/decorators.py", line 81, in with_admin return await func(self, request, *args, **kwargs) File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 222, in post return await super().post(request, flow_id) File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 74, in wrapper return await method(view, request, data, *args, **kwargs) File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 122, in post result = await self._flow_mgr.async_configure(flow_id, data) File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 370, in async_configure result = await self._async_configure(flow_id, user_input) File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 417, in _async_configure result = await self._async_handle_step( File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 520, in _async_handle_step result: _FlowResultT = await getattr(flow, method)(user_input) File "/usr/src/homeassistant/homeassistant/components/zha/config_flow.py", line 553, in async_step_confirm probe_result = await self._radio_mgr.detect_radio_type() File "/usr/src/homeassistant/homeassistant/components/zha/radio_manager.py", line 221, in detect_radio_type probe_result = await radio.controller.probe(dev_config)

What can I do? Do I have to create a bug report? Is the stick faulty? I would be happy to receive support.
Greetings from Stefan Harbich

Here is my system information:

{
  "home_assistant": {
    "installation_type": "Home Assistant OS",
    "version": "2024.10.1",
    "dev": false,
    "hassio": true,
    "virtualenv": false,
    "python_version": "3.12.4",
    "docker": true,
    "arch": "x86_64",
    "timezone": "Europe/Berlin",
    "os_name": "Linux",
    "os_version": "6.6.46-haos",
    "supervisor": "2024.10.0",
    "host_os": "Home Assistant OS 13.1",
    "docker_version": "26.1.4",
    "chassis": "embedded",
    "run_as_root": true
  },
  "custom_components": {
    "elasticsearch": {
      "documentation": "https://github.com/legrego/homeassistant-elasticsearch",
      "version": "0.4.0",
      "requirements": [
        "elasticsearch7==7.11.0"
      ]
    },
    "hacs": {
      "documentation": "https://hacs.xyz/docs/configuration/start",
      "version": "2.0.1",
      "requirements": [
        "aiogithubapi>=22.10.1"
      ]
    },
    "additional_ca": {
      "documentation": "https://www.github.com/Athozs/hass-additional-ca",
      "version": "0.0.0",
      "requirements": [
        "aiofiles==24.1.0"
      ]
    }
  },
  "integration_manifest": {
    "domain": "systemmonitor",
    "name": "System Monitor",
    "codeowners": [
      "gjohansson-ST"
    ],
    "config_flow": true,
    "documentation": "https://www.home-assistant.io/integrations/systemmonitor",
    "iot_class": "local_push",
    "loggers": [
      "psutil"
    ],
    "requirements": [
      "psutil-home-assistant==0.0.1",
      "psutil==6.0.0"
    ],
    "is_built_in": true
  },
  "setup_times": {},
  "data": {
    "entry": {
      "created_at": "2024-10-11T08:54:19.173999+00:00",
      "data": {},
      "discovery_keys": {},
      "disabled_by": null,
      "domain": "systemmonitor",
      "entry_id": "01J9XCJCS52JK49VEA0AM42YXF",
      "minor_version": 3,
      "modified_at": "2024-10-11T08:54:19.174001+00:00",
      "options": {},
      "pref_disable_new_entities": false,
      "pref_disable_polling": false,
      "source": "user",
      "title": "System Monitor",
      "unique_id": null,
      "version": 1
    },
    "coordinators": {
      "last_update_success": true,
      "last_update": "2024-10-11 08:54:19.188038+00:00",
      "data": {
        "disk_usage": {
          "/media": "sdiskusage(total=503310422016, used=10535530496, free=472281976832, percent=2.2)",
          "/": "sdiskusage(total=503310422016, used=10535530496, free=472281976832, percent=2.2)",
          "/run/audio": "sdiskusage(total=503310422016, used=10535530496, free=472281976832, percent=2.2)",
          "/config": "sdiskusage(total=503310422016, used=10535530496, free=472281976832, percent=2.2)",
          "/ssl": "sdiskusage(total=503310422016, used=10535530496, free=472281976832, percent=2.2)",
          "/media/log": "sdiskusage(total=314849624064, used=80192995328, free=218636484608, percent=26.8)",
          "/share": "sdiskusage(total=503310422016, used=10535530496, free=472281976832, percent=2.2)"
        },
        "swap": "sswap(total=5329784832, used=0, free=5329784832, percent=0.0, sin=0, sout=0)",
        "memory": "VirtualMemory(total=16148246528, available=14948188160, percent=7.4, used=1024098304, free=13730603008)",
        "io_counters": {
          "lo": "snetio(bytes_sent=5535, bytes_recv=5535, packets_sent=56, packets_recv=56, errin=0, errout=0, dropin=0, dropout=0)",
          "eno1": "snetio(bytes_sent=0, bytes_recv=0, packets_sent=0, packets_recv=0, errin=0, errout=0, dropin=0, dropout=0)",
          "enp4s0": "snetio(bytes_sent=5623428, bytes_recv=6936200, packets_sent=13558, packets_recv=17580, errin=0, errout=0, dropin=0, dropout=0)",
          "wlp3s0": "snetio(bytes_sent=0, bytes_recv=0, packets_sent=0, packets_recv=0, errin=0, errout=0, dropin=0, dropout=0)",
          "docker0": "snetio(bytes_sent=55599, bytes_recv=13967, packets_sent=121, packets_recv=105, errin=0, errout=0, dropin=0, dropout=0)",
          "hassio": "snetio(bytes_sent=1087154, bytes_recv=1524989, packets_sent=2959, packets_recv=2863, errin=0, errout=0, dropin=0, dropout=0)",
          "veth3f98a37": "snetio(bytes_sent=100497, bytes_recv=928, packets_sent=445, packets_recv=13, errin=0, errout=0, dropin=0, dropout=0)",
          "vetha11d827": "snetio(bytes_sent=58128, bytes_recv=15437, packets_sent=136, packets_recv=105, errin=0, errout=0, dropin=0, dropout=0)",
          "vethb860f3c": "snetio(bytes_sent=1314727, bytes_recv=5019035, packets_sent=2503, packets_recv=2172, errin=0, errout=0, dropin=0, dropout=0)",
          "veth1e2974e": "snetio(bytes_sent=102040, bytes_recv=3582, packets_sent=426, packets_recv=23, errin=0, errout=0, dropin=0, dropout=0)",
          "veth97c7969": "snetio(bytes_sent=104721, bytes_recv=8138, packets_sent=466, packets_recv=61, errin=0, errout=0, dropin=0, dropout=0)",
          "vethd9a4f7d": "snetio(bytes_sent=95428, bytes_recv=0, packets_sent=407, packets_recv=0, errin=0, errout=0, dropin=0, dropout=0)",
          "vethe6341b3": "snetio(bytes_sent=162660, bytes_recv=611211, packets_sent=1431, packets_recv=1166, errin=0, errout=0, dropin=0, dropout=0)",
          "veth54d4184": "snetio(bytes_sent=376500, bytes_recv=914987, packets_sent=885, packets_recv=664, errin=0, errout=0, dropin=0, dropout=0)",
          "vetha9f8a30": "snetio(bytes_sent=4285332, bytes_recv=50866, packets_sent=692, packets_recv=557, errin=0, errout=0, dropin=0, dropout=0)",
          "veth2615fb3": "snetio(bytes_sent=4480, bytes_recv=1545, packets_sent=27, packets_recv=15, errin=0, errout=0, dropin=0, dropout=0)"
        },
        "addresses": {
          "lo": "[snicaddr(family=<AddressFamily.AF_INET: 2>, address='127.0.0.1', netmask='255.0.0.0', broadcast=None, ptp=None), snicaddr(family=<AddressFamily.AF_INET6: 10>, address='::1', netmask='ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', broadcast=None, ptp=None), snicaddr(family=<AddressFamily.AF_PACKET: 17>, address='00:00:00:00:00:00', netmask=None, broadcast=None, ptp=None)]",
          "enp4s0": "[snicaddr(family=<AddressFamily.AF_INET: 2>, address='192.168.20.151', netmask='255.255.255.0', broadcast='192.168.20.255', ptp=None), snicaddr(family=<AddressFamily.AF_INET6: 10>, address='fe80::956e:192b:6aa0:371%enp4s0', netmask='ffff:ffff:ffff:ffff::', broadcast=None, ptp=None), snicaddr(family=<AddressFamily.AF_PACKET: 17>, address='1c:83:41:40:79:63', netmask=None, broadcast='ff:ff:ff:ff:ff:ff', ptp=None)]",
          "docker0": "[snicaddr(family=<AddressFamily.AF_INET: 2>, address='172.30.232.1', netmask='255.255.254.0', broadcast='172.30.233.255', ptp=None), snicaddr(family=<AddressFamily.AF_INET6: 10>, address='fe80::42:12ff:fec0:bc5a%docker0', netmask='ffff:ffff:ffff:ffff::', broadcast=None, ptp=None), snicaddr(family=<AddressFamily.AF_PACKET: 17>, address='02:42:12:c0:bc:5a', netmask=None, broadcast='ff:ff:ff:ff:ff:ff', ptp=None)]",
          "hassio": "[snicaddr(family=<AddressFamily.AF_INET: 2>, address='172.30.32.1', netmask='255.255.254.0', broadcast='172.30.33.255', ptp=None), snicaddr(family=<AddressFamily.AF_INET6: 10>, address='fe80::42:d3ff:fefc:6f07%hassio', netmask='ffff:ffff:ffff:ffff::', broadcast=None, ptp=None), snicaddr(family=<AddressFamily.AF_PACKET: 17>, address='02:42:d3:fc:6f:07', netmask=None, broadcast='ff:ff:ff:ff:ff:ff', ptp=None)]",
          "veth3f98a37": "[snicaddr(family=<AddressFamily.AF_INET6: 10>, address='fe80::88fb:9eff:fe5b:c04a%veth3f98a37', netmask='ffff:ffff:ffff:ffff::', broadcast=None, ptp=None), snicaddr(family=<AddressFamily.AF_PACKET: 17>, address='8a:fb:9e:5b:c0:4a', netmask=None, broadcast='ff:ff:ff:ff:ff:ff', ptp=None)]",
          "vetha11d827": "[snicaddr(family=<AddressFamily.AF_INET6: 10>, address='fe80::4c8d:5fff:fee3:136e%vetha11d827', netmask='ffff:ffff:ffff:ffff::', broadcast=None, ptp=None), snicaddr(family=<AddressFamily.AF_PACKET: 17>, address='4e:8d:5f:e3:13:6e', netmask=None, broadcast='ff:ff:ff:ff:ff:ff', ptp=None)]",
          "vethb860f3c": "[snicaddr(family=<AddressFamily.AF_INET6: 10>, address='fe80::d4b4:6aff:fe14:5fce%vethb860f3c', netmask='ffff:ffff:ffff:ffff::', broadcast=None, ptp=None), snicaddr(family=<AddressFamily.AF_PACKET: 17>, address='d6:b4:6a:14:5f:ce', netmask=None, broadcast='ff:ff:ff:ff:ff:ff', ptp=None)]",
          "veth1e2974e": "[snicaddr(family=<AddressFamily.AF_INET6: 10>, address='fe80::8c5c:ff:fe7f:5b5a%veth1e2974e', netmask='ffff:ffff:ffff:ffff::', broadcast=None, ptp=None), snicaddr(family=<AddressFamily.AF_PACKET: 17>, address='8e:5c:00:7f:5b:5a', netmask=None, broadcast='ff:ff:ff:ff:ff:ff', ptp=None)]",
          "veth97c7969": "[snicaddr(family=<AddressFamily.AF_INET6: 10>, address='fe80::c895:3aff:fec2:1876%veth97c7969', netmask='ffff:ffff:ffff:ffff::', broadcast=None, ptp=None), snicaddr(family=<AddressFamily.AF_PACKET: 17>, address='ca:95:3a:c2:18:76', netmask=None, broadcast='ff:ff:ff:ff:ff:ff', ptp=None)]",
          "vethd9a4f7d": "[snicaddr(family=<AddressFamily.AF_INET6: 10>, address='fe80::48a6:27ff:febe:9930%vethd9a4f7d', netmask='ffff:ffff:ffff:ffff::', broadcast=None, ptp=None), snicaddr(family=<AddressFamily.AF_PACKET: 17>, address='4a:a6:27:be:99:30', netmask=None, broadcast='ff:ff:ff:ff:ff:ff', ptp=None)]",
          "vethe6341b3": "[snicaddr(family=<AddressFamily.AF_INET6: 10>, address='fe80::144d:a2ff:fe88:be63%vethe6341b3', netmask='ffff:ffff:ffff:ffff::', broadcast=None, ptp=None), snicaddr(family=<AddressFamily.AF_PACKET: 17>, address='16:4d:a2:88:be:63', netmask=None, broadcast='ff:ff:ff:ff:ff:ff', ptp=None)]",
          "veth54d4184": "[snicaddr(family=<AddressFamily.AF_INET6: 10>, address='fe80::f403:45ff:feb3:69c0%veth54d4184', netmask='ffff:ffff:ffff:ffff::', broadcast=None, ptp=None), snicaddr(family=<AddressFamily.AF_PACKET: 17>, address='f6:03:45:b3:69:c0', netmask=None, broadcast='ff:ff:ff:ff:ff:ff', ptp=None)]",
          "vetha9f8a30": "[snicaddr(family=<AddressFamily.AF_INET6: 10>, address='fe80::701c:c2ff:fe41:375d%vetha9f8a30', netmask='ffff:ffff:ffff:ffff::', broadcast=None, ptp=None), snicaddr(family=<AddressFamily.AF_PACKET: 17>, address='72:1c:c2:41:37:5d', netmask=None, broadcast='ff:ff:ff:ff:ff:ff', ptp=None)]",
          "veth2615fb3": "[snicaddr(family=<AddressFamily.AF_INET6: 10>, address='fe80::e812:58ff:feba:c4e1%veth2615fb3', netmask='ffff:ffff:ffff:ffff::', broadcast=None, ptp=None), snicaddr(family=<AddressFamily.AF_PACKET: 17>, address='ea:12:58:ba:c4:e1', netmask=None, broadcast='ff:ff:ff:ff:ff:ff', ptp=None)]",
          "eno1": "[snicaddr(family=<AddressFamily.AF_PACKET: 17>, address='1c:83:41:40:79:62', netmask=None, broadcast='ff:ff:ff:ff:ff:ff', ptp=None)]",
          "wlp3s0": "[snicaddr(family=<AddressFamily.AF_PACKET: 17>, address='a8:43:a4:29:16:2c', netmask=None, broadcast='ff:ff:ff:ff:ff:ff', ptp=None)]"
        },
        "load": "(0.4423828125, 0.701171875, 0.416015625)",
        "cpu_percent": "0.0",
        "boot_time": "2024-10-11 08:45:17+00:00",
        "processes": "[psutil.Process(pid=1, name='s6-svscan', status='sleeping', started='10:45:51'), psutil.Process(pid=16, name='s6-supervise', status='sleeping', started='10:45:51'), psutil.Process(pid=18, name='s6-linux-init-shutdownd', status='sleeping', started='10:45:51'), psutil.Process(pid=25, name='s6-supervise', status='sleeping', started='10:45:51'), psutil.Process(pid=26, name='s6-supervise', status='sleeping', started='10:45:51'), psutil.Process(pid=34, name='s6-ipcserverd', status='sleeping', started='10:45:51'), psutil.Process(pid=66, name='s6-supervise', status='sleeping', started='10:45:51'), psutil.Process(pid=68, name='python3', status='running', started='10:45:51')]",
        "temperatures": {
          "k10temp": "[shwtemp(label='Tctl', current=59.25, high=None, critical=None)]",
          "amdgpu": "[shwtemp(label='edge', current=51.0, high=None, critical=None)]"
        }
      }
    }
  }
}