Rasberry pi 3b + Aeotec Gen 5 stick

Has anyone managed to get the aeotec z-wave gen5 stick running on a rasberrypi 3b? lsusb can view it, but it doesn’t create the serial port:

ross@raspberrypi:~$ lsusb
Bus 001 Device 007: ID 0658:0200 Sigma Designs, Inc. Aeotec Z-Stick Gen5 (ZW090) - UZB
**snip**
ross@raspberrypi:~$ ls /dev/ttyA*
/dev/ttyAMA0
ross@raspberrypi:~$ cat /sys/firmware/devicetree/base/model
Raspberry Pi 3 Model B Rev 1.2

I see lots of issues with the pi 4 and this stick, but don’t see many topics about the pi 3. Not really sure how to get this working now!

dmesg doesn’t really show anything either.

I am running ubuntu LTS on there - could that be the issue?