Not getting any Z-Wave Messages from NanoMote

And back to the root problem, why is this unknown?
I can’t set Lifeline

2020-05-16 14:26:51.731 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: Configuration update received
2020-05-16 14:26:51.736 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: Configuration update set group_1 to controller (String)
2020-05-16 14:26:51.736 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: Association 1 consolidated to [controller]
2020-05-16 14:26:51.736 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: Unknown association group 1

Probably because the device is not initialised. During the initialisation the binding discovers all the “features” of a device, and before that happens some things won’t work.

I deleted it and added again (this time only the thing, did a remove and add to z-wave yesterday)
with “org.openhab.binding.zwave-2.5.5-20200510.085605-6.jar”.
Now it got added as “Unknown device”.

When changing the Thing-Name i get this, but still “Unknown device”.

2020-05-16 18:01:06.104 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: MANUFACTURER not set
2020-05-16 18:01:06.104 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: Controller status changed to ONLINE.
2020-05-16 18:01:06.104 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: Controller is ONLINE. Starting device initialisation.
2020-05-16 18:01:06.106 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: Updating node properties.
2020-05-16 18:01:06.106 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: Updating node properties. MAN=2147483647
2020-05-16 18:01:06.106 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: Properties synchronised
2020-05-16 18:01:06.106 [DEBUG] [ab.binding.zwave.internal.protocol.ZWaveController] - Event listener added.
2020-05-16 18:01:06.106 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: Initialising Thing Node...
2020-05-16 18:01:06.106 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: Polling initialised at 86400 seconds - start in 42854400 milliseconds.
2020-05-16 18:01:06.108 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: Device initialisation complete.

Tried heal device:

2020-05-16 18:03:55.498 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: Configuration update received
2020-05-16 18:03:55.499 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: Configuration update set binding_pollperiod to 600 (BigDecimal)
2020-05-16 18:03:55.499 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: Polling initialised at 600 seconds - start in 268200 milliseconds.
2020-05-16 18:04:20.088 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: Configuration update received
2020-05-16 18:04:20.089 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: Configuration update set action_heal to true (Boolean)
2020-05-16 18:04:20.089 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 19: Starting heal on node!
2020-05-16 18:04:20.090 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 19: Can not start heal as initialisation is not complete (REQUEST_NIF).

It needs to complete initialisation. Wake up the device a few times while it’s in range of the controller.

Should i remove it again from things
or is it enough to do some wake ups?

This is not allows until initialisation is complete.

You just need to wake it up. Removing it and adding it again will absolutely not help - it will take you exactly back to the position you are in now - you will still need to wake up the device so it can complete initialisation.

1 Like

can you please tell me where i can find the zwave editor in habmin as seen here: https://github.com/cdjackson/HABmin/wiki/Z-Wave-Configuration

Sure - you can find that in openHAB 1.0 :wink:

1 Like

:man_facepalming: so no way to directly see and edit associations between devices

The Z-Wave Network Viewer under Tools is an attempt at that.

image

You can use PaperUI to set associations, or you can use HABmin - just not the version that your linked to as that was from 6 years ago and for OH1.

This doesn’t show associations - it shows neighbours.

1 Like

This is the first time the NanoMote Quad didn’t get recognized as such.
And it still isn’t initialized (I did some wakeups of the device and restarts of openhab).

It seems that the solution is no waking up the device,
but pressing the buttons like a fool.
With org.openhab.binding.zwave-2.5.5-20200515.172819-7.jar
But Parameter Settings are gone (not available in Things)
and PaperUI shows error 500 again

I deleted userdata/cache, userdata/tmp, userdata/zwave and restored a …Thing.json.
Now everything seems to work.
Configuration Parameters and Association Groups show up again