Hi,
I just received my SkyConnect stick. I wanted to migrate from Conbee II to SkyConnect using ZHA migration procedure.
I made file backup and created ZHA backup just in case.
I made sure that /dev/
is bind mounted to the container and then run the migration.
Migration completed using the wizard, but them there was no communication with the network.
2022-12-14 15:55:07.135 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/config/custom_zha_quirks/tjj_custom_aqara_plugs/plug_eu.py", line 55, in remove_from_ep
await endpoint.remove_from_group(0)
File "/usr/local/lib/python3.10/site-packages/zigpy/endpoint.py", line 147, in remove_from_group
res = await self.groups.remove(grp_id)
File "/usr/local/lib/python3.10/site-packages/zigpy/zcl/__init__.py", line 324, in request
return await self._endpoint.request(
File "/usr/local/lib/python3.10/site-packages/zigpy/endpoint.py", line 237, in request
return await self.device.request(
File "/usr/local/lib/python3.10/site-packages/zigpy/device.py", line 296, in request
await self._application.request(
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 672, in request
await self.send_packet(
File "/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py", line 685, in send_packet
raise ControllerError("ApplicationController is not running")
bellows.exception.ControllerError: ApplicationController is not running
I am able to restore network to my previous statue restoring hass files and then restoring zha dongle state from json file backup.
Is there anything wrong with my migration preocedure?