Z-Wave JS Install Aborted - Failed to set Z-Wave JS configuration

I just unboxed my Odroid N2+ with HA preinstalled (my first time with HA, been using ST for 5 years). I got it up an running, and now trying to get my zwave integration installed. I plugged in my HUSBZB-1 Zwave/Zigbee adapter, and trying to install the ZWave JS integration.

The “Use Z-Wave JS Supervisor add-on” is checked (and I think I need to keep this checked since I’m not running a Z-Wave server otherwise (i think)).

I’m then asked to enter the USB Device Path . I found that via Supervisor>System>Hardware. Relevant portion below. I enter “/dev/ttyUSB0/” and leave Network Key blank.

- name: ttyUSB0
    sysfs: >-
      /sys/devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1:1.0/ttyUSB0/tty/ttyUSB0
    dev_path: /dev/ttyUSB0
    subsystem: tty
    by_id: >-
      /dev/serial/by-id/usb-Silicon_Labs_HubZ_Smart_Home_Controller_C1301D86-if00-port0
    attributes:
      DEVLINKS: >-
        /dev/serial/by-id/usb-Silicon_Labs_HubZ_Smart_Home_Controller_C1301D86-if00-port0
        /dev/serial/by-path/platform-xhci-hcd.0.auto-usb-0:1.1:1.0-port0
      DEVNAME: /dev/ttyUSB0
      DEVPATH: >-
        /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1:1.0/ttyUSB0/tty/ttyUSB0
      ID_BUS: usb
      ID_MODEL: HubZ_Smart_Home_Controller
      ID_MODEL_ENC: HubZ\x20Smart\x20Home\x20Controller
      ID_MODEL_ID: 8a2a
      ID_PATH: 'platform-xhci-hcd.0.auto-usb-0:1.1:1.0'
      ID_PATH_TAG: platform-xhci-hcd_0_auto-usb-0_1_1_1_0
      ID_REVISION: '0100'
      ID_SERIAL: Silicon_Labs_HubZ_Smart_Home_Controller_C1301D86
      ID_SERIAL_SHORT: C1301D86
      ID_TYPE: generic
      ID_USB_DRIVER: cp210x
      ID_USB_INTERFACES: ':ff0000:'
      ID_USB_INTERFACE_NUM: '00'
      ID_VENDOR: Silicon_Labs
      ID_VENDOR_ENC: Silicon\x20Labs
      ID_VENDOR_ID: 10c4
      MAJOR: '188'
      MINOR: '0'
      SUBSYSTEM: tty
      USEC_INITIALIZED: '34111386'

After I hit Submit, I’m immediately given the message " Aborted Failed to set Z-Wave JS configuration." And that’s it.

I’ve tried a few different things for USB paths. I’m trying to read up on all the documentation, but most of it assumes a certain level of experience that I don’t have yet. I think I need to learn how to SSH into the Odroid to run commands there (I just installed OpenSSH on my Win10 machine, but haven’t messed with it yet.) I’ve tried searching this problem, but everything thing is talked about migration to Zwave JS. This is a fresh install.

In the Supervisor Log I get this entry when trying to install the integration:

21-03-22 18:08:01 WARNING (MainThread) [supervisor.addons.options] Option 'options' does not exist in the schema for Z-Wave JS (core_zwave_js)

Apparently it was installing, but wasn’t configuring. I found ZWave JS in my supervisor page, and was able to select the device from a drop down, and it looks to be running now.

1 Like