System seems to be constantly restarting

Hope I can get some assistance here.

I am the following instance:

Openhab version 2.5.3-1
Running on a Raspberry Pi
Have about 100 devices.

It seems to me that the system is starting over and over.

Rules complain that
I am constantly getting notices that polling is deferred.: NODE 96: Polling deferred until initialisation complete. I should not get any of these messages after the system is started correct?

I have removed restdocs from / var/lib/openhab2/config/org/openhab/addons.config.

I changed the name spaces in the cfg files in the services directory.

Once in awhile the system behaves correctly. Perhaps one time in 5, when I enter a room, lights go on, etc.

It feels to me that the system is always re-starting and is never stable. Making changes to a slider in habpanel frequently results in the value being set back to what it was.

In the openhabian config I have enabled all 3 of the serial port options.

I have tried disabling rules and removing all bindings other than zwave.

I stuck and looking for some input.

No, that’s not “rules” to complain.
And no, it is ok to get these when the device has not finished initialization.
Points to a ZWave network problem or a problem with device itself (as @Bruce_Osborne correctly notes, battery devices sometimes fail to initialize. You might need to reinit that manually, see manual for the device.

You need to take the long route to troubleshoot, but systematically
Double-check 2.5 issues after upgrade again.
Go enable debugging first and narrow things down. Is it only zwave devices to be affected ? Certain rules only ?
What was your last change before this behavior started ?

If node 96 is a battery powered device it has not been awake long enough to be fully discovered

Thanks,

My other bindings (russound and astro) appear to work well.
The polling deferred message happens on many many zwave nodes, not just battery powered ones, which I don’t have many of.

Example piece of a log:

ODE 51: Polling deferred until initialisation complete

2020-04-02 08:28:23.578 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 53: Polling…

2020-04-02 08:28:23.581 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 53: Polling deferred until initialisation complete

2020-04-02 08:28:23.612 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 54: Polling…

2020-04-02 08:28:23.614 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 54: Polling deferred until initialisation complete

2020-04-02 08:28:23.620 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 78: Polling…

2020-04-02 08:28:23.624 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 78: Polling deferred until initialisation complete

2020-04-02 08:28:23.639 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 45: Polling…

2020-04-02 08:28:23.642 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 45: Polling deferred until initialisation complete

2020-04-02 08:28:23.662 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 97: Polling…

2020-04-02 08:28:23.664 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 97: Polling deferred until initialisation complete

2020-04-02 08:28:23.685 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 55: Polling…

2020-04-02 08:28:23.689 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 55: Polling deferred until initialisation complete

2020-04-02 08:28:23.710 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 15: Polling…

2020-04-02 08:28:23.712 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 15: Polling deferred until initialisation complete

2020-04-02 08:28:23.739 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 14: Polling…

2020-04-02 08:28:23.744 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 14: Polling deferred until initialisation complete

2020-04-02 08:28:23.753 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 16: Polling…

2020-04-02 08:28:23.755 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 16: Polling deferred until initialisation complete

2020-04-02 08:28:23.776 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 12: Polling…

2020-04-02 08:28:23.778 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 12: Polling deferred until initialisation complete

2020-04-02 08:28:23.807 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Polling…

2020-04-02 08:28:23.812 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Polling deferred until initialisation complete

2020-04-02 08:28:23.829 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling…

2020-04-02 08:28:23.831 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling deferred until initialisation complete

2020-04-02 08:28:23.866 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Polling…

2020-04-02 08:28:23.871 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Polling deferred until initialisation complete

2020-04-02 08:28:23.891 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 29: Polling…

If that goes on for too long I have sometimes found the thread gets hung.

Sometimes deleting & rediscovering the Thing helps. Other times you either need to restart the binding or openHAB and then complete discovery.

#10,#11,#12
and mind the XY problem in #8.
You should start by answering the questions in my reply.

How to ask a good question / Help Us Help You - Tutorials & Examples - openHAB Community

1 Like

Hi Markus,

Thanks. I can say that I am getting the : NODE 96: Polling deferred until initialisation perhaps a hundred of times in minutes. Its all nodes. This is not related to battery items. I will look at the 2.5 issues after upgrade tonight when I get home.

I should say that my ZWAVE binding and devices have never worked well. I think I started with 2.3.

Awhile ago I was getting a bunch of items not found although I could not replicate that today. I learned here that this could be related to the system restarting over and over (race condition type of thing)
Thanks for help. I will be more careful with my responses.

Have you followed the binding documentation for when things do not go as planned? Unfiltered DEBUG logs are useful in troubleshooting and er have a very skilled, dedicated developer.

Hi,

Yes. I did. I will send some unfiltered DEBUG logs after I re-read the 2.5 stuff.

1 Like

After upgrading, especially skipping versions, it is a good habit to delete & rediscover all Z-Wave Things except the controller to get any new settings.

Hi,

I have done that. And it has worked. It’s a lot to do when you have 100+ nodes. But it seems that the problems return. Plus, Iv’e never understood why this should work. Thanks. May do it again anyway tonight. After all, cant go to the bar.

If the binding is restarting “constantly” then there will not normally be any polling since polling is normally set to poll about every hour or so, so this is a little strange. This might be triggered during startup (since OH does a refresh which will trigger a poll), but in this case of course you will see this since the binding is not initialised. Without a log, it’s very difficult to tell though, so I’d really encourage you to provide a full debug log if you want to report a problem.

1 Like

Hello Chris,

Thanks. I am looking at a few things.

Hi,

I am having uote a few errors/timeouts on node 255. I was reading that this indicates problems communicing with the controller. Is this a serial connection issue. My system is not restarting over and over. It starts once and stays started. I have all three openhabian config serial options enabled. What should I be checking to look for serial com issues?

2020-04-05 07:17:14.255 [DEBUG] [nd.internal.net.SocketChannelSession] - Sending Command: ''

2020-04-05 07:17:14.344 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 28 92 

2020-04-05 07:17:16.353 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81921: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:17:16.363 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81921 CANCELLED

2020-04-05 07:17:38.406 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@1cd6aa7

2020-04-05 07:17:38.408 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81922 to queue - size 1

2020-04-05 07:17:38.418 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 52 E8 

2020-04-05 07:17:40.438 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81922: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:17:40.459 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81922 CANCELLED

2020-04-05 07:18:02.251 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 03 00 16 EA 

2020-04-05 07:18:02.255 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.

2020-04-05 07:19:00.532 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@b647e7

2020-04-05 07:19:00.534 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81925 to queue - size 1

2020-04-05 07:19:02.209 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 03 00 16 EA 

2020-04-05 07:19:14.245 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 5A E0 

2020-04-05 07:19:16.260 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81925: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:19:16.271 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81925 CANCELLED

2020-04-05 07:19:39.413 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@16886fc

2020-04-05 07:19:39.420 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81926 to queue - size 1

2020-04-05 07:19:39.431 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 4D F7 

2020-04-05 07:19:41.440 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81926: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:19:41.450 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81926 CANCELLED

2020-04-05 07:19:52.897 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@1ae6d7

2020-04-05 07:19:52.899 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81927 to queue - size 1

2020-04-05 07:19:52.908 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 49 F3 

2020-04-05 07:19:54.916 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81927: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:19:54.922 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81927 CANCELLED

2020-04-05 07:19:55.319 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@e5d806

2020-04-05 07:19:55.322 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81928 to queue - size 1

2020-04-05 07:19:55.330 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 03 B9 

2020-04-05 07:19:57.337 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81928: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:19:57.344 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81928 CANCELLED

2020-04-05 07:20:02.217 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 03 00 16 EA 

2020-04-05 07:20:05.960 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@736545

2020-04-05 07:20:05.963 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81930 to queue - size 1

2020-04-05 07:20:06.007 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@1275ba

2020-04-05 07:20:06.010 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81931 to queue - size 2

2020-04-05 07:20:08.377 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@11a1364

2020-04-05 07:20:08.381 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81932 to queue - size 3

2020-04-05 07:20:09.204 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@ba0e05

2020-04-05 07:20:09.207 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81933 to queue - size 4

2020-04-05 07:20:14.244 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 1F A5 

2020-04-05 07:20:16.251 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81930: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:20:16.255 [DEBUG] [e.internal.protocol.ZWaveTransaction] - TID 81930: Transaction CANCELLED

2020-04-05 07:20:16.257 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81930 CANCELLED

2020-04-05 07:20:16.282 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 61 DB 

2020-04-05 07:20:18.290 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81931: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:20:18.296 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81931 CANCELLED

2020-04-05 07:20:18.325 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 5F E5 

2020-04-05 07:20:20.334 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81932: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:20:20.342 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81932 CANCELLED

2020-04-05 07:20:20.367 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 16 AC 

2020-04-05 07:20:22.375 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81933: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:20:22.381 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81933 CANCELLED

2020-04-05 07:20:30.146 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@1f88cba

2020-04-05 07:20:30.149 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81934 to queue - size 1

2020-04-05 07:20:30.159 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 10 AA 

2020-04-05 07:20:32.165 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81934: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:20:32.172 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81934 CANCELLED

2020-04-05 07:20:32.236 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@1c38f77

2020-04-05 07:20:32.238 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81935 to queue - size 1

2020-04-05 07:20:32.247 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 26 9C 

2020-04-05 07:20:32.975 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@6a059b

2020-04-05 07:20:32.978 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81936 to queue - size 1

2020-04-05 07:20:34.254 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81935: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:20:34.261 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81935 CANCELLED

2020-04-05 07:20:34.284 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 5B E1 

2020-04-05 07:20:36.290 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81936: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:20:36.297 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81936 CANCELLED

2020-04-05 07:21:01.513 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@1cbbaa0

2020-04-05 07:21:01.515 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81938 to queue - size 1

2020-04-05 07:21:02.247 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 03 00 16 EA 

2020-04-05 07:21:14.276 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 15 AF 

2020-04-05 07:21:16.286 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81938: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:21:16.296 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81938 CANCELLED

2020-04-05 07:21:27.206 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@51bd50

2020-04-05 07:21:27.209 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81939 to queue - size 1

2020-04-05 07:21:27.218 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 01 BB 

2020-04-05 07:21:29.225 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81939: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:21:29.231 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81939 CANCELLED

2020-04-05 07:21:49.564 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@19fcec0

2020-04-05 07:21:49.566 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81940 to queue - size 1

2020-04-05 07:21:49.575 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 5E E4 

2020-04-05 07:21:51.465 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@119c5f3

2020-04-05 07:21:51.469 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81941 to queue - size 1

2020-04-05 07:21:51.583 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81940: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:21:51.589 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81940 CANCELLED

2020-04-05 07:21:51.612 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 05 BF 

2020-04-05 07:21:52.811 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@7e949f

2020-04-05 07:21:52.813 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81942 to queue - size 1

2020-04-05 07:21:53.619 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81941: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:21:53.638 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@6d86cf

2020-04-05 07:21:53.643 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81941 CANCELLED

2020-04-05 07:21:53.663 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 25 9F 

2020-04-05 07:21:53.669 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81943 to queue - size 1

2020-04-05 07:21:55.668 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81942: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:21:55.674 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81942 CANCELLED

2020-04-05 07:21:55.699 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 3B 81 

2020-04-05 07:21:57.707 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81943: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:21:57.713 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81943 CANCELLED

2020-04-05 07:22:00.255 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 69: SECURITY not supported

2020-04-05 07:22:02.284 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 03 00 16 EA 

2020-04-05 07:22:09.556 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@1ed4aa7

2020-04-05 07:22:09.559 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81945 to queue - size 1

2020-04-05 07:22:14.318 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 37 8D 

2020-04-05 07:22:14.451 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@101460

2020-04-05 07:22:14.454 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81946 to queue - size 1

2020-04-05 07:22:15.614 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@1c5ed0e

2020-04-05 07:22:15.617 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81947 to queue - size 2

2020-04-05 07:22:16.324 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81945: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:22:16.330 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81945 CANCELLED

2020-04-05 07:22:16.345 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 42 F8 

2020-04-05 07:22:18.353 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81946: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:22:18.360 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81946 CANCELLED

2020-04-05 07:22:18.375 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 07 BD 

2020-04-05 07:22:20.381 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81947: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:22:20.388 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81947 CANCELLED

2020-04-05 07:22:26.779 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@1fa2428

2020-04-05 07:22:26.782 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81948 to queue - size 1

2020-04-05 07:22:26.791 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 47 FD 

2020-04-05 07:22:28.797 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81948: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:22:28.804 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81948 CANCELLED

2020-04-05 07:22:31.769 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@1b09ac9

2020-04-05 07:22:31.771 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81949 to queue - size 1

2020-04-05 07:22:31.781 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 2B 91 

2020-04-05 07:22:33.788 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81949: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:22:33.794 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81949 CANCELLED

2020-04-05 07:22:52.007 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@bf988f

2020-04-05 07:22:52.011 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81950 to queue - size 1

2020-04-05 07:22:52.023 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 58 E2 

2020-04-05 07:22:54.034 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81950: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:22:54.040 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81950 CANCELLED

2020-04-05 07:23:01.378 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@103e298

2020-04-05 07:23:01.383 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81952 to queue - size 1

2020-04-05 07:23:01.690 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@47c34

2020-04-05 07:23:01.693 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81953 to queue - size 2

2020-04-05 07:23:02.241 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 03 00 16 EA 

2020-04-05 07:23:05.020 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@2547da

2020-04-05 07:23:05.024 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81954 to queue - size 3

2020-04-05 07:23:14.282 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 0E B4 

2020-04-05 07:23:16.295 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81952: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:23:16.301 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81952 CANCELLED

2020-04-05 07:23:16.325 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 29 93 

2020-04-05 07:23:18.330 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81953: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:23:18.336 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81953 CANCELLED

2020-04-05 07:23:18.358 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 5C E6 

2020-04-05 07:23:20.365 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81954: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:23:20.371 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81954 CANCELLED

2020-04-05 07:23:28.456 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@88de5c

2020-04-05 07:23:28.459 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81955 to queue - size 1

2020-04-05 07:23:28.468 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 11 AB 

2020-04-05 07:23:30.474 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81955: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:23:30.483 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81955 CANCELLED

2020-04-05 07:23:30.583 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@2eaa68

2020-04-05 07:23:30.585 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81956 to queue - size 1

2020-04-05 07:23:30.595 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 18 A2 

2020-04-05 07:23:32.602 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81956: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:23:32.610 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81956 CANCELLED

2020-04-05 07:23:53.955 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@ad9531

2020-04-05 07:23:53.958 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81957 to queue - size 1

2020-04-05 07:23:53.967 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 21 9B 

2020-04-05 07:23:55.973 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81957: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:23:55.979 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81957 CANCELLED

2020-04-05 07:24:02.226 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 03 00 16 EA 

2020-04-05 07:24:11.240 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@2a9ffe

2020-04-05 07:24:11.242 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81959 to queue - size 1

2020-04-05 07:24:14.252 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 3F 85 

2020-04-05 07:24:16.257 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81959: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:24:16.269 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81959 CANCELLED

2020-04-05 07:24:23.252 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@3da669

2020-04-05 07:24:23.255 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81960 to queue - size 1

2020-04-05 07:24:23.263 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 56 EC 

2020-04-05 07:24:25.269 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81960: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:24:25.275 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81960 CANCELLED

2020-04-05 07:24:33.244 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@207ddf

2020-04-05 07:24:33.246 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81961 to queue - size 1

2020-04-05 07:24:33.256 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 2D 97 

2020-04-05 07:24:33.371 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@fa73aa

2020-04-05 07:24:33.374 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81962 to queue - size 1

2020-04-05 07:24:35.262 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81961: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:24:35.268 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81961 CANCELLED

2020-04-05 07:24:35.290 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 45 FF 

2020-04-05 07:24:37.297 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81962: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:24:37.304 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81962 CANCELLED

2020-04-05 07:24:48.950 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@b4e162

2020-04-05 07:24:48.953 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81963 to queue - size 1

2020-04-05 07:24:48.961 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 32 88 

2020-04-05 07:24:50.968 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81963: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:24:50.974 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81963 CANCELLED

2020-04-05 07:24:56.752 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@1b7c741

2020-04-05 07:24:56.754 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81964 to queue - size 1

2020-04-05 07:24:56.766 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 1D A7 

2020-04-05 07:24:57.054 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@1efb9a7

2020-04-05 07:24:57.057 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81965 to queue - size 1

2020-04-05 07:24:57.920 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@8f6fe8

2020-04-05 07:24:57.924 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81966 to queue - size 2

2020-04-05 07:24:58.772 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81964: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:24:58.778 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81964 CANCELLED

2020-04-05 07:24:58.801 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 41 FB 

2020-04-05 07:25:00.810 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81965: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:25:00.814 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81965 CANCELLED

2020-04-05 07:25:00.820 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 20 9A 

2020-04-05 07:25:02.843 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81966: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:25:02.849 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81966 CANCELLED

2020-04-05 07:25:04.894 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 03 00 16 EA 

2020-04-05 07:25:54.714 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@1ba805

2020-04-05 07:25:54.716 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81968 to queue - size 1

2020-04-05 07:25:54.725 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 27 9D 

2020-04-05 07:25:56.732 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81968: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:25:56.741 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81968 CANCELLED

2020-04-05 07:26:02.201 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 03 00 16 EA 

2020-04-05 07:26:07.158 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@8ae6e1

2020-04-05 07:26:07.163 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81970 to queue - size 1

2020-04-05 07:26:14.232 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 08 B2 

2020-04-05 07:26:16.238 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81970: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:26:16.245 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81970 CANCELLED

2020-04-05 07:26:20.144 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: sendTransaction org.openhab.binding.zwave.internal.protocol.ZWaveSerialPayload@4e4cb2

2020-04-05 07:26:20.146 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: Added 81971 to queue - size 1

2020-04-05 07:26:20.156 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 40 FA 

2020-04-05 07:26:22.162 [DEBUG] [sactionManager$ZWaveTransactionTimer] - NODE 255: TID 81971: Timeout at state WAIT_RESPONSE. 3 retries remaining.

2020-04-05 07:26:22.168 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 255: notifyTransactionResponse TID:81971 CANCELLED

So I guess the original issue is solved and this is something new now?

Is this the full log, or are you filtering it? It looks strange if that’s all there is.

Also, please provide logs as files, or at least use code fences rather than just pasting them in to the forum (I’ve edited your post to fix this).

Hi Chris,

No… Sorry. I just filtered “255” because I was thinking this was a serial connectivity issue. I will send a better log.

Hi,

I uploaded a log. I have enabled DEBUG on all of the services in the 2.5 issues post.

hab.log (237.4 KB)

The log doesn’t show any communication with the coordinator at all. I would try restarting the binding for starters. If that doesn’t help, then check the log during startup.

Hi,

I stopped and restarted the zwave buindle. Captured much of the log when it started. I scrapping off of the web log viewer. I have uploaded the log.

Thanks a million. I hope this implicates something.

Wes

hab.log (257.6 KB)

This log looks fine to me - the binding starts ok and it’s communicating with the controller perfectly. The binding requests a bunch of node information and gets the response nice and fast.