Getting temperature reading from ZMNHDD Flush Dimmer Plus from Qubino

Yes, the channel is in the database - I don’t know when it was added, but it is there. The database was last updated for this device in December, so it has been there a while (and this discussion is 2 years old).

Hi Chris,

Thanks for the quick response. Do you have any suggestion for me to get the updates from the dimmer? Its strange that the Dual relays do keep updating all the temperatures and that the dimmer get a static value. Everytime i restart openhab it gets the value and afterwards it doesn’t adjust it anymore.

Regards

Ah - so the channel does exist? I assumed it wasn’t working at all from the information above.

If the channel exists, and the data is received when polled, then probably the associations are not set correctly. I would suggest to ensure you are running the latest version (ie 2.5 snapshot) that has some fixes to avoid some UI problems.

Hi Chris,

Yes the channel does exist. It is a lot better after i started to use the 2.5 snapshot. But still sometimes it just stops with the measurements on all Qubino dimmers with sensors connected. The strange thing is, that all Qubino double relays with sensors connected are working just fine all the time.

@chris I’m experiencing similar issues with lack of temperature updates from the Qubino flush dimmers. I’m using the latest 2.5 release.
Is there still an outstanding issue with the binding, or is there something that I need to do in the device config?

I’m not aware of an issue. There are a number of reasons that this may not work, so it’s quite hard to comment without seeing what’s happening. Getting a log showing the initialisation of he device would be useful.

@chris OK, I’ve enabled DEBUG level for Z-wave and captured some of the data for the node.

It appears to be sending temperature reports, but the value in the associated Item doesn’t refresh (although it has refreshed on a few occasions, so the node name is OK).

Here is a snippet from the log filtered for this node:


2019-12-28 20:24:42.901 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Application Command Request (ALIVE:UPDATE_NEIGHBORS)

2019-12-28 20:24:42.903 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Decapsulating COMMAND_CLASS_MULTI_CHANNEL

2019-12-28 20:24:42.904 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 2

2019-12-28 20:24:42.906 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL

2019-12-28 20:24:42.908 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 28: Received COMMAND_CLASS_SENSOR_MULTILEVEL V7 SENSOR_MULTILEVEL_REPORT

2019-12-28 20:24:42.909 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Type = Temperature(1), Scale = 0

2019-12-28 20:24:42.912 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Value = 30.5

2019-12-28 20:24:42.914 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent

2019-12-28 20:24:42.916 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got a value event from Z-Wave network, endpoint=2, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=30.5

2019-12-28 20:24:42.918 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Commands processed 1.

2019-12-28 20:24:42.919 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@86f401.

2019-12-28 20:24:44.526 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Application Command Request (ALIVE:UPDATE_NEIGHBORS)

2019-12-28 20:24:44.529 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Decapsulating COMMAND_CLASS_MULTI_CHANNEL

2019-12-28 20:24:44.533 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 2

2019-12-28 20:24:44.536 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL

2019-12-28 20:24:44.539 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 28: Received COMMAND_CLASS_SENSOR_MULTILEVEL V7 SENSOR_MULTILEVEL_REPORT

2019-12-28 20:24:44.542 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Type = Temperature(1), Scale = 0

2019-12-28 20:24:44.545 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Value = 30.5

2019-12-28 20:24:44.549 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent

2019-12-28 20:24:44.552 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got a value event from Z-Wave network, endpoint=2, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=30.5

2019-12-28 20:24:44.555 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Commands processed 1.

2019-12-28 20:24:44.558 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1baaa97.

2019-12-28 20:24:58.989 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Application Command Request (ALIVE:UPDATE_NEIGHBORS)

2019-12-28 20:24:58.990 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Decapsulating COMMAND_CLASS_MULTI_CHANNEL

2019-12-28 20:24:58.990 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 2

2019-12-28 20:24:58.991 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL

2019-12-28 20:24:58.992 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 28: Received COMMAND_CLASS_SENSOR_MULTILEVEL V7 SENSOR_MULTILEVEL_REPORT

2019-12-28 20:24:58.993 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Type = Temperature(1), Scale = 0

2019-12-28 20:24:58.994 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Value = 3E+1

2019-12-28 20:24:58.995 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent

2019-12-28 20:24:58.995 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got a value event from Z-Wave network, endpoint=2, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=3E+1

2019-12-28 20:24:58.996 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Commands processed 1.

2019-12-28 20:24:58.997 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1c99861.

2019-12-28 20:25:00.609 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Application Command Request (ALIVE:UPDATE_NEIGHBORS)

2019-12-28 20:25:00.610 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Decapsulating COMMAND_CLASS_MULTI_CHANNEL

2019-12-28 20:25:00.611 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 2

2019-12-28 20:25:00.612 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL

2019-12-28 20:25:00.613 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 28: Received COMMAND_CLASS_SENSOR_MULTILEVEL V7 SENSOR_MULTILEVEL_REPORT

2019-12-28 20:25:00.614 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Type = Temperature(1), Scale = 0

2019-12-28 20:25:00.615 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Value = 3E+1

2019-12-28 20:25:00.616 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent

2019-12-28 20:25:00.616 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got a value event from Z-Wave network, endpoint=2, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=3E+1

2019-12-28 20:25:00.617 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Commands processed 1.

2019-12-28 20:25:00.618 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@191702a.

2019-12-28 20:25:19.109 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Application Command Request (ALIVE:UPDATE_NEIGHBORS)

2019-12-28 20:25:19.110 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Decapsulating COMMAND_CLASS_MULTI_CHANNEL

2019-12-28 20:25:19.111 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 2

2019-12-28 20:25:19.112 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL

2019-12-28 20:25:19.114 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 28: Received COMMAND_CLASS_SENSOR_MULTILEVEL V7 SENSOR_MULTILEVEL_REPORT

2019-12-28 20:25:19.114 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Type = Temperature(1), Scale = 0

2019-12-28 20:25:19.116 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Value = 29.5

2019-12-28 20:25:19.117 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent

2019-12-28 20:25:19.118 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got a value event from Z-Wave network, endpoint=2, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=29.5

2019-12-28 20:25:19.119 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Commands processed 1.

2019-12-28 20:25:19.120 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1e3c76e.

2019-12-28 20:25:20.732 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Application Command Request (ALIVE:UPDATE_NEIGHBORS)

2019-12-28 20:25:20.733 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Decapsulating COMMAND_CLASS_MULTI_CHANNEL

2019-12-28 20:25:20.734 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 2

2019-12-28 20:25:20.735 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL

2019-12-28 20:25:20.736 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 28: Received COMMAND_CLASS_SENSOR_MULTILEVEL V7 SENSOR_MULTILEVEL_REPORT

2019-12-28 20:25:20.737 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Type = Temperature(1), Scale = 0

2019-12-28 20:25:20.738 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Value = 29.4

2019-12-28 20:25:20.739 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent

2019-12-28 20:25:20.741 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got a value event from Z-Wave network, endpoint=2, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=29.4

2019-12-28 20:25:20.742 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Commands processed 1.

2019-12-28 20:25:20.744 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1b89dce.

2019-12-28 20:25:37.212 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Application Command Request (ALIVE:UPDATE_NEIGHBORS)

2019-12-28 20:25:37.214 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Decapsulating COMMAND_CLASS_MULTI_CHANNEL

2019-12-28 20:25:37.215 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 2

2019-12-28 20:25:37.217 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL

2019-12-28 20:25:37.218 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 28: Received COMMAND_CLASS_SENSOR_MULTILEVEL V7 SENSOR_MULTILEVEL_REPORT

2019-12-28 20:25:37.220 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Type = Temperature(1), Scale = 0

2019-12-28 20:25:37.222 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Value = 29

2019-12-28 20:25:37.224 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent

2019-12-28 20:25:37.226 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got a value event from Z-Wave network, endpoint=2, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=29

2019-12-28 20:25:37.229 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Commands processed 1.

2019-12-28 20:25:37.231 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@33b7be.

2019-12-28 20:25:38.828 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Application Command Request (ALIVE:UPDATE_NEIGHBORS)

2019-12-28 20:25:38.829 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Decapsulating COMMAND_CLASS_MULTI_CHANNEL

2019-12-28 20:25:38.830 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 2

2019-12-28 20:25:38.831 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL

2019-12-28 20:25:38.832 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 28: Received COMMAND_CLASS_SENSOR_MULTILEVEL V7 SENSOR_MULTILEVEL_REPORT

2019-12-28 20:25:38.832 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Type = Temperature(1), Scale = 0

2019-12-28 20:25:38.833 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Value = 29

2019-12-28 20:25:38.834 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent

2019-12-28 20:25:38.835 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got a value event from Z-Wave network, endpoint=2, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=29

2019-12-28 20:25:38.836 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Commands processed 1.

2019-12-28 20:25:38.837 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@184ae60.

2019-12-28 20:25:57.341 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Application Command Request (ALIVE:UPDATE_NEIGHBORS)

2019-12-28 20:25:57.342 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Decapsulating COMMAND_CLASS_MULTI_CHANNEL

2019-12-28 20:25:57.343 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 2

2019-12-28 20:25:57.344 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL

2019-12-28 20:25:57.345 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 28: Received COMMAND_CLASS_SENSOR_MULTILEVEL V7 SENSOR_MULTILEVEL_REPORT

2019-12-28 20:25:57.346 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Type = Temperature(1), Scale = 0

2019-12-28 20:25:57.347 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Value = 28.5

2019-12-28 20:25:57.348 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent

2019-12-28 20:25:57.350 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got a value event from Z-Wave network, endpoint=2, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=28.5

2019-12-28 20:25:57.352 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Commands processed 1.

2019-12-28 20:25:57.353 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@2e2b95.

2019-12-28 20:25:58.949 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Application Command Request (ALIVE:UPDATE_NEIGHBORS)

2019-12-28 20:25:58.950 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Decapsulating COMMAND_CLASS_MULTI_CHANNEL

2019-12-28 20:25:58.951 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 2

2019-12-28 20:25:58.952 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 28: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL

2019-12-28 20:25:58.953 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 28: Received COMMAND_CLASS_SENSOR_MULTILEVEL V7 SENSOR_MULTILEVEL_REPORT

2019-12-28 20:25:58.954 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Type = Temperature(1), Scale = 0

2019-12-28 20:25:58.955 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 28: Sensor Value = 28.5

2019-12-28 20:25:58.956 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent

2019-12-28 20:25:58.957 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 28: Got a value event from Z-Wave network, endpoint=2, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=28.5

2019-12-28 20:25:58.959 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Commands processed 1.

2019-12-28 20:25:58.960 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 28: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1339561.

I tried to get the initialisation data you asked for but I’m not sure how to re-initialise the device. In Habmin there is no ‘Re-initialise device’ option under advanced settings for this device - only ‘Remove device from controller’, ‘Set device as FAILed’, and ‘Heal the device’.

@chris As an experiment I excluded the device and re-included it, although I used Habmin rather than PaperUI.

The device was created OK (with a node number one higher of course). I updated my Items with the new node number.

The device now has the ‘Re-initialise device’ option in the Thing Tools menu in Habmin.

I am still seeing the same issue: there are temperature updates in the event log but the value is not making it through to the linked Item.

2020-01-01 16:42:50.631 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 29: Received COMMAND_CLASS_SENSOR_MULTILEVEL V7 SENSOR_MULTILEVEL_REPORT

2020-01-01 16:42:50.632 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 29: Sensor Type = Temperature(1), Scale = 0

2020-01-01 16:42:50.633 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 29: Sensor Value = 27.1

2020-01-01 16:42:50.634 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent

2020-01-01 16:42:50.634 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got a value event from Z-Wave network, endpoint=2, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=27.1

2020-01-01 16:42:50.636 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Commands processed 1.

2020-01-01 16:42:50.636 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@10574ed.

2020-01-01 16:43:14.844 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Application Command Request (ALIVE:DONE)

2020-01-01 16:43:14.845 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: resetResendCount initComplete=true isDead=false

2020-01-01 16:43:14.846 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: Decapsulating COMMAND_CLASS_MULTI_CHANNEL

2020-01-01 16:43:14.847 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 2

2020-01-01 16:43:14.849 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: SECURITY not supported

2020-01-01 16:43:14.850 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 29: Received COMMAND_CLASS_SENSOR_MULTILEVEL V7 SENSOR_MULTILEVEL_REPORT

2020-01-01 16:43:14.851 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 29: Sensor Type = Temperature(1), Scale = 0

2020-01-01 16:43:14.853 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 29: Sensor Value = 26.7

2020-01-01 16:43:14.854 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent

2020-01-01 16:43:14.856 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got a value event from Z-Wave network, endpoint=2, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=26.7

2020-01-01 16:43:14.858 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Commands processed 1.

2020-01-01 16:43:14.859 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@696721.

I can sometimes get the temperature Item to update if I change the dimmer position.

EDIT: 03/01/20
The temperature updates OK when the device is polled. The problems appears to be only with unsolicited updates from the device when the temperature changes. I can see the update data i.e. ‘Got a value event…’, but there is no subsequent ‘Updating channel state…’.

I tried re-initialising the device and capturing the log. Here is the excerpt:

2020-01-01 16:46:16.363 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 29: Sending REQUEST Message = 01 0A 00 13 1D 03 70 05 6E 25 B4 72 

2020-01-01 16:46:16.422 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 29: sentData successfully placed on stack.

2020-01-01 16:46:16.424 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: TID 3227: Transaction not completed

2020-01-01 16:46:16.460 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 29: SendData Request. CallBack ID = 180, Status = Transmission complete and ACK received(0)

2020-01-01 16:46:16.464 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: TID 3227: Transaction not completed

2020-01-01 16:46:16.499 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Application Command Request (ALIVE:GET_CONFIGURATION)

2020-01-01 16:46:16.501 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: Incoming command class COMMAND_CLASS_CONFIGURATION, endpoint 0

2020-01-01 16:46:16.502 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: SECURITY not supported

2020-01-01 16:46:16.504 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 29: Received COMMAND_CLASS_CONFIGURATION V1 CONFIGURATIONCMD_REPORT

2020-01-01 16:46:16.506 [DEBUG] [class.ZWaveConfigurationCommandClass] - NODE 29: Node configuration report, parameter = 110, value = 32536, size = 2

2020-01-01 16:46:16.508 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got an event from Z-Wave network: ZWaveConfigurationParameterEvent

2020-01-01 16:46:16.509 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_CONFIGURATION, value=org.openhab.binding.zwave.internal.protocol.ZWaveConfigurationParameter@17fa5d2

2020-01-01 16:46:16.511 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Update CONFIGURATION 110/2 to 32536

2020-01-01 16:46:16.514 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Commands processed 1.

2020-01-01 16:46:16.515 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@704e23.

2020-01-01 16:46:16.517 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@704e23.

2020-01-01 16:46:16.519 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: notifyTransactionResponse TID:3227 DONE

2020-01-01 16:46:16.521 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent

2020-01-01 16:46:16.523 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node Init response (0) org.openhab.binding.zwave.internal.protocol.ZWaveTransactionResponse@18f2e40

2020-01-01 16:46:16.524 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node Init transaction completed with response COMPLETE

2020-01-01 16:46:16.525 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer: GET_CONFIGURATION - checking config_120_1 - config

2020-01-01 16:46:16.527 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer: GET_CONFIGURATION - checking config_120_1 - index 120

2020-01-01 16:46:16.528 [DEBUG] [class.ZWaveConfigurationCommandClass] - NODE 29: Creating new message for application command CONFIGURATIONCMD_GET

2020-01-01 16:46:16.529 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: ZWaveCommandClassTransactionPayload - send to node

2020-01-01 16:46:16.530 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: SECURITY not supported

2020-01-01 16:46:16.531 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: Command Class COMMAND_CLASS_CONFIGURATION is NOT required to be secured

2020-01-01 16:46:16.532 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: sendTransaction org.openhab.binding.zwave.internal.protocol.transaction.ZWaveCommandClassTransactionPayload@136321a

2020-01-01 16:46:16.534 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Adding to device queue

2020-01-01 16:46:16.535 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Added 3228 to queue - size 1

2020-01-01 16:46:16.539 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 29: Sending REQUEST Message = 01 0A 00 13 1D 03 70 05 78 25 B5 65 

2020-01-01 16:46:16.599 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 29: sentData successfully placed on stack.

2020-01-01 16:46:16.601 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: TID 3228: Transaction not completed

2020-01-01 16:46:16.642 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 29: SendData Request. CallBack ID = 181, Status = Transmission complete and ACK received(0)

2020-01-01 16:46:16.643 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: TID 3228: Transaction not completed

2020-01-01 16:46:16.668 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Application Command Request (ALIVE:GET_CONFIGURATION)

2020-01-01 16:46:16.668 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: Incoming command class COMMAND_CLASS_CONFIGURATION, endpoint 0

2020-01-01 16:46:16.669 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: SECURITY not supported

2020-01-01 16:46:16.669 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 29: Received COMMAND_CLASS_CONFIGURATION V1 CONFIGURATIONCMD_REPORT

2020-01-01 16:46:16.670 [DEBUG] [class.ZWaveConfigurationCommandClass] - NODE 29: Node configuration report, parameter = 120, value = 5, size = 1

2020-01-01 16:46:16.670 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got an event from Z-Wave network: ZWaveConfigurationParameterEvent

2020-01-01 16:46:16.671 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_CONFIGURATION, value=org.openhab.binding.zwave.internal.protocol.ZWaveConfigurationParameter@590d92

2020-01-01 16:46:16.672 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Update CONFIGURATION 120/1 to 5

2020-01-01 16:46:16.673 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Commands processed 1.

2020-01-01 16:46:16.673 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@114f458.

2020-01-01 16:46:16.674 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@114f458.

2020-01-01 16:46:16.674 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: notifyTransactionResponse TID:3228 DONE

2020-01-01 16:46:16.675 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent

2020-01-01 16:46:16.676 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node Init response (0) org.openhab.binding.zwave.internal.protocol.ZWaveTransactionResponse@d6f14d

2020-01-01 16:46:16.677 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node Init transaction completed with response COMPLETE

2020-01-01 16:46:16.678 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer: GET_CONFIGURATION - checking config_250_1 - config

2020-01-01 16:46:16.679 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer: GET_CONFIGURATION - checking config_250_1 - index 250

2020-01-01 16:46:16.679 [DEBUG] [class.ZWaveConfigurationCommandClass] - NODE 29: Creating new message for application command CONFIGURATIONCMD_GET

2020-01-01 16:46:16.680 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: ZWaveCommandClassTransactionPayload - send to node

2020-01-01 16:46:16.680 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: SECURITY not supported

2020-01-01 16:46:16.681 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: Command Class COMMAND_CLASS_CONFIGURATION is NOT required to be secured

2020-01-01 16:46:16.682 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: sendTransaction org.openhab.binding.zwave.internal.protocol.transaction.ZWaveCommandClassTransactionPayload@1d2afa5

2020-01-01 16:46:16.683 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Adding to device queue

2020-01-01 16:46:16.683 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Added 3229 to queue - size 1

2020-01-01 16:46:16.685 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 29: Sending REQUEST Message = 01 0A 00 13 1D 03 70 05 FA 25 B6 E4 

2020-01-01 16:46:16.760 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 29: sentData successfully placed on stack.

2020-01-01 16:46:16.761 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: TID 3229: Transaction not completed

2020-01-01 16:46:16.792 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 29: SendData Request. CallBack ID = 182, Status = Transmission complete and ACK received(0)

2020-01-01 16:46:16.794 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: TID 3229: Transaction not completed

2020-01-01 16:46:16.818 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Application Command Request (ALIVE:GET_CONFIGURATION)

2020-01-01 16:46:16.818 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: Incoming command class COMMAND_CLASS_CONFIGURATION, endpoint 0

2020-01-01 16:46:16.819 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: SECURITY not supported

2020-01-01 16:46:16.820 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 29: Received COMMAND_CLASS_CONFIGURATION V1 CONFIGURATIONCMD_REPORT

2020-01-01 16:46:16.820 [DEBUG] [class.ZWaveConfigurationCommandClass] - NODE 29: Node configuration report, parameter = 250, value = 0, size = 1

2020-01-01 16:46:16.821 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got an event from Z-Wave network: ZWaveConfigurationParameterEvent

2020-01-01 16:46:16.822 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_CONFIGURATION, value=org.openhab.binding.zwave.internal.protocol.ZWaveConfigurationParameter@1b9965d

2020-01-01 16:46:16.823 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Update CONFIGURATION 250/1 to 0

2020-01-01 16:46:16.824 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Commands processed 1.

2020-01-01 16:46:16.824 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@122d85f.

2020-01-01 16:46:16.825 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@122d85f.

2020-01-01 16:46:16.826 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: notifyTransactionResponse TID:3229 DONE

2020-01-01 16:46:16.827 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent

2020-01-01 16:46:16.828 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node Init response (0) org.openhab.binding.zwave.internal.protocol.ZWaveTransactionResponse@13968b1

2020-01-01 16:46:16.828 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node Init transaction completed with response COMPLETE

2020-01-01 16:46:16.828 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer - advancing to STATIC_END

2020-01-01 16:46:16.829 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got an event from Z-Wave network: ZWaveInitializationStateEvent

2020-01-01 16:46:16.830 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Updating node properties.

2020-01-01 16:46:16.831 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Updating node properties. MAN=345

2020-01-01 16:46:16.832 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Updating node properties. MAN=345. SET. Was 345

2020-01-01 16:46:16.833 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Properties synchronised

2020-01-01 16:46:16.836 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Update ASSOCIATION group_ZWaveAssociationGroup [index=1, name=lifeline, profile1=0, profile2=1, associations=[node_1_1]]: Adding Controller (node_1_1)

2020-01-01 16:46:16.837 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising Thing Node...

2020-01-01 16:46:16.838 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising cmd channel zwave:device:1139f694:node29:switch_binary for OnOffType

2020-01-01 16:46:16.839 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:switch_binary for OnOffType

2020-01-01 16:46:16.840 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising cmd channel zwave:device:1139f694:node29:switch_dimmer for OnOffType

2020-01-01 16:46:16.841 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising cmd channel zwave:device:1139f694:node29:switch_dimmer for PercentType

2020-01-01 16:46:16.842 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:switch_dimmer for PercentType

2020-01-01 16:46:16.843 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:switch_dimmer for PercentType

2020-01-01 16:46:16.844 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising cmd channel zwave:device:1139f694:node29:sensor_binary for OnOffType

2020-01-01 16:46:16.845 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:sensor_binary for OnOffType

2020-01-01 16:46:16.846 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising cmd channel zwave:device:1139f694:node29:sensor_temperature for QuantityType

2020-01-01 16:46:16.847 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:sensor_temperature for QuantityType

2020-01-01 16:46:16.848 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising cmd channel zwave:device:1139f694:node29:meter_kwh for DecimalType

2020-01-01 16:46:16.849 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:meter_kwh for DecimalType

2020-01-01 16:46:16.850 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising cmd channel zwave:device:1139f694:node29:meter_watts for DecimalType

2020-01-01 16:46:16.851 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:meter_watts for DecimalType

2020-01-01 16:46:16.852 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising cmd channel zwave:device:1139f694:node29:meter_reset for OnOffType

2020-01-01 16:46:16.853 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:meter_reset for OnOffType

2020-01-01 16:46:16.855 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising cmd channel zwave:device:1139f694:node29:alarm_general for OnOffType

2020-01-01 16:46:16.856 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:alarm_general for OnOffType

2020-01-01 16:46:16.857 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising cmd channel zwave:device:1139f694:node29:switch_binary1 for OnOffType

2020-01-01 16:46:16.858 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:switch_binary1 for OnOffType

2020-01-01 16:46:16.859 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising cmd channel zwave:device:1139f694:node29:switch_dimmer1 for OnOffType

2020-01-01 16:46:16.860 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising cmd channel zwave:device:1139f694:node29:switch_dimmer1 for PercentType

2020-01-01 16:46:16.861 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:switch_dimmer1 for PercentType

2020-01-01 16:46:16.862 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:switch_dimmer1 for PercentType

2020-01-01 16:46:16.863 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising cmd channel zwave:device:1139f694:node29:meter_kwh1 for DecimalType

2020-01-01 16:46:16.864 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:meter_kwh1 for DecimalType

2020-01-01 16:46:16.865 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising cmd channel zwave:device:1139f694:node29:meter_watts1 for DecimalType

2020-01-01 16:46:16.866 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:meter_watts1 for DecimalType

2020-01-01 16:46:16.867 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising cmd channel zwave:device:1139f694:node29:sensor_binary2 for OnOffType

2020-01-01 16:46:16.868 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:sensor_binary2 for OnOffType

2020-01-01 16:46:16.869 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:sensor_binary2 for OnOffType

2020-01-01 16:46:16.870 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising cmd channel zwave:device:1139f694:node29:alarm_general2 for OnOffType

2020-01-01 16:46:16.871 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:alarm_general2 for OnOffType

2020-01-01 16:46:16.872 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising cmd channel zwave:device:1139f694:node29:sensor_binary3 for OnOffType

2020-01-01 16:46:16.873 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:sensor_binary3 for OnOffType

2020-01-01 16:46:16.874 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:sensor_binary3 for OnOffType

2020-01-01 16:46:16.875 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising cmd channel zwave:device:1139f694:node29:alarm_general3 for OnOffType

2020-01-01 16:46:16.876 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Initialising state channel zwave:device:1139f694:node29:alarm_general3 for OnOffType

2020-01-01 16:46:16.877 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Polling initialised at 86400 seconds - start in 50371200 milliseconds.

2020-01-01 16:46:16.878 [DEBUG] [l.initialization.ZWaveNodeSerializer] - NODE 29: Serialise aborted as static stages not complete

2020-01-01 16:46:16.879 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer - advancing to DYNAMIC_VALUES

2020-01-01 16:46:16.880 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got an event from Z-Wave network: ZWaveInitializationStateEvent

2020-01-01 16:46:16.881 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer: DYNAMIC_VALUES - checking COMMAND_CLASS_SENSOR_MULTILEVEL

2020-01-01 16:46:16.881 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Found 1 instances of COMMAND_CLASS_SENSOR_MULTILEVEL for endpoint 0

2020-01-01 16:46:16.884 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 29: Creating new message for command SENSOR_MULTILEVEL_GET

2020-01-01 16:46:16.884 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: SECURITY not supported

2020-01-01 16:46:16.885 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: Command Class COMMAND_CLASS_SENSOR_MULTILEVEL is NOT required to be secured

2020-01-01 16:46:16.886 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: ZWaveCommandClassTransactionPayload - send to node

2020-01-01 16:46:16.887 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: SECURITY not supported

2020-01-01 16:46:16.887 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: Command Class COMMAND_CLASS_SENSOR_MULTILEVEL is NOT required to be secured

2020-01-01 16:46:16.888 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: sendTransaction org.openhab.binding.zwave.internal.protocol.transaction.ZWaveCommandClassTransactionPayload@30f757

2020-01-01 16:46:16.889 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Adding to device queue

2020-01-01 16:46:16.890 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Added 3230 to queue - size 1

2020-01-01 16:46:16.892 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 29: Sending REQUEST Message = 01 0B 00 13 1D 04 31 04 01 00 25 B7 58 

2020-01-01 16:46:16.950 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 29: sentData successfully placed on stack.

2020-01-01 16:46:16.951 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: TID 3230: Transaction not completed

2020-01-01 16:46:16.958 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 29: SendData Request. CallBack ID = 183, Status = Transmission complete and ACK received(0)

2020-01-01 16:46:16.959 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: TID 3230: Transaction not completed

2020-01-01 16:46:16.987 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Application Command Request (ALIVE:DYNAMIC_VALUES)

2020-01-01 16:46:16.988 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 0

2020-01-01 16:46:16.989 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: SECURITY not supported

2020-01-01 16:46:16.989 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 29: Received COMMAND_CLASS_SENSOR_MULTILEVEL V7 SENSOR_MULTILEVEL_REPORT

2020-01-01 16:46:16.990 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 29: Sensor Type = Temperature(1), Scale = 0

2020-01-01 16:46:16.991 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 29: Sensor Value = 24.6

2020-01-01 16:46:16.992 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent

2020-01-01 16:46:16.992 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=24.6

2020-01-01 16:46:16.993 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Updating channel state zwave:device:1139f694:node29:sensor_temperature to 24.6 °C [QuantityType]

2020-01-01 16:46:16.998 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Commands processed 1.

2020-01-01 16:46:17.000 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@10b7a74.

2020-01-01 16:46:17.001 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@10b7a74.

2020-01-01 16:46:17.003 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: notifyTransactionResponse TID:3230 DONE

2020-01-01 16:46:17.007 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent

2020-01-01 16:46:17.012 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node Init response (0) org.openhab.binding.zwave.internal.protocol.ZWaveTransactionResponse@a9d7b3

2020-01-01 16:46:17.013 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node Init transaction completed with response COMPLETE

2020-01-01 16:46:17.014 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer: DYNAMIC_VALUES - checking COMMAND_CLASS_VERSION

2020-01-01 16:46:17.015 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer: DYNAMIC_VALUES - checking COMMAND_CLASS_SWITCH_MULTILEVEL

2020-01-01 16:46:17.016 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Found 1 instances of COMMAND_CLASS_SWITCH_MULTILEVEL for endpoint 0

2020-01-01 16:46:17.017 [DEBUG] [ss.ZWaveMultiLevelSwitchCommandClass] - NODE 29: Creating new message for command SWITCH_MULTILEVEL_GET

2020-01-01 16:46:17.022 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: SECURITY not supported

2020-01-01 16:46:17.023 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: Command Class COMMAND_CLASS_SWITCH_MULTILEVEL is NOT required to be secured

2020-01-01 16:46:17.024 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: ZWaveCommandClassTransactionPayload - send to node

2020-01-01 16:46:17.024 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: SECURITY not supported

2020-01-01 16:46:17.025 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: Command Class COMMAND_CLASS_SWITCH_MULTILEVEL is NOT required to be secured

2020-01-01 16:46:17.026 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: sendTransaction org.openhab.binding.zwave.internal.protocol.transaction.ZWaveCommandClassTransactionPayload@ab45f7

2020-01-01 16:46:17.027 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Adding to device queue

2020-01-01 16:46:17.028 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Added 3231 to queue - size 1

2020-01-01 16:46:17.030 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 29: Sending REQUEST Message = 01 09 00 13 1D 02 26 02 25 B8 43 

2020-01-01 16:46:17.089 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 29: sentData successfully placed on stack.

2020-01-01 16:46:17.090 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: TID 3231: Transaction not completed

2020-01-01 16:46:17.121 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 29: SendData Request. CallBack ID = 184, Status = Transmission complete and ACK received(0)

2020-01-01 16:46:17.123 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: TID 3231: Transaction not completed

2020-01-01 16:46:17.148 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Application Command Request (ALIVE:DYNAMIC_VALUES)

2020-01-01 16:46:17.148 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: Incoming command class COMMAND_CLASS_SWITCH_MULTILEVEL, endpoint 0

2020-01-01 16:46:17.149 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: SECURITY not supported

2020-01-01 16:46:17.150 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 29: Received COMMAND_CLASS_SWITCH_MULTILEVEL V3 SWITCH_MULTILEVEL_REPORT

2020-01-01 16:46:17.150 [DEBUG] [ss.ZWaveMultiLevelSwitchCommandClass] - NODE 29: Switch Multi Level report, value = 0

2020-01-01 16:46:17.151 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got an event from Z-Wave network: ZWaveCommandClassValueEvent

2020-01-01 16:46:17.152 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SWITCH_MULTILEVEL, value=0

2020-01-01 16:46:17.153 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Updating channel state zwave:device:1139f694:node29:switch_dimmer to 0 [PercentType]

2020-01-01 16:46:17.154 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Commands processed 1.

2020-01-01 16:46:17.156 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@12df1b9.

2020-01-01 16:46:17.157 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@12df1b9.

2020-01-01 16:46:17.157 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: notifyTransactionResponse TID:3231 DONE

2020-01-01 16:46:17.159 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent

2020-01-01 16:46:17.163 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node Init response (0) org.openhab.binding.zwave.internal.protocol.ZWaveTransactionResponse@1fb086

2020-01-01 16:46:17.164 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node Init transaction completed with response COMPLETE

2020-01-01 16:46:17.165 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer: DYNAMIC_VALUES - checking COMMAND_CLASS_ASSOCIATION

2020-01-01 16:46:17.166 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer: DYNAMIC_VALUES - checking COMMAND_CLASS_MULTI_CHANNEL

2020-01-01 16:46:17.166 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer: DYNAMIC_VALUES - checking COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION

2020-01-01 16:46:17.167 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer: DYNAMIC_VALUES - checking COMMAND_CLASS_ALARM

2020-01-01 16:46:17.168 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Found 1 instances of COMMAND_CLASS_ALARM for endpoint 0

2020-01-01 16:46:17.169 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer: DYNAMIC_VALUES - checking COMMAND_CLASS_ASSOCIATION_GRP_INFO

2020-01-01 16:46:17.169 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer: DYNAMIC_VALUES - checking COMMAND_CLASS_MANUFACTURER_SPECIFIC

2020-01-01 16:46:17.170 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer: DYNAMIC_VALUES - checking COMMAND_CLASS_SWITCH_ALL

2020-01-01 16:46:17.171 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer: DYNAMIC_VALUES - checking COMMAND_CLASS_DEVICE_RESET_LOCALLY

2020-01-01 16:46:17.171 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer: DYNAMIC_VALUES - checking COMMAND_CLASS_ZWAVEPLUS_INFO

2020-01-01 16:46:17.172 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Node advancer: DYNAMIC_VALUES - checking COMMAND_CLASS_METER

2020-01-01 16:46:17.173 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: Found 1 instances of COMMAND_CLASS_METER for endpoint 0

2020-01-01 16:46:17.173 [DEBUG] [.commandclass.ZWaveMeterCommandClass] - NODE 29: Creating new message for application command METER_GET

2020-01-01 16:46:17.174 [DEBUG] [.commandclass.ZWaveMeterCommandClass] - NODE 29: Creating new message for application command METER_GET

2020-01-01 16:46:17.175 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: SECURITY not supported

2020-01-01 16:46:17.176 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: Command Class COMMAND_CLASS_METER is NOT required to be secured

2020-01-01 16:46:17.176 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 29: ZWaveCommandClassTransactionPayload - send to node

2020-01-01 16:46:17.177 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: SECURITY not supported

2020-01-01 16:46:17.177 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: Command Class COMMAND_CLASS_METER is NOT required to be secured

2020-01-01 16:46:17.178 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: sendTransaction org.openhab.binding.zwave.internal.protocol.transaction.ZWaveCommandClassTransactionPayload@154751d

2020-01-01 16:46:17.179 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Adding to device queue

2020-01-01 16:46:17.179 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Added 3232 to queue - size 1

2020-01-01 16:46:17.181 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 29: Sending REQUEST Message = 01 0A 00 13 1D 03 32 01 10 25 B9 47 

2020-01-01 16:46:17.239 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 29: sentData successfully placed on stack.

2020-01-01 16:46:17.240 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: TID 3232: Transaction not completed

2020-01-01 16:46:17.245 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 29: SendData Request. CallBack ID = 185, Status = Transmission complete and ACK received(0)

2020-01-01 16:46:17.246 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: TID 3232: Transaction not completed

2020-01-01 16:46:17.299 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Application Command Request (ALIVE:DYNAMIC_VALUES)

2020-01-01 16:46:17.300 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: Incoming command class COMMAND_CLASS_METER, endpoint 0

2020-01-01 16:46:17.300 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 29: SECURITY not supported

2020-01-01 16:46:17.301 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 29: Received COMMAND_CLASS_METER V3 METER_REPORT

2020-01-01 16:46:17.302 [DEBUG] [.commandclass.ZWaveMeterCommandClass] - NODE 29: Meter: Type=Electric(1), Scale=W(2), Value=0E+1

2020-01-01 16:46:17.303 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got an event from Z-Wave network: ZWaveMeterValueEvent

2020-01-01 16:46:17.304 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_METER, value=0E+1

2020-01-01 16:46:17.305 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Updating channel state zwave:device:1139f694:node29:meter_watts to 0 [DecimalType]

2020-01-01 16:46:17.307 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 29: Commands processed 1.