I am trying to run zigbee2mqtt on my Truenas Scale ElectricEel-24.10.2 instance. While creating the app you have to fill in the Port which is described as follows:
The serial port to use.
Examples:
/dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0001-if00-port0
How do I retrieve this port by-id for my Sonoff Zigbee dongle?
Using the shell I do see /dev/ttyACM0 which is the Zigbee dongle.
While investigating this issue I did read a lot about installing a vm where zigbee2mqtt can be run in a docker environment and the usb (or pci-express port) is passed-through to the vm but Iād rather not use this solution.
Thanks!