Migration clé Conbee II vers mini PC impossible

Bonjour,

J’ai décidé de migrer mon Home Assistant d’un Raspberry 3 vers un Mini PC pour gagner en stabilité et performance.
La migration s’est bien passée sauf pour ma clé ConBee II que je n’arrive pas à intégrer avec ZHA alors que ça fonctionnait avec le Raspberry.

Voici les étapes :
J’ai complètement supprimé l’intégration ZHA.
Je sélectionne le port USB de la Conbee
image
Je choisis la bonne clé
image
Et ça échoue après

Ma clé est connectée sur un port USB3 (il n’y a que ça de dispo), alors j’ai tenté une rallonge.
J’ai tenté de mettre le dernier firmware dispo deCONZ_ConBeeII_0x26780700.bin.GCF
J’ai ajouté les log en mode debug

logger:
  default: error
  logs:
    homeassistant.components.zha: debug
    zigpy: debug

Edit: J’ai trouvé les logs associés

2024-08-30 19:34:57.448 DEBUG (ImportExecutor_0) [zigpy.appdb] SQLite version for <module 'sqlite3' from '/usr/local/lib/python3.12/sqlite3/__init__.py'>: 3.44.2
2024-08-30 19:34:57.500 INFO (ImportExecutor_0) [zigpy.serial] Using pyserial-asyncio-fast in place of pyserial-asyncio
2024-08-30 19:34:57.705 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Éclairage entrée cuisine' failed to setup triggers and has been disabled: Unknown device '94f10a3d79b25b9d82a903e70bd953ab'
2024-08-30 19:34:57.706 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Cube 2' failed to setup triggers and has been disabled: Unknown device '2c446dcafdb0df7cc430ad8f01349807'
2024-08-30 19:35:59.151 DEBUG (MainThread) [homeassistant.components.zha.radio_manager] Attempting to probe radio type RadioType.ezsp
2024-08-30 19:35:59.153 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Inovelli object at 0x7f6500c87da0>
2024-08-30 19:35:59.153 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Ledvance object at 0x7f651ba20440>
2024-08-30 19:35:59.153 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Salus object at 0x7f6501f5d9d0>
2024-08-30 19:35:59.153 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Sonoff object at 0x7f6526c43bc0>
2024-08-30 19:35:59.155 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.ThirdReality object at 0x7f65049677a0>
2024-08-30 19:35:59.157 DEBUG (bellows.thread_0) [zigpy.serial] Opening a serial connection to '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00' (115200 baudrate)
2024-08-30 19:35:59.470 DEBUG (MainThread) [zigpy.application] Failed to probe with config {'path': '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00', 'baudrate': 115200, 'flow_control': None}
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/serial/serialposix.py", line 322, in open
    self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 19] No such device: '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 631, in probe
    await app.connect()
  File "/usr/local/lib/python3.12/site-packages/bellows/zigbee/application.py", line 146, in connect
    await ezsp.connect(use_thread=self.config[CONF_USE_THREAD])
  File "/usr/local/lib/python3.12/site-packages/bellows/ezsp/__init__.py", line 145, in connect
    self._gw = await bellows.uart.connect(self._config, self, use_thread=use_thread)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/bellows/uart.py", line 179, in connect
    protocol, connection_done = await thread.run_coroutine_threadsafe(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/bellows/uart.py", line 158, in _connect
    transport, _ = await zigpy.serial.create_serial_connection(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/zigpy/serial.py", line 48, in create_serial_connection
    transport, protocol = await pyserial_asyncio.create_serial_connection(
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/serial_asyncio_fast/__init__.py", line 508, in create_serial_connection
    serial_instance = await loop.run_in_executor(None, callback)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/serial/__init__.py", line 90, in serial_for_url
    instance.open()
  File "/usr/local/lib/python3.12/site-packages/serial/serialposix.py", line 325, in open
    raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg))
serial.serialutil.SerialException: [Errno 19] could not open port /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00: [Errno 19] No such device: '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00'
2024-08-30 19:35:59.477 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Inovelli object at 0x7f650086f3e0>
2024-08-30 19:35:59.477 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Ledvance object at 0x7f650086f350>
2024-08-30 19:35:59.477 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Salus object at 0x7f650086f440>
2024-08-30 19:35:59.477 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Sonoff object at 0x7f650086f500>
2024-08-30 19:35:59.477 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.ThirdReality object at 0x7f650086f470>
2024-08-30 19:35:59.480 DEBUG (bellows.thread_0) [zigpy.serial] Opening a serial connection to '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00' (57600 baudrate)
2024-08-30 19:35:59.481 DEBUG (MainThread) [zigpy.application] Failed to probe with config {'path': '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00', 'baudrate': 57600, 'flow_control': None}
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/serial/serialposix.py", line 322, in open
    self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 631, in probe
    await app.connect()
  File "/usr/local/lib/python3.12/site-packages/bellows/zigbee/application.py", line 146, in connect
    await ezsp.connect(use_thread=self.config[CONF_USE_THREAD])
  File "/usr/local/lib/python3.12/site-packages/bellows/ezsp/__init__.py", line 145, in connect
    self._gw = await bellows.uart.connect(self._config, self, use_thread=use_thread)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/bellows/uart.py", line 179, in connect
    protocol, connection_done = await thread.run_coroutine_threadsafe(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/bellows/uart.py", line 158, in _connect
    transport, _ = await zigpy.serial.create_serial_connection(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/zigpy/serial.py", line 48, in create_serial_connection
    transport, protocol = await pyserial_asyncio.create_serial_connection(
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/serial_asyncio_fast/__init__.py", line 508, in create_serial_connection
    serial_instance = await loop.run_in_executor(None, callback)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/serial/__init__.py", line 90, in serial_for_url
    instance.open()
  File "/usr/local/lib/python3.12/site-packages/serial/serialposix.py", line 325, in open
    raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg))
serial.serialutil.SerialException: [Errno 2] could not open port /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00: [Errno 2] No such file or directory: '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00'
2024-08-30 19:35:59.482 DEBUG (MainThread) [homeassistant.components.zha.radio_manager] Attempting to probe radio type RadioType.znp
2024-08-30 19:35:59.483 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Inovelli object at 0x7f650086ffe0>
2024-08-30 19:35:59.483 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Ledvance object at 0x7f650086fdd0>
2024-08-30 19:35:59.483 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Salus object at 0x7f6500cd4050>
2024-08-30 19:35:59.483 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Sonoff object at 0x7f6500cd4080>
2024-08-30 19:35:59.483 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.ThirdReality object at 0x7f6500cd4110>
2024-08-30 19:35:59.483 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00' (115200 baudrate)
2024-08-30 19:35:59.484 DEBUG (MainThread) [zigpy.application] Failed to probe with config {'path': '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00', 'baudrate': 115200, 'flow_control': None}
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/serial/serialposix.py", line 322, in open
    self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 631, in probe
    await app.connect()
  File "/usr/local/lib/python3.12/site-packages/zigpy_znp/zigbee/application.py", line 103, in connect
    await znp.connect()
  File "/usr/local/lib/python3.12/site-packages/zigpy_znp/api.py", line 730, in connect
    self._uart = await uart.connect(self._config[conf.CONF_DEVICE], self)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/zigpy_znp/uart.py", line 171, in connect
    _, protocol = await zigpy.serial.create_serial_connection(
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/zigpy/serial.py", line 48, in create_serial_connection
    transport, protocol = await pyserial_asyncio.create_serial_connection(
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/serial_asyncio_fast/__init__.py", line 508, in create_serial_connection
    serial_instance = await loop.run_in_executor(None, callback)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/serial/__init__.py", line 90, in serial_for_url
    instance.open()
  File "/usr/local/lib/python3.12/site-packages/serial/serialposix.py", line 325, in open
    raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg))
serial.serialutil.SerialException: [Errno 2] could not open port /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00: [Errno 2] No such file or directory: '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00'
2024-08-30 19:35:59.489 DEBUG (MainThread) [homeassistant.components.zha.radio_manager] Attempting to probe radio type RadioType.deconz
2024-08-30 19:35:59.489 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Inovelli object at 0x7f650e49c140>
2024-08-30 19:35:59.489 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Ledvance object at 0x7f650e49c110>
2024-08-30 19:35:59.489 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Salus object at 0x7f650e49c590>
2024-08-30 19:35:59.489 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Sonoff object at 0x7f650e49c3b0>
2024-08-30 19:35:59.489 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.ThirdReality object at 0x7f650e49c890>
2024-08-30 19:35:59.490 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00' (115200 baudrate)
2024-08-30 19:35:59.494 DEBUG (MainThread) [zigpy.application] Failed to probe with config {'path': '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00', 'baudrate': 115200, 'flow_control': None}
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/serial/serialposix.py", line 322, in open
    self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 631, in probe
    await app.connect()
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/zigbee/application.py", line 97, in connect
    await api.connect()
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 464, in connect
    self._uart = await zigpy_deconz.uart.connect(self._config, self)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/uart.py", line 131, in connect
    _, protocol = await zigpy.serial.create_serial_connection(
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/zigpy/serial.py", line 48, in create_serial_connection
    transport, protocol = await pyserial_asyncio.create_serial_connection(
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/serial_asyncio_fast/__init__.py", line 508, in create_serial_connection
    serial_instance = await loop.run_in_executor(None, callback)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/serial/__init__.py", line 90, in serial_for_url
    instance.open()
  File "/usr/local/lib/python3.12/site-packages/serial/serialposix.py", line 325, in open
    raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg))
serial.serialutil.SerialException: [Errno 2] could not open port /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00: [Errno 2] No such file or directory: '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00'
2024-08-30 19:35:59.496 DEBUG (MainThread) [homeassistant.components.zha.radio_manager] Attempting to probe radio type RadioType.zigate
2024-08-30 19:35:59.527 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00' (115200 baudrate)
2024-08-30 19:35:59.530 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00' (115200 baudrate)
2024-08-30 19:35:59.531 DEBUG (MainThread) [homeassistant.components.zha.repairs.wrong_silabs_firmware] Failed to probe application type
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/serial/serialposix.py", line 322, in open
    self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/zha/repairs/wrong_silabs_firmware.py", line 87, in probe_silabs_firmware_type
    await flasher.probe_app_type()
  File "/usr/local/lib/python3.12/site-packages/universal_silabs_flasher/flasher.py", line 206, in probe_app_type
    result = await probe_funcs[probe_method](baudrate=baudrate)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/universal_silabs_flasher/flasher.py", line 112, in probe_gecko_bootloader
    async with self._connect_gecko_bootloader(baudrate) as gecko:
  File "/usr/local/lib/python3.12/contextlib.py", line 210, in __aenter__
    return await anext(self.gen)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/universal_silabs_flasher/common.py", line 181, in connect_protocol
    _, protocol = await zigpy.serial.create_serial_connection(
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/zigpy/serial.py", line 48, in create_serial_connection
    transport, protocol = await pyserial_asyncio.create_serial_connection(
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/serial_asyncio_fast/__init__.py", line 508, in create_serial_connection
    serial_instance = await loop.run_in_executor(None, callback)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/serial/__init__.py", line 90, in serial_for_url
    instance.open()
  File "/usr/local/lib/python3.12/site-packages/serial/serialposix.py", line 325, in open
    raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg))
serial.serialutil.SerialException: [Errno 2] could not open port /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00: [Errno 2] No such file or directory: '/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00'
2024-08-30 19:36:16.980 DEBUG (MainThread) [homeassistant.components.zha.radio_manager] Attempting to probe radio type RadioType.ezsp
2024-08-30 19:36:16.981 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Inovelli object at 0x7f6500129190>
2024-08-30 19:36:16.981 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Ledvance object at 0x7f650012a480>
2024-08-30 19:36:16.981 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Salus object at 0x7f650012a090>
2024-08-30 19:36:16.981 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Sonoff object at 0x7f6500129fa0>
2024-08-30 19:36:16.981 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.ThirdReality object at 0x7f650012a030>
2024-08-30 19:36:16.982 DEBUG (bellows.thread_0) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (115200 baudrate)
2024-08-30 19:36:21.987 DEBUG (MainThread) [zigpy.application] Failed to probe with config {'path': '/dev/ttyACM0', 'baudrate': 115200, 'flow_control': None}
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 631, in probe
    await app.connect()
  File "/usr/local/lib/python3.12/site-packages/bellows/zigbee/application.py", line 149, in connect
    await ezsp.startup_reset()
  File "/usr/local/lib/python3.12/site-packages/bellows/ezsp/__init__.py", line 125, in startup_reset
    await self.reset()
  File "/usr/local/lib/python3.12/site-packages/bellows/ezsp/__init__.py", line 151, in reset
    await self._gw.reset()
TimeoutError
2024-08-30 19:36:21.989 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Inovelli object at 0x7f650013a000>
2024-08-30 19:36:21.989 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Ledvance object at 0x7f65001383e0>
2024-08-30 19:36:21.989 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Salus object at 0x7f6500128e00>
2024-08-30 19:36:21.989 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Sonoff object at 0x7f6500128b60>
2024-08-30 19:36:21.989 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.ThirdReality object at 0x7f65001292b0>
2024-08-30 19:36:21.991 DEBUG (bellows.thread_0) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (57600 baudrate)
2024-08-30 19:36:26.999 DEBUG (MainThread) [zigpy.application] Failed to probe with config {'path': '/dev/ttyACM0', 'baudrate': 57600, 'flow_control': None}
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 631, in probe
    await app.connect()
  File "/usr/local/lib/python3.12/site-packages/bellows/zigbee/application.py", line 149, in connect
    await ezsp.startup_reset()
  File "/usr/local/lib/python3.12/site-packages/bellows/ezsp/__init__.py", line 125, in startup_reset
    await self.reset()
  File "/usr/local/lib/python3.12/site-packages/bellows/ezsp/__init__.py", line 151, in reset
    await self._gw.reset()
TimeoutError
2024-08-30 19:36:27.000 DEBUG (MainThread) [homeassistant.components.zha.radio_manager] Attempting to probe radio type RadioType.znp
2024-08-30 19:36:27.001 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Inovelli object at 0x7f65001295e0>
2024-08-30 19:36:27.001 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Ledvance object at 0x7f6500129970>
2024-08-30 19:36:27.001 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Salus object at 0x7f65001299a0>
2024-08-30 19:36:27.001 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Sonoff object at 0x7f65001295b0>
2024-08-30 19:36:27.001 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.ThirdReality object at 0x7f650013a840>
2024-08-30 19:36:27.001 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (115200 baudrate)
2024-08-30 19:36:32.001 DEBUG (MainThread) [homeassistant.components.zha.radio_manager] Attempting to probe radio type RadioType.deconz
2024-08-30 19:36:32.002 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Inovelli object at 0x7f6504515610>
2024-08-30 19:36:32.002 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Ledvance object at 0x7f65045151f0>
2024-08-30 19:36:32.002 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Salus object at 0x7f6504514b90>
2024-08-30 19:36:32.002 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Sonoff object at 0x7f6504514c50>
2024-08-30 19:36:32.002 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.ThirdReality object at 0x7f6500a5f290>
2024-08-30 19:36:32.002 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (115200 baudrate)
2024-08-30 19:36:33.808 DEBUG (MainThread) [zigpy.application] Failed to probe with config {'path': '/dev/ttyACM0', 'baudrate': 115200, 'flow_control': None}
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 589, in _command
    return await fut
           ^^^^^^^^^
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 631, in probe
    await app.connect()
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/zigbee/application.py", line 97, in connect
    await api.connect()
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 466, in connect
    await self.version()
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 813, in version
    self._protocol_version = await self.read_parameter(
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 832, in read_parameter
    rsp = await self.send_command(
          ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 508, in send_command
    return await self._command(cmd, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 588, in _command
    async with asyncio_timeout(COMMAND_TIMEOUT):
  File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
    raise TimeoutError from exc_val
TimeoutError
2024-08-30 19:36:33.809 DEBUG (MainThread) [homeassistant.components.zha.radio_manager] Attempting to probe radio type RadioType.zigate
2024-08-30 19:36:33.862 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (115200 baudrate)
2024-08-30 19:36:36.810 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (115200 baudrate)
2024-08-30 19:36:38.814 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (460800 baudrate)
2024-08-30 19:36:43.126 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (115200 baudrate)
2024-08-30 19:36:47.436 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (230400 baudrate)
2024-08-30 19:36:51.747 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (115200 baudrate)
2024-08-30 19:36:56.751 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (460800 baudrate)
2024-08-30 19:37:01.063 DEBUG (MainThread) [homeassistant.components.zha.repairs.wrong_silabs_firmware] Failed to probe application type
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/zha/repairs/wrong_silabs_firmware.py", line 87, in probe_silabs_firmware_type
    await flasher.probe_app_type()
  File "/usr/local/lib/python3.12/site-packages/universal_silabs_flasher/flasher.py", line 235, in probe_app_type
    raise RuntimeError("Failed to probe running application type")
RuntimeError: Failed to probe running application type
2024-08-30 19:37:06.300 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Inovelli object at 0x7f65042c4260>
2024-08-30 19:37:06.300 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Ledvance object at 0x7f65042c43e0>
2024-08-30 19:37:06.300 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Salus object at 0x7f65042c5010>
2024-08-30 19:37:06.300 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Sonoff object at 0x7f65042c4230>
2024-08-30 19:37:06.300 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.ThirdReality object at 0x7f6500101730>
2024-08-30 19:37:06.300 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (115200 baudrate)
2024-08-30 19:37:08.104 DEBUG (MainThread) [zigpy.application] Failed to probe with config {'path': '/dev/ttyACM0', 'baudrate': 115200, 'flow_control': None}
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 589, in _command
    return await fut
           ^^^^^^^^^
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 631, in probe
    await app.connect()
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/zigbee/application.py", line 97, in connect
    await api.connect()
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 466, in connect
    await self.version()
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 813, in version
    self._protocol_version = await self.read_parameter(
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 832, in read_parameter
    rsp = await self.send_command(
          ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 508, in send_command
    return await self._command(cmd, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 588, in _command
    async with asyncio_timeout(COMMAND_TIMEOUT):
  File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
    raise TimeoutError from exc_val
TimeoutError
2024-08-30 19:40:45.508 DEBUG (MainThread) [homeassistant.components.zha.radio_manager] Attempting to probe radio type RadioType.ezsp
2024-08-30 19:40:45.508 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Inovelli object at 0x7f650015f740>
2024-08-30 19:40:45.508 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Ledvance object at 0x7f650015c410>
2024-08-30 19:40:45.508 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Salus object at 0x7f650015e3c0>
2024-08-30 19:40:45.508 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Sonoff object at 0x7f650015e750>
2024-08-30 19:40:45.508 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.ThirdReality object at 0x7f650015ebd0>
2024-08-30 19:40:45.511 DEBUG (bellows.thread_0) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (115200 baudrate)
2024-08-30 19:40:50.519 DEBUG (MainThread) [zigpy.application] Failed to probe with config {'path': '/dev/ttyACM0', 'baudrate': 115200, 'flow_control': None}
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 631, in probe
    await app.connect()
  File "/usr/local/lib/python3.12/site-packages/bellows/zigbee/application.py", line 149, in connect
    await ezsp.startup_reset()
  File "/usr/local/lib/python3.12/site-packages/bellows/ezsp/__init__.py", line 125, in startup_reset
    await self.reset()
  File "/usr/local/lib/python3.12/site-packages/bellows/ezsp/__init__.py", line 151, in reset
    await self._gw.reset()
TimeoutError
2024-08-30 19:40:50.520 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Inovelli object at 0x7f650015cbc0>
2024-08-30 19:40:50.520 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Ledvance object at 0x7f650015d130>
2024-08-30 19:40:50.520 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Salus object at 0x7f650015ce60>
2024-08-30 19:40:50.520 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Sonoff object at 0x7f650015c590>
2024-08-30 19:40:50.520 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.ThirdReality object at 0x7f650015cec0>
2024-08-30 19:40:50.522 DEBUG (bellows.thread_0) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (57600 baudrate)
2024-08-30 19:40:55.532 DEBUG (MainThread) [zigpy.application] Failed to probe with config {'path': '/dev/ttyACM0', 'baudrate': 57600, 'flow_control': None}
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 631, in probe
    await app.connect()
  File "/usr/local/lib/python3.12/site-packages/bellows/zigbee/application.py", line 149, in connect
    await ezsp.startup_reset()
  File "/usr/local/lib/python3.12/site-packages/bellows/ezsp/__init__.py", line 125, in startup_reset
    await self.reset()
  File "/usr/local/lib/python3.12/site-packages/bellows/ezsp/__init__.py", line 151, in reset
    await self._gw.reset()
TimeoutError
2024-08-30 19:40:55.533 DEBUG (MainThread) [homeassistant.components.zha.radio_manager] Attempting to probe radio type RadioType.znp
2024-08-30 19:40:55.534 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Inovelli object at 0x7f65001b9100>
2024-08-30 19:40:55.534 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Ledvance object at 0x7f65001b8e60>
2024-08-30 19:40:55.534 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Salus object at 0x7f65001b8e00>
2024-08-30 19:40:55.534 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Sonoff object at 0x7f65001b8da0>
2024-08-30 19:40:55.534 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.ThirdReality object at 0x7f65001b9280>
2024-08-30 19:40:55.534 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (115200 baudrate)
2024-08-30 19:41:00.534 DEBUG (MainThread) [homeassistant.components.zha.radio_manager] Attempting to probe radio type RadioType.deconz
2024-08-30 19:41:00.535 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Inovelli object at 0x7f65001b85c0>
2024-08-30 19:41:00.535 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Ledvance object at 0x7f65001b8440>
2024-08-30 19:41:00.535 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Salus object at 0x7f65001b83b0>
2024-08-30 19:41:00.535 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Sonoff object at 0x7f65001b8350>
2024-08-30 19:41:00.535 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.ThirdReality object at 0x7f65001b8380>
2024-08-30 19:41:00.535 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (115200 baudrate)
2024-08-30 19:41:02.338 DEBUG (MainThread) [zigpy.application] Failed to probe with config {'path': '/dev/ttyACM0', 'baudrate': 115200, 'flow_control': None}
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 589, in _command
    return await fut
           ^^^^^^^^^
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 631, in probe
    await app.connect()
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/zigbee/application.py", line 97, in connect
    await api.connect()
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 466, in connect
    await self.version()
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 813, in version
    self._protocol_version = await self.read_parameter(
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 832, in read_parameter
    rsp = await self.send_command(
          ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 508, in send_command
    return await self._command(cmd, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 588, in _command
    async with asyncio_timeout(COMMAND_TIMEOUT):
  File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
    raise TimeoutError from exc_val
TimeoutError
2024-08-30 19:41:02.339 DEBUG (MainThread) [homeassistant.components.zha.radio_manager] Attempting to probe radio type RadioType.zigate
2024-08-30 19:41:02.392 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (115200 baudrate)
2024-08-30 19:41:05.341 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (115200 baudrate)
2024-08-30 19:41:07.346 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (460800 baudrate)
2024-08-30 19:41:11.656 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (115200 baudrate)
2024-08-30 19:41:15.966 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (230400 baudrate)
2024-08-30 19:41:20.279 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (115200 baudrate)
2024-08-30 19:41:25.283 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (460800 baudrate)
2024-08-30 19:41:29.594 DEBUG (MainThread) [homeassistant.components.zha.repairs.wrong_silabs_firmware] Failed to probe application type
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/zha/repairs/wrong_silabs_firmware.py", line 87, in probe_silabs_firmware_type
    await flasher.probe_app_type()
  File "/usr/local/lib/python3.12/site-packages/universal_silabs_flasher/flasher.py", line 235, in probe_app_type
    raise RuntimeError("Failed to probe running application type")
RuntimeError: Failed to probe running application type
2024-08-30 19:41:56.202 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Inovelli object at 0x7f65001d5700>
2024-08-30 19:41:56.202 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Ledvance object at 0x7f65001d7470>
2024-08-30 19:41:56.202 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Salus object at 0x7f65001d6270>
2024-08-30 19:41:56.203 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.Sonoff object at 0x7f65001d6ba0>
2024-08-30 19:41:56.203 DEBUG (MainThread) [zigpy.ota] Registering new OTA provider: <zigpy.ota.providers.ThirdReality object at 0x7f65001d6db0>
2024-08-30 19:41:56.203 DEBUG (MainThread) [zigpy.serial] Opening a serial connection to '/dev/ttyACM0' (115200 baudrate)
2024-08-30 19:41:58.022 DEBUG (MainThread) [zigpy.application] Failed to probe with config {'path': '/dev/ttyACM0', 'baudrate': 115200, 'flow_control': None}
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 589, in _command
    return await fut
           ^^^^^^^^^
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 631, in probe
    await app.connect()
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/zigbee/application.py", line 97, in connect
    await api.connect()
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 468, in connect
    device_state_rsp = await self.send_command(CommandId.device_state)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 508, in send_command
    return await self._command(cmd, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 588, in _command
    async with asyncio_timeout(COMMAND_TIMEOUT):
  File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
    raise TimeoutError from exc_val
TimeoutError

J’ai aussi tenté bien sur de redémarrer, avec et sans la clé, elle est bien détectée automatiquement mais ça échoue ensuite.

Je n’ai plus d’idée…
J’imagine que ça vient de l’erreur :
FileNotFoundError: [Errno 2] No such file or directory: ‹ /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2599532-if00 ›

Mais pourquoi alors que c’est le chemin renvoyé par HA dans systeme ?

Si une âme charitable peut m’aider je suis preneur :blush:

Ma configuration


System Information

version core-2024.6.4
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.2
os_name Linux
os_version 6.6.33-haos
arch x86_64
timezone Europe/Paris
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
GitHub API Calls Remaining 4980
Installed Version 1.34.0
Stage running
Available Repositories 1385
Downloaded Repositories 3
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 12.4
update_channel stable
supervisor_version supervisor-2024.08.0
agent_version 1.6.0
docker_version 26.1.4
disk_total 30.8 GB
disk_used 6.6 GB
healthy true
supported true
host_connectivity true
supervisor_connectivity true
ntp_synchronized true
virtualization kvm
board ova
supervisor_api ok
version_api ok
installed_addons ESPHome (2024.3.0), Advanced SSH & Web Terminal (18.0.0), Samba share (12.3.2), File editor (5.8.0), Samba Backup (5.2.0), Mosquitto broker (6.4.1)
Dashboards
dashboards 2
resources 2
views 11
mode storage
Recorder
oldest_recorder_run 21 août 2024 à 01:26
current_recorder_run 30 août 2024 à 19:34
estimated_db_size 241.49 MiB
database_engine sqlite
database_version 3.44.2

Bonjour,

J’ai exactement le même soucis.
J’utilise truenas avec une VM et le USB Passthrought

Le plus bizarre c’est que j’ai l’impression que ça fonctionne avec l’add on « deconZ » mais pas ZHA…

J’ai fini par résoudre mon problème : j’ai déplacé mon mini PC dans une autre pièce (il était dans ma baie informatique). Une fois la clé reconnue et bien configurée, j’ai éteint le PC, je l’ai remis dans ma baie, puis quand j’ai rallumé ça a continué à fonctionner.
L’environnement était peut-être perturbé par le wifi de la box, ça m’a l’air capricieux.