Just got my new ZBT-2 in to replace an aging ConBee II on my UNRAID server.
Installation method Home Assistant Container
Core 2025.12.5
Frontend 20251203.3
I followed along all the steps here: https://support.nabucasa.com/hc/en-us/articles/29400665034397-Migrating-an-existing-Zigbee-Home-Automation-ZHA-network-to-Home-Assistant-Connect-ZBT-2 including passing along both devices to the container
--device='/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2411473-if00:/dev/ttyACM0'
--device='/dev/serial/by-id/usb-Nabu_Casa_ZBT-2_DCB4D90F9500-if00' 'homeassistant/home-assistant'
In the adoption process, I told it to migrate my existing ZigBee network to the new coordinator and got the attached message.
The log shows this error:
Logger: homeassistant.components.homeassistant_hardware.firmware_config_flow
Source: components/homeassistant_hardware/firmware_config_flow.py:203
integration: Home Assistant Hardware (documentation, issues)
First occurred: 16:43:10 (1 occurrence)
Last logged: 16:43:10
Failed to flash firmware
Traceback (most recent call last):
File "/usr/local/lib/python3.13/site-packages/zigpy/serial.py", line 132, in create_serial_connection
raise exc.__context__ from None
File "/usr/local/lib/python3.13/site-packages/serial/serialposix.py", line 385, in _reconfigure_port
fcntl.flock(self.fd, fcntl.LOCK_EX | fcntl.LOCK_NB)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
BlockingIOError: [Errno 11] Resource temporarily unavailable
A second attempt yields the same result.
Why would the resource be temporarily unavailable? I just plugged the ZBT-2 into my server for the first time then spent a minute finding where the server mapped it and updating my container config to point at it before restarting the container.
What are my next steps to figure out why this is unavailable?
(edited to remove multiple copies of the screen shot)
Follow this guide if you already have a running Zigbee Home Assistant (ZHA) network and want to migrate to Home Assistant Connect ZBT-2.
Prerequisites
Home Assistant 2025.11 or newer.
A running Zi...