Can't connect my zigbee usb adapter to Portainer

Hello everyone. I am trying to install Home Assistant container in Portainer CE on Linux Mint operating system. I need to transfer the USB adapter to the Home Assistant container to use ZHA.

My problem is that I do not know and cannot find the address of the adapter. I can see my device when I run the lsusb command, but it’s not the device address

bogdan@beelink:/etc/udev/rules.d$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 8087:0a2a Intel Corp. Bluetooth wireless interface
Bus 001 Device 005: ID 31b2:0010 KTMicro KT USB Audio
Bus 001 Device 004: ID 09da:c10a A4Tech Co., Ltd. USB Mouse
Bus 001 Device 003: ID 0603:00f2 Novatek Microelectronics Corp. Keyboard (Labtec Ultra Flat Keyboard)
Bus 001 Device 008: ID 1a86:7523 QinHeng Electronics CH340 serial converter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

I see that dmesg shows my device as ttyUSB0

bogdan@beelink:/etc/udev/rules.d$ dmesg |  grep tty
[    0.109976] printk: console [tty0] enabled
[    9.672454] dw-apb-uart.6: ttyS4 at MMIO 0x4010006000 (irq = 20, base_baud = 7500000) is a 16550A
[    9.794076] usb 1-2: ch341-uart converter now attached to ttyUSB0
[   10.358053] usb 1-2: usbfs: interface 0 claimed by ch341 while 'brltty' sets config #1
[   10.358485] ch341-uart ttyUSB0: ch341-uart converter now disconnected from ttyUSB0
[20835.782468] usb 1-2: ch341-uart converter now attached to ttyUSB0
[20836.490613] usb 1-2: usbfs: interface 0 claimed by ch341 while 'brltty' sets config #1
[20836.491124] ch341-uart ttyUSB0: ch341-uart converter now disconnected from ttyUSB0
[97592.400045] usb 1-2: ch341-uart converter now attached to ttyUSB0
[97593.104210] usb 1-2: usbfs: interface 0 claimed by ch341 while 'brltty' sets config #1
[97593.108452] ch341-uart ttyUSB0: ch341-uart converter now disconnected from ttyUSB0

i guessed it might be the /dev/tty0 device, but that didn’t work for me. I get the following result

help please

What does

sudo ls /dev/serial/by-id

return?

linux mint does not have this directory
ls: cannot access '/dev/serial/by-id': No such file or directory

My problem was the brltty package (this is indicated by the dmesg | grep tty listing). It prevents FDTI UART from mounting as /dev/ttyUSBx. I removed it with sudo apt-get remove brltty. After that I had a /dev/ttyUSB0 file in my file system. The /dev/serial/by-id too

ls -l /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 0 жов 14 02:58 /dev/ttyUSB0

After this patch, ZHA immediately shows the found port /dev/ttyUSB0 and indicates its type as USB Serial
зображення