How to fix automaticaly change of usb_path: /dev/ttyACM1 by reboot

hello,
everytime when i rebbot the raspberry pi, the Aeotec ZW090 Z-Stick Gen5 EU changed its path automaticaly from ACM0 to ACM1. so i have to change it in the configuration.yaml file.

Could someone tell me please how can i fix the path?

zwave:
usb_path: /dev/ttyACM1
thanks

Do you find your device at /dev/serial/by-id/ ?
Try to use that path.

1 Like

so you mean that i have to configure it in the configuaration.yaml like that
ls /dev/serial/by-id

usb-0658_0200-if00

zwave:
usb_path: usb-0658_0200-if00

Right?

zwave:
  usb_path: /dev/serial/by-id/usb-0658_0200-if00
3 Likes

amazing. My problem is solved.
Thank you @anon35356645, @Danielhiversen