Hello, hoping someone can help me out. I’ve been trying to create udev rules in hassbian all night and failing miserably…
this is what my /etc/udev/rules.d/99-usb-serial.rules looks like
SUBSYSTEM==“tty”, KERNELS==“1-1.5:1.0”, ATTRS{idVendor}==“10c4”, ATTRS{idProduct}==“8a2a”, SYMLINK+=“zwave”
SUBSYSTEM==“tty”, KERNELS==“1-1.5:1.1”, ATTRS{idVendor}==“10c4”, ATTRS{idProduct}==“8a2a”, SYMLINK+=“zigbee”
I have no issue starting it, I can tell you that using hassbian.local URL did not work for me. The issue I’m having is mapping a device using a udev rule
I see from your udev details that the devices are very similar; same idVendor and idProduct; which I use to identify my Z-Stick. Perhaps you could use the value of
and
to differentiate your devices instead of the KERNELS attribute.
Good luck with this.
Tom
Edit: Oops, I see you have already tried the ATTRS{interface}.
The other thing that I noticed is that the new alias did not show up until I unplugged the device and then plugged it in again.