Z-wave and symlinks

I am having some trouble getting Z-wave binding working with symlinks.

Serial Error: Port /dev/ttyZWAVE does not exist.

It is already added to start, -Dgnu.io.rxtx.SerialPorts=/dev/ttyZWAVE:/dev/ttyUSB232:/dev/ttyACM0
and i think the symlink should be correct. openhab user have permission to dialout

SUBSYSTEM==“usb”, ATTRS{idVendor}==“0658”, ATTRS{idProduct}==“0200”, SYMLINK+=“ttyZWAVE”, GROUP=“dialout”, MODE=“0666”

P: /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/tty/ttyACM0
E: ID_MODEL_ID=0200
E: ID_VENDOR_FROM_DATABASE=Sigma Designs, Inc.
E: ID_VENDOR_ID=0658

If i change the config, to use dev/ttyACM0 it works as expected, but having to check it each time i remove and adds the usb stick can be a bit of hazle.

Just found the solution, wrong subsystem in my rule.