Hi @chris,
I wanted to give it another try concerning my problem (ZWave binding updates). So I did the following:
- put the ZWave binding into DEBUG mode
- deleted the openhab.log file
- restarted openhab by “sudo systemctl restart openhab2.service”, so the log file starts with the start of openhab
- 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
- at 11:46:30 I changed the temperature setpoint by iPhone to 25°C
- at 11:46:36 I woke up the thermostat again manually
- 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
- 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