Update your deconz add-on in Home Assistant to at least version 2.24.0 (actual version is 2.25.3 → check under Gateway settings in deconz). IMPORTANT: No migration is possible below 2.24.0 version
Make a backup in deconz → Gateway settings → Backup options → Create backup → save file where you find it
Make a Home Assistant backup → you never know, when you’ll need it
Shut down Home Assistant and I’m not sure if you need to switch off power but I did it anyways on my Raspberry Pi 4
Unplug Conbee II
Plug in Conbee III with it’s freshly updated firmware
Let HA start
Go to settings → add-ons → deconz → “configuration” tab and select the newly recognized Conbee III stick
Start deconz in the “Info” tab
Go to Gateway settings → Backup options → load backup from previously saved file and give it a good 10 mins.
This weekend I migrated from conbee2 to conbee3 without deconz.
Using the zigpy cli addon and some time to understand the procedure.
Its not easy but posible.
update firmware in conbee2
stop zigbee2mqtt
make a backup with the zigpy
update firmware in conbee3
restore backup with the zigpy (not chante NOTHING in the backup file)
in zigbee2mqtt change the baudrate to 115200 and the port to the new port of conbee3. try with the short route and the full route.
and works.
the problem is the conbee3 firmware is still new and some aqara devices disconected, but im tensting
Most issues with Aqara and Xiaomi devices are resolved if re-pair those devices them again after adding more/new (know good) Zigbee Router devices and avoiding EMF/EMI/RMI interference, but if still have issues with Aqara and Xiaomi devices then also see this too → Xiaomi & Aqara Devices - Pairing & Keeping them connected - Devices - Hubitat
I tried to migrate from the ConBee 2 to ConBee 3 in ZHA like discribe in the below written comment.
The issue is, that the coordinator did not detect the ConBee 3…so I am not able to migrate the backup from CB2 to CB3…because an error occurs. I choose the serial port, but stick is recognize as N/A and the next question is, which device is steering and thats is…I have to close an includ CB2 again…
Provide details on installation; if Home Assistant OS or not, exactly on what hardware/platform, etc.?
If you not using Home Assistant OS directly on bare-metal hardware then you might first have to jump through some hoops to install CP210x (USB to UART Bridge VCP) Drivers and configure correct settings for USB pass-through if using a virtual machine, etc. (and if you are using a container-based installation then need to configure USB device forwarding to the Docker image or similar).
Before starting also first upgrade the firmware on the ConBee 3 manually using a different computer to confirm that the adapter is working at all. If you manage to upgrade the firmware then at least you know that it should be possible to connect to it → https://phoscon.de/en/conbee3/install#hazha
thank you for your response. I am using a Conbee II stick on an HA docker instance on my NAS. I have updated te ConBee 3 already to the newest firmware. I am using an ConBee 2 with a cable, nevertheless the ConBee 3 stick has not been able to be detected.
With the help ofthe ConBee support I found the issue:
In the docker starting table you have to change the path of the stick and the boudrate.
DEDVICE = /dev/ttyUSB0
DECONZ_BAUDRATE=115200
Becausethis changed:
Conbee II = /dev/ttyACM0
Conbee III = /dev/ttyUSB0
I have to use a downloaded backup of the ZHA setup, because with the autobackup it used a wrong zigbee channel.
I believe that by default ConBee 2 uses a lower baud rate than ConBee 3, I believe it should be 38400 or 57600 for ConBee 2 instead of 115200 or higher baudrate for ConBee 3? Not sure about ConBee 1?
Also, while I am not sure about ConBee 2, for the ConBee 3 you probably want to use /dev/serial/by-id with the unique USB product identifier instead of /dev/ttyUSB0 as the USB port can sometimes change. First check if you see the adapter in Home Assistant? Browse under Settings → System → Hardware → All hardware? If you can not find serial/by-id there then it must be problems with either Docker/Podman or virtual machine USB pass-through or the ConBee 3 adapter itself. If you can not see its serial/by-id there under ”All hardware” under Settings kn Home Assistant then the problem if not with the ZHA integration or Zigbee2MQTT but instead at a lower level, such as Docker/Container engine or virtual machine virtualization hypervisor or the physical dongle or its firmware.
Note! If your NAS supports running a VM (virtual machine) then it is recommend to install “Home Assistant Operating System” (Home Assistent OS) in a VM instead of running it in Docker yourself.
PS: Why not buy and migrate to a other radio type if you are using the ZHA ( Zigbee Home Automation) integration or Zigbee2MQTT? IMHO, the only good reason to buy a ConBee or RaspBee adapter today is if want to use Dresden-Elektronik’s deCONZ/Phoscon as both the ZHA integration and Zigbee2MQTT have better support for Silicon Labs EmberZNet (EZSP/Ember NCP) and Texas Instruments Z-Stack ZNP based Zigbee Coordinator adapters than what they have for the ConBee/RaspBee adapters.