[SOLVED] HUSBZB-1 not detected by openhabianpi

I’ve seen a few threads on getting the HUSBZB-1 to work, but it appears everyone is at least to the point where they can see the device. I have installed and reinstalled the serial1 and zigbee/zwave bindings and restarted a couple dozen times and I can’t see anything.

set java config to EXTRA_JAVA_OPTS="-Dgnu/io.rxtx.SerialPorts=/dev/ttyUSB0:/dev/ttyUSB1:/dev/ttyAMA0"

$ dmesg | grep tty
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbdepth=16 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=53872638-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[ 0.000909] console [tty1] enabled
[ 0.896109] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
[ 4.252874] usb 1-1.3: cp210x converter now attached to ttyUSB0
[ 4.266552] usb 1-1.3: cp210x converter now attached to ttyUSB1

I’m clearly missing something, but I’m not certain what it is.

Did you go into HABmin and have it add a device after selecting the appropriate binding? That is what the documentation says to do and that is how my HUSBZB-1 thing got created. You then need to edit the thing to add the proper device.
Here is the developer’s instructions for zwave.

https://www.cd-jackson.com/index.php/openhab/habmin

And that would be the piece I was missing. Looks like its working now (or at least online and detected). Thanks!