OpenHAB 31. Build 2123 and Z-Wave

Hi,
I am new to OpenHAB and have recently joined the community.
I am running a QNAP TS453 D NAS on which I am running OpenHAB 3.0 in a Docker container. I have a Z-Wave.ME USB dongle on the NAS through which I control with various Z-Wave device.
I’m not a SW expert but so far I’ve got it working.
Now I made an update to 3.1 Snapshot Build 2123.
And there I par tout do not get the Z-WAVE USB stick to work.
Status = Oflline

The settings are as follows:
UID: zwave:serial_zstick:2d9becba07
label: Z-Wave Serial Controller
thingTypeUID: zwave:serial_zstick
configuration:
controller_softreset: false
controller_sync: false
security_networkkey: 17 E2 52 D3 98 A1 F2 10 7C 43 76 43 B6 B8 B1 A4
security_inclusionmode: 0
port: /dev/ttyACM0
controller_master: true
inclusion_mode: 2
controller_wakeupperiod: 3600
heal_time: 2
controller_exclude: false
controller_inclusiontimeout: 30
controller_hardreset: false

Does anyone have any ideas?
I have already changed the TTY port (0 to 2) without success.

I am new to OpenHAB

Welcome

Now I made an update to 3.1 Snapshot Build 2123.

Snapshots, especially early ones, are for developers and some experienced testers to find issues and report on GitHub. They are not expected to always work.

I recommend you continue to use the stable 3.0.0 release unless you are working to resolve a particular issue. For instance we sometimes recommend manually installing a snapshot version of the zwave binding to get new device definitions.

1 Like

Hi Bruce,
thanks for the quick reply.
I guess you are right, I was a bit fast. I will stick with 3.0 and wait until an official 3.1. is availalbe.

My pleasure.

Z-Wave is a little different than other bindings because it depends on a community maintained device database. You can see it here.

It you run into issues and capture DEBUG logs as instructed in the binding documentation there is also a log viewer available here to help decipher it.