Can you programmatically migrate Zigbee devices to a separate controller instance?

Hey Everyone!

I’ve recently started a Zigbee network, and it seems I was a little quick to get things paired and devices in place. The controller is a Raspbee II deCONZ on a Pi Zero. It’s working well, but I didn’t reboot it after the initial setup, which has caused Home Assistant to find it first with an all-zeros identifier and then find it again with a valid identifier:

image

I have about ten devices hooked up to the all-zeros instance and I would like to avoid collecting all of them and manually reassociating them.

Is there a way to programmatically associate/migrate all Zigbee devices from the all-zeros instance to the validated instance?

Thank you for your help!