Hey all,
I'm just in the process of migrating from my zStack based zigbee coordinator over to ZBT-2.
I'm currently using Z2M as Zigbee solution running as addon on my HA-instance.
As per the documentation on the Z2M homepage I successfully flashed the ieee adress of my previous coordinator over to my ZBT-2.
the ZBT-2 is on FW 7.4.4.6 and plugged in via USB directly into my HA. It is recognized in HA and the device is set up.
I can find the ZBT in System--> Hardware as /dev/serial/by-id/usb-Nabu_Casa_ZBT-2_XXXXXXXXXXXX-if00
in the config page of the Z2M addon I setup the serial adapter as follows:
serial:
adapter: ember
port: /dev/serial/by-id/usb-Nabu_Casa_ZBT-2_XXXXREDACTEDXXXX-if00-port0
baudrate: 460800
rtscts: true
the previous coordinator is powered off
the LED of the ZBT-2 are off (whis is strange to me)
as per the migration docu on the z2m I deleted (renamed) the coordinator_backup.json
When I start Z2M I get the following error in the logs
zh:ember:uart:ash: Failed to init port with error Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-Nabu_Casa_ZBT-2_XXXXXXXXXXXX-if00-port0
does anyone have an idea on how to fix this issue?