Connect to CC2531 using usb cable

I use Zigbee2mqtt to connect to the CC2531 usb adapter. to connect the configuration file point to /dev/ttyACM0, which worked fine. But as there seems to be some interference as I see connection issues, it is adviced to use an usb extension cable to place the usb stick further away from my raspberry.

Since I do this, the usb adapter doesn’t show up as ttyACM0, but ttyAMA0.
Although after adjusting the configuration file to point to AMA0, zigbee2mqtt (container) stops after a few seconds.

Anyone an advice?

ttyAMA0 isn’t the stick, it’s something connected to the GPIO.

You should be using the path under /dev/serial/by-id/ anyway.

I got it now with your information.
Thanks!