home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
70.46k stars 29.4k forks source link

Something going on with zwave #14475

Closed point-4ward closed 6 years ago

point-4ward commented 6 years ago

Home Assistant release with the issue: 0.69.1

Last working Home Assistant release (if known): 0.68.x

Operating environment (Hass.io/Docker/Windows/etc.): Debian / venv

Component/platform: Zwave

Description of problem:

I've held off on putting this in because I'm struggling to recreate it, and I can't even put my finger on exactly what is up, but at some point over the last couple of releases something weird is going on with zwave.

Basically, I keep getting nodes reporting as dead. I haven't changed anything at all on my zwave network in months so it's unlikely configuration based, and it's not like my walls have moved so it's unlikely that it's an issue with range/whatever.

It mostly tends to be on restart of homeassistant, in that when homeassistant is back up the node shows dead. It has occasionally happened during the day when homeassistant has just been running as normal. Restarting the zwave network (by stopping it and starting it again a few seconds later in the configuration panel) usually brings it straight back up.

Note that I have one powered and one battery node, so it recognises that the battery one may be asleep and doesn't mark it as dead anywhere near as often, but the powered node (which is the one I really need to work, typically!) reports dead on a maybe 8/10 restarts.

It seems as though it's not giving the nodes enough time to reply, and then instantly marking them as dead. Once marked as dead there seems no way to bring them back other than restarting the network. I know one of the options has the text "this may be able to bring back dead nodes", but I don't think this is correct as if you use that option and then view the OZW log it sends a message, and then less than a second later cancels it as 'node is presumed dead'. (This issue isn't new, I came across it ages ago when I had something else wrong).

I've included a stacktrace below that is the complete log after a reboot (whole device) at 11.19 hours this morning. The node reported as dead, and at 11.25 I stopped and restarted the zwave network. The log entries all appear to be entity_registry related as opposed to anything actually zwave network related, but there it is. By the end of that little flurry in the homeassistant log we were back in business,

The OZW log for the same period is ridiculously long, but I've posted it for completeness and basically does exactly as I mentioned above. The system boots, it sends out a message, doesn't get a reply from the light switch and marks it as dead straight away.

Then when I restart the network, lo-and-behold, everything is tickety-boo. Interesting to note though that sometimes when I've had a dead node and I restart the network, the node that was previously showing as dead shows up as 'unknown', but still works fine. Sometimes it just comes back as 'Ready' like normal. I mention this specifically because today is one of the times it has come back as 'unknown', so there might be something in the logs that gives a better clue this time round?? I can't see anything, but....

Additional information

Pfft - no idea - I've tried to recreate it successfully, tried hard reboots, soft reboots, homeassistant restarts, heal networks, test networks.... Dunno, but it is definitely getting worse, and definitely only since upgrade to either 0.69 or 0.69.1 (I can't remember how long I've been trying to work this out to make this bug report better - too much going on IRL).

I'm hard pressed to believe that both the nodes are suddenly failing at the exact time I upgraded homeassistant, and they seem to be working fine when I do get them back up in homeassistant, but I have no other way to control them anymore to check anything else out.

@andrey-git @perosb - you guys seem to be the zwave oracles - any thoughts?

Sorry for the below, but, you know, thorough...

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

zwave:
  usb_path: /dev/ttyACM0
  network_key: !secret zwave_network_key
  autoheal: false

Stacktrace

Stack trace

2018-05-15 11:19:56 WARNING (MainThread) [homeassistant.components.light] Setup of platform flux_led is taking over 10 seconds.
2018-05-15 11:20:51 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-05-15 11:25:07 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: zwave.zwaveme_zme_uzb1_usb_stick. Platform zwave does not generate unique IDs
2018-05-15 11:25:07 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: zwave.kitchen_multisensor. Platform zwave does not generate unique IDs
2018-05-15 11:25:07 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: binary_sensor.sensor. Platform zwave does not generate unique IDs
2018-05-15 11:25:07 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.kitchen_motion_sensor_temperature. Platform zwave does not generate unique IDs
2018-05-15 11:25:07 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.kitchen_motion_sensor_luminance. Platform zwave does not generate unique IDs
2018-05-15 11:25:07 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.kitchen_motion_sensor_seismic_intensity. Platform zwave does not generate unique IDs
2018-05-15 11:25:07 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.alarm_type. Platform zwave does not generate unique IDs
2018-05-15 11:25:07 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.alarm_level. Platform zwave does not generate unique IDs
2018-05-15 11:25:07 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.kitchen_motion_sensor_sourcenodeid. Platform zwave does not generate unique IDs
2018-05-15 11:25:07 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.kitchen_motion_sensor_burglar. Platform zwave does not generate unique IDs
2018-05-15 11:25:07 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: zwave.kitchen_light. Platform zwave does not generate unique IDs
2018-05-15 11:25:07 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.kitchen_motion_sensor_general. Platform zwave does not generate unique IDs
2018-05-15 11:25:07 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: light.kitchen. Platform zwave does not generate unique IDs
2018-05-15 11:25:07 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: light.fibaro_system_fgd212_dimmer_2_level. Platform zwave does not generate unique IDs
2018-05-15 11:25:08 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.fibaro_system_fgd212_dimmer_2_power_2. Platform zwave does not generate unique IDs
2018-05-15 11:25:08 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.unknown_3. Platform zwave does not generate unique IDs
2018-05-15 11:25:08 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.fibaro_system_fgd212_dimmer_2_power. Platform zwave does not generate unique IDs
2018-05-15 11:25:08 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.fibaro_system_fgd212_dimmer_2_exporting. Platform zwave does not generate unique IDs
2018-05-15 11:25:08 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.alarm_type_4. Platform zwave does not generate unique IDs
2018-05-15 11:25:08 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.alarm_level_4. Platform zwave does not generate unique IDs
2018-05-15 11:25:08 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.fibaro_system_fgd212_dimmer_2_sourcenodeid. Platform zwave does not generate unique IDs
2018-05-15 11:25:08 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.fibaro_system_fgd212_dimmer_2_heat. Platform zwave does not generate unique IDs
2018-05-15 11:25:08 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.fibaro_system_fgd212_dimmer_2_power_management. Platform zwave does not generate unique IDs
2018-05-15 11:25:08 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 308, in _async_add_entity
    msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.fibaro_system_fgd212_dimmer_2_system. Platform zwave does not generate unique IDs

OZW log

2018-05-15 11:19:45.092 Always, OpenZwave Version 1.4.2926 Starting Up
2018-05-15 11:20:15.698 Info, Setting Up Provided Network Key for Secure Communications
2018-05-15 11:20:15.698 Info, mgr,     Added driver for controller /dev/ttyACM0
2018-05-15 11:20:15.698 Info,   Opening controller /dev/ttyACM0
2018-05-15 11:20:15.699 Info, Trying to open serial port /dev/ttyACM0 (attempt 1)
2018-05-15 11:20:15.704 Info, Serial port /dev/ttyACM0 opened (attempt 1)
2018-05-15 11:20:15.705 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2018-05-15 11:20:15.705 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2018-05-15 11:20:15.705 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2018-05-15 11:20:15.705 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2018-05-15 11:20:15.705 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2018-05-15 11:20:15.705 Detail,
2018-05-15 11:20:15.705 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2018-05-15 11:20:15.715 Detail, contrlr,   Received: 0x01, 0x10, 0x01, 0x15, 0x5a, 0x2d, 0x57, 0x61, 0x76, 0x65, 0x20, 0x34, 0x2e, 0x30, 0x35, 0x00, 0x01, 0x97
2018-05-15 11:20:15.715 Detail,
2018-05-15 11:20:15.715 Info, contrlr, Received reply to FUNC_ID_ZW_GET_VERSION:
2018-05-15 11:20:15.715 Info, contrlr,     Static Controller library, version Z-Wave 4.05
2018-05-15 11:20:15.715 Detail, Node045,   Expected reply was received
2018-05-15 11:20:15.715 Detail, Node045,   Message transaction complete
2018-05-15 11:20:15.715 Detail,
2018-05-15 11:20:15.715 Detail, contrlr, Removing current message
2018-05-15 11:20:15.715 Detail,
2018-05-15 11:20:15.715 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x20) - FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2018-05-15 11:20:15.718 Detail, contrlr,   Received: 0x01, 0x08, 0x01, 0x20, 0xcc, 0x91, 0xd9, 0xc1, 0x01, 0x92
2018-05-15 11:20:15.718 Detail,
2018-05-15 11:20:15.718 Info, contrlr, Received reply to FUNC_ID_ZW_MEMORY_GET_ID. Home ID = 0xcc91d9c1.  Our node ID = 1
2018-05-15 11:20:15.718 Detail, Node145,   Expected reply was received
2018-05-15 11:20:15.718 Detail, Node145,   Message transaction complete
2018-05-15 11:20:15.719 Detail,
2018-05-15 11:20:15.719 Detail, contrlr, Removing current message
2018-05-15 11:20:15.719 Detail,
2018-05-15 11:20:15.719 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x05) - FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2018-05-15 11:20:15.720 Detail, contrlr,   Received: 0x01, 0x04, 0x01, 0x05, 0x08, 0xf7
2018-05-15 11:20:15.720 Detail,
2018-05-15 11:20:15.720 Info, contrlr, Received reply to FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES:
2018-05-15 11:20:15.720 Info, contrlr,     There is no SUC ID Server (SIS) in this network.
2018-05-15 11:20:15.720 Info, contrlr,     The PC controller is a primary controller.
2018-05-15 11:20:15.720 Detail, Node247,   Expected reply was received
2018-05-15 11:20:15.720 Detail, Node247,   Message transaction complete
2018-05-15 11:20:15.720 Detail,
2018-05-15 11:20:15.721 Detail, contrlr, Removing current message
2018-05-15 11:20:15.721 Detail,
2018-05-15 11:20:15.721 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x07) - FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2018-05-15 11:20:15.725 Detail, contrlr,   Received: 0x01, 0x2b, 0x01, 0x07, 0x05, 0x06, 0x01, 0x15, 0x04, 0x00, 0x00, 0x01, 0xfe, 0x83, 0xff, 0x88, 0xcf, 0x1f, 0x00, 0x00, 0xfb, 0x9f, 0x7d, 0xa0, 0x67, 0x00, 0x80, 0x80, 0x00, 0x80, 0x86, 0x00, 0x00, 0x00, 0xe8, 0x73, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x40, 0x1a, 0x00, 0x0d
2018-05-15 11:20:15.726 Detail,
2018-05-15 11:20:15.726 Info, contrlr,  Received reply to FUNC_ID_SERIAL_API_GET_CAPABILITIES
2018-05-15 11:20:15.726 Info, contrlr,     Serial API Version:   5.6
2018-05-15 11:20:15.726 Info, contrlr,     Manufacturer ID:      0x0115
2018-05-15 11:20:15.726 Info, contrlr,     Product Type:         0x0400
2018-05-15 11:20:15.726 Info, contrlr,     Product ID:           0x0001
2018-05-15 11:20:15.726 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_RANDOM: 0x01, 0x04, 0x00, 0x1c, 0x20, 0xc7
2018-05-15 11:20:15.726 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_INIT_DATA: 0x01, 0x03, 0x00, 0x02, 0xfe
2018-05-15 11:20:15.726 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_SET_TIMEOUTS: 0x01, 0x05, 0x00, 0x06, 0x64, 0x0f, 0x97
2018-05-15 11:20:15.726 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_APPL_NODE_INFORMATION: 0x01, 0x07, 0x00, 0x03, 0x01, 0x02, 0x01, 0x00, 0xf9
2018-05-15 11:20:15.726 Detail, Node006,   Expected reply was received
2018-05-15 11:20:15.726 Detail, Node006,   Message transaction complete
2018-05-15 11:20:15.726 Detail,
2018-05-15 11:20:15.726 Detail, contrlr, Removing current message
2018-05-15 11:20:15.726 Detail,
2018-05-15 11:20:15.726 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x56) - FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2018-05-15 11:20:15.729 Detail, contrlr,   Received: 0x01, 0x04, 0x01, 0x56, 0x00, 0xac
2018-05-15 11:20:15.729 Detail,
2018-05-15 11:20:15.729 Info, contrlr, Received reply to GET_SUC_NODE_ID.  Node ID = 0
2018-05-15 11:20:15.729 Info, Controller Does not Support SUC - Cannot Setup Controller as SUC Node
2018-05-15 11:20:15.729 Detail, Node172,   Expected reply was received
2018-05-15 11:20:15.729 Detail, Node172,   Message transaction complete
2018-05-15 11:20:15.729 Detail,
2018-05-15 11:20:15.729 Detail, contrlr, Removing current message
2018-05-15 11:20:15.729 Detail,
2018-05-15 11:20:15.729 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x1c) - FUNC_ID_ZW_GET_RANDOM: 0x01, 0x04, 0x00, 0x1c, 0x20, 0xc7
2018-05-15 11:20:15.785 Detail, contrlr,   Received: 0x01, 0x25, 0x01, 0x1c, 0x01, 0x20, 0x8b, 0x4f, 0xdc, 0xa6, 0x45, 0x02, 0xcf, 0x6a, 0x2f, 0x00, 0x86, 0xe2, 0x25, 0xeb, 0xd0, 0xe3, 0xec, 0xef, 0xf1, 0xe5, 0xed, 0x06, 0xd2, 0x69, 0x37, 0xe8, 0xfa, 0x42, 0x75, 0xc6, 0xc6, 0x8f, 0xd6
2018-05-15 11:20:15.785 Detail,
2018-05-15 11:20:15.785 Info, contrlr, Received reply to FUNC_ID_ZW_GET_RANDOM: true
2018-05-15 11:20:15.785 Detail, Node032,   Expected reply was received
2018-05-15 11:20:15.785 Detail, Node032,   Message transaction complete
2018-05-15 11:20:15.785 Detail,
2018-05-15 11:20:15.785 Detail, contrlr, Removing current message
2018-05-15 11:20:15.785 Detail,
2018-05-15 11:20:15.786 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x02) - FUNC_ID_SERIAL_API_GET_INIT_DATA: 0x01, 0x03, 0x00, 0x02, 0xfe
2018-05-15 11:20:15.885 Detail, contrlr,   Received: 0x01, 0x25, 0x01, 0x02, 0x05, 0x00, 0x1d, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0xd7
2018-05-15 11:20:15.885 Detail,
2018-05-15 11:20:15.885 Info, mgr,     Driver with Home ID of 0xcc91d9c1 is now ready.
2018-05-15 11:20:15.886 Info,
2018-05-15 11:20:15.907 Detail, Node002, Queuing (Controller) Delete All Return Routes
2018-05-15 11:20:15.907 Detail, Node002, Queuing (Controller) Assign Return Route
2018-05-15 11:20:15.909 Detail, Node005, Queuing (Controller) Delete All Return Routes
2018-05-15 11:20:15.909 Detail, Node005, Queuing (Controller) Assign Return Route
2018-05-15 11:20:15.911 Info, contrlr, Received reply to FUNC_ID_SERIAL_API_GET_INIT_DATA:
2018-05-15 11:20:15.911 Info, contrlr,     Node 001 - Known
2018-05-15 11:20:15.911 Detail, Node001, AdvanceQueries queryPending=0 queryRetries=0 queryStage=CacheLoad live=1
2018-05-15 11:20:15.911 Detail, Node001, QueryStage_CacheLoad
2018-05-15 11:20:15.911 Info, Node001, Node Identity Codes: 0115:0400:0001
2018-05-15 11:20:15.911 Detail, Node001, QueryStage_Associations
2018-05-15 11:20:15.911 Detail, Node001, QueryStage_Neighbors
2018-05-15 11:20:15.911 Detail, contrlr, Requesting routing info (neighbor list) for Node 1
2018-05-15 11:20:15.912 Detail, Node001, Queuing (Command) Get Routing Info (Node=1): 0x01, 0x07, 0x00, 0x80, 0x01, 0x00, 0x00, 0x03, 0x7a
2018-05-15 11:20:15.912 Detail, Node001, Queuing (Query) Query Stage Complete (Neighbors)
2018-05-15 11:20:15.912 Info, contrlr,     Node 002 - Known
2018-05-15 11:20:15.912 Detail, Node002, AdvanceQueries queryPending=0 queryRetries=0 queryStage=CacheLoad live=1
2018-05-15 11:20:15.912 Detail, Node002, QueryStage_CacheLoad
2018-05-15 11:20:15.912 Info, Node002, Node Identity Codes: 010f:0801:1001
2018-05-15 11:20:15.912 Info, Node002, NoOperation::Set - Routing=true
2018-05-15 11:20:15.912 Detail, Node002, Queuing (NoOp) NoOperation_Set (Node=2): 0x01, 0x09, 0x00, 0x13, 0x02, 0x02, 0x00, 0x00, 0x25, 0x0a, 0xca
2018-05-15 11:20:15.912 Detail, Node002, Queuing (Query) Query Stage Complete (CacheLoad)
2018-05-15 11:20:15.912 Info, contrlr,     Node 005 - Known
2018-05-15 11:20:15.912 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=CacheLoad live=1
2018-05-15 11:20:15.912 Detail, Node005, QueryStage_CacheLoad
2018-05-15 11:20:15.912 Info, Node005, Node Identity Codes: 010f:0102:1000
2018-05-15 11:20:15.912 Info, Node005, NoOperation::Set - Routing=true
2018-05-15 11:20:15.912 Detail, Node005, Queuing (NoOp) NoOperation_Set (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x00, 0x00, 0x25, 0x0b, 0xcc
2018-05-15 11:20:15.912 Detail, Node005, Queuing (Query) Query Stage Complete (CacheLoad)
2018-05-15 11:20:15.912 Detail,   Expected reply was received
2018-05-15 11:20:15.912 Detail,   Message transaction complete
2018-05-15 11:20:15.912 Detail,
2018-05-15 11:20:15.912 Detail, contrlr, Removing current message
2018-05-15 11:20:15.912 Detail, Node001, Notification: DriverReady
2018-05-15 11:20:15.938 Detail, Node001, Notification: NodeAdded
2018-05-15 11:20:17.152 Detail, Node001, Notification: NodeProtocolInfo
2018-05-15 11:20:17.158 Detail, Node001, Notification: EssentialNodeQueriesComplete
2018-05-15 11:20:17.159 Detail, Node001, Notification: ValueAdded
2018-05-15 11:20:17.160 Detail, Node001, Notification: NodeNaming
2018-05-15 11:20:17.191 Detail, Node002, Notification: NodeAdded
2018-05-15 11:20:17.473 Detail, Node002, Notification: NodeProtocolInfo
2018-05-15 11:20:17.491 Detail, Node002, Notification: EssentialNodeQueriesComplete
2018-05-15 11:20:17.496 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.505 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.584 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.677 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.695 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.708 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.725 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.727 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.758 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.773 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.789 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.795 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.806 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.813 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.816 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.832 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.841 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.859 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.869 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.871 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.872 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.890 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.896 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.905 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.907 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.914 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.916 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.933 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.960 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.961 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.963 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:17.996 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.012 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.020 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.033 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.046 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.052 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.055 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.076 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.096 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.120 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.149 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.198 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.213 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.221 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.232 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.234 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.303 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.309 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.320 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.325 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.327 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.346 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.381 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.386 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.412 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.414 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.427 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.440 Detail, Node002, Notification: Group
2018-05-15 11:20:18.457 Detail, Node002, Notification: Group
2018-05-15 11:20:18.457 Detail, Node002, Notification: Group
2018-05-15 11:20:18.457 Detail, Node002, Notification: Group
2018-05-15 11:20:18.457 Detail, Node002, Notification: Group
2018-05-15 11:20:18.457 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.458 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.462 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.463 Detail, Node002, Notification: Group
2018-05-15 11:20:18.469 Detail, Node002, Notification: Group
2018-05-15 11:20:18.475 Detail, Node002, Notification: Group
2018-05-15 11:20:18.475 Detail, Node002, Notification: Group
2018-05-15 11:20:18.477 Detail, Node002, Notification: Group
2018-05-15 11:20:18.477 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.478 Detail, Node002, Notification: ValueAdded
2018-05-15 11:20:18.497 Detail, Node002, Notification: NodeNaming
2018-05-15 11:20:18.512 Detail, Node005, Notification: NodeAdded
2018-05-15 11:20:18.853 Detail, Node005, Notification: NodeProtocolInfo
2018-05-15 11:20:18.880 Detail, Node005, Notification: EssentialNodeQueriesComplete
2018-05-15 11:20:18.891 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:18.903 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:18.913 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:18.929 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:18.938 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.305 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.309 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.315 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.321 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.334 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.343 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.378 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.393 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.447 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.477 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.483 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.488 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.509 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.524 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.540 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.579 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.639 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.675 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.687 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.688 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.699 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.714 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.729 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.761 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.773 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.791 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.801 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.803 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.818 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.827 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.831 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.844 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.867 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.875 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.888 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.890 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.895 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.912 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.915 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.920 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.932 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.934 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.935 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.937 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.950 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.974 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.986 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:19.993 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.000 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.024 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.051 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.068 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.073 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.075 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.083 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.107 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.114 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.120 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.131 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.133 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.137 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.143 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.156 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.163 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.165 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.168 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.181 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.183 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.186 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.187 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.194 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.203 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.205 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.206 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.216 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.220 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.223 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.234 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.264 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.273 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.281 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.303 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.309 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.313 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.316 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.319 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.320 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.325 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.332 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.335 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.336 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.338 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.343 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.349 Detail, Node005, Notification: Group
2018-05-15 11:20:20.357 Detail, Node005, Notification: Group
2018-05-15 11:20:20.357 Detail, Node005, Notification: Group
2018-05-15 11:20:20.358 Detail, Node005, Notification: Group
2018-05-15 11:20:20.364 Detail, Node005, Notification: Group
2018-05-15 11:20:20.379 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.384 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.385 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.388 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.393 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.400 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.405 Detail, Node005, Notification: Group
2018-05-15 11:20:20.413 Detail, Node005, Notification: Group
2018-05-15 11:20:20.414 Detail, Node005, Notification: Group
2018-05-15 11:20:20.414 Detail, Node005, Notification: Group
2018-05-15 11:20:20.416 Detail, Node005, Notification: Group
2018-05-15 11:20:20.417 Detail, Node005, Notification: ValueAdded
2018-05-15 11:20:20.418 Detail, Node005, Notification: NodeNaming
2018-05-15 11:20:20.433 Detail,
2018-05-15 11:20:20.433 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x06) - FUNC_ID_SERIAL_API_SET_TIMEOUTS: 0x01, 0x05, 0x00, 0x06, 0x64, 0x0f, 0x97
2018-05-15 11:20:20.435 Detail, contrlr,   Received: 0x01, 0x05, 0x01, 0x06, 0x64, 0x0f, 0x96
2018-05-15 11:20:20.435 Detail,
2018-05-15 11:20:20.435 Info, contrlr, Received reply to FUNC_ID_SERIAL_API_SET_TIMEOUTS
2018-05-15 11:20:20.436 Detail, Node015,   Expected reply was received
2018-05-15 11:20:20.436 Detail, Node015,   Message transaction complete
2018-05-15 11:20:20.436 Detail,
2018-05-15 11:20:20.436 Detail, contrlr, Removing current message
2018-05-15 11:20:20.436 Detail,
2018-05-15 11:20:20.436 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x00) - FUNC_ID_SERIAL_API_APPL_NODE_INFORMATION: 0x01, 0x07, 0x00, 0x03, 0x01, 0x02, 0x01, 0x00, 0xf9
2018-05-15 11:20:20.437 Detail, contrlr, Removing current message
2018-05-15 11:20:20.437 Detail,
2018-05-15 11:20:20.437 Info, Node001, Sending (Command) message (Callback ID=0x00, Expected Reply=0x80) - Get Routing Info (Node=1): 0x01, 0x07, 0x00, 0x80, 0x01, 0x00, 0x00, 0x03, 0x7a
2018-05-15 11:20:20.443 Detail, Node001,   Received: 0x01, 0x20, 0x01, 0x80, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5c
2018-05-15 11:20:20.443 Detail,
2018-05-15 11:20:20.443 Info, Node001, Received reply to FUNC_ID_ZW_GET_ROUTING_INFO
2018-05-15 11:20:20.443 Info, Node001,     Neighbors of this node are:
2018-05-15 11:20:20.443 Info, Node001,     Node 2
2018-05-15 11:20:20.443 Detail,   Expected reply was received
2018-05-15 11:20:20.443 Detail,   Message transaction complete
2018-05-15 11:20:20.443 Detail,
2018-05-15 11:20:20.443 Detail, Node001, Removing current message
2018-05-15 11:20:20.443 Detail,
2018-05-15 11:20:20.443 Info, Node002, Sending (NoOp) message (Callback ID=0x0a, Expected Reply=0x13) - NoOperation_Set (Node=2): 0x01, 0x09, 0x00, 0x13, 0x02, 0x02, 0x00, 0x00, 0x25, 0x0a, 0xca
2018-05-15 11:20:20.454 Detail, Node002,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:20:20.454 Detail, Node002,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:20:24.583 Detail, Node002,   Received: 0x01, 0x07, 0x00, 0x13, 0x0a, 0x01, 0x01, 0x9e, 0x7f
2018-05-15 11:20:24.584 Detail, Node002,   ZW_SEND_DATA Request with callback ID 0x0a received (expected 0x0a)
2018-05-15 11:20:24.584 Info, Node002, WARNING: ZW_SEND_DATA failed. No ACK received - device may be asleep.
2018-05-15 11:20:24.584 Info, Node002,   Node 2 has been marked as asleep
2018-05-15 11:20:24.584 Info, Node002, Node not responding - moving controller command to Wake-Up queue: Delete All Return Routes
2018-05-15 11:20:24.584 Info, Node002, Node not responding - moving controller command to Wake-Up queue: Assign Return Route
2018-05-15 11:20:24.584 Info, Node002, Node not responding - moving QueryStageComplete command to Wake-Up queue
2018-05-15 11:20:24.584 Detail, Node002, Notification: Notification - NoOperation
2018-05-15 11:20:24.589 Detail, Node002, Notification: Notification - Node Asleep
2018-05-15 11:20:24.593 Detail,
2018-05-15 11:20:24.593 Info, Node005, Sending (NoOp) message (Callback ID=0x0b, Expected Reply=0x13) - NoOperation_Set (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x00, 0x00, 0x25, 0x0b, 0xcc
2018-05-15 11:20:24.605 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:20:24.605 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:20:28.733 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x0b, 0x01, 0x01, 0x9e, 0x7e
2018-05-15 11:20:28.733 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x0b received (expected 0x0b)
2018-05-15 11:20:28.734 Info, Node005, WARNING: ZW_SEND_DATA failed. No ACK received - device may be asleep.
2018-05-15 11:20:28.734 Warning, Node005, WARNING: Device is not a sleeping node.
2018-05-15 11:20:28.734 Info, Node005, QueryStageRetry stage CacheLoad requested stage CacheLoad max 3 retries 0 pending 1
2018-05-15 11:20:28.734 Detail, Node001,   Expected callbackId was received
2018-05-15 11:20:28.734 Detail, Node001,   Expected reply was received
2018-05-15 11:20:28.734 Detail, Node001,   Message transaction complete
2018-05-15 11:20:28.734 Detail,
2018-05-15 11:20:28.734 Detail, Node005, Removing current message
2018-05-15 11:20:28.734 Detail, Node005, Notification: Notification - NoOperation
2018-05-15 11:20:28.741 Info, Deleting all return routes from node 5
2018-05-15 11:20:28.741 Detail, Node005, Queuing (Command) ControllerCommand_DeleteAllReturnRoutess (Node=5): 0x01, 0x05, 0x00, 0x47, 0x05, 0x0c, 0xb4
2018-05-15 11:20:28.741 Detail, Notification: ControllerCommand - Starting
2018-05-15 11:20:28.742 Detail,
2018-05-15 11:20:28.742 Info, Node005, Sending (Command) message (Callback ID=0x0c, Expected Reply=0x47) - ControllerCommand_DeleteAllReturnRoutess (Node=5): 0x01, 0x05, 0x00, 0x47, 0x05, 0x0c, 0xb4
2018-05-15 11:20:28.753 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x47, 0x01, 0xbc
2018-05-15 11:20:28.753 Detail,
2018-05-15 11:20:28.753 Info, Node005, Received reply to FUNC_ID_ZW_DELETE_RETURN_ROUTE - command in progress
2018-05-15 11:20:28.753 Detail, Notification: ControllerCommand - InProgress
2018-05-15 11:20:28.898 Detail, Node005,   Received: 0x01, 0x05, 0x00, 0x47, 0x0c, 0x01, 0xb0
2018-05-15 11:20:28.898 Detail,
2018-05-15 11:20:28.898 Info, Node005, WARNING: ZW_DELETE_RETURN_ROUTE failed. No ACK received - device may be asleep.
2018-05-15 11:20:28.899 Warning, Node005, WARNING: Device is not a sleeping node.
2018-05-15 11:20:28.899 Detail, Node001,   Expected callbackId was received
2018-05-15 11:20:28.899 Detail, Node001,   Expected reply was received
2018-05-15 11:20:28.899 Detail, Node001,   Message transaction complete
2018-05-15 11:20:28.899 Detail,
2018-05-15 11:20:28.899 Detail, Node005, Removing current message
2018-05-15 11:20:28.899 Detail, Notification: ControllerCommand - Failed
2018-05-15 11:20:28.899 Info, Assigning return route from node 5 to node 1
2018-05-15 11:20:28.900 Detail, Node005, Queuing (Command) ControllerCommand_AssignReturnRoute (Node=5): 0x01, 0x06, 0x00, 0x46, 0x05, 0x01, 0x0d, 0xb6
2018-05-15 11:20:28.900 Detail, Notification: ControllerCommand - Starting
2018-05-15 11:20:28.900 Detail,
2018-05-15 11:20:28.900 Info, Node005, Sending (Command) message (Callback ID=0x0d, Expected Reply=0x46) - ControllerCommand_AssignReturnRoute (Node=5): 0x01, 0x06, 0x00, 0x46, 0x05, 0x01, 0x0d, 0xb6
2018-05-15 11:20:28.914 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x46, 0x01, 0xbd
2018-05-15 11:20:28.914 Detail,
2018-05-15 11:20:28.914 Info, Node005, Received reply to FUNC_ID_ZW_ASSIGN_RETURN_ROUTE - command in progress
2018-05-15 11:20:28.915 Detail, Notification: ControllerCommand - InProgress
2018-05-15 11:20:29.014 Detail, Node005,   Received: 0x01, 0x05, 0x00, 0x46, 0x0d, 0x01, 0xb0
2018-05-15 11:20:29.015 Detail,
2018-05-15 11:20:29.015 Info, Node005, WARNING: ZW_ASSIGN_RETURN_ROUTE failed. No ACK received - device may be asleep.
2018-05-15 11:20:29.015 Warning, Node005, WARNING: Device is not a sleeping node.
2018-05-15 11:20:29.015 Error, Node005, ERROR: node presumed dead
2018-05-15 11:20:29.015 Warning, CheckCompletedNodeQueries m_allNodesQueried=0 m_awakeNodesQueried=0
2018-05-15 11:20:29.015 Warning, CheckCompletedNodeQueries all=0, deadFound=1 sleepingOnly=0
2018-05-15 11:20:29.015 Detail, Node001,   Expected callbackId was received
2018-05-15 11:20:29.015 Detail, Node001,   Expected reply was received
2018-05-15 11:20:29.015 Detail, Node001,   Message transaction complete
2018-05-15 11:20:29.015 Detail,
2018-05-15 11:20:29.015 Detail, Node005, Removing current message
2018-05-15 11:20:29.015 Detail, Node005, Notification: Notification - Node Dead
2018-05-15 11:20:29.019 Detail, Notification: ControllerCommand - Failed
2018-05-15 11:20:29.020 Detail, Node001, Query Stage Complete (Neighbors)
2018-05-15 11:20:29.020 Detail, Node001, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Session live=1
2018-05-15 11:20:29.020 Detail, Node001, QueryStage_Session
2018-05-15 11:20:29.020 Detail, Node001, QueryStage_Dynamic
2018-05-15 11:20:29.020 Detail, Node001, QueryStage_Configuration
2018-05-15 11:20:29.021 Detail, Node001, QueryStage_Complete
2018-05-15 11:20:29.021 Warning, CheckCompletedNodeQueries m_allNodesQueried=0 m_awakeNodesQueried=0
2018-05-15 11:20:29.021 Warning, CheckCompletedNodeQueries all=0, deadFound=1 sleepingOnly=1
2018-05-15 11:20:29.021 Info,          Node query processing complete except for sleeping nodes.
2018-05-15 11:20:29.021 Detail, Node001, Notification: NodeQueriesComplete
2018-05-15 11:20:29.023 Detail, contrlr, Notification: AwakeNodesQueried
2018-05-15 11:20:29.035 Detail, Node005, Query Stage Complete (CacheLoad)
2018-05-15 11:20:29.035 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=1 queryStage=CacheLoad live=0
2018-05-15 11:20:48.324 Info, mgr,     Manager::WriteConfig completed for driver with home ID of 0xcc91d9c1
2018-05-15 11:20:49.334 Info, mgr,     Driver for controller /dev/ttyACM0 pending removal
2018-05-15 11:20:49.334 Detail, Notification: DriverRemoved
2018-05-15 11:20:49.334 Always, ***************************************************************************
2018-05-15 11:20:49.334 Always, *********************  Cumulative Network Statistics  *********************
2018-05-15 11:20:49.334 Always, *** General
2018-05-15 11:20:49.334 Always, Driver run time: . .  . 0 days, 0 hours, 0 minutes
2018-05-15 11:20:49.334 Always, Frames processed: . . . . . . . . . . . . . . . . . . . . 17
2018-05-15 11:20:49.334 Always, Total messages successfully received: . . . . . . . . . . 17
2018-05-15 11:20:49.334 Always, Total Messages successfully sent: . . . . . . . . . . . . 14
2018-05-15 11:20:49.334 Always, ACKs received from controller:  . . . . . . . . . . . . . 14
2018-05-15 11:20:49.334 Always, *** Errors
2018-05-15 11:20:49.335 Always, Unsolicited messages received while waiting for ACK:  . . 0
2018-05-15 11:20:49.335 Always, Reads aborted due to timeouts:  . . . . . . . . . . . . . 0
2018-05-15 11:20:49.335 Always, Bad checksum errors:  . . . . . . . . . . . . . . . . . . 0
2018-05-15 11:20:49.335 Always, CANs received from controller:  . . . . . . . . . . . . . 0
2018-05-15 11:20:49.335 Always, NAKs received from controller:  . . . . . . . . . . . . . 0
2018-05-15 11:20:49.335 Always, Out of frame data flow errors:  . . . . . . . . . . . . . 0
2018-05-15 11:20:49.335 Always, Messages retransmitted: . . . . . . . . . . . . . . . . . 0
2018-05-15 11:20:49.335 Always, Messages dropped and not delivered: . . . . . . . . . . . 0
2018-05-15 11:20:49.335 Always, ***************************************************************************
2018-05-15 11:20:51.376 Info, mgr,     Driver for controller /dev/ttyACM0 removed
2018-05-15 11:20:52.385 Error, mgr,     Manager::GetDriver failed - Home ID 0xcc91d9c1 is unknown
2018-05-15 11:20:52.385 Warning, Exception: Manager.cpp:373 - 100 - Invalid HomeId passed to GetDriver
2018-05-15 11:20:52.385 Info, mgr,     GetSendQueueCount() failed - _homeId -862856767 not found
2018-05-15 11:25:07.146 Info, Setting Up Provided Network Key for Secure Communications
2018-05-15 11:25:07.147 Info, mgr,     Added driver for controller /dev/ttyACM0
2018-05-15 11:25:07.151 Info,   Opening controller /dev/ttyACM0
2018-05-15 11:25:07.151 Info, Trying to open serial port /dev/ttyACM0 (attempt 1)
2018-05-15 11:25:07.154 Info, Serial port /dev/ttyACM0 opened (attempt 1)
2018-05-15 11:25:07.154 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2018-05-15 11:25:07.155 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2018-05-15 11:25:07.155 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2018-05-15 11:25:07.155 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2018-05-15 11:25:07.155 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2018-05-15 11:25:07.155 Detail,
2018-05-15 11:25:07.155 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2018-05-15 11:25:07.158 Detail, contrlr,   Received: 0x01, 0x10, 0x01, 0x15, 0x5a, 0x2d, 0x57, 0x61, 0x76, 0x65, 0x20, 0x34, 0x2e, 0x30, 0x35, 0x00, 0x01, 0x97
2018-05-15 11:25:07.158 Detail,
2018-05-15 11:25:07.158 Info, contrlr, Received reply to FUNC_ID_ZW_GET_VERSION:
2018-05-15 11:25:07.158 Info, contrlr,     Static Controller library, version Z-Wave 4.05
2018-05-15 11:25:07.158 Detail, Node045,   Expected reply was received
2018-05-15 11:25:07.158 Detail, Node045,   Message transaction complete
2018-05-15 11:25:07.158 Detail,
2018-05-15 11:25:07.158 Detail, contrlr, Removing current message
2018-05-15 11:25:07.158 Detail,
2018-05-15 11:25:07.158 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x20) - FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2018-05-15 11:25:07.161 Detail, contrlr,   Received: 0x01, 0x08, 0x01, 0x20, 0xcc, 0x91, 0xd9, 0xc1, 0x01, 0x92
2018-05-15 11:25:07.161 Detail,
2018-05-15 11:25:07.161 Info, contrlr, Received reply to FUNC_ID_ZW_MEMORY_GET_ID. Home ID = 0xcc91d9c1.  Our node ID = 1
2018-05-15 11:25:07.161 Detail, Node145,   Expected reply was received
2018-05-15 11:25:07.161 Detail, Node145,   Message transaction complete
2018-05-15 11:25:07.161 Detail,
2018-05-15 11:25:07.161 Detail, contrlr, Removing current message
2018-05-15 11:25:07.161 Detail,
2018-05-15 11:25:07.161 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x05) - FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2018-05-15 11:25:07.163 Detail, contrlr,   Received: 0x01, 0x04, 0x01, 0x05, 0x08, 0xf7
2018-05-15 11:25:07.163 Detail,
2018-05-15 11:25:07.163 Info, contrlr, Received reply to FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES:
2018-05-15 11:25:07.163 Info, contrlr,     There is no SUC ID Server (SIS) in this network.
2018-05-15 11:25:07.163 Info, contrlr,     The PC controller is a primary controller.
2018-05-15 11:25:07.163 Detail, Node247,   Expected reply was received
2018-05-15 11:25:07.163 Detail, Node247,   Message transaction complete
2018-05-15 11:25:07.163 Detail,
2018-05-15 11:25:07.163 Detail, contrlr, Removing current message
2018-05-15 11:25:07.163 Detail,
2018-05-15 11:25:07.163 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x07) - FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2018-05-15 11:25:07.170 Detail, contrlr,   Received: 0x01, 0x2b, 0x01, 0x07, 0x05, 0x06, 0x01, 0x15, 0x04, 0x00, 0x00, 0x01, 0xfe, 0x83, 0xff, 0x88, 0xcf, 0x1f, 0x00, 0x00, 0xfb, 0x9f, 0x7d, 0xa0, 0x67, 0x00, 0x80, 0x80, 0x00, 0x80, 0x86, 0x00, 0x00, 0x00, 0xe8, 0x73, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x40, 0x1a, 0x00, 0x0d
2018-05-15 11:25:07.171 Detail,
2018-05-15 11:25:07.171 Info, contrlr,  Received reply to FUNC_ID_SERIAL_API_GET_CAPABILITIES
2018-05-15 11:25:07.171 Info, contrlr,     Serial API Version:   5.6
2018-05-15 11:25:07.171 Info, contrlr,     Manufacturer ID:      0x0115
2018-05-15 11:25:07.171 Info, contrlr,     Product Type:         0x0400
2018-05-15 11:25:07.171 Info, contrlr,     Product ID:           0x0001
2018-05-15 11:25:07.171 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_RANDOM: 0x01, 0x04, 0x00, 0x1c, 0x20, 0xc7
2018-05-15 11:25:07.171 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_INIT_DATA: 0x01, 0x03, 0x00, 0x02, 0xfe
2018-05-15 11:25:07.171 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_SET_TIMEOUTS: 0x01, 0x05, 0x00, 0x06, 0x64, 0x0f, 0x97
2018-05-15 11:25:07.171 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_APPL_NODE_INFORMATION: 0x01, 0x07, 0x00, 0x03, 0x01, 0x02, 0x01, 0x00, 0xf9
2018-05-15 11:25:07.171 Detail, Node006,   Expected reply was received
2018-05-15 11:25:07.171 Detail, Node006,   Message transaction complete
2018-05-15 11:25:07.171 Detail,
2018-05-15 11:25:07.171 Detail, contrlr, Removing current message
2018-05-15 11:25:07.171 Detail,
2018-05-15 11:25:07.171 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x56) - FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2018-05-15 11:25:07.174 Detail, contrlr,   Received: 0x01, 0x04, 0x01, 0x56, 0x00, 0xac
2018-05-15 11:25:07.174 Detail,
2018-05-15 11:25:07.174 Info, contrlr, Received reply to GET_SUC_NODE_ID.  Node ID = 0
2018-05-15 11:25:07.174 Info, Controller Does not Support SUC - Cannot Setup Controller as SUC Node
2018-05-15 11:25:07.174 Detail, Node172,   Expected reply was received
2018-05-15 11:25:07.174 Detail, Node172,   Message transaction complete
2018-05-15 11:25:07.174 Detail,
2018-05-15 11:25:07.174 Detail, contrlr, Removing current message
2018-05-15 11:25:07.174 Detail,
2018-05-15 11:25:07.174 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x1c) - FUNC_ID_ZW_GET_RANDOM: 0x01, 0x04, 0x00, 0x1c, 0x20, 0xc7
2018-05-15 11:25:07.231 Detail, contrlr,   Received: 0x01, 0x25, 0x01, 0x1c, 0x01, 0x20, 0xc7, 0xb1, 0x55, 0x0b, 0x08, 0xb6, 0xde, 0x83, 0x48, 0xf5, 0x90, 0x82, 0x25, 0x04, 0x12, 0x2e, 0xae, 0xc2, 0x1c, 0x7e, 0x88, 0xe8, 0x2e, 0x42, 0x4a, 0xc6, 0x0c, 0x61, 0x39, 0x0c, 0xf1, 0xcd, 0x75
2018-05-15 11:25:07.231 Detail,
2018-05-15 11:25:07.231 Info, contrlr, Received reply to FUNC_ID_ZW_GET_RANDOM: true
2018-05-15 11:25:07.231 Detail, Node032,   Expected reply was received
2018-05-15 11:25:07.231 Detail, Node032,   Message transaction complete
2018-05-15 11:25:07.231 Detail,
2018-05-15 11:25:07.231 Detail, contrlr, Removing current message
2018-05-15 11:25:07.231 Detail,
2018-05-15 11:25:07.231 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x02) - FUNC_ID_SERIAL_API_GET_INIT_DATA: 0x01, 0x03, 0x00, 0x02, 0xfe
2018-05-15 11:25:07.330 Detail, contrlr,   Received: 0x01, 0x25, 0x01, 0x02, 0x05, 0x00, 0x1d, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0xd7
2018-05-15 11:25:07.330 Detail,
2018-05-15 11:25:07.330 Info, mgr,     Driver with Home ID of 0xcc91d9c1 is now ready.
2018-05-15 11:25:07.330 Info,
2018-05-15 11:25:07.347 Detail, Node002, Queuing (Controller) Delete All Return Routes
2018-05-15 11:25:07.347 Detail, Node002, Queuing (Controller) Assign Return Route
2018-05-15 11:25:07.349 Detail, Node005, Queuing (Controller) Delete All Return Routes
2018-05-15 11:25:07.349 Detail, Node005, Queuing (Controller) Assign Return Route
2018-05-15 11:25:07.351 Info, contrlr, Received reply to FUNC_ID_SERIAL_API_GET_INIT_DATA:
2018-05-15 11:25:07.351 Info, contrlr,     Node 001 - Known
2018-05-15 11:25:07.351 Detail, Node001, AdvanceQueries queryPending=0 queryRetries=0 queryStage=CacheLoad live=1
2018-05-15 11:25:07.351 Detail, Node001, QueryStage_CacheLoad
2018-05-15 11:25:07.351 Info, Node001, Node Identity Codes: 0115:0400:0001
2018-05-15 11:25:07.351 Detail, Node001, QueryStage_Associations
2018-05-15 11:25:07.351 Detail, Node001, QueryStage_Neighbors
2018-05-15 11:25:07.351 Detail, contrlr, Requesting routing info (neighbor list) for Node 1
2018-05-15 11:25:07.351 Detail, Node001, Queuing (Command) Get Routing Info (Node=1): 0x01, 0x07, 0x00, 0x80, 0x01, 0x00, 0x00, 0x03, 0x7a
2018-05-15 11:25:07.351 Detail, Node001, Queuing (Query) Query Stage Complete (Neighbors)
2018-05-15 11:25:07.351 Info, contrlr,     Node 002 - Known
2018-05-15 11:25:07.351 Detail, Node002, AdvanceQueries queryPending=0 queryRetries=0 queryStage=CacheLoad live=1
2018-05-15 11:25:07.352 Detail, Node002, QueryStage_CacheLoad
2018-05-15 11:25:07.352 Info, Node002, Node Identity Codes: 010f:0801:1001
2018-05-15 11:25:07.352 Info, Node002, NoOperation::Set - Routing=true
2018-05-15 11:25:07.352 Detail, Node002, Queuing (NoOp) NoOperation_Set (Node=2): 0x01, 0x09, 0x00, 0x13, 0x02, 0x02, 0x00, 0x00, 0x25, 0x0e, 0xce
2018-05-15 11:25:07.352 Detail, Node002, Queuing (Query) Query Stage Complete (CacheLoad)
2018-05-15 11:25:07.352 Info, contrlr,     Node 005 - Known
2018-05-15 11:25:07.352 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=CacheLoad live=1
2018-05-15 11:25:07.352 Detail, Node005, QueryStage_CacheLoad
2018-05-15 11:25:07.352 Info, Node005, Node Identity Codes: 010f:0102:1000
2018-05-15 11:25:07.352 Info, Node005, NoOperation::Set - Routing=true
2018-05-15 11:25:07.352 Detail, Node005, Queuing (NoOp) NoOperation_Set (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x00, 0x00, 0x25, 0x0f, 0xc8
2018-05-15 11:25:07.352 Detail, Node005, Queuing (Query) Query Stage Complete (CacheLoad)
2018-05-15 11:25:07.352 Detail,   Expected reply was received
2018-05-15 11:25:07.352 Detail,   Message transaction complete
2018-05-15 11:25:07.352 Detail,
2018-05-15 11:25:07.352 Detail, contrlr, Removing current message
2018-05-15 11:25:07.352 Detail, Node001, Notification: DriverReady
2018-05-15 11:25:07.356 Detail, Node001, Notification: NodeAdded
2018-05-15 11:25:07.369 Detail, Node001, Notification: NodeProtocolInfo
2018-05-15 11:25:07.371 Detail, Node001, Notification: EssentialNodeQueriesComplete
2018-05-15 11:25:07.371 Detail, Node001, Notification: ValueAdded
2018-05-15 11:25:07.372 Detail, Node001, Notification: NodeNaming
2018-05-15 11:25:07.373 Detail, Node002, Notification: NodeAdded
2018-05-15 11:25:07.385 Detail, Node002, Notification: NodeProtocolInfo
2018-05-15 11:25:07.387 Detail, Node002, Notification: EssentialNodeQueriesComplete
2018-05-15 11:25:07.388 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.389 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.396 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.402 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.414 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.432 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.434 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.437 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.440 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.442 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.445 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.448 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.452 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.462 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.464 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.471 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.473 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.476 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.483 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.486 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.492 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.497 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.499 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.505 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.507 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.510 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.512 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.514 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.517 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.522 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.535 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.541 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.550 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.552 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.554 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.559 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.561 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.564 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.567 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.581 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.595 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.611 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.632 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.635 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.638 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.643 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.653 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.658 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.662 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.668 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.672 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.677 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.683 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.686 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.702 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.707 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.716 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.719 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.726 Detail, Node002, Notification: Group
2018-05-15 11:25:07.726 Detail, Node002, Notification: Group
2018-05-15 11:25:07.732 Detail, Node002, Notification: Group
2018-05-15 11:25:07.739 Detail, Node002, Notification: Group
2018-05-15 11:25:07.743 Detail, Node002, Notification: Group
2018-05-15 11:25:07.744 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.746 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.748 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.753 Detail, Node002, Notification: Group
2018-05-15 11:25:07.755 Detail, Node002, Notification: Group
2018-05-15 11:25:07.760 Detail, Node002, Notification: Group
2018-05-15 11:25:07.760 Detail, Node002, Notification: Group
2018-05-15 11:25:07.760 Detail, Node002, Notification: Group
2018-05-15 11:25:07.760 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.762 Detail, Node002, Notification: ValueAdded
2018-05-15 11:25:07.771 Detail, Node002, Notification: NodeNaming
2018-05-15 11:25:07.774 Detail, Node005, Notification: NodeAdded
2018-05-15 11:25:07.813 Detail, Node005, Notification: NodeProtocolInfo
2018-05-15 11:25:07.818 Detail, Node005, Notification: EssentialNodeQueriesComplete
2018-05-15 11:25:07.819 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.821 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.822 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.825 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.832 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.848 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.851 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.854 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.860 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.873 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.875 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.877 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.878 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.880 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.887 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.889 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.892 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.894 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.896 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.900 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.920 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.929 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.935 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.941 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.957 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.963 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.966 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.969 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.971 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.974 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.976 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.979 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.983 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.986 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.993 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.995 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:07.999 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.017 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.020 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.023 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.027 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.029 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.032 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.038 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.040 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.043 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.048 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.050 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.053 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.059 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.061 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.065 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.067 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.074 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.078 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.082 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.083 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.085 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.087 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.088 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.092 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.093 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.096 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.098 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.101 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.103 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.104 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.106 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.108 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.109 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.111 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.113 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.114 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.116 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.117 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.119 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.120 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.122 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.123 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.124 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.126 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.128 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.135 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.144 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.156 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.163 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.169 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.176 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.179 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.182 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.186 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.193 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.201 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.208 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.216 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.219 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.221 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.224 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.227 Detail, Node005, Notification: Group
2018-05-15 11:25:08.230 Detail, Node005, Notification: Group
2018-05-15 11:25:08.230 Detail, Node005, Notification: Group
2018-05-15 11:25:08.231 Detail, Node005, Notification: Group
2018-05-15 11:25:08.231 Detail, Node005, Notification: Group
2018-05-15 11:25:08.231 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.233 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.235 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.237 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.240 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.241 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.250 Detail, Node005, Notification: Group
2018-05-15 11:25:08.259 Detail, Node005, Notification: Group
2018-05-15 11:25:08.259 Detail, Node005, Notification: Group
2018-05-15 11:25:08.259 Detail, Node005, Notification: Group
2018-05-15 11:25:08.259 Detail, Node005, Notification: Group
2018-05-15 11:25:08.260 Detail, Node005, Notification: ValueAdded
2018-05-15 11:25:08.262 Detail, Node005, Notification: NodeNaming
2018-05-15 11:25:08.275 Detail,
2018-05-15 11:25:08.275 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x06) - FUNC_ID_SERIAL_API_SET_TIMEOUTS: 0x01, 0x05, 0x00, 0x06, 0x64, 0x0f, 0x97
2018-05-15 11:25:08.278 Detail, contrlr,   Received: 0x01, 0x05, 0x01, 0x06, 0x64, 0x0f, 0x96
2018-05-15 11:25:08.278 Detail,
2018-05-15 11:25:08.278 Info, contrlr, Received reply to FUNC_ID_SERIAL_API_SET_TIMEOUTS
2018-05-15 11:25:08.278 Detail, Node015,   Expected reply was received
2018-05-15 11:25:08.278 Detail, Node015,   Message transaction complete
2018-05-15 11:25:08.278 Detail,
2018-05-15 11:25:08.278 Detail, contrlr, Removing current message
2018-05-15 11:25:08.278 Detail,
2018-05-15 11:25:08.278 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x00) - FUNC_ID_SERIAL_API_APPL_NODE_INFORMATION: 0x01, 0x07, 0x00, 0x03, 0x01, 0x02, 0x01, 0x00, 0xf9
2018-05-15 11:25:08.280 Detail, contrlr, Removing current message
2018-05-15 11:25:08.280 Detail,
2018-05-15 11:25:08.280 Info, Node001, Sending (Command) message (Callback ID=0x00, Expected Reply=0x80) - Get Routing Info (Node=1): 0x01, 0x07, 0x00, 0x80, 0x01, 0x00, 0x00, 0x03, 0x7a
2018-05-15 11:25:08.285 Detail, Node001,   Received: 0x01, 0x20, 0x01, 0x80, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5c
2018-05-15 11:25:08.285 Detail,
2018-05-15 11:25:08.285 Info, Node001, Received reply to FUNC_ID_ZW_GET_ROUTING_INFO
2018-05-15 11:25:08.285 Info, Node001,     Neighbors of this node are:
2018-05-15 11:25:08.285 Info, Node001,     Node 2
2018-05-15 11:25:08.285 Detail,   Expected reply was received
2018-05-15 11:25:08.285 Detail,   Message transaction complete
2018-05-15 11:25:08.285 Detail,
2018-05-15 11:25:08.285 Detail, Node001, Removing current message
2018-05-15 11:25:08.285 Detail,
2018-05-15 11:25:08.285 Info, Node002, Sending (NoOp) message (Callback ID=0x0e, Expected Reply=0x13) - NoOperation_Set (Node=2): 0x01, 0x09, 0x00, 0x13, 0x02, 0x02, 0x00, 0x00, 0x25, 0x0e, 0xce
2018-05-15 11:25:08.296 Detail, Node002,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:08.296 Detail, Node002,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:12.380 Detail, Node002,   Received: 0x01, 0x07, 0x00, 0x13, 0x0e, 0x01, 0x01, 0x99, 0x7c
2018-05-15 11:25:12.380 Detail, Node002,   ZW_SEND_DATA Request with callback ID 0x0e received (expected 0x0e)
2018-05-15 11:25:12.380 Info, Node002, WARNING: ZW_SEND_DATA failed. No ACK received - device may be asleep.
2018-05-15 11:25:12.380 Info, Node002,   Node 2 has been marked as asleep
2018-05-15 11:25:12.380 Info, Node002, Node not responding - moving controller command to Wake-Up queue: Delete All Return Routes
2018-05-15 11:25:12.380 Info, Node002, Node not responding - moving controller command to Wake-Up queue: Assign Return Route
2018-05-15 11:25:12.380 Info, Node002, Node not responding - moving QueryStageComplete command to Wake-Up queue
2018-05-15 11:25:12.380 Detail, Node002, Notification: Notification - NoOperation
2018-05-15 11:25:12.384 Detail, Node002, Notification: Notification - Node Asleep
2018-05-15 11:25:12.388 Detail,
2018-05-15 11:25:12.388 Info, Node005, Sending (NoOp) message (Callback ID=0x0f, Expected Reply=0x13) - NoOperation_Set (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x00, 0x00, 0x25, 0x0f, 0xc8
2018-05-15 11:25:12.400 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:12.400 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:12.541 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x0f, 0x00, 0x00, 0x0f, 0xeb
2018-05-15 11:25:12.542 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x0f received (expected 0x0f)
2018-05-15 11:25:12.542 Info, Node005, Request RTT 153 Average Request RTT 153
2018-05-15 11:25:12.542 Detail,   Expected callbackId was received
2018-05-15 11:25:12.542 Detail,   Expected reply was received
2018-05-15 11:25:12.542 Detail,   Message transaction complete
2018-05-15 11:25:12.542 Detail,
2018-05-15 11:25:12.542 Detail, Node005, Removing current message
2018-05-15 11:25:12.542 Detail, Node005, Notification: Notification - NoOperation
2018-05-15 11:25:12.553 Info, Deleting all return routes from node 5
2018-05-15 11:25:12.553 Detail, Node005, Queuing (Command) ControllerCommand_DeleteAllReturnRoutess (Node=5): 0x01, 0x05, 0x00, 0x47, 0x05, 0x10, 0xa8
2018-05-15 11:25:12.553 Detail, Notification: ControllerCommand - Starting
2018-05-15 11:25:12.554 Detail,
2018-05-15 11:25:12.554 Info, Node005, Sending (Command) message (Callback ID=0x10, Expected Reply=0x47) - ControllerCommand_DeleteAllReturnRoutess (Node=5): 0x01, 0x05, 0x00, 0x47, 0x05, 0x10, 0xa8
2018-05-15 11:25:12.562 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x47, 0x01, 0xbc
2018-05-15 11:25:12.562 Detail,
2018-05-15 11:25:12.562 Info, Node005, Received reply to FUNC_ID_ZW_DELETE_RETURN_ROUTE - command in progress
2018-05-15 11:25:12.562 Detail, Notification: ControllerCommand - InProgress
2018-05-15 11:25:12.827 Detail, Node005,   Received: 0x01, 0x05, 0x00, 0x47, 0x10, 0x00, 0xad
2018-05-15 11:25:12.827 Detail,
2018-05-15 11:25:12.827 Info, Node005, Received reply to FUNC_ID_ZW_DELETE_RETURN_ROUTE for node 5 - SUCCESS
2018-05-15 11:25:12.827 Detail,   Expected callbackId was received
2018-05-15 11:25:12.827 Detail,   Expected reply was received
2018-05-15 11:25:12.827 Detail,   Message transaction complete
2018-05-15 11:25:12.827 Detail,
2018-05-15 11:25:12.827 Detail, Node005, Removing current message
2018-05-15 11:25:12.828 Detail, Notification: ControllerCommand - Completed
2018-05-15 11:25:12.828 Info, Assigning return route from node 5 to node 1
2018-05-15 11:25:12.828 Detail, Node005, Queuing (Command) ControllerCommand_AssignReturnRoute (Node=5): 0x01, 0x06, 0x00, 0x46, 0x05, 0x01, 0x11, 0xaa
2018-05-15 11:25:12.828 Detail, Notification: ControllerCommand - Starting
2018-05-15 11:25:12.829 Detail,
2018-05-15 11:25:12.829 Info, Node005, Sending (Command) message (Callback ID=0x11, Expected Reply=0x46) - ControllerCommand_AssignReturnRoute (Node=5): 0x01, 0x06, 0x00, 0x46, 0x05, 0x01, 0x11, 0xaa
2018-05-15 11:25:12.840 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x46, 0x01, 0xbd
2018-05-15 11:25:12.840 Detail,
2018-05-15 11:25:12.840 Info, Node005, Received reply to FUNC_ID_ZW_ASSIGN_RETURN_ROUTE - command in progress
2018-05-15 11:25:12.840 Detail, Notification: ControllerCommand - InProgress
2018-05-15 11:25:13.152 Detail, Node005,   Received: 0x01, 0x05, 0x00, 0x46, 0x11, 0x00, 0xad
2018-05-15 11:25:13.152 Detail,
2018-05-15 11:25:13.152 Info, Node005, Received reply to FUNC_ID_ZW_ASSIGN_RETURN_ROUTE for node 5 - SUCCESS
2018-05-15 11:25:13.152 Detail,   Expected callbackId was received
2018-05-15 11:25:13.152 Detail,   Expected reply was received
2018-05-15 11:25:13.152 Detail,   Message transaction complete
2018-05-15 11:25:13.152 Detail,
2018-05-15 11:25:13.152 Detail, Node005, Removing current message
2018-05-15 11:25:13.152 Detail, Notification: ControllerCommand - Completed
2018-05-15 11:25:13.153 Detail, Node001, Query Stage Complete (Neighbors)
2018-05-15 11:25:13.153 Detail, Node001, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Session live=1
2018-05-15 11:25:13.153 Detail, Node001, QueryStage_Session
2018-05-15 11:25:13.153 Detail, Node001, QueryStage_Dynamic
2018-05-15 11:25:13.153 Detail, Node001, QueryStage_Configuration
2018-05-15 11:25:13.153 Detail, Node001, QueryStage_Complete
2018-05-15 11:25:13.153 Warning, CheckCompletedNodeQueries m_allNodesQueried=0 m_awakeNodesQueried=0
2018-05-15 11:25:13.153 Warning, CheckCompletedNodeQueries all=0, deadFound=0 sleepingOnly=0
2018-05-15 11:25:13.153 Detail, Node001, Notification: NodeQueriesComplete
2018-05-15 11:25:13.155 Detail, Node005, Query Stage Complete (CacheLoad)
2018-05-15 11:25:13.156 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Associations live=1
2018-05-15 11:25:13.156 Detail, Node005, QueryStage_Associations
2018-05-15 11:25:13.156 Info, Node005, Number of association groups reported for node 5 is 5.
2018-05-15 11:25:13.156 Info, Node005, Get MultiChannelAssociation for group 1 of node 5
2018-05-15 11:25:13.156 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION
2018-05-15 11:25:13.156 Detail, Node005, Queuing (Send) MultiChannelAssociationCmd_Get (Node=5): 0x01, 0x0a, 0x00, 0x13, 0x05, 0x03, 0x8e, 0x02, 0x01, 0x25, 0x12, 0x5a
2018-05-15 11:25:13.156 Detail, Node005, Queuing (Query) Query Stage Complete (Associations)
2018-05-15 11:25:13.156 Detail,
2018-05-15 11:25:13.156 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x12, Expected Reply=0x04)
2018-05-15 11:25:13.156 Info, Node005, Sending (Send) message (Callback ID=0x12, Expected Reply=0x04) - Nonce_Get(MultiChannelAssociationCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:13.164 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:13.164 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:13.184 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x03, 0xea
2018-05-15 11:25:13.184 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:13.184 Info, Node005, Request RTT 27 Average Request RTT 90
2018-05-15 11:25:13.201 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0x3a, 0x03, 0xc6, 0xb8, 0x0b, 0xda, 0x97, 0x64, 0x99
2018-05-15 11:25:13.201 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:13.201 Info, Node005, Sending (Send) message (Callback ID=0x13, Expected Reply=0x04) - MultiChannelAssociationCmd_Get (Node=5): 0x01, 0x0a, 0x00, 0x13, 0x05, 0x03, 0x8e, 0x02, 0x01, 0x25, 0x13, 0x5b
2018-05-15 11:25:13.212 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:13.212 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:13.237 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x13, 0x00, 0x00, 0x03, 0xfb
2018-05-15 11:25:13.237 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x13 received (expected 0x13)
2018-05-15 11:25:13.237 Info, Node005, Request RTT 80 Average Request RTT 85
2018-05-15 11:25:13.237 Detail,   Expected callbackId was received
2018-05-15 11:25:13.251 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:13.251 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:13.251 Info, NONCES: 0x47, 0x8d, 0x7a, 0xa0, 0x5d, 0x83, 0xf3, 0xea
2018-05-15 11:25:13.251 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:13.251 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:13.251 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:13.251 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:13.251 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:13.251 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:13.251 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:13.251 Info, Node005, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0x47, 0x8d, 0x7a, 0xa0, 0x5d, 0x83, 0xf3, 0xea, 0x05, 0x01, 0x39:
2018-05-15 11:25:13.261 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:13.262 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:13.283 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x03, 0xe9
2018-05-15 11:25:13.283 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:13.283 Info, Node005, Request RTT 126 Average Request RTT 105
2018-05-15 11:25:13.306 Detail, Node005,   Received: 0x01, 0x20, 0x00, 0x04, 0x00, 0x05, 0x1a, 0x98, 0x81, 0x0b, 0xfa, 0xa9, 0x83, 0xab, 0x50, 0x73, 0xb2, 0x48, 0xfc, 0xa0, 0xe4, 0x70, 0x82, 0x54, 0x47, 0x2c, 0x42, 0x61, 0x83, 0xdf, 0x57, 0x82, 0x0b, 0xa0
2018-05-15 11:25:13.306 Info, Raw: 0x98, 0x81, 0x0b, 0xfa, 0xa9, 0x83, 0xab, 0x50, 0x73, 0xb2, 0x48, 0xfc, 0xa0, 0xe4, 0x70, 0x82, 0x54, 0x47, 0x2c, 0x42, 0x61, 0x83, 0xdf, 0x57, 0x82, 0x0b, 0xa0
2018-05-15 11:25:13.306 Detail, Node005, Decrypted Packet: 0x00, 0x8e, 0x03, 0x01, 0x01, 0x00, 0x01
2018-05-15 11:25:13.306 Detail,
2018-05-15 11:25:13.306 Info, Node005, Response RTT 149 Average Response RTT 149
2018-05-15 11:25:13.306 Info, Node005, Received Multi Instance Association report from node 5, group 1
2018-05-15 11:25:13.306 Info, Node005,   The group contains:
2018-05-15 11:25:13.306 Info, Node005,     Node 1
2018-05-15 11:25:13.306 Info, Node005, Get MultiChannelAssociation for group 2 of node 5
2018-05-15 11:25:13.307 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION
2018-05-15 11:25:13.307 Detail, Node005, Queuing (Send) MultiChannelAssociationCmd_Get (Node=5): 0x01, 0x0a, 0x00, 0x13, 0x05, 0x03, 0x8e, 0x02, 0x02, 0x25, 0x14, 0x5f
2018-05-15 11:25:13.307 Detail, Node005,   Expected reply and command class was received
2018-05-15 11:25:13.307 Detail, Node005,   Message transaction complete
2018-05-15 11:25:13.307 Detail,
2018-05-15 11:25:13.307 Detail, Node005, Removing current message
2018-05-15 11:25:13.307 Detail,
2018-05-15 11:25:13.307 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x14, Expected Reply=0x04)
2018-05-15 11:25:13.307 Info, Node005, Sending (Send) message (Callback ID=0x14, Expected Reply=0x04) - Nonce_Get(MultiChannelAssociationCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:13.315 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:13.315 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:13.336 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x02, 0xeb
2018-05-15 11:25:13.336 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:13.336 Info, Node005, Request RTT 28 Average Request RTT 66
2018-05-15 11:25:13.352 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0xf8, 0x77, 0x3e, 0xd9, 0x6b, 0x59, 0xdc, 0xef, 0x95
2018-05-15 11:25:13.352 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:13.352 Info, Node005, Sending (Send) message (Callback ID=0x15, Expected Reply=0x04) - MultiChannelAssociationCmd_Get (Node=5): 0x01, 0x0a, 0x00, 0x13, 0x05, 0x03, 0x8e, 0x02, 0x02, 0x25, 0x15, 0x5e
2018-05-15 11:25:13.363 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:13.363 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:13.388 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x15, 0x00, 0x00, 0x03, 0xfd
2018-05-15 11:25:13.388 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x15 received (expected 0x15)
2018-05-15 11:25:13.388 Info, Node005, Request RTT 80 Average Request RTT 73
2018-05-15 11:25:13.388 Detail,   Expected callbackId was received
2018-05-15 11:25:13.402 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:13.402 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:13.402 Info, NONCES: 0x47, 0x8d, 0x7a, 0xa0, 0x5d, 0x83, 0xf3, 0xea
2018-05-15 11:25:13.402 Info, NONCES: 0x28, 0x66, 0x21, 0x1b, 0xff, 0x37, 0x83, 0xd6
2018-05-15 11:25:13.402 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:13.402 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:13.402 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:13.402 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:13.402 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:13.402 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:13.402 Info, Node005, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0x28, 0x66, 0x21, 0x1b, 0xff, 0x37, 0x83, 0xd6, 0x05, 0x01, 0x07:
2018-05-15 11:25:13.413 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:13.413 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:13.435 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x03, 0xe9
2018-05-15 11:25:13.435 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:13.435 Info, Node005, Request RTT 127 Average Request RTT 100
2018-05-15 11:25:13.457 Detail, Node005,   Received: 0x01, 0x1f, 0x00, 0x04, 0x00, 0x05, 0x19, 0x98, 0x81, 0x23, 0xe1, 0x6f, 0x07, 0xa5, 0x80, 0x61, 0x47, 0x6a, 0xe8, 0xb9, 0x74, 0xa8, 0xe6, 0x28, 0x43, 0x89, 0xf5, 0x60, 0x20, 0xb9, 0xc5, 0xc0, 0xa2
2018-05-15 11:25:13.457 Info, Raw: 0x98, 0x81, 0x23, 0xe1, 0x6f, 0x07, 0xa5, 0x80, 0x61, 0x47, 0x6a, 0xe8, 0xb9, 0x74, 0xa8, 0xe6, 0x28, 0x43, 0x89, 0xf5, 0x60, 0x20, 0xb9, 0xc5, 0xc0, 0xa2
2018-05-15 11:25:13.457 Detail, Node005, Decrypted Packet: 0x00, 0x8e, 0x03, 0x02, 0x08, 0x00
2018-05-15 11:25:13.457 Detail,
2018-05-15 11:25:13.457 Info, Node005, Response RTT 149 Average Response RTT 149
2018-05-15 11:25:13.457 Info, Node005, Received Multi Instance Association report from node 5, group 2
2018-05-15 11:25:13.457 Info, Node005,   The group contains:
2018-05-15 11:25:13.457 Info, Node005, Get MultiChannelAssociation for group 3 of node 5
2018-05-15 11:25:13.457 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION
2018-05-15 11:25:13.457 Detail, Node005, Queuing (Send) MultiChannelAssociationCmd_Get (Node=5): 0x01, 0x0a, 0x00, 0x13, 0x05, 0x03, 0x8e, 0x02, 0x03, 0x25, 0x16, 0x5c
2018-05-15 11:25:13.457 Detail, Node005,   Expected reply and command class was received
2018-05-15 11:25:13.457 Detail, Node005,   Message transaction complete
2018-05-15 11:25:13.458 Detail,
2018-05-15 11:25:13.458 Detail, Node005, Removing current message
2018-05-15 11:25:13.458 Detail, Node005, Notification: Group
2018-05-15 11:25:13.458 Detail,
2018-05-15 11:25:13.458 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x16, Expected Reply=0x04)
2018-05-15 11:25:13.458 Info, Node005, Sending (Send) message (Callback ID=0x16, Expected Reply=0x04) - Nonce_Get(MultiChannelAssociationCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:13.466 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:13.466 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:13.486 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x02, 0xeb
2018-05-15 11:25:13.486 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:13.486 Info, Node005, Request RTT 27 Average Request RTT 63
2018-05-15 11:25:13.566 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0x9d, 0x84, 0x23, 0x1a, 0x92, 0x5c, 0xbf, 0x56, 0xfb
2018-05-15 11:25:13.566 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:13.566 Info, Node005, Sending (Send) message (Callback ID=0x17, Expected Reply=0x04) - MultiChannelAssociationCmd_Get (Node=5): 0x01, 0x0a, 0x00, 0x13, 0x05, 0x03, 0x8e, 0x02, 0x03, 0x25, 0x17, 0x5d
2018-05-15 11:25:13.577 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:13.577 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:13.602 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x17, 0x00, 0x00, 0x03, 0xff
2018-05-15 11:25:13.602 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x17 received (expected 0x17)
2018-05-15 11:25:13.602 Info, Node005, Request RTT 143 Average Request RTT 103
2018-05-15 11:25:13.602 Detail,   Expected callbackId was received
2018-05-15 11:25:13.616 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:13.616 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:13.616 Info, NONCES: 0x47, 0x8d, 0x7a, 0xa0, 0x5d, 0x83, 0xf3, 0xea
2018-05-15 11:25:13.616 Info, NONCES: 0x28, 0x66, 0x21, 0x1b, 0xff, 0x37, 0x83, 0xd6
2018-05-15 11:25:13.616 Info, NONCES: 0x87, 0xc5, 0x66, 0xe4, 0x48, 0x5a, 0xce, 0xeb
2018-05-15 11:25:13.616 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:13.616 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:13.616 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:13.616 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:13.616 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:13.616 Info, Node005, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0x87, 0xc5, 0x66, 0xe4, 0x48, 0x5a, 0xce, 0xeb, 0x05, 0x01, 0x19:
2018-05-15 11:25:13.625 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:13.625 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:13.649 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x03, 0xe9
2018-05-15 11:25:13.649 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:13.649 Info, Node005, Request RTT 190 Average Request RTT 146
2018-05-15 11:25:13.929 Detail, Node005,   Received: 0x01, 0x1f, 0x00, 0x04, 0x00, 0x05, 0x19, 0x98, 0x81, 0x05, 0x2a, 0xf4, 0x25, 0x48, 0x3f, 0x05, 0xb8, 0x87, 0x9c, 0x37, 0x47, 0xe6, 0x30, 0x87, 0x00, 0x7b, 0x36, 0xd1, 0xab, 0xbd, 0x8e, 0x84, 0x6f
2018-05-15 11:25:13.929 Info, Raw: 0x98, 0x81, 0x05, 0x2a, 0xf4, 0x25, 0x48, 0x3f, 0x05, 0xb8, 0x87, 0x9c, 0x37, 0x47, 0xe6, 0x30, 0x87, 0x00, 0x7b, 0x36, 0xd1, 0xab, 0xbd, 0x8e, 0x84, 0x6f
2018-05-15 11:25:13.929 Detail, Node005, Decrypted Packet: 0x00, 0x8e, 0x03, 0x03, 0x08, 0x00
2018-05-15 11:25:13.929 Detail,
2018-05-15 11:25:13.929 Info, Node005, Response RTT 470 Average Response RTT 309
2018-05-15 11:25:13.929 Info, Node005, Received Multi Instance Association report from node 5, group 3
2018-05-15 11:25:13.929 Info, Node005,   The group contains:
2018-05-15 11:25:13.929 Info, Node005, Get MultiChannelAssociation for group 4 of node 5
2018-05-15 11:25:13.929 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION
2018-05-15 11:25:13.929 Detail, Node005, Queuing (Send) MultiChannelAssociationCmd_Get (Node=5): 0x01, 0x0a, 0x00, 0x13, 0x05, 0x03, 0x8e, 0x02, 0x04, 0x25, 0x18, 0x55
2018-05-15 11:25:13.930 Detail, Node005,   Expected reply and command class was received
2018-05-15 11:25:13.930 Detail, Node005,   Message transaction complete
2018-05-15 11:25:13.930 Detail,
2018-05-15 11:25:13.930 Detail, Node005, Removing current message
2018-05-15 11:25:13.930 Detail, Node005, Notification: Group
2018-05-15 11:25:13.930 Detail,
2018-05-15 11:25:13.930 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x18, Expected Reply=0x04)
2018-05-15 11:25:13.930 Info, Node005, Sending (Send) message (Callback ID=0x18, Expected Reply=0x04) - Nonce_Get(MultiChannelAssociationCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:13.939 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:13.939 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:13.976 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0x27, 0xa2, 0x60, 0xd6, 0x86, 0x14, 0xfb, 0xe7, 0x41
2018-05-15 11:25:13.976 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:13.976 Info, Node005, Sending (Send) message (Callback ID=0x19, Expected Reply=0x04) - MultiChannelAssociationCmd_Get (Node=5): 0x01, 0x0a, 0x00, 0x13, 0x05, 0x03, 0x8e, 0x02, 0x04, 0x25, 0x19, 0x54
2018-05-15 11:25:13.987 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:13.987 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:14.014 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x19, 0x00, 0x00, 0x03, 0xf1
2018-05-15 11:25:14.014 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x19 received (expected 0x19)
2018-05-15 11:25:14.014 Info, Node005, Request RTT 84 Average Request RTT 115
2018-05-15 11:25:14.014 Detail,   Expected callbackId was received
2018-05-15 11:25:14.039 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x19, 0x00, 0x00, 0x05, 0xf7
2018-05-15 11:25:14.039 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x19 received (expected 0x00)
2018-05-15 11:25:14.039 Warning, Node005, WARNING: Unexpected Callback ID received
2018-05-15 11:25:14.136 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0xc2, 0xfd, 0x39, 0x82, 0x81, 0x3d, 0x4f, 0x12, 0x99
2018-05-15 11:25:14.136 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:14.136 Info, Node005, Sending (Send) message (Callback ID=0x1a, Expected Reply=0x04) - MultiChannelAssociationCmd_Get (Node=5): 0x01, 0x0a, 0x00, 0x13, 0x05, 0x03, 0x8e, 0x02, 0x04, 0x25, 0x1a, 0x57
2018-05-15 11:25:14.147 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:14.147 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:14.174 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x1a, 0x00, 0x00, 0x03, 0xf2
2018-05-15 11:25:14.174 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x1a received (expected 0x1a)
2018-05-15 11:25:14.174 Info, Node005, Request RTT 244 Average Request RTT 179
2018-05-15 11:25:14.174 Detail,   Expected callbackId was received
2018-05-15 11:25:14.187 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:14.187 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:14.187 Info, NONCES: 0x47, 0x8d, 0x7a, 0xa0, 0x5d, 0x83, 0xf3, 0xea
2018-05-15 11:25:14.187 Info, NONCES: 0x28, 0x66, 0x21, 0x1b, 0xff, 0x37, 0x83, 0xd6
2018-05-15 11:25:14.187 Info, NONCES: 0x87, 0xc5, 0x66, 0xe4, 0x48, 0x5a, 0xce, 0xeb
2018-05-15 11:25:14.187 Info, NONCES: 0x44, 0x8a, 0x60, 0xc2, 0x83, 0xaa, 0x88, 0x0a
2018-05-15 11:25:14.187 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:14.187 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:14.187 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:14.187 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:14.187 Info, Node005, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0x44, 0x8a, 0x60, 0xc2, 0x83, 0xaa, 0x88, 0x0a, 0x05, 0x01, 0x29:
2018-05-15 11:25:14.197 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:14.197 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:14.220 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x03, 0xe9
2018-05-15 11:25:14.220 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:14.220 Info, Node005, Request RTT 290 Average Request RTT 234
2018-05-15 11:25:14.243 Detail, Node005,   Received: 0x01, 0x1f, 0x00, 0x04, 0x00, 0x05, 0x19, 0x98, 0x81, 0x17, 0xa8, 0xf2, 0x70, 0xfb, 0x1b, 0x79, 0xe5, 0xc1, 0x80, 0xcd, 0x9c, 0xb0, 0x1f, 0x44, 0x74, 0x5d, 0x84, 0x97, 0xa4, 0x72, 0x3a, 0xb5, 0x38
2018-05-15 11:25:14.243 Info, Raw: 0x98, 0x81, 0x17, 0xa8, 0xf2, 0x70, 0xfb, 0x1b, 0x79, 0xe5, 0xc1, 0x80, 0xcd, 0x9c, 0xb0, 0x1f, 0x44, 0x74, 0x5d, 0x84, 0x97, 0xa4, 0x72, 0x3a, 0xb5, 0x38
2018-05-15 11:25:14.243 Detail, Node005, Decrypted Packet: 0x00, 0x8e, 0x03, 0x04, 0x08, 0x00
2018-05-15 11:25:14.243 Detail,
2018-05-15 11:25:14.243 Info, Node005, Response RTT 313 Average Response RTT 311
2018-05-15 11:25:14.243 Info, Node005, Received Multi Instance Association report from node 5, group 4
2018-05-15 11:25:14.243 Info, Node005,   The group contains:
2018-05-15 11:25:14.243 Info, Node005, Get MultiChannelAssociation for group 5 of node 5
2018-05-15 11:25:14.243 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION
2018-05-15 11:25:14.243 Detail, Node005, Queuing (Send) MultiChannelAssociationCmd_Get (Node=5): 0x01, 0x0a, 0x00, 0x13, 0x05, 0x03, 0x8e, 0x02, 0x05, 0x25, 0x1b, 0x57
2018-05-15 11:25:14.243 Detail, Node005,   Expected reply and command class was received
2018-05-15 11:25:14.244 Detail, Node005,   Message transaction complete
2018-05-15 11:25:14.244 Detail,
2018-05-15 11:25:14.244 Detail, Node005, Removing current message
2018-05-15 11:25:14.244 Detail, Node005, Notification: Group
2018-05-15 11:25:14.244 Detail,
2018-05-15 11:25:14.244 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x1b, Expected Reply=0x04)
2018-05-15 11:25:14.244 Info, Node005, Sending (Send) message (Callback ID=0x1b, Expected Reply=0x04) - Nonce_Get(MultiChannelAssociationCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:14.252 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:14.252 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:14.272 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x03, 0xea
2018-05-15 11:25:14.272 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:14.272 Info, Node005, Request RTT 27 Average Request RTT 130
2018-05-15 11:25:14.334 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0x20, 0x1d, 0x5a, 0x8f, 0x1e, 0xc6, 0x3d, 0x6e, 0x9f
2018-05-15 11:25:14.334 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:14.334 Info, Node005, Sending (Send) message (Callback ID=0x1c, Expected Reply=0x04) - MultiChannelAssociationCmd_Get (Node=5): 0x01, 0x0a, 0x00, 0x13, 0x05, 0x03, 0x8e, 0x02, 0x05, 0x25, 0x1c, 0x50
2018-05-15 11:25:14.345 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:14.345 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:14.370 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x1c, 0x00, 0x00, 0x03, 0xf4
2018-05-15 11:25:14.370 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x1c received (expected 0x1c)
2018-05-15 11:25:14.370 Info, Node005, Request RTT 125 Average Request RTT 127
2018-05-15 11:25:14.370 Detail,   Expected callbackId was received
2018-05-15 11:25:14.384 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:14.384 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:14.384 Info, NONCES: 0x47, 0x8d, 0x7a, 0xa0, 0x5d, 0x83, 0xf3, 0xea
2018-05-15 11:25:14.384 Info, NONCES: 0x28, 0x66, 0x21, 0x1b, 0xff, 0x37, 0x83, 0xd6
2018-05-15 11:25:14.384 Info, NONCES: 0x87, 0xc5, 0x66, 0xe4, 0x48, 0x5a, 0xce, 0xeb
2018-05-15 11:25:14.384 Info, NONCES: 0x44, 0x8a, 0x60, 0xc2, 0x83, 0xaa, 0x88, 0x0a
2018-05-15 11:25:14.384 Info, NONCES: 0xb0, 0x2a, 0x70, 0xe1, 0xd4, 0x54, 0x3a, 0xe4
2018-05-15 11:25:14.384 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:14.384 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:14.384 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:14.384 Info, Node005, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0xb0, 0x2a, 0x70, 0xe1, 0xd4, 0x54, 0x3a, 0xe4, 0x05, 0x01, 0xbb:
2018-05-15 11:25:14.395 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:14.395 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:14.439 Detail, Node005,   Received: 0x01, 0x1f, 0x00, 0x04, 0x00, 0x05, 0x19, 0x98, 0x81, 0x80, 0x49, 0xff, 0x2a, 0x71, 0xc6, 0xb2, 0x40, 0xce, 0x9e, 0xca, 0x83, 0x5b, 0xb2, 0xb0, 0x23, 0x9a, 0xb6, 0x86, 0xae, 0xa4, 0x50, 0x8e, 0xa5
2018-05-15 11:25:14.439 Info, Raw: 0x98, 0x81, 0x80, 0x49, 0xff, 0x2a, 0x71, 0xc6, 0xb2, 0x40, 0xce, 0x9e, 0xca, 0x83, 0x5b, 0xb2, 0xb0, 0x23, 0x9a, 0xb6, 0x86, 0xae, 0xa4, 0x50, 0x8e, 0xa5
2018-05-15 11:25:14.439 Detail, Node005, Decrypted Packet: 0x00, 0x8e, 0x03, 0x05, 0x08, 0x00
2018-05-15 11:25:14.439 Detail,
2018-05-15 11:25:14.439 Info, Node005, Response RTT 194 Average Response RTT 252
2018-05-15 11:25:14.439 Info, Node005, Received Multi Instance Association report from node 5, group 5
2018-05-15 11:25:14.439 Info, Node005,   The group contains:
2018-05-15 11:25:14.439 Info, Node005, Querying associations for node 5 is complete.
2018-05-15 11:25:14.439 Detail, Node005,   Expected reply and command class was received
2018-05-15 11:25:14.439 Detail, Node005,   Message transaction complete
2018-05-15 11:25:14.439 Detail,
2018-05-15 11:25:14.439 Detail, Node005, Removing current message
2018-05-15 11:25:14.439 Detail, Node005, Notification: Group
2018-05-15 11:25:14.440 Detail, Node005, Query Stage Complete (Associations)
2018-05-15 11:25:14.440 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Neighbors live=1
2018-05-15 11:25:14.440 Detail, Node005, QueryStage_Neighbors
2018-05-15 11:25:14.440 Detail, Requesting routing info (neighbor list) for Node 5
2018-05-15 11:25:14.440 Detail, Node005, Queuing (Command) Get Routing Info (Node=5): 0x01, 0x07, 0x00, 0x80, 0x05, 0x00, 0x00, 0x03, 0x7e
2018-05-15 11:25:14.440 Detail, Node005, Queuing (Query) Query Stage Complete (Neighbors)
2018-05-15 11:25:14.440 Detail,
2018-05-15 11:25:14.440 Info, Node005, Sending (Command) message (Callback ID=0x00, Expected Reply=0x80) - Get Routing Info (Node=5): 0x01, 0x07, 0x00, 0x80, 0x05, 0x00, 0x00, 0x03, 0x7e
2018-05-15 11:25:14.446 Detail, Node005,   Received: 0x01, 0x20, 0x01, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5e
2018-05-15 11:25:14.446 Detail,
2018-05-15 11:25:14.446 Info, Node005, Received reply to FUNC_ID_ZW_GET_ROUTING_INFO
2018-05-15 11:25:14.446 Info, Node005,     Neighbors of this node are:
2018-05-15 11:25:14.446 Info, Node005,  (none reported)
2018-05-15 11:25:14.446 Detail,   Expected reply was received
2018-05-15 11:25:14.446 Detail,   Message transaction complete
2018-05-15 11:25:14.446 Detail,
2018-05-15 11:25:14.446 Detail, Node005, Removing current message
2018-05-15 11:25:14.446 Detail, Node005, Query Stage Complete (Neighbors)
2018-05-15 11:25:14.446 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Session live=1
2018-05-15 11:25:14.446 Detail, Node005, QueryStage_Session
2018-05-15 11:25:14.446 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_SWITCH_ALL
2018-05-15 11:25:14.447 Detail, Node005, Queuing (Query) SwitchAllCmd_Get (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x27, 0x02, 0x25, 0x1d, 0xff
2018-05-15 11:25:14.447 Detail, Node005, Queuing (Query) PowerlevelCmd_Get (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x73, 0x02, 0x25, 0x1e, 0xa8
2018-05-15 11:25:14.447 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_PROTECTION
2018-05-15 11:25:14.447 Detail, Node005, Queuing (Query) ProtectionCmd_Get (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x75, 0x02, 0x25, 0x1f, 0xaf
2018-05-15 11:25:14.447 Detail, Node005, Queuing (Query) Query Stage Complete (Session)
2018-05-15 11:25:14.447 Detail,
2018-05-15 11:25:14.447 Info, Node005, Processing (Query) Nonce Request message (Callback ID=0x1d, Expected Reply=0x04)
2018-05-15 11:25:14.447 Info, Node005, Sending (Query) message (Callback ID=0x1d, Expected Reply=0x04) - Nonce_Get(SwitchAllCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:14.455 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:14.455 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:14.480 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x03, 0xea
2018-05-15 11:25:14.480 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:14.480 Info, Node005, Request RTT 32 Average Request RTT 79
2018-05-15 11:25:14.501 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x05, 0xec
2018-05-15 11:25:14.501 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:14.501 Info, Node005, Request RTT 53 Average Request RTT 66
2018-05-15 11:25:14.517 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0x68, 0x32, 0x88, 0x46, 0x7c, 0x37, 0xd6, 0x1b, 0xee
2018-05-15 11:25:14.517 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:14.517 Info, Node005, Sending (Query) message (Callback ID=0x20, Expected Reply=0x04) - SwitchAllCmd_Get (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x27, 0x02, 0x25, 0x20, 0xc2
2018-05-15 11:25:14.528 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:14.528 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:14.566 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:14.566 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:14.566 Info, NONCES: 0x47, 0x8d, 0x7a, 0xa0, 0x5d, 0x83, 0xf3, 0xea
2018-05-15 11:25:14.566 Info, NONCES: 0x28, 0x66, 0x21, 0x1b, 0xff, 0x37, 0x83, 0xd6
2018-05-15 11:25:14.566 Info, NONCES: 0x87, 0xc5, 0x66, 0xe4, 0x48, 0x5a, 0xce, 0xeb
2018-05-15 11:25:14.566 Info, NONCES: 0x44, 0x8a, 0x60, 0xc2, 0x83, 0xaa, 0x88, 0x0a
2018-05-15 11:25:14.566 Info, NONCES: 0xb0, 0x2a, 0x70, 0xe1, 0xd4, 0x54, 0x3a, 0xe4
2018-05-15 11:25:14.566 Info, NONCES: 0x66, 0xd0, 0xaf, 0xe9, 0x7b, 0x37, 0xf3, 0xeb
2018-05-15 11:25:14.566 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:14.566 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:14.566 Info, Node005, Sending (Query) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0x66, 0xd0, 0xaf, 0xe9, 0x7b, 0x37, 0xf3, 0xeb, 0x05, 0x01, 0x4a:
2018-05-15 11:25:14.576 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:14.576 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:14.646 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x07, 0xed
2018-05-15 11:25:14.646 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:14.646 Info, Node005, Request RTT 198 Average Request RTT 132
2018-05-15 11:25:14.676 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x0a, 0xe0
2018-05-15 11:25:14.676 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:14.676 Info, Node005, Request RTT 228 Average Request RTT 180
2018-05-15 11:25:14.695 Detail, Node005,   Received: 0x01, 0x1d, 0x00, 0x04, 0x00, 0x05, 0x17, 0x98, 0x81, 0x06, 0x3b, 0x3b, 0xbc, 0x04, 0x44, 0x56, 0xe4, 0xe2, 0xaa, 0x06, 0x41, 0x66, 0x1e, 0x5b, 0xc8, 0x5f, 0x57, 0x87, 0x9a, 0xc3, 0x97
2018-05-15 11:25:14.695 Info, Raw: 0x98, 0x81, 0x06, 0x3b, 0x3b, 0xbc, 0x04, 0x44, 0x56, 0xe4, 0xe2, 0xaa, 0x06, 0x41, 0x66, 0x1e, 0x5b, 0xc8, 0x5f, 0x57, 0x87, 0x9a, 0xc3, 0x97
2018-05-15 11:25:14.695 Detail, Node005, Decrypted Packet: 0x00, 0x27, 0x03, 0xff
2018-05-15 11:25:14.695 Detail,
2018-05-15 11:25:14.695 Info, Node005, Response RTT 247 Average Response RTT 249
2018-05-15 11:25:14.695 Detail, Node005, Initial read of value
2018-05-15 11:25:14.695 Info, Node005, Received SwitchAll report from node 5: On and Off Enabled
2018-05-15 11:25:14.695 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:24.447 Error, Node005, ERROR: Dropping command, expected response not received after 1 attempt(s)
2018-05-15 11:25:24.448 Detail, Node005, Removing current message
2018-05-15 11:25:24.448 Detail, Node005, Notification: Notification - TimeOut
2018-05-15 11:25:24.451 Detail,
2018-05-15 11:25:24.452 Info, Node005, Sending (Query) message (Callback ID=0x1e, Expected Reply=0x04) - PowerlevelCmd_Get (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x73, 0x02, 0x25, 0x1e, 0xa8
2018-05-15 11:25:24.460 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:24.460 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:24.480 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x1e, 0x00, 0x00, 0x03, 0xf6
2018-05-15 11:25:24.480 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x1e received (expected 0x1e)
2018-05-15 11:25:24.480 Info, Node005, Request RTT 28 Average Request RTT 104
2018-05-15 11:25:24.480 Detail,   Expected callbackId was received
2018-05-15 11:25:24.495 Detail, Node005,   Received: 0x01, 0x0a, 0x00, 0x04, 0x00, 0x05, 0x04, 0x73, 0x03, 0x00, 0x00, 0x80
2018-05-15 11:25:24.495 Detail,
2018-05-15 11:25:24.495 Info, Node005, Response RTT 42 Average Response RTT 145
2018-05-15 11:25:24.495 Info, Node005, Received a PowerLevel report: PowerLevel=Normal, Timeout=0
2018-05-15 11:25:24.495 Detail, Node005, Initial read of value
2018-05-15 11:25:24.495 Detail, Node005, Initial read of value
2018-05-15 11:25:24.495 Detail, Node005,   Expected reply and command class was received
2018-05-15 11:25:24.495 Detail, Node005,   Message transaction complete
2018-05-15 11:25:24.495 Detail,
2018-05-15 11:25:24.495 Detail, Node005, Removing current message
2018-05-15 11:25:24.495 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:24.504 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:24.510 Detail,
2018-05-15 11:25:24.510 Info, Node005, Processing (Query) Nonce Request message (Callback ID=0x1f, Expected Reply=0x04)
2018-05-15 11:25:24.510 Info, Node005, Sending (Query) message (Callback ID=0x1f, Expected Reply=0x04) - Nonce_Get(ProtectionCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:24.518 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:24.518 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:24.538 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x02, 0xeb
2018-05-15 11:25:24.538 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:24.538 Info, Node005, Request RTT 27 Average Request RTT 65
2018-05-15 11:25:24.554 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0x48, 0x2b, 0xf8, 0x3d, 0x7b, 0x96, 0x7e, 0xb4, 0x7d
2018-05-15 11:25:24.554 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:24.554 Info, Node005, Sending (Query) message (Callback ID=0x21, Expected Reply=0x04) - ProtectionCmd_Get (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x75, 0x02, 0x25, 0x21, 0x91
2018-05-15 11:25:24.565 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:24.565 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:24.590 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x21, 0x00, 0x00, 0x03, 0xc9
2018-05-15 11:25:24.590 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x21 received (expected 0x21)
2018-05-15 11:25:24.590 Info, Node005, Request RTT 79 Average Request RTT 72
2018-05-15 11:25:24.590 Detail,   Expected callbackId was received
2018-05-15 11:25:24.603 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:24.603 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:24.603 Info, NONCES: 0x47, 0x8d, 0x7a, 0xa0, 0x5d, 0x83, 0xf3, 0xea
2018-05-15 11:25:24.603 Info, NONCES: 0x28, 0x66, 0x21, 0x1b, 0xff, 0x37, 0x83, 0xd6
2018-05-15 11:25:24.603 Info, NONCES: 0x87, 0xc5, 0x66, 0xe4, 0x48, 0x5a, 0xce, 0xeb
2018-05-15 11:25:24.603 Info, NONCES: 0x44, 0x8a, 0x60, 0xc2, 0x83, 0xaa, 0x88, 0x0a
2018-05-15 11:25:24.603 Info, NONCES: 0xb0, 0x2a, 0x70, 0xe1, 0xd4, 0x54, 0x3a, 0xe4
2018-05-15 11:25:24.603 Info, NONCES: 0x66, 0xd0, 0xaf, 0xe9, 0x7b, 0x37, 0xf3, 0xeb
2018-05-15 11:25:24.603 Info, NONCES: 0x72, 0x39, 0x30, 0x46, 0x8e, 0x6a, 0x2b, 0xe8
2018-05-15 11:25:24.604 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:24.604 Info, Node005, Sending (Query) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0x72, 0x39, 0x30, 0x46, 0x8e, 0x6a, 0x2b, 0xe8, 0x05, 0x01, 0xf4:
2018-05-15 11:25:24.613 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:24.613 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:24.637 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x03, 0xe9
2018-05-15 11:25:24.637 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:24.637 Info, Node005, Request RTT 126 Average Request RTT 99
2018-05-15 11:25:24.658 Detail, Node005,   Received: 0x01, 0x1e, 0x00, 0x04, 0x00, 0x05, 0x18, 0x98, 0x81, 0x76, 0x87, 0xa2, 0x0f, 0xf3, 0x68, 0x4e, 0x02, 0xed, 0xbb, 0x0b, 0xb7, 0x26, 0x72, 0x33, 0xe0, 0x98, 0x9f, 0xba, 0xbd, 0x5b, 0x54, 0x08
2018-05-15 11:25:24.658 Info, Raw: 0x98, 0x81, 0x76, 0x87, 0xa2, 0x0f, 0xf3, 0x68, 0x4e, 0x02, 0xed, 0xbb, 0x0b, 0xb7, 0x26, 0x72, 0x33, 0xe0, 0x98, 0x9f, 0xba, 0xbd, 0x5b, 0x54, 0x08
2018-05-15 11:25:24.658 Detail, Node005, Decrypted Packet: 0x00, 0x75, 0x03, 0x00, 0x00
2018-05-15 11:25:24.658 Detail,
2018-05-15 11:25:24.658 Info, Node005, Response RTT 147 Average Response RTT 146
2018-05-15 11:25:24.658 Info, Node005, Received a Protection report: Unprotected
2018-05-15 11:25:24.658 Detail, Node005, Initial read of value
2018-05-15 11:25:24.658 Detail, Node005,   Expected reply and command class was received
2018-05-15 11:25:24.658 Detail, Node005,   Message transaction complete
2018-05-15 11:25:24.658 Detail,
2018-05-15 11:25:24.658 Detail, Node005, Removing current message
2018-05-15 11:25:24.658 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:24.667 Detail, Node005, Query Stage Complete (Session)
2018-05-15 11:25:24.667 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Dynamic live=1
2018-05-15 11:25:24.667 Detail, Node005, QueryStage_Dynamic
2018-05-15 11:25:24.667 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_INSTANCE/CHANNEL
2018-05-15 11:25:24.667 Detail, Node005, Queuing (Send) MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Get (Node=5): 0x01, 0x0d, 0x00, 0x13, 0x05, 0x06, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x02, 0x25, 0x22, 0xac
2018-05-15 11:25:24.668 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_INSTANCE/CHANNEL
2018-05-15 11:25:24.668 Detail, Node005, Queuing (Send) MultiChannel Encapsulated (instance=2): SwitchMultilevelCmd_Get (Node=5): 0x01, 0x0d, 0x00, 0x13, 0x05, 0x06, 0x60, 0x0d, 0x01, 0x02, 0x26, 0x02, 0x25, 0x23, 0xae
2018-05-15 11:25:24.668 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_INSTANCE/CHANNEL
2018-05-15 11:25:24.668 Detail, Node005, Queuing (Send) MultiChannel Encapsulated (instance=1): SensorMultilevelCmd_Get (Node=5): 0x01, 0x0d, 0x00, 0x13, 0x05, 0x06, 0x60, 0x0d, 0x01, 0x01, 0x31, 0x04, 0x25, 0x24, 0xbb
2018-05-15 11:25:24.668 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_INSTANCE/CHANNEL
2018-05-15 11:25:24.668 Detail, Node005, Queuing (Send) MultiChannel Encapsulated (instance=1): MeterCmd_Get (Node=5): 0x01, 0x0e, 0x00, 0x13, 0x05, 0x07, 0x60, 0x0d, 0x01, 0x01, 0x32, 0x01, 0x00, 0x25, 0x25, 0xbe
2018-05-15 11:25:24.668 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_INSTANCE/CHANNEL
2018-05-15 11:25:24.668 Detail, Node005, Queuing (Send) MultiChannel Encapsulated (instance=1): MeterCmd_Get (Node=5): 0x01, 0x0e, 0x00, 0x13, 0x05, 0x07, 0x60, 0x0d, 0x01, 0x01, 0x32, 0x01, 0x10, 0x25, 0x26, 0xad
2018-05-15 11:25:24.668 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_INSTANCE/CHANNEL
2018-05-15 11:25:24.668 Detail, Node005, Queuing (Send) MultiChannel Encapsulated (instance=1): AlarmCmd_Get (Node=5): 0x01, 0x10, 0x00, 0x13, 0x05, 0x09, 0x60, 0x0d, 0x01, 0x01, 0x71, 0x04, 0x00, 0x04, 0x01, 0x25, 0x27, 0xef
2018-05-15 11:25:24.668 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_INSTANCE/CHANNEL
2018-05-15 11:25:24.668 Detail, Node005, Queuing (Send) MultiChannel Encapsulated (instance=1): AlarmCmd_Get (Node=5): 0x01, 0x10, 0x00, 0x13, 0x05, 0x09, 0x60, 0x0d, 0x01, 0x01, 0x71, 0x04, 0x00, 0x08, 0x01, 0x25, 0x28, 0xec
2018-05-15 11:25:24.668 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_INSTANCE/CHANNEL
2018-05-15 11:25:24.668 Detail, Node005, Queuing (Send) MultiChannel Encapsulated (instance=1): AlarmCmd_Get (Node=5): 0x01, 0x10, 0x00, 0x13, 0x05, 0x09, 0x60, 0x0d, 0x01, 0x01, 0x71, 0x04, 0x00, 0x09, 0x01, 0x25, 0x29, 0xec
2018-05-15 11:25:24.668 Detail, Node005, Queuing (Query) Query Stage Complete (Dynamic)
2018-05-15 11:25:24.668 Detail,
2018-05-15 11:25:24.668 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x22, Expected Reply=0x04)
2018-05-15 11:25:24.668 Info, Node005, Sending (Send) message (Callback ID=0x22, Expected Reply=0x04) - Nonce_Get(MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:24.676 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:24.676 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:24.697 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x02, 0xeb
2018-05-15 11:25:24.697 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:24.697 Info, Node005, Request RTT 28 Average Request RTT 63
2018-05-15 11:25:24.712 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0x2f, 0x8b, 0xac, 0x9d, 0x34, 0x5d, 0xb4, 0xf5, 0x41
2018-05-15 11:25:24.712 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:24.712 Info, Node005, Sending (Send) message (Callback ID=0x2a, Expected Reply=0x04) - MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Get (Node=5): 0x01, 0x0d, 0x00, 0x13, 0x05, 0x06, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x02, 0x25, 0x2a, 0xa4
2018-05-15 11:25:24.724 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:24.724 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:24.749 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x2a, 0x00, 0x00, 0x03, 0xc2
2018-05-15 11:25:24.749 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x2a received (expected 0x2a)
2018-05-15 11:25:24.749 Info, Node005, Request RTT 80 Average Request RTT 71
2018-05-15 11:25:24.749 Detail,   Expected callbackId was received
2018-05-15 11:25:24.763 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:24.763 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:24.763 Info, NONCES: 0x47, 0x8d, 0x7a, 0xa0, 0x5d, 0x83, 0xf3, 0xea
2018-05-15 11:25:24.763 Info, NONCES: 0x28, 0x66, 0x21, 0x1b, 0xff, 0x37, 0x83, 0xd6
2018-05-15 11:25:24.763 Info, NONCES: 0x87, 0xc5, 0x66, 0xe4, 0x48, 0x5a, 0xce, 0xeb
2018-05-15 11:25:24.763 Info, NONCES: 0x44, 0x8a, 0x60, 0xc2, 0x83, 0xaa, 0x88, 0x0a
2018-05-15 11:25:24.763 Info, NONCES: 0xb0, 0x2a, 0x70, 0xe1, 0xd4, 0x54, 0x3a, 0xe4
2018-05-15 11:25:24.763 Info, NONCES: 0x66, 0xd0, 0xaf, 0xe9, 0x7b, 0x37, 0xf3, 0xeb
2018-05-15 11:25:24.763 Info, NONCES: 0x72, 0x39, 0x30, 0x46, 0x8e, 0x6a, 0x2b, 0xe8
2018-05-15 11:25:24.763 Info, NONCES: 0xc0, 0x5e, 0x4b, 0x3b, 0x95, 0x3e, 0x27, 0xbb
2018-05-15 11:25:24.763 Info, Node005, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0xc0, 0x5e, 0x4b, 0x3b, 0x95, 0x3e, 0x27, 0xbb, 0x05, 0x01, 0x37:
2018-05-15 11:25:24.774 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:24.774 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:24.795 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x03, 0xe9
2018-05-15 11:25:24.796 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:24.796 Info, Node005, Request RTT 127 Average Request RTT 99
2018-05-15 11:25:24.819 Detail, Node005,   Received: 0x01, 0x21, 0x00, 0x04, 0x00, 0x05, 0x1b, 0x98, 0x81, 0x6c, 0xe5, 0xa5, 0xad, 0xb5, 0xbb, 0xbf, 0xe5, 0xec, 0xf4, 0xe8, 0xd0, 0x62, 0x33, 0x41, 0x97, 0xc0, 0xd4, 0xad, 0x2d, 0x7e, 0x2d, 0xd4, 0xa2, 0xfc, 0xe2
2018-05-15 11:25:24.819 Info, Raw: 0x98, 0x81, 0x6c, 0xe5, 0xa5, 0xad, 0xb5, 0xbb, 0xbf, 0xe5, 0xec, 0xf4, 0xe8, 0xd0, 0x62, 0x33, 0x41, 0x97, 0xc0, 0xd4, 0xad, 0x2d, 0x7e, 0x2d, 0xd4, 0xa2, 0xfc, 0xe2
2018-05-15 11:25:24.819 Detail, Node005, Decrypted Packet: 0x00, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x03, 0x00
2018-05-15 11:25:24.819 Detail,
2018-05-15 11:25:24.819 Info, Node005, Response RTT 150 Average Response RTT 148
2018-05-15 11:25:24.819 Info, Node005, Received a MultiChannelEncap from node 5, endpoint 1 for Command Class COMMAND_CLASS_SWITCH_MULTILEVEL
2018-05-15 11:25:24.819 Info, Node005, Received SwitchMultiLevel report: level=0
2018-05-15 11:25:24.819 Detail, Node005, Initial read of value
2018-05-15 11:25:24.819 Detail, Node005,   Expected reply and command class was received
2018-05-15 11:25:24.819 Detail, Node005,   Message transaction complete
2018-05-15 11:25:24.819 Detail,
2018-05-15 11:25:24.819 Detail, Node005, Removing current message
2018-05-15 11:25:24.820 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:24.831 Detail,
2018-05-15 11:25:24.831 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x23, Expected Reply=0x04)
2018-05-15 11:25:24.831 Info, Node005, Sending (Send) message (Callback ID=0x23, Expected Reply=0x04) - Nonce_Get(MultiChannel Encapsulated (instance=2): SwitchMultilevelCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:24.838 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:24.838 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:24.875 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0x95, 0x82, 0xdc, 0x2f, 0x6e, 0x3b, 0x58, 0x01, 0x14
2018-05-15 11:25:24.875 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:24.875 Info, Node005, Sending (Send) message (Callback ID=0x2b, Expected Reply=0x04) - MultiChannel Encapsulated (instance=2): SwitchMultilevelCmd_Get (Node=5): 0x01, 0x0d, 0x00, 0x13, 0x05, 0x06, 0x60, 0x0d, 0x01, 0x02, 0x26, 0x02, 0x25, 0x2b, 0xa6
2018-05-15 11:25:24.887 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:24.887 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:24.907 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x2b, 0x00, 0x00, 0x02, 0xc2
2018-05-15 11:25:24.907 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x2b received (expected 0x2b)
2018-05-15 11:25:24.907 Info, Node005, Request RTT 75 Average Request RTT 87
2018-05-15 11:25:24.907 Detail,   Expected callbackId was received
2018-05-15 11:25:24.932 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x2b, 0x00, 0x00, 0x05, 0xc5
2018-05-15 11:25:24.932 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x2b received (expected 0x00)
2018-05-15 11:25:24.932 Warning, Node005, WARNING: Unexpected Callback ID received
2018-05-15 11:25:24.950 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0xb9, 0xcc, 0x24, 0x4e, 0xca, 0x46, 0x24, 0x51, 0x1a
2018-05-15 11:25:24.950 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:24.950 Info, Node005, Sending (Send) message (Callback ID=0x2c, Expected Reply=0x04) - MultiChannel Encapsulated (instance=2): SwitchMultilevelCmd_Get (Node=5): 0x01, 0x0d, 0x00, 0x13, 0x05, 0x06, 0x60, 0x0d, 0x01, 0x02, 0x26, 0x02, 0x25, 0x2c, 0xa1
2018-05-15 11:25:24.962 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:24.962 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:24.987 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x2c, 0x00, 0x00, 0x03, 0xc4
2018-05-15 11:25:24.987 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x2c received (expected 0x2c)
2018-05-15 11:25:24.987 Info, Node005, Request RTT 156 Average Request RTT 121
2018-05-15 11:25:24.987 Detail,   Expected callbackId was received
2018-05-15 11:25:25.070 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:25.070 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:25.070 Info, NONCES: 0x18, 0x22, 0x85, 0x14, 0x11, 0x34, 0x76, 0xd1
2018-05-15 11:25:25.070 Info, NONCES: 0x28, 0x66, 0x21, 0x1b, 0xff, 0x37, 0x83, 0xd6
2018-05-15 11:25:25.070 Info, NONCES: 0x87, 0xc5, 0x66, 0xe4, 0x48, 0x5a, 0xce, 0xeb
2018-05-15 11:25:25.070 Info, NONCES: 0x44, 0x8a, 0x60, 0xc2, 0x83, 0xaa, 0x88, 0x0a
2018-05-15 11:25:25.070 Info, NONCES: 0xb0, 0x2a, 0x70, 0xe1, 0xd4, 0x54, 0x3a, 0xe4
2018-05-15 11:25:25.070 Info, NONCES: 0x66, 0xd0, 0xaf, 0xe9, 0x7b, 0x37, 0xf3, 0xeb
2018-05-15 11:25:25.070 Info, NONCES: 0x72, 0x39, 0x30, 0x46, 0x8e, 0x6a, 0x2b, 0xe8
2018-05-15 11:25:25.070 Info, NONCES: 0xc0, 0x5e, 0x4b, 0x3b, 0x95, 0x3e, 0x27, 0xbb
2018-05-15 11:25:25.070 Info, Node005, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0x18, 0x22, 0x85, 0x14, 0x11, 0x34, 0x76, 0xd1, 0x05, 0x01, 0xc7:
2018-05-15 11:25:25.081 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:25.081 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:25.103 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x03, 0xe9
2018-05-15 11:25:25.103 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:25.103 Info, Node005, Request RTT 272 Average Request RTT 196
2018-05-15 11:25:25.125 Detail, Node005,   Received: 0x01, 0x21, 0x00, 0x04, 0x00, 0x05, 0x1b, 0x98, 0x81, 0xaa, 0x94, 0x8e, 0xb1, 0x46, 0xb9, 0x46, 0x57, 0x19, 0x28, 0xb3, 0x4c, 0x52, 0x72, 0x85, 0x2f, 0x18, 0x2d, 0x15, 0x3a, 0x02, 0x79, 0x00, 0x18, 0x06, 0x09
2018-05-15 11:25:25.125 Info, Raw: 0x98, 0x81, 0xaa, 0x94, 0x8e, 0xb1, 0x46, 0xb9, 0x46, 0x57, 0x19, 0x28, 0xb3, 0x4c, 0x52, 0x72, 0x85, 0x2f, 0x18, 0x2d, 0x15, 0x3a, 0x02, 0x79, 0x00, 0x18, 0x06, 0x09
2018-05-15 11:25:25.125 Detail, Node005, Decrypted Packet: 0x00, 0x60, 0x0d, 0x02, 0x01, 0x26, 0x03, 0x00
2018-05-15 11:25:25.125 Detail,
2018-05-15 11:25:25.125 Info, Node005, Response RTT 295 Average Response RTT 221
2018-05-15 11:25:25.125 Info, Node005, Received a MultiChannelEncap from node 5, endpoint 2 for Command Class COMMAND_CLASS_SWITCH_MULTILEVEL
2018-05-15 11:25:25.125 Info, Node005, Received SwitchMultiLevel report: level=0
2018-05-15 11:25:25.125 Detail, Node005, Initial read of value
2018-05-15 11:25:25.125 Detail, Node005,   Expected reply and command class was received
2018-05-15 11:25:25.125 Detail, Node005,   Message transaction complete
2018-05-15 11:25:25.125 Detail,
2018-05-15 11:25:25.125 Detail, Node005, Removing current message
2018-05-15 11:25:25.126 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:25.136 Detail,
2018-05-15 11:25:25.136 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x24, Expected Reply=0x04)
2018-05-15 11:25:25.136 Info, Node005, Sending (Send) message (Callback ID=0x24, Expected Reply=0x04) - Nonce_Get(MultiChannel Encapsulated (instance=1): SensorMultilevelCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:25.144 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:25.144 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:25.164 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x03, 0xea
2018-05-15 11:25:25.164 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:25.164 Info, Node005, Request RTT 27 Average Request RTT 111
2018-05-15 11:25:25.209 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0xda, 0xe6, 0x96, 0xd8, 0x63, 0x9a, 0xe8, 0x0c, 0x93
2018-05-15 11:25:25.209 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:25.209 Info, Node005, Sending (Send) message (Callback ID=0x2d, Expected Reply=0x04) - MultiChannel Encapsulated (instance=1): SensorMultilevelCmd_Get (Node=5): 0x01, 0x0d, 0x00, 0x13, 0x05, 0x06, 0x60, 0x0d, 0x01, 0x01, 0x31, 0x04, 0x25, 0x2d, 0xb2
2018-05-15 11:25:25.220 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:25.220 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:25.245 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x2d, 0x00, 0x00, 0x03, 0xc5
2018-05-15 11:25:25.246 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x2d received (expected 0x2d)
2018-05-15 11:25:25.246 Info, Node005, Request RTT 109 Average Request RTT 110
2018-05-15 11:25:25.246 Detail,   Expected callbackId was received
2018-05-15 11:25:25.259 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:25.260 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:25.260 Info, NONCES: 0x18, 0x22, 0x85, 0x14, 0x11, 0x34, 0x76, 0xd1
2018-05-15 11:25:25.260 Info, NONCES: 0xff, 0x0d, 0xde, 0x12, 0x01, 0xec, 0x98, 0x2e
2018-05-15 11:25:25.260 Info, NONCES: 0x87, 0xc5, 0x66, 0xe4, 0x48, 0x5a, 0xce, 0xeb
2018-05-15 11:25:25.260 Info, NONCES: 0x44, 0x8a, 0x60, 0xc2, 0x83, 0xaa, 0x88, 0x0a
2018-05-15 11:25:25.260 Info, NONCES: 0xb0, 0x2a, 0x70, 0xe1, 0xd4, 0x54, 0x3a, 0xe4
2018-05-15 11:25:25.260 Info, NONCES: 0x66, 0xd0, 0xaf, 0xe9, 0x7b, 0x37, 0xf3, 0xeb
2018-05-15 11:25:25.260 Info, NONCES: 0x72, 0x39, 0x30, 0x46, 0x8e, 0x6a, 0x2b, 0xe8
2018-05-15 11:25:25.260 Info, NONCES: 0xc0, 0x5e, 0x4b, 0x3b, 0x95, 0x3e, 0x27, 0xbb
2018-05-15 11:25:25.260 Info, Node005, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0xff, 0x0d, 0xde, 0x12, 0x01, 0xec, 0x98, 0x2e, 0x05, 0x01, 0x8b:
2018-05-15 11:25:25.269 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:25.269 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:25.292 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x03, 0xe9
2018-05-15 11:25:25.292 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:25.292 Info, Node005, Request RTT 155 Average Request RTT 132
2018-05-15 11:25:25.421 Detail, Node005,   Received: 0x01, 0x24, 0x00, 0x04, 0x00, 0x05, 0x1e, 0x98, 0x81, 0xc7, 0x9e, 0x52, 0xfe, 0x32, 0xb8, 0x5a, 0x1c, 0x07, 0xfc, 0xd8, 0x60, 0xa6, 0x6e, 0xdb, 0x3c, 0xd6, 0x45, 0xd0, 0xff, 0xe5, 0x55, 0xa0, 0x7d, 0xd2, 0xab, 0xba, 0xc2, 0x58
2018-05-15 11:25:25.421 Info, Raw: 0x98, 0x81, 0xc7, 0x9e, 0x52, 0xfe, 0x32, 0xb8, 0x5a, 0x1c, 0x07, 0xfc, 0xd8, 0x60, 0xa6, 0x6e, 0xdb, 0x3c, 0xd6, 0x45, 0xd0, 0xff, 0xe5, 0x55, 0xa0, 0x7d, 0xd2, 0xab, 0xba, 0xc2, 0x58
2018-05-15 11:25:25.421 Detail, Node005, Decrypted Packet: 0x00, 0x60, 0x0d, 0x01, 0x01, 0x31, 0x05, 0x04, 0x22, 0x00, 0x00
2018-05-15 11:25:25.421 Detail,
2018-05-15 11:25:25.421 Info, Node005, Response RTT 284 Average Response RTT 252
2018-05-15 11:25:25.421 Info, Node005, Received a MultiChannelEncap from node 5, endpoint 1 for Command Class COMMAND_CLASS_SENSOR_MULTILEVEL
2018-05-15 11:25:25.421 Info, Node005, Received SensorMultiLevel report from node 5, instance 1, Power: value=0.0W
2018-05-15 11:25:25.421 Detail, Node005, Initial read of value
2018-05-15 11:25:25.421 Detail, Node005,   Expected reply and command class was received
2018-05-15 11:25:25.421 Detail, Node005,   Message transaction complete
2018-05-15 11:25:25.421 Detail,
2018-05-15 11:25:25.421 Detail, Node005, Removing current message
2018-05-15 11:25:25.422 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:25.442 Detail,
2018-05-15 11:25:25.442 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x25, Expected Reply=0x04)
2018-05-15 11:25:25.442 Info, Node005, Sending (Send) message (Callback ID=0x25, Expected Reply=0x04) - Nonce_Get(MultiChannel Encapsulated (instance=1): MeterCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:25.450 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:25.450 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:25.471 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x03, 0xea
2018-05-15 11:25:25.471 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:25.471 Info, Node005, Request RTT 28 Average Request RTT 80
2018-05-15 11:25:25.487 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0x26, 0xb0, 0xe5, 0xb9, 0x6b, 0x69, 0x75, 0xa0, 0xe1
2018-05-15 11:25:25.487 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:25.487 Info, Node005, Sending (Send) message (Callback ID=0x2e, Expected Reply=0x04) - MultiChannel Encapsulated (instance=1): MeterCmd_Get (Node=5): 0x01, 0x0e, 0x00, 0x13, 0x05, 0x07, 0x60, 0x0d, 0x01, 0x01, 0x32, 0x01, 0x00, 0x25, 0x2e, 0xb5
2018-05-15 11:25:25.499 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:25.499 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:25.524 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x2e, 0x00, 0x00, 0x03, 0xc6
2018-05-15 11:25:25.524 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x2e received (expected 0x2e)
2018-05-15 11:25:25.524 Info, Node005, Request RTT 81 Average Request RTT 80
2018-05-15 11:25:25.524 Detail,   Expected callbackId was received
2018-05-15 11:25:25.538 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:25.538 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:25.538 Info, NONCES: 0x18, 0x22, 0x85, 0x14, 0x11, 0x34, 0x76, 0xd1
2018-05-15 11:25:25.538 Info, NONCES: 0xff, 0x0d, 0xde, 0x12, 0x01, 0xec, 0x98, 0x2e
2018-05-15 11:25:25.538 Info, NONCES: 0x1a, 0x87, 0xc1, 0x4d, 0xfe, 0x93, 0xe0, 0xbf
2018-05-15 11:25:25.538 Info, NONCES: 0x44, 0x8a, 0x60, 0xc2, 0x83, 0xaa, 0x88, 0x0a
2018-05-15 11:25:25.538 Info, NONCES: 0xb0, 0x2a, 0x70, 0xe1, 0xd4, 0x54, 0x3a, 0xe4
2018-05-15 11:25:25.538 Info, NONCES: 0x66, 0xd0, 0xaf, 0xe9, 0x7b, 0x37, 0xf3, 0xeb
2018-05-15 11:25:25.538 Info, NONCES: 0x72, 0x39, 0x30, 0x46, 0x8e, 0x6a, 0x2b, 0xe8
2018-05-15 11:25:25.538 Info, NONCES: 0xc0, 0x5e, 0x4b, 0x3b, 0x95, 0x3e, 0x27, 0xbb
2018-05-15 11:25:25.538 Info, Node005, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0x1a, 0x87, 0xc1, 0x4d, 0xfe, 0x93, 0xe0, 0xbf, 0x05, 0x01, 0xcd:
2018-05-15 11:25:25.548 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:25.548 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:25.573 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x03, 0xe9
2018-05-15 11:25:25.573 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:25.573 Info, Node005, Request RTT 130 Average Request RTT 105
2018-05-15 11:25:25.598 Detail, Node005,   Received: 0x01, 0x28, 0x00, 0x04, 0x00, 0x05, 0x22, 0x98, 0x81, 0x4c, 0x12, 0x47, 0x95, 0xb7, 0x8a, 0x70, 0x61, 0xda, 0xbe, 0x3b, 0x8b, 0xc5, 0x6b, 0x8a, 0xca, 0x0e, 0x93, 0x7e, 0x67, 0xa7, 0x21, 0x5f, 0x1a, 0x17, 0xd1, 0x65, 0x17, 0x50, 0x7a, 0xd2, 0xb7, 0xcb
2018-05-15 11:25:25.598 Info, Raw: 0x98, 0x81, 0x4c, 0x12, 0x47, 0x95, 0xb7, 0x8a, 0x70, 0x61, 0xda, 0xbe, 0x3b, 0x8b, 0xc5, 0x6b, 0x8a, 0xca, 0x0e, 0x93, 0x7e, 0x67, 0xa7, 0x21, 0x5f, 0x1a, 0x17, 0xd1, 0x65, 0x17, 0x50, 0x7a, 0xd2, 0xb7, 0xcb
2018-05-15 11:25:25.598 Detail, Node005, Decrypted Packet: 0x00, 0x60, 0x0d, 0x01, 0x01, 0x32, 0x02, 0x21, 0x44, 0x00, 0x00, 0x02, 0x52, 0x00, 0x00
2018-05-15 11:25:25.598 Detail,
2018-05-15 11:25:25.598 Info, Node005, Response RTT 155 Average Response RTT 203
2018-05-15 11:25:25.598 Info, Node005, Received a MultiChannelEncap from node 5, endpoint 1 for Command Class COMMAND_CLASS_METER
2018-05-15 11:25:25.598 Detail, Node005, Initial read of value
2018-05-15 11:25:25.598 Info, Node005, Received Meter report from node 5: Energy=5.94kWh
2018-05-15 11:25:25.598 Detail, Node005, Initial read of value
2018-05-15 11:25:25.598 Detail, Node005,   Expected reply and command class was received
2018-05-15 11:25:25.599 Detail, Node005,   Message transaction complete
2018-05-15 11:25:25.599 Detail,
2018-05-15 11:25:25.599 Detail, Node005, Removing current message
2018-05-15 11:25:25.599 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:25.622 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:25.636 Detail,
2018-05-15 11:25:25.636 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x26, Expected Reply=0x04)
2018-05-15 11:25:25.636 Info, Node005, Sending (Send) message (Callback ID=0x26, Expected Reply=0x04) - Nonce_Get(MultiChannel Encapsulated (instance=1): MeterCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:25.644 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:25.644 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:25.664 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x03, 0xea
2018-05-15 11:25:25.664 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:25.664 Info, Node005, Request RTT 27 Average Request RTT 66
2018-05-15 11:25:25.680 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0x54, 0x67, 0xb5, 0xd5, 0x54, 0xcc, 0xa1, 0x8a, 0x1c
2018-05-15 11:25:25.680 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:25.680 Info, Node005, Sending (Send) message (Callback ID=0x2f, Expected Reply=0x04) - MultiChannel Encapsulated (instance=1): MeterCmd_Get (Node=5): 0x01, 0x0e, 0x00, 0x13, 0x05, 0x07, 0x60, 0x0d, 0x01, 0x01, 0x32, 0x01, 0x10, 0x25, 0x2f, 0xa4
2018-05-15 11:25:25.692 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:25.692 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:25.717 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x2f, 0x00, 0x00, 0x03, 0xc7
2018-05-15 11:25:25.717 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x2f received (expected 0x2f)
2018-05-15 11:25:25.717 Info, Node005, Request RTT 80 Average Request RTT 73
2018-05-15 11:25:25.717 Detail,   Expected callbackId was received
2018-05-15 11:25:25.731 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:25.731 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:25.731 Info, NONCES: 0x18, 0x22, 0x85, 0x14, 0x11, 0x34, 0x76, 0xd1
2018-05-15 11:25:25.731 Info, NONCES: 0xff, 0x0d, 0xde, 0x12, 0x01, 0xec, 0x98, 0x2e
2018-05-15 11:25:25.731 Info, NONCES: 0x1a, 0x87, 0xc1, 0x4d, 0xfe, 0x93, 0xe0, 0xbf
2018-05-15 11:25:25.731 Info, NONCES: 0xbe, 0xe7, 0xfb, 0xaa, 0x7f, 0x29, 0xd4, 0xe3
2018-05-15 11:25:25.731 Info, NONCES: 0xb0, 0x2a, 0x70, 0xe1, 0xd4, 0x54, 0x3a, 0xe4
2018-05-15 11:25:25.731 Info, NONCES: 0x66, 0xd0, 0xaf, 0xe9, 0x7b, 0x37, 0xf3, 0xeb
2018-05-15 11:25:25.731 Info, NONCES: 0x72, 0x39, 0x30, 0x46, 0x8e, 0x6a, 0x2b, 0xe8
2018-05-15 11:25:25.732 Info, NONCES: 0xc0, 0x5e, 0x4b, 0x3b, 0x95, 0x3e, 0x27, 0xbb
2018-05-15 11:25:25.732 Info, Node005, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0xbe, 0xe7, 0xfb, 0xaa, 0x7f, 0x29, 0xd4, 0xe3, 0x05, 0x01, 0x87:
2018-05-15 11:25:25.742 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:25.742 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:25.764 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x03, 0xe9
2018-05-15 11:25:25.764 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:25.764 Info, Node005, Request RTT 127 Average Request RTT 100
2018-05-15 11:25:25.789 Detail, Node005,   Received: 0x01, 0x26, 0x00, 0x04, 0x00, 0x05, 0x20, 0x98, 0x81, 0x86, 0x4d, 0x18, 0xb0, 0xa7, 0xf2, 0xf9, 0x8d, 0x3f, 0x78, 0x02, 0xfc, 0x7b, 0x86, 0xfc, 0x83, 0x3a, 0xb6, 0x17, 0xdb, 0x28, 0xbe, 0x7a, 0xb1, 0x75, 0x90, 0x7a, 0x94, 0x9f, 0x53, 0x42
2018-05-15 11:25:25.789 Info, Raw: 0x98, 0x81, 0x86, 0x4d, 0x18, 0xb0, 0xa7, 0xf2, 0xf9, 0x8d, 0x3f, 0x78, 0x02, 0xfc, 0x7b, 0x86, 0xfc, 0x83, 0x3a, 0xb6, 0x17, 0xdb, 0x28, 0xbe, 0x7a, 0xb1, 0x75, 0x90, 0x7a, 0x94, 0x9f, 0x53, 0x42
2018-05-15 11:25:25.789 Detail, Node005, Decrypted Packet: 0x00, 0x60, 0x0d, 0x01, 0x01, 0x32, 0x02, 0x21, 0x32, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:25:25.789 Detail,
2018-05-15 11:25:25.789 Info, Node005, Response RTT 152 Average Response RTT 177
2018-05-15 11:25:25.789 Info, Node005, Received a MultiChannelEncap from node 5, endpoint 1 for Command Class COMMAND_CLASS_METER
2018-05-15 11:25:25.789 Detail, Node005, Refreshed Value: old value=false, new value=false, type=bool
2018-05-15 11:25:25.789 Detail, Node005, Changes to this value are not verified
2018-05-15 11:25:25.789 Info, Node005, Received Meter report from node 5: Power=0.0W
2018-05-15 11:25:25.789 Detail, Node005, Initial read of value
2018-05-15 11:25:25.789 Detail, Node005,   Expected reply and command class was received
2018-05-15 11:25:25.789 Detail, Node005,   Message transaction complete
2018-05-15 11:25:25.789 Detail,
2018-05-15 11:25:25.789 Detail, Node005, Removing current message
2018-05-15 11:25:25.789 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:25.810 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:25.831 Detail,
2018-05-15 11:25:25.831 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x27, Expected Reply=0x04)
2018-05-15 11:25:25.831 Info, Node005, Sending (Send) message (Callback ID=0x27, Expected Reply=0x04) - Nonce_Get(MultiChannel Encapsulated (instance=1): AlarmCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:25.839 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:25.839 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:25.859 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x02, 0xeb
2018-05-15 11:25:25.860 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:25.860 Info, Node005, Request RTT 28 Average Request RTT 64
2018-05-15 11:25:25.875 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0x3f, 0x39, 0x26, 0x56, 0xaf, 0x52, 0xde, 0xe4, 0x4d
2018-05-15 11:25:25.875 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:25.875 Info, Node005, Sending (Send) message (Callback ID=0x30, Expected Reply=0x04) - MultiChannel Encapsulated (instance=1): AlarmCmd_Get (Node=5): 0x01, 0x10, 0x00, 0x13, 0x05, 0x09, 0x60, 0x0d, 0x01, 0x01, 0x71, 0x04, 0x00, 0x04, 0x01, 0x25, 0x30, 0xf8
2018-05-15 11:25:25.887 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:25.887 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:25.913 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x30, 0x00, 0x00, 0x03, 0xd8
2018-05-15 11:25:25.913 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x30 received (expected 0x30)
2018-05-15 11:25:25.913 Info, Node005, Request RTT 81 Average Request RTT 72
2018-05-15 11:25:25.913 Detail,   Expected callbackId was received
2018-05-15 11:25:26.163 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:26.164 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:26.164 Info, NONCES: 0x18, 0x22, 0x85, 0x14, 0x11, 0x34, 0x76, 0xd1
2018-05-15 11:25:26.164 Info, NONCES: 0xff, 0x0d, 0xde, 0x12, 0x01, 0xec, 0x98, 0x2e
2018-05-15 11:25:26.165 Info, NONCES: 0x1a, 0x87, 0xc1, 0x4d, 0xfe, 0x93, 0xe0, 0xbf
2018-05-15 11:25:26.165 Info, NONCES: 0xbe, 0xe7, 0xfb, 0xaa, 0x7f, 0x29, 0xd4, 0xe3
2018-05-15 11:25:26.165 Info, NONCES: 0x3c, 0x12, 0xa2, 0x39, 0xa6, 0x82, 0xf8, 0x47
2018-05-15 11:25:26.165 Info, NONCES: 0x66, 0xd0, 0xaf, 0xe9, 0x7b, 0x37, 0xf3, 0xeb
2018-05-15 11:25:26.165 Info, NONCES: 0x72, 0x39, 0x30, 0x46, 0x8e, 0x6a, 0x2b, 0xe8
2018-05-15 11:25:26.165 Info, NONCES: 0xc0, 0x5e, 0x4b, 0x3b, 0x95, 0x3e, 0x27, 0xbb
2018-05-15 11:25:26.165 Info, Node005, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0x3c, 0x12, 0xa2, 0x39, 0xa6, 0x82, 0xf8, 0x47, 0x05, 0x01, 0xc0:
2018-05-15 11:25:26.174 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:26.174 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:26.197 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x03, 0xe9
2018-05-15 11:25:26.197 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:26.197 Info, Node005, Request RTT 366 Average Request RTT 219
2018-05-15 11:25:26.306 Detail, Node005,   Received: 0x01, 0x27, 0x00, 0x04, 0x00, 0x05, 0x21, 0x98, 0x81, 0xe8, 0xdf, 0xb7, 0x9a, 0x45, 0x02, 0x7d, 0x01, 0x5d, 0xf4, 0xcf, 0x20, 0x11, 0x90, 0xbd, 0x61, 0x1e, 0x77, 0x10, 0x70, 0xe1, 0xf6, 0x3c, 0x45, 0x04, 0xb1, 0x27, 0x4b, 0x10, 0x63, 0x89, 0x9f
2018-05-15 11:25:26.306 Info, Raw: 0x98, 0x81, 0xe8, 0xdf, 0xb7, 0x9a, 0x45, 0x02, 0x7d, 0x01, 0x5d, 0xf4, 0xcf, 0x20, 0x11, 0x90, 0xbd, 0x61, 0x1e, 0x77, 0x10, 0x70, 0xe1, 0xf6, 0x3c, 0x45, 0x04, 0xb1, 0x27, 0x4b, 0x10, 0x63, 0x89, 0x9f
2018-05-15 11:25:26.306 Detail, Node005, Decrypted Packet: 0x00, 0x60, 0x0d, 0x01, 0x01, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x04, 0xfe, 0x00
2018-05-15 11:25:26.306 Detail,
2018-05-15 11:25:26.306 Info, Node005, Response RTT 475 Average Response RTT 326
2018-05-15 11:25:26.306 Info, Node005, Received a MultiChannelEncap from node 5, endpoint 1 for Command Class COMMAND_CLASS_ALARM
2018-05-15 11:25:26.306 Info, Node005, Received Alarm report: type=0, level=0, sensorSrcID=0, type:Heat event:254, status=255
2018-05-15 11:25:26.306 Detail, Node005, Initial read of value
2018-05-15 11:25:26.306 Detail, Node005, Initial read of value
2018-05-15 11:25:26.306 Detail, Node005, Initial read of value
2018-05-15 11:25:26.306 Detail, Node005, Initial read of value
2018-05-15 11:25:26.306 Detail, Node005,   Expected reply and command class was received
2018-05-15 11:25:26.306 Detail, Node005,   Message transaction complete
2018-05-15 11:25:26.306 Detail,
2018-05-15 11:25:26.306 Detail, Node005, Removing current message
2018-05-15 11:25:26.306 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:26.318 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:26.325 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:26.332 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:26.338 Detail,
2018-05-15 11:25:26.338 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x28, Expected Reply=0x04)
2018-05-15 11:25:26.338 Info, Node005, Sending (Send) message (Callback ID=0x28, Expected Reply=0x04) - Nonce_Get(MultiChannel Encapsulated (instance=1): AlarmCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:26.346 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:26.346 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:26.366 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x02, 0xeb
2018-05-15 11:25:26.366 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:26.366 Info, Node005, Request RTT 27 Average Request RTT 123
2018-05-15 11:25:26.463 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0xaa, 0x77, 0x81, 0x1d, 0x15, 0x98, 0xa4, 0xaf, 0x3b
2018-05-15 11:25:26.463 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:26.463 Info, Node005, Sending (Send) message (Callback ID=0x31, Expected Reply=0x04) - MultiChannel Encapsulated (instance=1): AlarmCmd_Get (Node=5): 0x01, 0x10, 0x00, 0x13, 0x05, 0x09, 0x60, 0x0d, 0x01, 0x01, 0x71, 0x04, 0x00, 0x08, 0x01, 0x25, 0x31, 0xf5
2018-05-15 11:25:26.479 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:26.479 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:26.501 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x31, 0x00, 0x00, 0x04, 0xde
2018-05-15 11:25:26.501 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x31 received (expected 0x31)
2018-05-15 11:25:26.501 Info, Node005, Request RTT 162 Average Request RTT 142
2018-05-15 11:25:26.501 Detail,   Expected callbackId was received
2018-05-15 11:25:26.515 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:26.515 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:26.515 Info, NONCES: 0x18, 0x22, 0x85, 0x14, 0x11, 0x34, 0x76, 0xd1
2018-05-15 11:25:26.515 Info, NONCES: 0xff, 0x0d, 0xde, 0x12, 0x01, 0xec, 0x98, 0x2e
2018-05-15 11:25:26.515 Info, NONCES: 0x1a, 0x87, 0xc1, 0x4d, 0xfe, 0x93, 0xe0, 0xbf
2018-05-15 11:25:26.515 Info, NONCES: 0xbe, 0xe7, 0xfb, 0xaa, 0x7f, 0x29, 0xd4, 0xe3
2018-05-15 11:25:26.515 Info, NONCES: 0x3c, 0x12, 0xa2, 0x39, 0xa6, 0x82, 0xf8, 0x47
2018-05-15 11:25:26.515 Info, NONCES: 0xd9, 0x6f, 0x00, 0x58, 0x99, 0xd5, 0x3b, 0xac
2018-05-15 11:25:26.515 Info, NONCES: 0x72, 0x39, 0x30, 0x46, 0x8e, 0x6a, 0x2b, 0xe8
2018-05-15 11:25:26.515 Info, NONCES: 0xc0, 0x5e, 0x4b, 0x3b, 0x95, 0x3e, 0x27, 0xbb
2018-05-15 11:25:26.515 Info, Node005, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0xd9, 0x6f, 0x00, 0x58, 0x99, 0xd5, 0x3b, 0xac, 0x05, 0x01, 0xdb:
2018-05-15 11:25:26.524 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:26.524 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:26.547 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x03, 0xe9
2018-05-15 11:25:26.547 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:26.547 Info, Node005, Request RTT 208 Average Request RTT 175
2018-05-15 11:25:26.679 Detail, Node005,   Received: 0x01, 0x27, 0x00, 0x04, 0x00, 0x05, 0x21, 0x98, 0x81, 0xca, 0x92, 0xb7, 0x23, 0xbe, 0x46, 0x6f, 0x3a, 0x47, 0x78, 0x3c, 0x34, 0x40, 0x00, 0x00, 0xaf, 0x67, 0x32, 0xc0, 0x8c, 0x9a, 0x64, 0xd9, 0xb4, 0xe6, 0xf8, 0x47, 0x49, 0xf9, 0xb7, 0xa2, 0x2e
2018-05-15 11:25:26.679 Info, Raw: 0x98, 0x81, 0xca, 0x92, 0xb7, 0x23, 0xbe, 0x46, 0x6f, 0x3a, 0x47, 0x78, 0x3c, 0x34, 0x40, 0x00, 0x00, 0xaf, 0x67, 0x32, 0xc0, 0x8c, 0x9a, 0x64, 0xd9, 0xb4, 0xe6, 0xf8, 0x47, 0x49, 0xf9, 0xb7, 0xa2, 0x2e
2018-05-15 11:25:26.679 Detail, Node005, Decrypted Packet: 0x00, 0x60, 0x0d, 0x01, 0x01, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x08, 0xfe, 0x00
2018-05-15 11:25:26.679 Detail,
2018-05-15 11:25:26.679 Info, Node005, Response RTT 340 Average Response RTT 333
2018-05-15 11:25:26.679 Info, Node005, Received a MultiChannelEncap from node 5, endpoint 1 for Command Class COMMAND_CLASS_ALARM
2018-05-15 11:25:26.679 Info, Node005, Received Alarm report: type=0, level=0, sensorSrcID=0, type:Power Management event:254, status=255
2018-05-15 11:25:26.679 Detail, Node005, Refreshed Value: old value=0, new value=0, type=byte
2018-05-15 11:25:26.679 Detail, Node005, Changes to this value are not verified
2018-05-15 11:25:26.679 Detail, Node005, Refreshed Value: old value=0, new value=0, type=byte
2018-05-15 11:25:26.679 Detail, Node005, Changes to this value are not verified
2018-05-15 11:25:26.680 Detail, Node005, Refreshed Value: old value=0, new value=0, type=byte
2018-05-15 11:25:26.680 Detail, Node005, Changes to this value are not verified
2018-05-15 11:25:26.680 Detail, Node005, Initial read of value
2018-05-15 11:25:26.680 Detail, Node005,   Expected reply and command class was received
2018-05-15 11:25:26.680 Detail, Node005,   Message transaction complete
2018-05-15 11:25:26.680 Detail,
2018-05-15 11:25:26.680 Detail, Node005, Removing current message
2018-05-15 11:25:26.680 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:26.710 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:26.732 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:26.754 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:26.771 Detail,
2018-05-15 11:25:26.771 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x29, Expected Reply=0x04)
2018-05-15 11:25:26.774 Info, Node005, Sending (Send) message (Callback ID=0x29, Expected Reply=0x04) - Nonce_Get(MultiChannel Encapsulated (instance=1): AlarmCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:26.782 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:26.782 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:26.802 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x03, 0xea
2018-05-15 11:25:26.803 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:26.803 Info, Node005, Request RTT 28 Average Request RTT 101
2018-05-15 11:25:26.818 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0xc7, 0x80, 0xfa, 0x21, 0x21, 0x2d, 0x96, 0x85, 0x7f
2018-05-15 11:25:26.818 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:26.818 Info, Node005, Sending (Send) message (Callback ID=0x32, Expected Reply=0x04) - MultiChannel Encapsulated (instance=1): AlarmCmd_Get (Node=5): 0x01, 0x10, 0x00, 0x13, 0x05, 0x09, 0x60, 0x0d, 0x01, 0x01, 0x71, 0x04, 0x00, 0x09, 0x01, 0x25, 0x32, 0xf7
2018-05-15 11:25:26.830 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:26.830 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:26.855 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x32, 0x00, 0x00, 0x03, 0xda
2018-05-15 11:25:26.856 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x32 received (expected 0x32)
2018-05-15 11:25:26.856 Info, Node005, Request RTT 81 Average Request RTT 91
2018-05-15 11:25:26.856 Detail,   Expected callbackId was received
2018-05-15 11:25:26.869 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:26.870 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:26.870 Info, NONCES: 0x18, 0x22, 0x85, 0x14, 0x11, 0x34, 0x76, 0xd1
2018-05-15 11:25:26.870 Info, NONCES: 0xff, 0x0d, 0xde, 0x12, 0x01, 0xec, 0x98, 0x2e
2018-05-15 11:25:26.870 Info, NONCES: 0x1a, 0x87, 0xc1, 0x4d, 0xfe, 0x93, 0xe0, 0xbf
2018-05-15 11:25:26.870 Info, NONCES: 0xbe, 0xe7, 0xfb, 0xaa, 0x7f, 0x29, 0xd4, 0xe3
2018-05-15 11:25:26.870 Info, NONCES: 0x3c, 0x12, 0xa2, 0x39, 0xa6, 0x82, 0xf8, 0x47
2018-05-15 11:25:26.870 Info, NONCES: 0xd9, 0x6f, 0x00, 0x58, 0x99, 0xd5, 0x3b, 0xac
2018-05-15 11:25:26.870 Info, NONCES: 0xb2, 0xac, 0xa3, 0x58, 0x2f, 0x9b, 0xa0, 0xbb
2018-05-15 11:25:26.870 Info, NONCES: 0xc0, 0x5e, 0x4b, 0x3b, 0x95, 0x3e, 0x27, 0xbb
2018-05-15 11:25:26.870 Info, Node005, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0xb2, 0xac, 0xa3, 0x58, 0x2f, 0x9b, 0xa0, 0xbb, 0x05, 0x01, 0xa4:
2018-05-15 11:25:26.879 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:26.879 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:26.902 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x03, 0xe9
2018-05-15 11:25:26.902 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:26.902 Info, Node005, Request RTT 127 Average Request RTT 109
2018-05-15 11:25:26.928 Detail, Node005,   Received: 0x01, 0x27, 0x00, 0x04, 0x00, 0x05, 0x21, 0x98, 0x81, 0x16, 0x34, 0x88, 0x18, 0x4f, 0x50, 0x71, 0x87, 0xb1, 0xd8, 0x0c, 0x51, 0x0f, 0xe0, 0xb0, 0x45, 0x7a, 0x1a, 0x51, 0xf2, 0xd8, 0x69, 0xb2, 0x3e, 0xfe, 0x36, 0xc8, 0x44, 0xdf, 0xcc, 0xbc, 0x81
2018-05-15 11:25:26.928 Info, Raw: 0x98, 0x81, 0x16, 0x34, 0x88, 0x18, 0x4f, 0x50, 0x71, 0x87, 0xb1, 0xd8, 0x0c, 0x51, 0x0f, 0xe0, 0xb0, 0x45, 0x7a, 0x1a, 0x51, 0xf2, 0xd8, 0x69, 0xb2, 0x3e, 0xfe, 0x36, 0xc8, 0x44, 0xdf, 0xcc, 0xbc, 0x81
2018-05-15 11:25:26.928 Detail, Node005, Decrypted Packet: 0x00, 0x60, 0x0d, 0x01, 0x01, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x09, 0x01, 0x00
2018-05-15 11:25:26.928 Detail,
2018-05-15 11:25:26.928 Info, Node005, Response RTT 153 Average Response RTT 243
2018-05-15 11:25:26.928 Info, Node005, Received a MultiChannelEncap from node 5, endpoint 1 for Command Class COMMAND_CLASS_ALARM
2018-05-15 11:25:26.928 Info, Node005, Received Alarm report: type=0, level=0, sensorSrcID=0, type:System event:1, status=255
2018-05-15 11:25:26.928 Detail, Node005, Refreshed Value: old value=0, new value=0, type=byte
2018-05-15 11:25:26.928 Detail, Node005, Changes to this value are not verified
2018-05-15 11:25:26.928 Detail, Node005, Refreshed Value: old value=0, new value=0, type=byte
2018-05-15 11:25:26.928 Detail, Node005, Changes to this value are not verified
2018-05-15 11:25:26.928 Detail, Node005, Refreshed Value: old value=0, new value=0, type=byte
2018-05-15 11:25:26.929 Detail, Node005, Changes to this value are not verified
2018-05-15 11:25:26.929 Detail, Node005, Initial read of value
2018-05-15 11:25:26.929 Detail, Node005,   Expected reply and command class was received
2018-05-15 11:25:26.929 Detail, Node005,   Message transaction complete
2018-05-15 11:25:26.929 Detail,
2018-05-15 11:25:26.929 Detail, Node005, Removing current message
2018-05-15 11:25:26.929 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:26.977 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:27.013 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:27.099 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:27.125 Detail, Node005, Query Stage Complete (Dynamic)
2018-05-15 11:25:27.125 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Configuration live=1
2018-05-15 11:25:27.125 Detail, Node005, QueryStage_Configuration
2018-05-15 11:25:27.125 Detail, Node005, QueryStage_Complete
2018-05-15 11:25:27.125 Warning, CheckCompletedNodeQueries m_allNodesQueried=0 m_awakeNodesQueried=0
2018-05-15 11:25:27.125 Warning, CheckCompletedNodeQueries all=0, deadFound=0 sleepingOnly=1
2018-05-15 11:25:27.125 Info,          Node query processing complete except for sleeping nodes.
2018-05-15 11:25:27.126 Detail, Node005, Notification: NodeQueriesComplete
2018-05-15 11:25:27.148 Detail, contrlr, Notification: AwakeNodesQueried
2018-05-15 11:25:40.029 Info, Node005, Value::Set - COMMAND_CLASS_SWITCH_MULTILEVEL - Dimming Duration - 5 - 1 - 255
2018-05-15 11:25:40.029 Detail, Node005, Initial read of value
2018-05-15 11:25:40.030 Info, Node005, Value::Set - COMMAND_CLASS_SWITCH_MULTILEVEL - Level - 0 - 1 - 255
2018-05-15 11:25:40.030 Info, Node005, SwitchMultilevel::Set - Setting to level 255
2018-05-15 11:25:40.030 Info, Node005,   Duration: Default
2018-05-15 11:25:40.030 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_INSTANCE/CHANNEL
2018-05-15 11:25:40.030 Detail, Node005, Queuing (Send) MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Set (Node=5): 0x01, 0x0f, 0x00, 0x13, 0x05, 0x08, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x01, 0xff, 0xff, 0x25, 0x33, 0xb2
2018-05-15 11:25:40.030 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_INSTANCE/CHANNEL
2018-05-15 11:25:40.031 Detail, Node005, Queuing (Send) MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Get (Node=5): 0x01, 0x0d, 0x00, 0x13, 0x05, 0x06, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x02, 0x25, 0x34, 0xba
2018-05-15 11:25:40.031 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:40.041 Detail,
2018-05-15 11:25:40.041 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x33, Expected Reply=0x13)
2018-05-15 11:25:40.042 Info, Node005, Sending (Send) message (Callback ID=0x33, Expected Reply=0x13) - Nonce_Get(MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Set) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:40.049 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:40.049 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:40.070 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x02, 0xeb
2018-05-15 11:25:40.070 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:40.070 Info, Node005, Request RTT 28 Average Request RTT 68
2018-05-15 11:25:40.086 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0xbd, 0xe2, 0xc7, 0xbb, 0xe0, 0x7e, 0xa0, 0xf7, 0x16
2018-05-15 11:25:40.086 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:40.086 Info, Node005, Sending (Send) message (Callback ID=0x35, Expected Reply=0x13) - MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Set (Node=5): 0x01, 0x0f, 0x00, 0x13, 0x05, 0x08, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x01, 0xff, 0xff, 0x25, 0x35, 0xb4
2018-05-15 11:25:40.098 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:40.098 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:40.123 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x35, 0x00, 0x00, 0x03, 0xdd
2018-05-15 11:25:40.124 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x35 received (expected 0x35)
2018-05-15 11:25:40.124 Info, Node005, Request RTT 81 Average Request RTT 74
2018-05-15 11:25:40.124 Detail,   Expected callbackId was received
2018-05-15 11:25:40.124 Detail,   Expected reply was received
2018-05-15 11:25:40.124 Detail,   Message transaction complete
2018-05-15 11:25:40.124 Detail,
2018-05-15 11:25:40.124 Detail, Node005, Removing current message
2018-05-15 11:25:40.124 Detail,
2018-05-15 11:25:40.124 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x34, Expected Reply=0x04)
2018-05-15 11:25:40.124 Info, Node005, Sending (Send) message (Callback ID=0x34, Expected Reply=0x04) - Nonce_Get(MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:40.131 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:40.132 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:40.152 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x03, 0xea
2018-05-15 11:25:40.152 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:40.152 Info, Node005, Request RTT 27 Average Request RTT 50
2018-05-15 11:25:40.167 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0x18, 0xe4, 0xf1, 0x35, 0x21, 0x3c, 0x3f, 0xf2, 0x14
2018-05-15 11:25:40.168 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:40.168 Info, Node005, Sending (Send) message (Callback ID=0x36, Expected Reply=0x04) - MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Get (Node=5): 0x01, 0x0d, 0x00, 0x13, 0x05, 0x06, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x02, 0x25, 0x36, 0xb8
2018-05-15 11:25:40.179 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:40.180 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:40.204 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x36, 0x00, 0x00, 0x03, 0xde
2018-05-15 11:25:40.205 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x36 received (expected 0x36)
2018-05-15 11:25:40.205 Info, Node005, Request RTT 80 Average Request RTT 65
2018-05-15 11:25:40.205 Detail,   Expected callbackId was received
2018-05-15 11:25:40.218 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:40.219 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:40.219 Info, NONCES: 0x18, 0x22, 0x85, 0x14, 0x11, 0x34, 0x76, 0xd1
2018-05-15 11:25:40.219 Info, NONCES: 0xff, 0x0d, 0xde, 0x12, 0x01, 0xec, 0x98, 0x2e
2018-05-15 11:25:40.219 Info, NONCES: 0x1a, 0x87, 0xc1, 0x4d, 0xfe, 0x93, 0xe0, 0xbf
2018-05-15 11:25:40.219 Info, NONCES: 0xbe, 0xe7, 0xfb, 0xaa, 0x7f, 0x29, 0xd4, 0xe3
2018-05-15 11:25:40.219 Info, NONCES: 0x3c, 0x12, 0xa2, 0x39, 0xa6, 0x82, 0xf8, 0x47
2018-05-15 11:25:40.219 Info, NONCES: 0xd9, 0x6f, 0x00, 0x58, 0x99, 0xd5, 0x3b, 0xac
2018-05-15 11:25:40.219 Info, NONCES: 0xb2, 0xac, 0xa3, 0x58, 0x2f, 0x9b, 0xa0, 0xbb
2018-05-15 11:25:40.219 Info, NONCES: 0x98, 0xaa, 0x49, 0xc6, 0x49, 0x54, 0x30, 0xfb
2018-05-15 11:25:40.219 Info, Node005, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0x98, 0xaa, 0x49, 0xc6, 0x49, 0x54, 0x30, 0xfb, 0x05, 0x01, 0x85:
2018-05-15 11:25:40.229 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:40.229 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:40.251 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x03, 0xe9
2018-05-15 11:25:40.252 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:40.252 Info, Node005, Request RTT 127 Average Request RTT 96
2018-05-15 11:25:40.274 Detail, Node005,   Received: 0x01, 0x21, 0x00, 0x04, 0x00, 0x05, 0x1b, 0x98, 0x81, 0xff, 0xa1, 0xad, 0x2a, 0x98, 0x09, 0xe7, 0xc3, 0x21, 0x04, 0x90, 0x5a, 0x7d, 0x20, 0xd0, 0x68, 0x98, 0x89, 0x31, 0xc4, 0x9e, 0xd3, 0x05, 0x78, 0x02, 0x6d
2018-05-15 11:25:40.274 Info, Raw: 0x98, 0x81, 0xff, 0xa1, 0xad, 0x2a, 0x98, 0x09, 0xe7, 0xc3, 0x21, 0x04, 0x90, 0x5a, 0x7d, 0x20, 0xd0, 0x68, 0x98, 0x89, 0x31, 0xc4, 0x9e, 0xd3, 0x05, 0x78, 0x02, 0x6d
2018-05-15 11:25:40.274 Detail, Node005, Decrypted Packet: 0x00, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x03, 0x3a
2018-05-15 11:25:40.274 Detail,
2018-05-15 11:25:40.274 Info, Node005, Response RTT 149 Average Response RTT 196
2018-05-15 11:25:40.274 Info, Node005, Received a MultiChannelEncap from node 5, endpoint 1 for Command Class COMMAND_CLASS_SWITCH_MULTILEVEL
2018-05-15 11:25:40.274 Info, Node005, Received SwitchMultiLevel report: level=58
2018-05-15 11:25:40.274 Detail, Node005, Refreshed Value: old value=0, new value=58, type=byte
2018-05-15 11:25:40.274 Detail, Node005, Changes to this value are not verified
2018-05-15 11:25:40.274 Detail, Node005,   Expected reply and command class was received
2018-05-15 11:25:40.274 Detail, Node005,   Message transaction complete
2018-05-15 11:25:40.274 Detail,
2018-05-15 11:25:40.274 Detail, Node005, Removing current message
2018-05-15 11:25:40.275 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:40.656 Detail, Node005,   Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x05, 0x06, 0x31, 0x05, 0x04, 0x22, 0x00, 0x5f, 0xb9
2018-05-15 11:25:40.656 Detail,
2018-05-15 11:25:40.656 Info, Node005, Received SensorMultiLevel report from node 5, instance 1, Power: value=9.5W
2018-05-15 11:25:40.656 Detail, Node005, Refreshed Value: old value=0.0, new value=9.5, type=decimal
2018-05-15 11:25:40.656 Detail, Node005, Changes to this value are not verified
2018-05-15 11:25:40.656 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:41.141 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:41.141 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:41.141 Info, NONCES: 0x01, 0xd3, 0x54, 0x30, 0x6f, 0xf5, 0xeb, 0xc3
2018-05-15 11:25:41.141 Info, NONCES: 0xff, 0x0d, 0xde, 0x12, 0x01, 0xec, 0x98, 0x2e
2018-05-15 11:25:41.141 Info, NONCES: 0x1a, 0x87, 0xc1, 0x4d, 0xfe, 0x93, 0xe0, 0xbf
2018-05-15 11:25:41.141 Info, NONCES: 0xbe, 0xe7, 0xfb, 0xaa, 0x7f, 0x29, 0xd4, 0xe3
2018-05-15 11:25:41.141 Info, NONCES: 0x3c, 0x12, 0xa2, 0x39, 0xa6, 0x82, 0xf8, 0x47
2018-05-15 11:25:41.141 Info, NONCES: 0xd9, 0x6f, 0x00, 0x58, 0x99, 0xd5, 0x3b, 0xac
2018-05-15 11:25:41.141 Info, NONCES: 0xb2, 0xac, 0xa3, 0x58, 0x2f, 0x9b, 0xa0, 0xbb
2018-05-15 11:25:41.141 Info, NONCES: 0x98, 0xaa, 0x49, 0xc6, 0x49, 0x54, 0x30, 0xfb
2018-05-15 11:25:41.141 Info, Node005, Sending (Send) message (Callback ID=0x01, Expected Reply=0x00) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0x01, 0xd3, 0x54, 0x30, 0x6f, 0xf5, 0xeb, 0xc3, 0x05, 0x01, 0xea:
2018-05-15 11:25:41.152 Detail,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:41.152 Detail,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:41.174 Detail,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x03, 0xe9
2018-05-15 11:25:41.174 Detail,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:41.249 Detail, Node005,   Received: 0x01, 0x1d, 0x00, 0x04, 0x00, 0x05, 0x17, 0x98, 0x81, 0x1c, 0x3e, 0xe5, 0x48, 0xc1, 0x8b, 0x4e, 0xfd, 0x77, 0xda, 0xaf, 0x13, 0x01, 0x3c, 0x04, 0x6b, 0x8a, 0x06, 0xd1, 0x9d, 0xc0, 0xd8
2018-05-15 11:25:41.249 Info, Raw: 0x98, 0x81, 0x1c, 0x3e, 0xe5, 0x48, 0xc1, 0x8b, 0x4e, 0xfd, 0x77, 0xda, 0xaf, 0x13, 0x01, 0x3c, 0x04, 0x6b, 0x8a, 0x06, 0xd1, 0x9d, 0xc0, 0xd8
2018-05-15 11:25:41.249 Detail, Node005, Decrypted Packet: 0x00, 0x26, 0x03, 0x5d
2018-05-15 11:25:41.249 Detail,
2018-05-15 11:25:41.249 Info, Node005, Received SwitchMultiLevel report: level=93
2018-05-15 11:25:41.249 Detail, Node005, Refreshed Value: old value=58, new value=93, type=byte
2018-05-15 11:25:41.249 Detail, Node005, Changes to this value are not verified
2018-05-15 11:25:41.249 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:41.886 Info, Node005, Value::Set - COMMAND_CLASS_SWITCH_MULTILEVEL - Dimming Duration - 5 - 1 - 255
2018-05-15 11:25:41.886 Detail, Node005, Refreshed Value: old value=255, new value=255, type=byte
2018-05-15 11:25:41.886 Detail, Node005, Changes to this value are not verified
2018-05-15 11:25:41.887 Info, Node005, Value::Set - COMMAND_CLASS_SWITCH_MULTILEVEL - Level - 0 - 1 - 0
2018-05-15 11:25:41.887 Info, Node005, SwitchMultilevel::Set - Setting to level 0
2018-05-15 11:25:41.887 Info, Node005,   Duration: Default
2018-05-15 11:25:41.887 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_INSTANCE/CHANNEL
2018-05-15 11:25:41.887 Detail, Node005, Queuing (Send) MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Set (Node=5): 0x01, 0x0f, 0x00, 0x13, 0x05, 0x08, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x01, 0x00, 0xff, 0x25, 0x37, 0x49
2018-05-15 11:25:41.888 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_INSTANCE/CHANNEL
2018-05-15 11:25:41.888 Detail, Node005, Queuing (Send) MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Get (Node=5): 0x01, 0x0d, 0x00, 0x13, 0x05, 0x06, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x02, 0x25, 0x38, 0xb6
2018-05-15 11:25:41.888 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:41.899 Detail,
2018-05-15 11:25:41.899 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x37, Expected Reply=0x13)
2018-05-15 11:25:41.899 Info, Node005, Sending (Send) message (Callback ID=0x37, Expected Reply=0x13) - Nonce_Get(MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Set) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:41.907 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:41.907 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:41.927 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x02, 0xeb
2018-05-15 11:25:41.927 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:41.927 Info, Node005, Request RTT 27 Average Request RTT 61
2018-05-15 11:25:41.971 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0x4a, 0xb9, 0x2d, 0xaf, 0xcd, 0xbd, 0xfb, 0x97, 0x91
2018-05-15 11:25:41.972 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:41.972 Info, Node005, Sending (Send) message (Callback ID=0x39, Expected Reply=0x13) - MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Set (Node=5): 0x01, 0x0f, 0x00, 0x13, 0x05, 0x08, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x01, 0x00, 0xff, 0x25, 0x39, 0x47
2018-05-15 11:25:41.984 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:41.984 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:42.009 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x39, 0x00, 0x00, 0x03, 0xd1
2018-05-15 11:25:42.009 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x39 received (expected 0x39)
2018-05-15 11:25:42.009 Info, Node005, Request RTT 110 Average Request RTT 85
2018-05-15 11:25:42.009 Detail,   Expected callbackId was received
2018-05-15 11:25:42.009 Detail,   Expected reply was received
2018-05-15 11:25:42.009 Detail,   Message transaction complete
2018-05-15 11:25:42.009 Detail,
2018-05-15 11:25:42.009 Detail, Node005, Removing current message
2018-05-15 11:25:42.009 Detail,
2018-05-15 11:25:42.009 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x38, Expected Reply=0x04)
2018-05-15 11:25:42.009 Info, Node005, Sending (Send) message (Callback ID=0x38, Expected Reply=0x04) - Nonce_Get(MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:42.018 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:42.018 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:42.054 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0xd9, 0x9c, 0x72, 0x51, 0xc5, 0x62, 0x5a, 0xb7, 0xd0
2018-05-15 11:25:42.054 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:42.054 Info, Node005, Sending (Send) message (Callback ID=0x3a, Expected Reply=0x04) - MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Get (Node=5): 0x01, 0x0d, 0x00, 0x13, 0x05, 0x06, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x02, 0x25, 0x3a, 0xb4
2018-05-15 11:25:42.066 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:42.066 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:42.093 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x3a, 0x00, 0x00, 0x04, 0xd5
2018-05-15 11:25:42.093 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x3a received (expected 0x3a)
2018-05-15 11:25:42.093 Info, Node005, Request RTT 83 Average Request RTT 84
2018-05-15 11:25:42.093 Detail,   Expected callbackId was received
2018-05-15 11:25:42.117 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x3a, 0x00, 0x00, 0x06, 0xd7
2018-05-15 11:25:42.118 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x3a received (expected 0x00)
2018-05-15 11:25:42.118 Warning, Node005, WARNING: Unexpected Callback ID received
2018-05-15 11:25:42.136 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0x18, 0x15, 0x17, 0x23, 0xd0, 0xc1, 0xf1, 0x5e, 0x7b
2018-05-15 11:25:42.136 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:42.136 Info, Node005, Sending (Send) message (Callback ID=0x3b, Expected Reply=0x04) - MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Get (Node=5): 0x01, 0x0d, 0x00, 0x13, 0x05, 0x06, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x02, 0x25, 0x3b, 0xb5
2018-05-15 11:25:42.148 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:42.148 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:42.172 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x3b, 0x00, 0x00, 0x03, 0xd3
2018-05-15 11:25:42.173 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x3b received (expected 0x3b)
2018-05-15 11:25:42.173 Info, Node005, Request RTT 163 Average Request RTT 123
2018-05-15 11:25:42.173 Detail,   Expected callbackId was received
2018-05-15 11:25:42.186 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:42.187 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:42.187 Info, NONCES: 0x01, 0xd3, 0x54, 0x30, 0x6f, 0xf5, 0xeb, 0xc3
2018-05-15 11:25:42.187 Info, NONCES: 0x4b, 0x2e, 0xaf, 0xba, 0x23, 0x9a, 0x7e, 0xd6
2018-05-15 11:25:42.187 Info, NONCES: 0x1a, 0x87, 0xc1, 0x4d, 0xfe, 0x93, 0xe0, 0xbf
2018-05-15 11:25:42.187 Info, NONCES: 0xbe, 0xe7, 0xfb, 0xaa, 0x7f, 0x29, 0xd4, 0xe3
2018-05-15 11:25:42.187 Info, NONCES: 0x3c, 0x12, 0xa2, 0x39, 0xa6, 0x82, 0xf8, 0x47
2018-05-15 11:25:42.187 Info, NONCES: 0xd9, 0x6f, 0x00, 0x58, 0x99, 0xd5, 0x3b, 0xac
2018-05-15 11:25:42.187 Info, NONCES: 0xb2, 0xac, 0xa3, 0x58, 0x2f, 0x9b, 0xa0, 0xbb
2018-05-15 11:25:42.187 Info, NONCES: 0x98, 0xaa, 0x49, 0xc6, 0x49, 0x54, 0x30, 0xfb
2018-05-15 11:25:42.187 Info, Node005, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0x4b, 0x2e, 0xaf, 0xba, 0x23, 0x9a, 0x7e, 0xd6, 0x05, 0x01, 0x8f:
2018-05-15 11:25:42.197 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:42.198 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:42.219 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x02, 0xe8
2018-05-15 11:25:42.220 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:42.220 Info, Node005, Request RTT 210 Average Request RTT 166
2018-05-15 11:25:42.243 Detail, Node005,   Received: 0x01, 0x21, 0x00, 0x04, 0x00, 0x05, 0x1b, 0x98, 0x81, 0xd2, 0xf8, 0xa7, 0x8f, 0xfa, 0x05, 0x26, 0xaf, 0x38, 0xa9, 0xc6, 0x5b, 0x39, 0x86, 0x8c, 0xfe, 0x4b, 0x95, 0xf5, 0x6f, 0x5c, 0xe8, 0x11, 0xb2, 0x0a, 0x31
2018-05-15 11:25:42.243 Info, Raw: 0x98, 0x81, 0xd2, 0xf8, 0xa7, 0x8f, 0xfa, 0x05, 0x26, 0xaf, 0x38, 0xa9, 0xc6, 0x5b, 0x39, 0x86, 0x8c, 0xfe, 0x4b, 0x95, 0xf5, 0x6f, 0x5c, 0xe8, 0x11, 0xb2, 0x0a, 0x31
2018-05-15 11:25:42.243 Detail, Node005, Decrypted Packet: 0x00, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x03, 0x00
2018-05-15 11:25:42.243 Detail,
2018-05-15 11:25:42.243 Info, Node005, Response RTT 233 Average Response RTT 214
2018-05-15 11:25:42.243 Info, Node005, Received a MultiChannelEncap from node 5, endpoint 1 for Command Class COMMAND_CLASS_SWITCH_MULTILEVEL
2018-05-15 11:25:42.243 Info, Node005, Received SwitchMultiLevel report: level=0
2018-05-15 11:25:42.243 Detail, Node005, Refreshed Value: old value=93, new value=0, type=byte
2018-05-15 11:25:42.243 Detail, Node005, Changes to this value are not verified
2018-05-15 11:25:42.243 Detail, Node005,   Expected reply and command class was received
2018-05-15 11:25:42.243 Detail, Node005,   Message transaction complete
2018-05-15 11:25:42.243 Detail,
2018-05-15 11:25:42.243 Detail, Node005, Removing current message
2018-05-15 11:25:42.244 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:42.897 Info, mgr,     Refreshing node 5: COMMAND_CLASS_SWITCH_MULTILEVEL index = 0 instance = 1 (to confirm a reported change)
2018-05-15 11:25:42.897 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_INSTANCE/CHANNEL
2018-05-15 11:25:42.898 Detail, Node005, Queuing (Send) MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Get (Node=5): 0x01, 0x0d, 0x00, 0x13, 0x05, 0x06, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x02, 0x25, 0x3c, 0xb2
2018-05-15 11:25:42.898 Detail,
2018-05-15 11:25:42.898 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x3c, Expected Reply=0x04)
2018-05-15 11:25:42.898 Info, Node005, Sending (Send) message (Callback ID=0x3c, Expected Reply=0x04) - Nonce_Get(MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:42.906 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:42.906 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:42.926 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x02, 0xeb
2018-05-15 11:25:42.926 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:42.926 Info, Node005, Request RTT 27 Average Request RTT 96
2018-05-15 11:25:42.942 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0x4a, 0x4d, 0x59, 0xb8, 0x7d, 0xe4, 0xa6, 0x7e, 0x5b
2018-05-15 11:25:42.942 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:42.942 Info, Node005, Sending (Send) message (Callback ID=0x3d, Expected Reply=0x04) - MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Get (Node=5): 0x01, 0x0d, 0x00, 0x13, 0x05, 0x06, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x02, 0x25, 0x3d, 0xb3
2018-05-15 11:25:42.953 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:42.954 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:42.964 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:42.965 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:42.965 Info, NONCES: 0x01, 0xd3, 0x54, 0x30, 0x6f, 0xf5, 0xeb, 0xc3
2018-05-15 11:25:42.965 Info, NONCES: 0x4b, 0x2e, 0xaf, 0xba, 0x23, 0x9a, 0x7e, 0xd6
2018-05-15 11:25:42.965 Info, NONCES: 0xee, 0xe8, 0x9f, 0xd6, 0xd1, 0x7e, 0x55, 0x64
2018-05-15 11:25:42.965 Info, NONCES: 0xbe, 0xe7, 0xfb, 0xaa, 0x7f, 0x29, 0xd4, 0xe3
2018-05-15 11:25:42.965 Info, NONCES: 0x3c, 0x12, 0xa2, 0x39, 0xa6, 0x82, 0xf8, 0x47
2018-05-15 11:25:42.965 Info, NONCES: 0xd9, 0x6f, 0x00, 0x58, 0x99, 0xd5, 0x3b, 0xac
2018-05-15 11:25:42.965 Info, NONCES: 0xb2, 0xac, 0xa3, 0x58, 0x2f, 0x9b, 0xa0, 0xbb
2018-05-15 11:25:42.965 Info, NONCES: 0x98, 0xaa, 0x49, 0xc6, 0x49, 0x54, 0x30, 0xfb
2018-05-15 11:25:42.965 Info, Node005, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0xee, 0xe8, 0x9f, 0xd6, 0xd1, 0x7e, 0x55, 0x64, 0x05, 0x01, 0x3f:
2018-05-15 11:25:42.974 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:42.975 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:43.000 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x04, 0xee
2018-05-15 11:25:43.001 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:43.001 Info, Node005, Request RTT 103 Average Request RTT 99
2018-05-15 11:25:43.022 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x06, 0xec
2018-05-15 11:25:43.023 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:43.023 Info, Node005, Request RTT 125 Average Request RTT 112
2018-05-15 11:25:43.043 Detail, Node005,   Received: 0x01, 0x1d, 0x00, 0x04, 0x00, 0x05, 0x17, 0x98, 0x81, 0x44, 0x33, 0x53, 0xda, 0x0c, 0x48, 0x08, 0x79, 0x5b, 0xce, 0xe7, 0xbc, 0xee, 0x49, 0xee, 0x00, 0x7d, 0x93, 0xf5, 0x5e, 0x46, 0xa2
2018-05-15 11:25:43.044 Info, Raw: 0x98, 0x81, 0x44, 0x33, 0x53, 0xda, 0x0c, 0x48, 0x08, 0x79, 0x5b, 0xce, 0xe7, 0xbc, 0xee, 0x49, 0xee, 0x00, 0x7d, 0x93, 0xf5, 0x5e, 0x46, 0xa2
2018-05-15 11:25:43.044 Detail, Node005, Decrypted Packet: 0x00, 0x26, 0x03, 0x00
2018-05-15 11:25:43.044 Detail,
2018-05-15 11:25:43.044 Info, Node005, Response RTT 146 Average Response RTT 180
2018-05-15 11:25:43.044 Info, Node005, Received SwitchMultiLevel report: level=0
2018-05-15 11:25:43.044 Detail, Node005, Refreshed Value: old value=0, new value=0, type=byte
2018-05-15 11:25:43.044 Detail, Node005, Changes to this value are not verified
2018-05-15 11:25:43.044 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:43.900 Info, mgr,     Refreshing node 5: COMMAND_CLASS_SWITCH_MULTILEVEL index = 0 instance = 1 (to confirm a reported change)
2018-05-15 11:25:43.900 Detail, Node005, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_MULTI_INSTANCE/CHANNEL
2018-05-15 11:25:43.900 Detail, Node005, Queuing (Send) MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Get (Node=5): 0x01, 0x0d, 0x00, 0x13, 0x05, 0x06, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x02, 0x25, 0x3e, 0xb0
2018-05-15 11:25:50.611 Detail, Node005,   Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x05, 0x06, 0x31, 0x05, 0x04, 0x22, 0x00, 0x00, 0xe6
2018-05-15 11:25:50.611 Detail,
2018-05-15 11:25:50.611 Info, Node005, Response RTT 7713 Average Response RTT 3946
2018-05-15 11:25:50.611 Info, Node005, Received SensorMultiLevel report from node 5, instance 1, Power: value=0.0W
2018-05-15 11:25:50.611 Detail, Node005, Refreshed Value: old value=9.5, new value=0.0, type=decimal
2018-05-15 11:25:50.611 Detail, Node005, Changes to this value are not verified
2018-05-15 11:25:50.611 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:50.651 Detail, Node005,   Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x05, 0x06, 0x31, 0x05, 0x04, 0x22, 0x00, 0x00, 0xe6
2018-05-15 11:25:50.651 Detail,
2018-05-15 11:25:50.651 Info, Node005, Response RTT 7753 Average Response RTT 5849
2018-05-15 11:25:50.651 Info, Node005, Received SensorMultiLevel report from node 5, instance 1, Power: value=0.0W
2018-05-15 11:25:50.651 Detail, Node005, Refreshed Value: old value=0.0, new value=0.0, type=decimal
2018-05-15 11:25:50.651 Detail, Node005, Changes to this value are not verified
2018-05-15 11:25:50.651 Detail, Node005, Notification: ValueChanged
2018-05-15 11:25:52.898 Error, Node005, ERROR: Dropping command, expected response not received after 1 attempt(s)
2018-05-15 11:25:52.899 Detail, Node005, Removing current message
2018-05-15 11:25:52.899 Detail, Node005, Notification: Notification - TimeOut
2018-05-15 11:25:52.902 Detail,
2018-05-15 11:25:52.903 Info, Node005, Processing (Send) Nonce Request message (Callback ID=0x3e, Expected Reply=0x04)
2018-05-15 11:25:52.903 Info, Node005, Sending (Send) message (Callback ID=0x3e, Expected Reply=0x04) - Nonce_Get(MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2018-05-15 11:25:52.910 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:52.910 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:52.930 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x03, 0xea
2018-05-15 11:25:52.931 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2018-05-15 11:25:52.931 Info, Node005, Request RTT 27 Average Request RTT 69
2018-05-15 11:25:52.946 Detail, Node005,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0x62, 0xd2, 0x74, 0x63, 0x79, 0xf3, 0x78, 0xf5, 0x5c
2018-05-15 11:25:52.947 Info, Node005, Received SecurityCmd_NonceReport from node 5
2018-05-15 11:25:52.947 Info, Node005, Sending (Send) message (Callback ID=0x3f, Expected Reply=0x04) - MultiChannel Encapsulated (instance=1): SwitchMultilevelCmd_Get (Node=5): 0x01, 0x0d, 0x00, 0x13, 0x05, 0x06, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x02, 0x25, 0x3f, 0xb1
2018-05-15 11:25:52.957 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:52.958 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:52.983 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x3f, 0x00, 0x00, 0x03, 0xd7
2018-05-15 11:25:52.984 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x3f received (expected 0x3f)
2018-05-15 11:25:52.984 Info, Node005, Request RTT 80 Average Request RTT 74
2018-05-15 11:25:52.984 Detail,   Expected callbackId was received
2018-05-15 11:25:52.997 Detail, Node005,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0x2c
2018-05-15 11:25:52.998 Info, Node005, Received SecurityCmd_NonceGet from node 5
2018-05-15 11:25:52.998 Info, NONCES: 0x01, 0xd3, 0x54, 0x30, 0x6f, 0xf5, 0xeb, 0xc3
2018-05-15 11:25:52.998 Info, NONCES: 0x4b, 0x2e, 0xaf, 0xba, 0x23, 0x9a, 0x7e, 0xd6
2018-05-15 11:25:52.998 Info, NONCES: 0xee, 0xe8, 0x9f, 0xd6, 0xd1, 0x7e, 0x55, 0x64
2018-05-15 11:25:52.998 Info, NONCES: 0x4a, 0x54, 0x17, 0x6d, 0xef, 0x95, 0x43, 0xa8
2018-05-15 11:25:52.998 Info, NONCES: 0x3c, 0x12, 0xa2, 0x39, 0xa6, 0x82, 0xf8, 0x47
2018-05-15 11:25:52.998 Info, NONCES: 0xd9, 0x6f, 0x00, 0x58, 0x99, 0xd5, 0x3b, 0xac
2018-05-15 11:25:52.998 Info, NONCES: 0xb2, 0xac, 0xa3, 0x58, 0x2f, 0x9b, 0xa0, 0xbb
2018-05-15 11:25:52.998 Info, NONCES: 0x98, 0xaa, 0x49, 0xc6, 0x49, 0x54, 0x30, 0xfb
2018-05-15 11:25:52.998 Info, Node005, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x05, 0x0a, 0x98, 0x80, 0x4a, 0x54, 0x17, 0x6d, 0xef, 0x95, 0x43, 0xa8, 0x05, 0x01, 0x1b:
2018-05-15 11:25:53.008 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:25:53.009 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2018-05-15 11:25:53.030 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x03, 0xe9
2018-05-15 11:25:53.031 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2018-05-15 11:25:53.031 Info, Node005, Request RTT 128 Average Request RTT 101
2018-05-15 11:25:53.053 Detail, Node005,   Received: 0x01, 0x21, 0x00, 0x04, 0x00, 0x05, 0x1b, 0x98, 0x81, 0x6c, 0x46, 0x17, 0x10, 0xb2, 0x70, 0x52, 0xa3, 0xb4, 0xfe, 0x34, 0x92, 0xe2, 0x6b, 0x1d, 0xaa, 0x4a, 0x30, 0x89, 0x16, 0x61, 0xf9, 0x24, 0x06, 0x0c, 0x42
2018-05-15 11:25:53.054 Info, Raw: 0x98, 0x81, 0x6c, 0x46, 0x17, 0x10, 0xb2, 0x70, 0x52, 0xa3, 0xb4, 0xfe, 0x34, 0x92, 0xe2, 0x6b, 0x1d, 0xaa, 0x4a, 0x30, 0x89, 0x16, 0x61, 0xf9, 0x24, 0x06, 0x0c, 0x42
2018-05-15 11:25:53.054 Detail, Node005, Decrypted Packet: 0x00, 0x60, 0x0d, 0x01, 0x01, 0x26, 0x03, 0x00
2018-05-15 11:25:53.054 Detail,
2018-05-15 11:25:53.054 Info, Node005, Response RTT 152 Average Response RTT 3000
2018-05-15 11:25:53.054 Info, Node005, Received a MultiChannelEncap from node 5, endpoint 1 for Command Class COMMAND_CLASS_SWITCH_MULTILEVEL
2018-05-15 11:25:53.054 Info, Node005, Received SwitchMultiLevel report: level=0
2018-05-15 11:25:53.054 Detail, Node005, Refreshed Value: old value=0, new value=0, type=byte
2018-05-15 11:25:53.054 Detail, Node005, Changes to this value are not verified
2018-05-15 11:25:53.054 Detail, Node005,   Expected reply and command class was received
2018-05-15 11:25:53.054 Detail, Node005,   Message transaction complete
2018-05-15 11:25:53.054 Detail,
2018-05-15 11:25:53.054 Detail, Node005, Removing current message
2018-05-15 11:25:53.054 Detail, Node005, Notification: ValueChanged
2018-05-15 11:32:07.884 Detail, Node002,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x02, 0x02, 0x98, 0x40, 0x2b
2018-05-15 11:32:07.885 Info, Node002, Received SecurityCmd_NonceGet from node 2
2018-05-15 11:32:07.885 Info, NONCES: 0xc3, 0x7c, 0x28, 0xe2, 0xa0, 0x84, 0x35, 0x8e
2018-05-15 11:32:07.885 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:32:07.885 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:32:07.885 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:32:07.885 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:32:07.885 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:32:07.885 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:32:07.885 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2018-05-15 11:32:07.885 Info, Node002, Sending (Send) message (Callback ID=0x01, Expected Reply=0x00) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x02, 0x0a, 0x98, 0x80, 0xc3, 0x7c, 0x28, 0xe2, 0xa0, 0x84, 0x35, 0x8e, 0x05, 0x01, 0x03:
2018-05-15 11:32:07.894 Detail,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-05-15 11:32:07.894 Detail,   ZW_SEND_DATA delivered to Z-Wave stack

dshokouhi commented 6 years ago

@mf-social does the issue go away if you roll back to 0.68? That would be a clear indication its caused by the release.

point-4ward commented 6 years ago

Ah, now you see - this is the problem with trying to recreate it.

Like I came home last night from work and the powered node was showing dead again, so I restarted the network and it was fine. It's been fine all night. This morning I've restarted homeassistant (0.69.1) 4 times and it's been fine on every restart.

So if I go back to 0.68 or 0.67 and restart 10 times and it always works, there's nothing to say it wouldn't have worked those 10 times on 0.69.1 and that the 11th time it might have come up dead on all three versions, and I don't have the capacity to keep swapping versions for a day here and a day there with random restarts atm. (otherwise genuinely I would, because I need to get to the bottom of this myself, and I would like to get as much information as possible).

Does it sound usual that it would mark a node as dead in less than a second though? I know that a second in computing terms is like a 1000 years, but you would think it would try over a few seconds at least, then maybe try again over a few seconds a short time later before marking it as dead??

(also, thanks to @MartinHjelmare for putting the logs in a hidden section, couldn't work out how to do that!! - cheers 👍 )

point-4ward commented 6 years ago

14408 / #14251 (or another PR I haven't seen) may have fixed this - certainly haven't had any problems for a little while now (fingers crossed!!) - will close and open a fresh if needed.