ZWave binding updates

Hi @chris,

I wanted to give it another try concerning my problem (ZWave binding updates). So I did the following:

  1. put the ZWave binding into DEBUG mode
  2. deleted the openhab.log file
  3. restarted openhab by “sudo systemctl restart openhab2.service”, so the log file starts with the start of openhab
  4. at 11:46:… woke up node 21 (Danfoss LC thermostat) manually to get the actual temperature setpoint (22°C) displayed on my sitemap in the iPhone app
  5. at 11:46:30 I changed the temperature setpoint by iPhone to 25°C
  6. at 11:46:36 I woke up the thermostat again manually
  7. at 11:47:01 I woke it up manually again and finally temperature changed at the display of the thermostat to the desired 25°C
  8. I waited 5 minutes more until I stopped DEBUG mode

If you look at the log file directly without using the log viewer from your website you’ll see for about 24 seconds (from 11:46:37 until 11:47:01, which is the period of time between the two manual wakeups) the following entries:

2019-01-16 11:46:37.419 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: WakeupTimerTask 3 Messages waiting, state DONE
2019-01-16 11:46:37.920 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: WakeupTimerTask 3 Messages waiting, state DONE
2019-01-16 11:46:38.419 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: WakeupTimerTask 3 Messages waiting, state DONE

and so on …

So, here you can download the current openhab.log file: https://www.dropbox.com/s/4bfx1wq0zv90r5k/openhab.log?dl=0

Thanks and regards
Christoph