HASSOS Sever installation

Hey there i would like to connect RS485 converter and run server for power meter


when i used raspbian i used the following to setup the device
define device ID by /dev/serial/by-id --> how to do it in HASSOS?
I used a command to run a server
sdm630_httpd -s /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0 -u 0.0.0.0:63080
I must use the ID as i use 2 USB converters to RS485 which cannot work well in parallel.
but commands does not work even when i have copied the files to the same path…

any solution ?