Jasco Smart Switch 4103 not initializing

Hello,
I just purchased an AC plug Z-Wave Plus from Amazon.
My Openhab and Z-Stick “see it” but it must be too new. I may be following the wrong process here (sorry)
But this is all the info I have on it if this helps.
You can holler at me IF I’m not following the proper method to have this added to the openhab DB.:blush:

Device info from openhab:

zwave_class_basic ROUTING_SLAVE
zwave_class_generic BINARY_SWITCH
zwave_frequent false
zwave_neighbours 1
zwave_version 5.23
zwave_listening true
zwave_plus_devicetype ON_OFF_POWER_SWITCH
zwave_deviceid 12344
zwave_nodeid 2
zwave_routing true
zwave_beaming true
zwave_class_specific POWER_SWITCH_BINARY
zwave_manufacturer 99
zwave_devicetype 20562

Manufactures information:

Z-Wave Command Classes
Model: Plug-in Smart Switch (Single Plug) (28169/ZW4103)
Z-Wave Certification Number: ZC10-16055089
Supported Command Classes

    Association Group Information V1
    Association V2
    Basic V1
    Binary Switch V1
    Configuration V1
    CRC16 Encapsulation
    Device Reset Local V1
    Firmware Update MD V2
    Manufacturer Specific V2
    Powerlevel
    Scene Activation
    Scene Actuator Configuration
    Version V2
    Z-Wave Plus Info V2

Thanks,
Todd

Post screenshots from your PaperUI / Things and Channels please.

Thanks:
The Device in question:

Thanks again
Todd

This is the Z-Stick… appears to working properly? I’m due to be getting a supported wall switch on Friday so that I can verify the Z-Stick is working as expected:


Again… Thanks.
Let me know if you need more info.

It is already in the database so chances are high that your zwave binding version is too old:

https://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/595

Upgrade to the latest zwave snapshot or even better development version and you should be good to go.
Btw, it is not necessary to link any channels to the controller, unless your are doing some special stuff with it :grinning:

Thanks… I’ll give that a try… and thanks for the tips on the channels.
Running openhab on raspberry pi 3, the latest Raspbian image, can I use an apt-get command or something to install that latest snapshot?

Nope.
If you are on a unstable/snapshot version of openHAB: just uninstall the zwave binding and reinstall to update.
If your are on a stable release of openHAB: uninstall the zwave binding, download the jar file from either the snapshot or dev version, put it in your addons folder, then you may need to restart openHAB.

Thanks again!