Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot operate two devices, a 3rd one works though #193

Open
stef opened this issue Jan 4, 2020 · 0 comments
Open

cannot operate two devices, a 3rd one works though #193

stef opened this issue Jan 4, 2020 · 0 comments

Comments

@stef
Copy link

stef commented Jan 4, 2020

i have a simple network, a controller, a thermostat, and two different mains switches, device 5 and 7 do not report manufacturer nor product information as seen below:

% PYTHONPATH=./src-lib/ python ./src-python_openzwave/python_openzwave/scripts/pyozw_check.py -l -d /dev/ttyAMA0
-------------------------------------------------------------------------------
Define options for device /dev/ttyAMA0
Start network
-------------------------------------------------------------------------------
Network is awaked. Talk to controller.
Get python_openzwave version : 0.4.19
Get python_openzwave config version : Original Z-Wave 6.02
Get python_openzwave flavor : embed
Get openzwave version : 1.4.3428
Get config path : /usr/local/etc/openzwave/
Controller capabilities : set(['primaryController', 'staticUpdateController'])
Controller node capabilities : set(['primaryController', 'beaming', 'routing', 'listening', 'staticUpdateController'])
Nodes in network : 4
-------------------------------------------------------------------------------
You defined a really long timneout. Please use --help to change this feature.
Wait for network ready (14401s)
-------------------------------------------------------------------------------
Network is ready. Get nodes
------------------------------------------------------------
8 - Name :  ( Location :  )
 8 - Ready : True / Awake : True / Failed : False
 8 - Manufacturer : UFairy G.R. Tech  ( id : 0x0152 )
 8 - Product : Unknown: type=0003, id=0002 ( id  : 0x0002 / type : 0x0003 / Version : 4)
 8 - Command classes : set(['COMMAND_CLASS_SWITCH_ALL', 'COMMAND_CLASS_POWERLEVEL', 'COMMAND_CLASS_SWITCH_BINARY', 'COMMAND_CLASS_BASIC', 'COMMAND_CLASS_MANUFACTURER_SPECIFIC', 'COMMAND_CLASS_NO_OPERATION', 'COMMAND_CLASS_VERSION', 'COMMAND_CLASS_DEVICE_RESET_LOCALLY', 'COMMAND_CLASS_ZWAVEPLUS_INFO', 'COMMAND_CLASS_ASSOCIATION'])
 8 - Capabilities : set(['zwave_plus', 'beaming', 'routing', 'listening'])
 8 - Neighbors : set([1, 5, 7]) / Power level : None
 8 - Is sleeping : False / Can wake-up : False / Battery level : None
------------------------------------------------------------
1 - Name :  ( Location :  )
 1 - Ready : True / Awake : True / Failed : False
 1 - Manufacturer : Z-Wave.Me  ( id : 0x0147 )
 1 - Product : RaZberry Controller 2016 ZWave+ ( id  : 0x0002 / type : 0x0400 / Version : 4)
 1 - Command classes : set(['COMMAND_CLASS_NO_OPERATION', 'COMMAND_CLASS_BASIC'])
 1 - Capabilities : set(['primaryController', 'beaming', 'routing', 'listening', 'staticUpdateController'])
 1 - Neighbors : set([8, 5, 7]) / Power level : None
 1 - Is sleeping : False / Can wake-up : False / Battery level : None
------------------------------------------------------------
5 - Name :  ( Location :  )
 5 - Ready : True / Awake : True / Failed : False
 5 - Manufacturer :   ( id : 0x0000 )
 5 - Product :  ( id  : 0x0000 / type : 0x0000 / Version : 4)
 5 - Command classes : set(['COMMAND_CLASS_SWITCH_ALL', 'COMMAND_CLASS_POWERLEVEL', 'COMMAND_CLASS_SWITCH_BINARY', 'COMMAND_CLASS_APPLICATION_STATUS', 'COMMAND_CLASS_MANUFACTURER_SPECIFIC', 'COMMAND_CLASS_CRC_16_ENCAP', 'COMMAND_CLASS_NO_OPERATION', 'COMMAND_CLASS_VERSION', 'COMMAND_CLASS_ALARM', 'COMMAND_CLASS_BASIC', 'COMMAND_CLASS_DEVICE_RESET_LOCALLY', 'COMMAND_CLASS_ASSOCIATION', 'COMMAND_CLASS_ZWAVEPLUS_INFO', 'COMMAND_CLASS_SENSOR_MULTILEVEL', 'COMMAND_CLASS_METER'])
 5 - Capabilities : set(['zwave_plus', 'beaming', 'routing', 'listening'])
 5 - Neighbors : set([8, 1, 7]) / Power level : None
 5 - Is sleeping : False / Can wake-up : False / Battery level : None
------------------------------------------------------------
7 - Name :  ( Location :  )
 7 - Ready : True / Awake : True / Failed : False
 7 - Manufacturer :   ( id : 0x0000 )
 7 - Product :  ( id  : 0x0000 / type : 0x0000 / Version : 4)
 7 - Command classes : set(['COMMAND_CLASS_POWERLEVEL', 'COMMAND_CLASS_DEVICE_RESET_LOCALLY', 'COMMAND_CLASS_BASIC', 'COMMAND_CLASS_MANUFACTURER_SPECIFIC', 'COMMAND_CLASS_THERMOSTAT_SETPOINT', 'COMMAND_CLASS_SECURITY', 'COMMAND_CLASS_NO_OPERATION', 'COMMAND_CLASS_VERSION', 'COMMAND_CLASS_ZWAVEPLUS_INFO', 'COMMAND_CLASS_ASSOCIATION'])
 7 - Capabilities : set(['zwave_plus', 'beaming', 'routing', 'frequent'])
 7 - Neighbors : set([8, 1, 5]) / Power level : None
 7 - Is sleeping : False / Can wake-up : False / Battery level : None
------------------------------------------------------------
Driver statistics : {'retries': 0L, 'readCnt': 52L, 'readAborts': 0L, 'routedbusy': 0L, 'ACKCnt': 29L, 'OOFCnt': 0L, 'noack': 0L, 'broadcastWriteCnt': 9L, 'callbacks': 0L, 'writeCnt': 29L, 'badChecksum': 0L, 'nondelivery': 0L, 'CANCnt': 0L, 'NAKCnt': 0L, 'netbusy': 0L, 'SOFCnt': 52L, 'broadcastReadCnt': 0L, 'badroutes': 0L, 'ACKWaiting': 0L, 'dropped': 6L}
------------------------------------------------------------
Stop network
Exit

calling network.nodes[7].get_thermostats() does return an empty dict, nor does anything happen if i try to network.nodes[5].set_switch(...) while the same works for node 8.

In z-wave>me smarthome i see these devices correctly, and the two problematic ones have a shield next to them, while the one working does not, i presume the shield means enabled security/encryption, i have the networkkey from the z-wave>me confing copied over to options.xml.

updated output of PYTHONPATH=./src-lib/ python ./src-python_openzwave/python_openzwave/scripts/pyozw_check.py -i -d /dev/ttyAMA0

2020-01-04 02:39:56.640 Always, OpenZwave Version 1.4.3428 Starting Up
2020-01-04 02:39:57.644 Info, Setting Up Provided Network Key for Secure Communications
2020-01-04 02:39:57.654 Info, mgr,     Added driver for controller /dev/ttyAMA0
2020-01-04 02:39:57.662 Info,   Opening controller /dev/ttyAMA0
2020-01-04 02:39:57.665 Info, Trying to open serial port /dev/ttyAMA0 (attempt 1)
2020-01-04 02:39:57.668 Info, Serial port /dev/ttyAMA0 opened (attempt 1)
2020-01-04 02:39:57.673 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2020-01-04 02:39:57.675 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2020-01-04 02:39:57.681 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2020-01-04 02:39:57.683 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2020-01-04 02:39:57.687 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2020-01-04 02:39:57.688 Detail, 
2020-01-04 02:39:57.692 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2020-01-04 02:39:57.700 Detail, contrlr,   Received: 0x01, 0x10, 0x01, 0x15, 0x5a, 0x2d, 0x57, 0x61, 0x76, 0x65, 0x20, 0x36, 0x2e, 0x30, 0x32, 0x00, 0x01, 0x92
2020-01-04 02:39:57.706 Detail, 
2020-01-04 02:39:57.709 Info, contrlr, Received reply to FUNC_ID_ZW_GET_VERSION:
2020-01-04 02:39:57.712 Info, contrlr,     Static Controller library, version Z-Wave 6.02
2020-01-04 02:39:57.714 Detail, Node045,   Expected reply was received
2020-01-04 02:39:57.715 Detail, Node045,   Message transaction complete
2020-01-04 02:39:57.719 Detail, 
2020-01-04 02:39:57.719 Detail, contrlr, Removing current message
2020-01-04 02:39:57.724 Detail, 
2020-01-04 02:39:57.726 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x20) - FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2020-01-04 02:39:57.732 Detail, contrlr,   Received: 0x01, 0x08, 0x01, 0x20, 0xc5, 0x1d, 0x59, 0xbf, 0x01, 0xe9
2020-01-04 02:39:57.736 Detail, 
2020-01-04 02:39:57.737 Info, contrlr, Received reply to FUNC_ID_ZW_MEMORY_GET_ID. Home ID = 0xc51d59bf.  Our node ID = 1
2020-01-04 02:39:57.737 Detail, Node029,   Expected reply was received
2020-01-04 02:39:57.741 Detail, Node029,   Message transaction complete
2020-01-04 02:39:57.741 Detail, 
2020-01-04 02:39:57.742 Detail, contrlr, Removing current message
2020-01-04 02:39:57.744 Detail, 
2020-01-04 02:39:57.746 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x05) - FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2020-01-04 02:39:57.750 Detail, contrlr,   Received: 0x01, 0x04, 0x01, 0x05, 0x1c, 0xe3
2020-01-04 02:39:57.754 Detail, 
2020-01-04 02:39:57.756 Info, contrlr, Received reply to FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES:
2020-01-04 02:39:57.758 Info, contrlr,     There is a SUC ID Server (SIS) in this network.
2020-01-04 02:39:57.761 Info, contrlr,     The PC controller is an inclusion static update controller (SUC) and was the original primary before the SIS was added.
2020-01-04 02:39:57.764 Detail, Node227,   Expected reply was received
2020-01-04 02:39:57.764 Detail, Node227,   Message transaction complete
2020-01-04 02:39:57.764 Detail, 
2020-01-04 02:39:57.768 Detail, contrlr, Removing current message
2020-01-04 02:39:57.769 Detail, 
2020-01-04 02:39:57.772 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x07) - FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2020-01-04 02:39:57.778 Detail, contrlr,   Received: 0x01, 0x2b, 0x01, 0x07, 0x05, 0x25, 0x01, 0x47, 0x04, 0x00, 0x00, 0x02, 0xfe, 0x87, 0x7f, 0x88, 0xcf, 0x3f, 0xc0, 0x47, 0xfb, 0xdf, 0xfd, 0xe0, 0x67, 0x00, 0x80, 0x80, 0x00, 0x80, 0x86, 0x00, 0x00, 0x00, 0xe8, 0x73, 0x00, 0x80, 0x0f, 0x00, 0x00, 0x60, 0xda, 0x00, 0xbd
2020-01-04 02:39:57.784 Detail, 
2020-01-04 02:39:57.786 Info, contrlr,  Received reply to FUNC_ID_SERIAL_API_GET_CAPABILITIES
2020-01-04 02:39:57.789 Info, contrlr,     Serial API Version:   5.37
2020-01-04 02:39:57.792 Info, contrlr,     Manufacturer ID:      0x0147
2020-01-04 02:39:57.792 Info, contrlr,     Product Type:         0x0400
2020-01-04 02:39:57.794 Info, contrlr,     Product ID:           0x0002
2020-01-04 02:39:57.795 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_RANDOM: 0x01, 0x04, 0x00, 0x1c, 0x20, 0xc7
2020-01-04 02:39:57.798 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_INIT_DATA: 0x01, 0x03, 0x00, 0x02, 0xfe
2020-01-04 02:39:57.799 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_SET_TIMEOUTS: 0x01, 0x05, 0x00, 0x06, 0x64, 0x0f, 0x97
2020-01-04 02:39:57.799 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_APPL_NODE_INFORMATION: 0x01, 0x07, 0x00, 0x03, 0x01, 0x02, 0x01, 0x00, 0xf9
2020-01-04 02:39:57.803 Detail, Node037,   Expected reply was received
2020-01-04 02:39:57.804 Detail, Node037,   Message transaction complete
2020-01-04 02:39:57.806 Detail, 
2020-01-04 02:39:57.806 Detail, contrlr, Removing current message
2020-01-04 02:39:57.810 Detail, 
2020-01-04 02:39:57.812 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x56) - FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2020-01-04 02:39:57.816 Detail, contrlr,   Received: 0x01, 0x04, 0x01, 0x56, 0x01, 0xad
2020-01-04 02:39:57.819 Detail, 
2020-01-04 02:39:57.821 Info, contrlr, Received reply to GET_SUC_NODE_ID.  Node ID = 1
2020-01-04 02:39:57.825 Detail, Node173,   Expected reply was received
2020-01-04 02:39:57.829 Detail, Node173,   Message transaction complete
2020-01-04 02:39:57.830 Detail, 
2020-01-04 02:39:57.832 Detail, contrlr, Removing current message
2020-01-04 02:39:57.832 Detail, 
2020-01-04 02:39:57.835 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x1c) - FUNC_ID_ZW_GET_RANDOM: 0x01, 0x04, 0x00, 0x1c, 0x20, 0xc7
2020-01-04 02:39:57.895 Detail, contrlr,   Received: 0x01, 0x25, 0x01, 0x1c, 0x01, 0x20, 0x21, 0x59, 0xa8, 0x5b, 0xb0, 0xb7, 0x64, 0x9a, 0x17, 0x2e, 0x8e, 0x94, 0xa2, 0x71, 0x97, 0xbd, 0x80, 0xb5, 0xe5, 0xe1, 0xad, 0xb4, 0x59, 0x77, 0x45, 0x41, 0xc4, 0x59, 0x2e, 0x7f, 0x7b, 0xed, 0x16
2020-01-04 02:39:57.902 Detail, 
2020-01-04 02:39:57.905 Info, contrlr, Received reply to FUNC_ID_ZW_GET_RANDOM: true
2020-01-04 02:39:57.906 Detail, Node032,   Expected reply was received
2020-01-04 02:39:57.907 Detail, Node032,   Message transaction complete
2020-01-04 02:39:57.908 Detail, 
2020-01-04 02:39:57.912 Detail, contrlr, Removing current message
2020-01-04 02:39:57.913 Detail, 
2020-01-04 02:39:57.917 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x02) - FUNC_ID_SERIAL_API_GET_INIT_DATA: 0x01, 0x03, 0x00, 0x02, 0xfe
2020-01-04 02:39:57.980 Detail, contrlr,   Received: 0x01, 0x25, 0x01, 0x02, 0x06, 0x08, 0x1d, 0xd1, 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, 0x1e
2020-01-04 02:39:57.985 Detail, 
2020-01-04 02:39:57.988 Info, mgr,     Driver with Home ID of 0xc51d59bf is now ready.
2020-01-04 02:39:57.989 Info, 
2020-01-04 02:39:57.992 Info, contrlr, Received reply to FUNC_ID_SERIAL_API_GET_INIT_DATA:
2020-01-04 02:39:57.997 Info, contrlr,     Node 001 - New
2020-01-04 02:39:57.998 Detail, Node001, AdvanceQueries queryPending=0 queryRetries=0 queryStage=None live=1
2020-01-04 02:39:57.999 Detail, Node001, QueryStage_ProtocolInfo
2020-01-04 02:39:58.002 Detail, Node001, Queuing (Query) Get Node Protocol Info (Node=1): 0x01, 0x04, 0x00, 0x41, 0x01, 0xbb
2020-01-04 02:39:58.003 Detail, Node001, Queuing (Query) Query Stage Complete (ProtocolInfo)
2020-01-04 02:39:58.004 Info, Node001, Initializing Node. New Node: false (false)
2020-01-04 02:39:58.007 Info, contrlr,     Node 005 - New
2020-01-04 02:39:58.010 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=None live=1
2020-01-04 02:39:58.010 Detail, Node005, QueryStage_ProtocolInfo
2020-01-04 02:39:58.011 Detail, Node005, Queuing (Query) Get Node Protocol Info (Node=5): 0x01, 0x04, 0x00, 0x41, 0x05, 0xbf
2020-01-04 02:39:58.014 Detail, Node005, Queuing (Query) Query Stage Complete (ProtocolInfo)
2020-01-04 02:39:58.018 Info, Node005, Initializing Node. New Node: false (false)
2020-01-04 02:39:58.018 Info, contrlr,     Node 007 - New
2020-01-04 02:39:58.018 Detail, Node007, AdvanceQueries queryPending=0 queryRetries=0 queryStage=None live=1
2020-01-04 02:39:58.019 Detail, Node007, QueryStage_ProtocolInfo
2020-01-04 02:39:58.022 Detail, Node007, Queuing (Query) Get Node Protocol Info (Node=7): 0x01, 0x04, 0x00, 0x41, 0x07, 0xbd
2020-01-04 02:39:58.023 Detail, Node007, Queuing (Query) Query Stage Complete (ProtocolInfo)
2020-01-04 02:39:58.023 Info, Node007, Initializing Node. New Node: false (false)
2020-01-04 02:39:58.026 Info, contrlr,     Node 008 - New
2020-01-04 02:39:58.027 Detail, Node008, AdvanceQueries queryPending=0 queryRetries=0 queryStage=None live=1
2020-01-04 02:39:58.027 Detail, Node008, QueryStage_ProtocolInfo
2020-01-04 02:39:58.030 Detail, Node008, Queuing (Query) Get Node Protocol Info (Node=8): 0x01, 0x04, 0x00, 0x41, 0x08, 0xb2
2020-01-04 02:39:58.030 Detail, Node008, Queuing (Query) Query Stage Complete (ProtocolInfo)
2020-01-04 02:39:58.030 Info, Node008, Initializing Node. New Node: false (false)
2020-01-04 02:39:58.033 Detail, Node008,   Expected reply was received
2020-01-04 02:39:58.034 Detail, Node008,   Message transaction complete
2020-01-04 02:39:58.034 Detail, 
2020-01-04 02:39:58.036 Detail, contrlr, Removing current message
2020-01-04 02:39:58.037 Detail, Node001, Notification: DriverReady
2020-01-04 02:39:58.046 Detail, Node001, Notification: NodeNew
2020-01-04 02:39:58.053 Detail, Node001, Notification: NodeAdded
2020-01-04 02:39:58.063 Detail, Node005, Notification: NodeNew
2020-01-04 02:39:58.071 Detail, Node005, Notification: NodeAdded
2020-01-04 02:39:58.074 Detail, Node007, Notification: NodeNew
2020-01-04 02:39:58.079 Detail, Node007, Notification: NodeAdded
2020-01-04 02:39:58.087 Detail, Node008, Notification: NodeNew
2020-01-04 02:39:58.097 Detail, Node008, Notification: NodeAdded
2020-01-04 02:39:58.098 Detail, 
2020-01-04 02:39:58.099 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x06) - FUNC_ID_SERIAL_API_SET_TIMEOUTS: 0x01, 0x05, 0x00, 0x06, 0x64, 0x0f, 0x97
2020-01-04 02:39:58.107 Detail, contrlr,   Received: 0x01, 0x05, 0x01, 0x06, 0x64, 0x0f, 0x96
2020-01-04 02:39:58.112 Detail, 
2020-01-04 02:39:58.116 Info, contrlr, Received reply to FUNC_ID_SERIAL_API_SET_TIMEOUTS
2020-01-04 02:39:58.116 Detail, Node015,   Expected reply was received
2020-01-04 02:39:58.120 Detail, Node015,   Message transaction complete
2020-01-04 02:39:58.120 Detail, 
2020-01-04 02:39:58.120 Detail, contrlr, Removing current message
2020-01-04 02:39:58.122 Detail, 
2020-01-04 02:39:58.125 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
2020-01-04 02:39:58.128 Detail, contrlr, Removing current message
2020-01-04 02:39:58.129 Detail, 
2020-01-04 02:39:58.132 Info, Node001, Sending (Query) message (Callback ID=0x00, Expected Reply=0x41) - Get Node Protocol Info (Node=1): 0x01, 0x04, 0x00, 0x41, 0x01, 0xbb
2020-01-04 02:39:58.136 Detail, Node001,   Received: 0x01, 0x09, 0x01, 0x41, 0xd3, 0x16, 0x01, 0x02, 0x02, 0x01, 0x73
2020-01-04 02:39:58.139 Detail, 
2020-01-04 02:39:58.141 Info, Node001, Received reply to FUNC_ID_ZW_GET_NODE_PROTOCOL_INFO
2020-01-04 02:39:58.144 Info, Node001,   Protocol Info for Node 1:
2020-01-04 02:39:58.145 Info, Node001,     Listening     = true
2020-01-04 02:39:58.149 Info, Node001,     Beaming       = true
2020-01-04 02:39:58.152 Info, Node001,     Routing       = true
2020-01-04 02:39:58.152 Info, Node001,     Max Baud Rate = 40000
2020-01-04 02:39:58.153 Info, Node001,     Version       = 4
2020-01-04 02:39:58.154 Info, Node001,     Security      = false
2020-01-04 02:39:58.202 Info, Node001,   Basic device class    (0x02) - Static Controller
2020-01-04 02:39:58.210 Info, Node001,   Generic device Class  (0x02) - Static Controller
2020-01-04 02:39:58.218 Info, Node001,   Specific device class (0x01) - Static PC Controller
2020-01-04 02:39:58.221 Info, Node001,     COMMAND_CLASS_BASIC is not mapped
2020-01-04 02:39:58.224 Info, Node001,   Mandatory Command Classes for Node 1:
2020-01-04 02:39:58.225 Info, Node001,     None
2020-01-04 02:39:58.227 Info, Node001,   Mandatory Command Classes controlled by Node 1:
2020-01-04 02:39:58.229 Info, Node001,     COMMAND_CLASS_BASIC
2020-01-04 02:39:58.233 Detail, Node022,   Expected reply was received
2020-01-04 02:39:58.235 Detail, Node022,   Message transaction complete
2020-01-04 02:39:58.237 Detail, 
2020-01-04 02:39:58.238 Detail, Node001, Removing current message
2020-01-04 02:39:58.240 Detail, Node001, Notification: NodeProtocolInfo
2020-01-04 02:39:58.248 Detail, Node001, Notification: ValueAdded
2020-01-04 02:39:58.260 Detail, Node001, Query Stage Complete (ProtocolInfo)
2020-01-04 02:39:58.263 Detail, Node001, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Probe live=1
2020-01-04 02:39:58.265 Detail, Node001, QueryStage_Probe
2020-01-04 02:39:58.266 Detail, Node001, QueryStage_WakeUp
2020-01-04 02:39:58.270 Detail, Node001, QueryStage_ManufacturerSpecific1
2020-01-04 02:39:58.273 Detail, Node001, Load Controller Manufacturer Specific Config
2020-01-04 02:39:58.445 Info, Product name collision: FGR223 Roller Shutter Controller 3 type 303 id 1000 manufacturerid 10f, collides with FGRM223 Roller Shutter Controller 3, type 303 id 1000 manufacturerid 10f
2020-01-04 02:39:58.463 Info, Product name collision: ED2.0 Meter Adapter type 0 id 0 manufacturerid 128, collides with ED2.0 Meter Adapter, type 0 id 0 manufacturerid 128
2020-01-04 02:39:58.470 Info, Product name collision: ED2.0 Display type 128 id 0 manufacturerid 128, collides with ED2.0 Display, type 128 id 0 manufacturerid 128
2020-01-04 02:39:58.481 Info, Product name collision: GR105 Auto Valve type 202 id 511 manufacturerid 152, collides with GR105 Auto Valve, type 202 id 511 manufacturerid 152
2020-01-04 02:39:58.488 Info, Product name collision: GR105n Auto Valve type 3 id 512 manufacturerid 152, collides with GR105n Auto Valve, type 3 id 512 manufacturerid 152
2020-01-04 02:39:58.492 Info, Product name collision: ZSE02 Motion Sensor type 500 id 3 manufacturerid 152, collides with ZSE02 Motion Sensor, type 500 id 3 manufacturerid 152
2020-01-04 02:39:58.499 Info, Product name collision: ZWN-BPC Ceiling Mounted PIR Motion Sensor type 601 id 901 manufacturerid 11a, collides with ZWN-BPC Ceiling Mounted PIR Motion Sensor, type 601 id 901 manufacturerid 11a
2020-01-04 02:39:58.507 Info, Product name collision: ZWN-SC7 7-Button Scene Controller type 801 id b03 manufacturerid 11a, collides with ZWN-SC7 7-Button Scene Controller, type 801 id b03 manufacturerid 11a
2020-01-04 02:39:58.510 Info, Product name collision: ZW15S 15A On/Off Switch type 101 id 102 manufacturerid 11a, collides with ZW15S 15A On/Off Switch, type 101 id 102 manufacturerid 11a
2020-01-04 02:39:58.511 Info, Product name collision: ZW20R 20A TR Duplex Receptacle type 101 id 603 manufacturerid 11a, collides with ZW20R 20A TR Duplex Receptacle, type 101 id 603 manufacturerid 11a
2020-01-04 02:39:58.514 Info, Product name collision: ZWN-RSM1 PLUS-Smart Single Relay Switch Module type 111 id 605 manufacturerid 11a, collides with ZWN-RSM1 PLUS—Smart Single Relay Switch Module, type 111 id 605 manufacturerid 11a
2020-01-04 02:39:58.517 Info, Product name collision: ZW20RM 20A TR Smart Meter Duplex Receptacle type 111 id 101 manufacturerid 11a, collides with ZW20RM 20A TR Smart Meter Duplex Receptacle, type 111 id 101 manufacturerid 11a
2020-01-04 02:39:58.518 Info, Product name collision: ZW500D 500W In-Wall Preset Dimmer Switch type 102 id 201 manufacturerid 11a, collides with ZW500D 500W In-Wall Preset Dimmer Switch, type 102 id 201 manufacturerid 11a
2020-01-04 02:39:58.520 Info, Product name collision: ZW15RM Plus 15A TR Smart Meter Duplex Receptacle type 111 id 105 manufacturerid 11a, collides with ZW15RM Plus 15A TR Smart Meter Duplex Receptacle, type 111 id 105 manufacturerid 11a
2020-01-04 02:39:58.562 Detail, Node001, QueryStage_NodePlusInfo
2020-01-04 02:39:58.572 Detail, Node001, QueryStage_SecurityReport
2020-01-04 02:39:58.580 Detail, Node001, QueryStage_ManufacturerSpecific2
2020-01-04 02:39:58.583 Detail, Node001, QueryStage_Versions
2020-01-04 02:39:58.585 Detail, Node001, QueryStage_Instances
2020-01-04 02:39:58.587 Info, Node001, Essential node queries are complete
2020-01-04 02:39:58.589 Detail, Node001, QueryStage_Static
2020-01-04 02:39:58.590 Detail, Node001, QueryStage_Associations
2020-01-04 02:39:58.593 Detail, Node001, QueryStage_Neighbors
2020-01-04 02:39:58.595 Detail, Requesting routing info (neighbor list) for Node 1
2020-01-04 02:39:58.621 Detail, Node001, Queuing (Command) Get Routing Info (Node=1): 0x01, 0x07, 0x00, 0x80, 0x01, 0x00, 0x00, 0x03, 0x7a
2020-01-04 02:39:58.630 Detail, Node001, Queuing (Query) Query Stage Complete (Neighbors)
2020-01-04 02:39:58.637 Detail, Node001, Notification: EssentialNodeQueriesComplete
2020-01-04 02:39:58.639 Detail, 
2020-01-04 02:39:58.640 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
2020-01-04 02:39:58.652 Detail, Node001,   Received: 0x01, 0x20, 0x01, 0x80, 0xd0, 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, 0x8e
2020-01-04 02:39:58.662 Detail, 
2020-01-04 02:39:58.664 Info, Node001, Received reply to FUNC_ID_ZW_GET_ROUTING_INFO
2020-01-04 02:39:58.666 Info, Node001,     Neighbors of this node are:
2020-01-04 02:39:58.666 Info, Node001,     Node 5
2020-01-04 02:39:58.667 Info, Node001,     Node 7
2020-01-04 02:39:58.670 Info, Node001,     Node 8
2020-01-04 02:39:58.675 Detail,   Expected reply was received
2020-01-04 02:39:58.676 Detail,   Message transaction complete
2020-01-04 02:39:58.676 Detail, 
2020-01-04 02:39:58.677 Detail, Node001, Removing current message
2020-01-04 02:39:58.680 Detail, 
2020-01-04 02:39:58.684 Info, Node005, Sending (Query) message (Callback ID=0x00, Expected Reply=0x41) - Get Node Protocol Info (Node=5): 0x01, 0x04, 0x00, 0x41, 0x05, 0xbf
2020-01-04 02:39:58.689 Detail, Node005,   Received: 0x01, 0x09, 0x01, 0x41, 0xd3, 0x9c, 0x01, 0x04, 0x10, 0x01, 0xed
2020-01-04 02:39:58.695 Detail, 
2020-01-04 02:39:58.697 Info, Node005, Received reply to FUNC_ID_ZW_GET_NODE_PROTOCOL_INFO
2020-01-04 02:39:58.704 Info, Node005,   Protocol Info for Node 5:
2020-01-04 02:39:58.706 Info, Node005,     Listening     = true
2020-01-04 02:39:58.710 Info, Node005,     Beaming       = true
2020-01-04 02:39:58.710 Info, Node005,     Routing       = true
2020-01-04 02:39:58.712 Info, Node005,     Max Baud Rate = 40000
2020-01-04 02:39:58.712 Info, Node005,     Version       = 4
2020-01-04 02:39:58.714 Info, Node005,     Security      = false
2020-01-04 02:39:58.718 Info, Node005,   Basic device class    (0x04) - Routing Slave
2020-01-04 02:39:58.720 Info, Node005,   Generic device Class  (0x10) - Binary Switch
2020-01-04 02:39:58.725 Info, Node005,   Specific device class (0x01) - Binary Power Switch
2020-01-04 02:39:58.726 Info, Node005,     COMMAND_CLASS_BASIC will be mapped to COMMAND_CLASS_SWITCH_BINARY
2020-01-04 02:39:58.731 Info, Node005,   Mandatory Command Classes for Node 5:
2020-01-04 02:39:58.731 Info, Node005,     COMMAND_CLASS_BASIC
2020-01-04 02:39:58.732 Info, Node005,     COMMAND_CLASS_SWITCH_BINARY
2020-01-04 02:39:58.738 Info, Node005,     COMMAND_CLASS_SWITCH_ALL
2020-01-04 02:39:58.739 Info, Node005,   Mandatory Command Classes controlled by Node 5:
2020-01-04 02:39:58.742 Info, Node005,     None
2020-01-04 02:39:58.744 Detail, Node156,   Expected reply was received
2020-01-04 02:39:58.745 Detail, Node156,   Message transaction complete
2020-01-04 02:39:58.749 Detail, 
2020-01-04 02:39:58.750 Detail, Node005, Removing current message
2020-01-04 02:39:58.752 Detail, Node005, Notification: NodeProtocolInfo
2020-01-04 02:39:58.759 Detail, Node005, Notification: ValueAdded
2020-01-04 02:39:58.781 Detail, Node005, Notification: ValueAdded
2020-01-04 02:39:58.795 Detail, Node005, Query Stage Complete (ProtocolInfo)
2020-01-04 02:39:58.798 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Probe live=1
2020-01-04 02:39:58.801 Detail, Node005, QueryStage_Probe
2020-01-04 02:39:58.802 Info, Node005, NoOperation::Set - Routing=true
2020-01-04 02:39:58.803 Detail, Node005, Queuing (NoOp) NoOperation_Set (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x00, 0x00, 0x25, 0x0a, 0xcd
2020-01-04 02:39:58.808 Detail, Node005, Queuing (Query) Query Stage Complete (Probe)
2020-01-04 02:39:58.810 Detail, 
2020-01-04 02:39:58.812 Info, Node005, Sending (NoOp) message (Callback ID=0x0a, Expected Reply=0x13) - NoOperation_Set (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x00, 0x00, 0x25, 0x0a, 0xcd
2020-01-04 02:39:58.821 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-01-04 02:39:58.824 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2020-01-04 02:39:58.840 Detail, Node005,   Received: 0x01, 0x18, 0x00, 0x13, 0x0a, 0x00, 0x00, 0x02, 0x00, 0xc1, 0x7f, 0x7f, 0x7f, 0x7f, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0x3c
2020-01-04 02:39:58.846 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x0a received (expected 0x0a)
2020-01-04 02:39:58.846 Info, Node005, Request RTT 31 Average Request RTT 31
2020-01-04 02:39:58.849 Detail,   Expected callbackId was received
2020-01-04 02:39:58.849 Detail,   Expected reply was received
2020-01-04 02:39:58.850 Detail,   Message transaction complete
2020-01-04 02:39:58.851 Detail, 
2020-01-04 02:39:58.854 Detail, Node005, Removing current message
2020-01-04 02:39:58.857 Detail, Node005, Notification: Notification - NoOperation
2020-01-04 02:39:58.865 Detail, 
2020-01-04 02:39:58.869 Info, Node007, Sending (Query) message (Callback ID=0x00, Expected Reply=0x41) - Get Node Protocol Info (Node=7): 0x01, 0x04, 0x00, 0x41, 0x07, 0xbd
2020-01-04 02:39:58.875 Detail, Node007,   Received: 0x01, 0x09, 0x01, 0x41, 0x53, 0xdc, 0x01, 0x04, 0x08, 0x06, 0x32
2020-01-04 02:39:58.882 Detail, 
2020-01-04 02:39:58.886 Info, Node007, Received reply to FUNC_ID_ZW_GET_NODE_PROTOCOL_INFO
2020-01-04 02:39:58.888 Info, Node007,   Protocol Info for Node 7:
2020-01-04 02:39:58.892 Info, Node007,     Listening     = false
2020-01-04 02:39:58.896 Info, Node007,     Frequent      = true
2020-01-04 02:39:58.896 Info, Node007,     Beaming       = true
2020-01-04 02:39:58.897 Info, Node007,     Routing       = true
2020-01-04 02:39:58.901 Info, Node007,     Max Baud Rate = 40000
2020-01-04 02:39:58.901 Info, Node007,     Version       = 4
2020-01-04 02:39:58.903 Info, Node007,     Security      = false
2020-01-04 02:39:58.904 Info, Node007,   Basic device class    (0x04) - Routing Slave
2020-01-04 02:39:58.910 Info, Node007,   Generic device Class  (0x08) - Thermostat
2020-01-04 02:39:58.911 Info, Node007,   Specific device class (0x06) - General Thermostat V2
2020-01-04 02:39:58.914 Info, Node007,     COMMAND_CLASS_BASIC will be mapped to COMMAND_CLASS_THERMOSTAT_MODE
2020-01-04 02:39:58.917 Info, Node007,   Mandatory Command Classes for Node 7:
2020-01-04 02:39:58.919 Info, Node007,     COMMAND_CLASS_BASIC
2020-01-04 02:39:58.922 Info, Node007,     COMMAND_CLASS_THERMOSTAT_MODE
2020-01-04 02:39:58.923 Info, Node007,     COMMAND_CLASS_THERMOSTAT_SETPOINT
2020-01-04 02:39:58.924 Info, Node007,     COMMAND_CLASS_MANUFACTURER_SPECIFIC
2020-01-04 02:39:58.927 Info, Node007,     COMMAND_CLASS_VERSION
2020-01-04 02:39:58.931 Info, Node007,   Mandatory Command Classes controlled by Node 7:
2020-01-04 02:39:58.931 Info, Node007,     None
2020-01-04 02:39:58.932 Detail, Node220,   Expected reply was received
2020-01-04 02:39:58.937 Detail, Node220,   Message transaction complete
2020-01-04 02:39:58.940 Detail, 
2020-01-04 02:39:58.943 Detail, Node007, Removing current message
2020-01-04 02:39:58.946 Detail, Node007, Notification: NodeProtocolInfo
2020-01-04 02:39:58.957 Detail, Node007, Notification: ValueAdded
2020-01-04 02:39:58.970 Detail, Node007, Notification: ValueAdded
2020-01-04 02:39:58.990 Detail, Node007, Notification: ValueAdded
2020-01-04 02:39:59.005 Detail, Node007, Query Stage Complete (ProtocolInfo)
2020-01-04 02:39:59.008 Detail, Node007, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Probe live=1
2020-01-04 02:39:59.011 Detail, Node007, QueryStage_Probe
2020-01-04 02:39:59.014 Info, Node007, NoOperation::Set - Routing=true
2020-01-04 02:39:59.017 Detail, Node007, Queuing (NoOp) NoOperation_Set (Node=7): 0x01, 0x09, 0x00, 0x13, 0x07, 0x02, 0x00, 0x00, 0x25, 0x0b, 0xce
2020-01-04 02:39:59.017 Detail, Node007, Queuing (Query) Query Stage Complete (Probe)
2020-01-04 02:39:59.022 Detail, 
2020-01-04 02:39:59.023 Info, Node007, Sending (NoOp) message (Callback ID=0x0b, Expected Reply=0x13) - NoOperation_Set (Node=7): 0x01, 0x09, 0x00, 0x13, 0x07, 0x02, 0x00, 0x00, 0x25, 0x0b, 0xce
2020-01-04 02:39:59.033 Detail, Node007,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-01-04 02:39:59.036 Detail, Node007,   ZW_SEND_DATA delivered to Z-Wave stack
2020-01-04 02:40:00.268 Detail, Node007,   Received: 0x01, 0x18, 0x00, 0x13, 0x0b, 0x00, 0x00, 0x7c, 0x00, 0xbc, 0x7f, 0x7f, 0x7f, 0x7f, 0x01, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x42, 0x04, 0x00, 0x00, 0x7a
2020-01-04 02:40:00.268 Detail, Node007,   ZW_SEND_DATA Request with callback ID 0x0b received (expected 0x0b)
2020-01-04 02:40:00.272 Info, Node007, Request RTT 1245 Average Request RTT 1245
2020-01-04 02:40:00.273 Detail,   Expected callbackId was received
2020-01-04 02:40:00.273 Detail,   Expected reply was received
2020-01-04 02:40:00.274 Detail,   Message transaction complete
2020-01-04 02:40:00.278 Detail, 
2020-01-04 02:40:00.279 Detail, Node007, Removing current message
2020-01-04 02:40:00.280 Detail, Node007, Notification: Notification - NoOperation
2020-01-04 02:40:00.289 Detail, 
2020-01-04 02:40:00.290 Info, Node008, Sending (Query) message (Callback ID=0x00, Expected Reply=0x41) - Get Node Protocol Info (Node=8): 0x01, 0x04, 0x00, 0x41, 0x08, 0xb2
2020-01-04 02:40:00.298 Detail, Node008,   Received: 0x01, 0x09, 0x01, 0x41, 0xd3, 0x9c, 0x01, 0x04, 0x10, 0x01, 0xed
2020-01-04 02:40:00.304 Detail, 
2020-01-04 02:40:00.306 Info, Node008, Received reply to FUNC_ID_ZW_GET_NODE_PROTOCOL_INFO
2020-01-04 02:40:00.308 Info, Node008,   Protocol Info for Node 8:
2020-01-04 02:40:00.312 Info, Node008,     Listening     = true
2020-01-04 02:40:00.314 Info, Node008,     Beaming       = true
2020-01-04 02:40:00.314 Info, Node008,     Routing       = true
2020-01-04 02:40:00.315 Info, Node008,     Max Baud Rate = 40000
2020-01-04 02:40:00.319 Info, Node008,     Version       = 4
2020-01-04 02:40:00.320 Info, Node008,     Security      = false
2020-01-04 02:40:00.321 Info, Node008,   Basic device class    (0x04) - Routing Slave
2020-01-04 02:40:00.324 Info, Node008,   Generic device Class  (0x10) - Binary Switch
2020-01-04 02:40:00.324 Info, Node008,   Specific device class (0x01) - Binary Power Switch
2020-01-04 02:40:00.325 Info, Node008,     COMMAND_CLASS_BASIC will be mapped to COMMAND_CLASS_SWITCH_BINARY
2020-01-04 02:40:00.328 Info, Node008,   Mandatory Command Classes for Node 8:
2020-01-04 02:40:00.331 Info, Node008,     COMMAND_CLASS_BASIC
2020-01-04 02:40:00.332 Info, Node008,     COMMAND_CLASS_SWITCH_BINARY
2020-01-04 02:40:00.334 Info, Node008,     COMMAND_CLASS_SWITCH_ALL
2020-01-04 02:40:00.334 Info, Node008,   Mandatory Command Classes controlled by Node 8:
2020-01-04 02:40:00.335 Info, Node008,     None
2020-01-04 02:40:00.337 Detail, Node156,   Expected reply was received
2020-01-04 02:40:00.338 Detail, Node156,   Message transaction complete
2020-01-04 02:40:00.338 Detail, 
2020-01-04 02:40:00.342 Detail, Node008, Removing current message
2020-01-04 02:40:00.343 Detail, Node008, Notification: NodeProtocolInfo
2020-01-04 02:40:00.349 Detail, Node008, Notification: ValueAdded
2020-01-04 02:40:00.356 Detail, Node008, Notification: ValueAdded
2020-01-04 02:40:00.365 Detail, Node008, Query Stage Complete (ProtocolInfo)
2020-01-04 02:40:00.367 Detail, Node008, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Probe live=1
2020-01-04 02:40:00.368 Detail, Node008, QueryStage_Probe
2020-01-04 02:40:00.368 Info, Node008, NoOperation::Set - Routing=true
2020-01-04 02:40:00.371 Detail, Node008, Queuing (NoOp) NoOperation_Set (Node=8): 0x01, 0x09, 0x00, 0x13, 0x08, 0x02, 0x00, 0x00, 0x25, 0x0c, 0xc6
2020-01-04 02:40:00.372 Detail, Node008, Queuing (Query) Query Stage Complete (Probe)
2020-01-04 02:40:00.376 Detail, 
2020-01-04 02:40:00.379 Info, Node008, Sending (NoOp) message (Callback ID=0x0c, Expected Reply=0x13) - NoOperation_Set (Node=8): 0x01, 0x09, 0x00, 0x13, 0x08, 0x02, 0x00, 0x00, 0x25, 0x0c, 0xc6
2020-01-04 02:40:00.386 Detail, Node008,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-01-04 02:40:00.388 Detail, Node008,   ZW_SEND_DATA delivered to Z-Wave stack
2020-01-04 02:40:00.472 Detail, Node008,   Received: 0x01, 0x18, 0x00, 0x13, 0x0c, 0x00, 0x00, 0x09, 0x00, 0xb9, 0x7f, 0x7f, 0x7f, 0x7f, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x03, 0x02, 0x00, 0x00, 0x4a
2020-01-04 02:40:00.472 Detail, Node008,   ZW_SEND_DATA Request with callback ID 0x0c received (expected 0x0c)
2020-01-04 02:40:00.472 Info, Node008, Request RTT 92 Average Request RTT 92
2020-01-04 02:40:00.473 Detail,   Expected callbackId was received
2020-01-04 02:40:00.473 Detail,   Expected reply was received
2020-01-04 02:40:00.473 Detail,   Message transaction complete
2020-01-04 02:40:00.473 Detail, 
2020-01-04 02:40:00.473 Detail, Node008, Removing current message
2020-01-04 02:40:00.474 Detail, Node008, Notification: Notification - NoOperation
2020-01-04 02:40:00.475 Detail, Node001, Query Stage Complete (Neighbors)
2020-01-04 02:40:00.489 Detail, Node001, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Session live=1
2020-01-04 02:40:00.494 Detail, Node001, QueryStage_Session
2020-01-04 02:40:00.496 Detail, Node001, QueryStage_Dynamic
2020-01-04 02:40:00.496 Detail, Node001, QueryStage_Configuration
2020-01-04 02:40:00.497 Detail, Node001, QueryStage_Complete
2020-01-04 02:40:00.499 Warning, CheckCompletedNodeQueries m_allNodesQueried=0 m_awakeNodesQueried=0
2020-01-04 02:40:00.500 Warning, CheckCompletedNodeQueries all=0, deadFound=0 sleepingOnly=0
2020-01-04 02:40:00.506 Detail, Node001, Notification: NodeQueriesComplete
2020-01-04 02:40:00.508 Detail, Node005, Query Stage Complete (Probe)
2020-01-04 02:40:00.508 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=WakeUp live=1
2020-01-04 02:40:00.509 Detail, Node005, QueryStage_WakeUp
2020-01-04 02:40:00.510 Detail, Node005, QueryStage_ManufacturerSpecific1
2020-01-04 02:40:00.510 Detail, Node005, Checking for ManufacturerSpecific CC and Requesting values if present on this node
2020-01-04 02:40:00.511 Detail, Node005, QueryStage_NodeInfo
2020-01-04 02:40:00.511 Detail, Node005, Queuing (Query) Request Node Info (Node=5): 0x01, 0x04, 0x00, 0x60, 0x05, 0x9e
2020-01-04 02:40:00.512 Detail, Node005, Queuing (Query) Query Stage Complete (NodeInfo)
2020-01-04 02:40:00.516 Detail, Node007, Query Stage Complete (Probe)
2020-01-04 02:40:00.517 Detail, Node007, AdvanceQueries queryPending=0 queryRetries=0 queryStage=WakeUp live=1
2020-01-04 02:40:00.518 Detail, Node007, QueryStage_WakeUp
2020-01-04 02:40:00.522 Detail, Node007, QueryStage_ManufacturerSpecific1
2020-01-04 02:40:00.523 Detail, Node007, Checking for ManufacturerSpecific CC and Requesting values if present on this node
2020-01-04 02:40:00.524 Detail, Node007, Queuing (Query) ManufacturerSpecificCmd_Get (Node=7): 0x01, 0x09, 0x00, 0x13, 0x07, 0x02, 0x72, 0x04, 0x25, 0x0d, 0xbe
2020-01-04 02:40:00.525 Detail, Node007, Queuing (Query) Query Stage Complete (ManufacturerSpecific1)
2020-01-04 02:40:00.530 Detail, Node008, Query Stage Complete (Probe)
2020-01-04 02:40:00.536 Detail, Node008, AdvanceQueries queryPending=0 queryRetries=0 queryStage=WakeUp live=1
2020-01-04 02:40:00.537 Detail, Node008, QueryStage_WakeUp
2020-01-04 02:40:00.537 Detail, Node008, QueryStage_ManufacturerSpecific1
2020-01-04 02:40:00.538 Detail, Node008, Checking for ManufacturerSpecific CC and Requesting values if present on this node
2020-01-04 02:40:00.538 Detail, Node008, QueryStage_NodeInfo
2020-01-04 02:40:00.542 Detail, Node008, Queuing (Query) Request Node Info (Node=8): 0x01, 0x04, 0x00, 0x60, 0x08, 0x93
2020-01-04 02:40:00.543 Detail, Node008, Queuing (Query) Query Stage Complete (NodeInfo)
2020-01-04 02:40:00.547 Detail, 
2020-01-04 02:40:00.548 Info, Node005, Sending (Query) message (Callback ID=0x00, Expected Reply=0x49) - Request Node Info (Node=5): 0x01, 0x04, 0x00, 0x60, 0x05, 0x9e
2020-01-04 02:40:00.561 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x60, 0x01, 0x9b
2020-01-04 02:40:00.563 Detail, 
2020-01-04 02:40:00.567 Info, Node155, FUNC_ID_ZW_REQUEST_NODE_INFO Request successful.
2020-01-04 02:40:00.590 Detail, Node005,   Received: 0x01, 0x13, 0x00, 0x49, 0x84, 0x05, 0x0d, 0x04, 0x10, 0x01, 0x5e, 0x22, 0x59, 0x56, 0x7a, 0x32, 0x71, 0x73, 0x98, 0x31, 0xac
2020-01-04 02:40:00.595 Detail, 
2020-01-04 02:40:00.596 Info, Node005, UPDATE_STATE_NODE_INFO_RECEIVED from node 5
2020-01-04 02:40:00.600 Info, Node005,   Optional command classes for node 5:
2020-01-04 02:40:00.601 Info, Node005,     COMMAND_CLASS_ZWAVEPLUS_INFO
2020-01-04 02:40:00.603 Info, Node005,     COMMAND_CLASS_APPLICATION_STATUS
2020-01-04 02:40:00.608 Info, Node005,   CommandClass 0x59 - NOT REQUIRED
2020-01-04 02:40:00.610 Info, Node005,     COMMAND_CLASS_CRC_16_ENCAP
2020-01-04 02:40:00.611 Info, Node005,   CommandClass 0x7a - NOT REQUIRED
2020-01-04 02:40:00.613 Info, Node005,     COMMAND_CLASS_METER
2020-01-04 02:40:00.614 Info, Node005,     COMMAND_CLASS_ALARM
2020-01-04 02:40:00.619 Info, Node005,     COMMAND_CLASS_POWERLEVEL
2020-01-04 02:40:00.623 Info, Node005,     COMMAND_CLASS_SECURITY
2020-01-04 02:40:00.627 Info, Node005,     COMMAND_CLASS_SENSOR_MULTILEVEL
2020-01-04 02:40:00.629 Detail, Node005,   Expected reply was received
2020-01-04 02:40:00.629 Detail, Node005,   Message transaction complete
2020-01-04 02:40:00.634 Detail, 
2020-01-04 02:40:00.637 Detail, Node005, Removing current message
2020-01-04 02:40:00.639 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:00.656 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:00.664 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:00.677 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:00.693 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:00.702 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:00.713 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:00.728 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:00.743 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:00.755 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:00.769 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:00.784 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:00.798 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:00.812 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:00.826 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:00.838 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:00.856 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:00.869 Detail, Node005, Query Stage Complete (NodeInfo)
2020-01-04 02:40:00.873 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=NodePlusInfo live=1
2020-01-04 02:40:00.873 Detail, Node005, QueryStage_NodePlusInfo
2020-01-04 02:40:00.874 Detail, Node005, Queuing (Query) ZWavePlusInfoCmd_Get (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x5e, 0x01, 0x25, 0x0e, 0x96
2020-01-04 02:40:00.877 Detail, Node005, Queuing (Query) Query Stage Complete (NodePlusInfo)
2020-01-04 02:40:00.879 Detail, 
2020-01-04 02:40:00.882 Info, Node007, Sending (Query) message (Callback ID=0x0d, Expected Reply=0x04) - ManufacturerSpecificCmd_Get (Node=7): 0x01, 0x09, 0x00, 0x13, 0x07, 0x02, 0x72, 0x04, 0x25, 0x0d, 0xbe
2020-01-04 02:40:00.892 Detail, Node007,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-01-04 02:40:00.894 Detail, Node007,   ZW_SEND_DATA delivered to Z-Wave stack
2020-01-04 02:40:00.915 Detail, Node007,   Received: 0x01, 0x18, 0x00, 0x13, 0x0d, 0x00, 0x00, 0x02, 0x00, 0xbc, 0x7f, 0x7f, 0x7f, 0x7f, 0x01, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x47
2020-01-04 02:40:00.919 Detail, Node007,   ZW_SEND_DATA Request with callback ID 0x0d received (expected 0x0d)
2020-01-04 02:40:00.920 Info, Node007, Request RTT 33 Average Request RTT 639
2020-01-04 02:40:00.921 Detail,   Expected callbackId was received
2020-01-04 02:40:10.886 Error, Node007, ERROR: Dropping command, expected response not received after 1 attempt(s)
2020-01-04 02:40:10.887 Detail, Node007, Removing current message
2020-01-04 02:40:10.887 Detail, Node007, Notification: Notification - TimeOut
2020-01-04 02:40:10.889 Detail, Node007, Query Stage Complete (ManufacturerSpecific1)
2020-01-04 02:40:10.889 Detail, Node007, AdvanceQueries queryPending=0 queryRetries=0 queryStage=NodeInfo live=1
2020-01-04 02:40:10.890 Detail, Node007, QueryStage_NodeInfo
2020-01-04 02:40:10.890 Detail, Node007, Queuing (Query) Request Node Info (Node=7): 0x01, 0x04, 0x00, 0x60, 0x07, 0x9c
2020-01-04 02:40:10.890 Detail, Node007, Queuing (Query) Query Stage Complete (NodeInfo)
2020-01-04 02:40:10.891 Detail, 
2020-01-04 02:40:10.891 Info, Node008, Sending (Query) message (Callback ID=0x00, Expected Reply=0x49) - Request Node Info (Node=8): 0x01, 0x04, 0x00, 0x60, 0x08, 0x93
2020-01-04 02:40:10.909 Detail, Node008,   Received: 0x01, 0x04, 0x01, 0x60, 0x01, 0x9b
2020-01-04 02:40:10.920 Detail, 
2020-01-04 02:40:10.922 Info, Node155, FUNC_ID_ZW_REQUEST_NODE_INFO Request successful.
2020-01-04 02:40:11.073 Detail, Node008,   Received: 0x01, 0x12, 0x00, 0x49, 0x84, 0x08, 0x0c, 0x04, 0x10, 0x01, 0x5e, 0x86, 0x72, 0x73, 0x85, 0x59, 0x25, 0x20, 0x27, 0x16
2020-01-04 02:40:11.074 Detail, 
2020-01-04 02:40:11.074 Info, Node008, UPDATE_STATE_NODE_INFO_RECEIVED from node 8
2020-01-04 02:40:11.074 Info, Node008,   Optional command classes for node 8:
2020-01-04 02:40:11.075 Info, Node008,     COMMAND_CLASS_ZWAVEPLUS_INFO
2020-01-04 02:40:11.082 Info, Node008,     COMMAND_CLASS_VERSION
2020-01-04 02:40:11.085 Info, Node008,     COMMAND_CLASS_MANUFACTURER_SPECIFIC
2020-01-04 02:40:11.090 Info, Node008,     COMMAND_CLASS_POWERLEVEL
2020-01-04 02:40:11.095 Info, Node008,     COMMAND_CLASS_ASSOCIATION
2020-01-04 02:40:11.100 Info, Node008,   CommandClass 0x59 - NOT REQUIRED
2020-01-04 02:40:11.103 Info, Node008,     COMMAND_CLASS_SWITCH_BINARY (Existing)
2020-01-04 02:40:11.105 Info, Node008,     COMMAND_CLASS_BASIC (Existing)
2020-01-04 02:40:11.106 Info, Node008,     COMMAND_CLASS_SWITCH_ALL (Existing)
2020-01-04 02:40:11.111 Detail, Node008, AdvanceQueries queryPending=1 queryRetries=0 queryStage=NodeInfo live=1
2020-01-04 02:40:11.112 Detail, Node008,   Expected reply was received
2020-01-04 02:40:11.114 Detail, Node008,   Message transaction complete
2020-01-04 02:40:11.115 Detail, 
2020-01-04 02:40:11.115 Detail, Node008, Removing current message
2020-01-04 02:40:11.121 Detail, Node008, Notification: ValueAdded
2020-01-04 02:40:11.135 Detail, Node008, Notification: ValueAdded
2020-01-04 02:40:11.150 Detail, Node008, Notification: ValueAdded
2020-01-04 02:40:11.160 Detail, Node008, Notification: ValueAdded
2020-01-04 02:40:11.177 Detail, Node008, Notification: ValueAdded
2020-01-04 02:40:11.191 Detail, Node008, Notification: ValueAdded
2020-01-04 02:40:11.202 Detail, Node008, Notification: ValueAdded
2020-01-04 02:40:11.215 Detail, Node008, Notification: ValueAdded
2020-01-04 02:40:11.226 Detail, Node008, Notification: ValueAdded
2020-01-04 02:40:11.238 Detail, Node008, Notification: ValueAdded
2020-01-04 02:40:11.253 Detail, Node008, Notification: ValueAdded
2020-01-04 02:40:11.264 Detail, Node008, Notification: ValueAdded
2020-01-04 02:40:11.281 Detail, Node008, Notification: ValueAdded
2020-01-04 02:40:11.291 Detail, Node008, Notification: ValueAdded
2020-01-04 02:40:11.305 Detail, Node008, Notification: ValueAdded
2020-01-04 02:40:11.318 Detail, Node008, Notification: ValueAdded
2020-01-04 02:40:11.335 Detail, Node008,   Received: 0x01, 0x12, 0x00, 0x49, 0x84, 0x08, 0x0c, 0x04, 0x10, 0x01, 0x5e, 0x86, 0x72, 0x73, 0x85, 0x59, 0x25, 0x20, 0x27, 0x16
2020-01-04 02:40:11.346 Detail, 
2020-01-04 02:40:11.347 Info, Node008, UPDATE_STATE_NODE_INFO_RECEIVED from node 8
2020-01-04 02:40:11.347 Detail, Node008, AdvanceQueries queryPending=1 queryRetries=0 queryStage=NodeInfo live=1
2020-01-04 02:40:11.351 Detail, Node008, Query Stage Complete (NodeInfo)
2020-01-04 02:40:11.352 Detail, Node008, AdvanceQueries queryPending=0 queryRetries=0 queryStage=NodePlusInfo live=1
2020-01-04 02:40:11.352 Detail, Node008, QueryStage_NodePlusInfo
2020-01-04 02:40:11.356 Detail, Node008, Queuing (Query) ZWavePlusInfoCmd_Get (Node=8): 0x01, 0x09, 0x00, 0x13, 0x08, 0x02, 0x5e, 0x01, 0x25, 0x0f, 0x9a
2020-01-04 02:40:11.356 Detail, Node008, Queuing (Query) Query Stage Complete (NodePlusInfo)
2020-01-04 02:40:11.361 Detail, 
2020-01-04 02:40:11.364 Info, Node005, Sending (Query) message (Callback ID=0x0e, Expected Reply=0x04) - ZWavePlusInfoCmd_Get (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x5e, 0x01, 0x25, 0x0e, 0x96
2020-01-04 02:40:11.373 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-01-04 02:40:11.376 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2020-01-04 02:40:11.390 Detail, Node005,   Received: 0x01, 0x18, 0x00, 0x13, 0x0e, 0x00, 0x00, 0x02, 0x00, 0xc1, 0x7f, 0x7f, 0x7f, 0x7f, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0x38
2020-01-04 02:40:11.397 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x0e received (expected 0x0e)
2020-01-04 02:40:11.400 Info, Node005, Request RTT 34 Average Request RTT 32
2020-01-04 02:40:11.401 Detail,   Expected callbackId was received
2020-01-04 02:40:11.407 Detail, Node005,   Received: 0x01, 0x12, 0x00, 0x04, 0x00, 0x05, 0x09, 0x5e, 0x02, 0x01, 0x05, 0x00, 0x07, 0x00, 0x07, 0x00, 0xc1, 0x00, 0x00, 0x7c
2020-01-04 02:40:11.410 Detail, 
2020-01-04 02:40:11.412 Info, Node005, Response RTT 46 Average Response RTT 46
2020-01-04 02:40:11.415 Info, Node005, ZWave+ Info Received from Node 5
2020-01-04 02:40:11.417 Info, Node005,   Zwave+ Node Type  (0x00) - Z-Wave+ node. Mandatory Command Classes:
2020-01-04 02:40:11.419 Info, Node005,     NONE
2020-01-04 02:40:11.422 Info, Node005,   Zwave+ Device Type  (0x700) - On/Off Power Switch. Mandatory Command Classes:
2020-01-04 02:40:11.426 Info, Node005,     COMMAND_CLASS_DEVICE_RESET_LOCALLY
2020-01-04 02:40:11.427 Info, Node005,     COMMAND_CLASS_ZWAVEPLUS_INFO
2020-01-04 02:40:11.429 Info, Node005,     0x59 (Not Supported)
2020-01-04 02:40:11.430 Info, Node005,     COMMAND_CLASS_MANUFACTURER_SPECIFIC
2020-01-04 02:40:11.432 Info, Node005,     COMMAND_CLASS_POWERLEVEL
2020-01-04 02:40:11.435 Info, Node005,     COMMAND_CLASS_ASSOCIATION
2020-01-04 02:40:11.436 Info, Node005,     COMMAND_CLASS_VERSION
2020-01-04 02:40:11.440 Info, Node005,     COMMAND_CLASS_SWITCH_BINARY
2020-01-04 02:40:11.445 Info, Node005,   ZWave+ Role Type  (0x10) - Always On Slave
2020-01-04 02:40:11.446 Info, Node005,     COMMAND_CLASS_DEVICE_RESET_LOCALLY
2020-01-04 02:40:11.448 Detail, Node005, Initial read of value
2020-01-04 02:40:11.450 Detail, Node005, Initial read of value
2020-01-04 02:40:11.452 Detail, Node005, Initial read of value
2020-01-04 02:40:11.454 Detail, Node005,   Expected reply and command class was received
2020-01-04 02:40:11.457 Detail, Node005,   Message transaction complete
2020-01-04 02:40:11.457 Detail, 
2020-01-04 02:40:11.461 Detail, Node005, Removing current message
2020-01-04 02:40:11.462 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:11.472 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:11.485 Detail, Node005, Notification: ValueAdded
2020-01-04 02:40:11.494 Detail, Node005, Notification: ValueChanged
2020-01-04 02:40:11.503 Detail, Node005, Notification: ValueChanged
2020-01-04 02:40:11.509 Detail, Node005, Notification: ValueChanged
2020-01-04 02:40:11.529 Detail, Node005, Query Stage Complete (NodePlusInfo)
2020-01-04 02:40:11.533 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=SecurityReport live=1
2020-01-04 02:40:11.533 Detail, Node005, QueryStage_SecurityReport
2020-01-04 02:40:11.537 Detail, Node005, Queuing (Security) SecurityCmd_SupportedGet (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x02, 0x25, 0x10, 0x4d
2020-01-04 02:40:11.543 Detail, Node005, Queuing (Query) Query Stage Complete (SecurityReport)
2020-01-04 02:40:11.544 Detail, 
2020-01-04 02:40:11.545 Info, Node005, Processing (Security) Nonce Request message (Callback ID=0x10, Expected Reply=0x04)
2020-01-04 02:40:11.550 Info, Node005, Sending (Security) message (Callback ID=0x10, Expected Reply=0x04) - Nonce_Get(SecurityCmd_SupportedGet) - 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x40, 0x05, 0x02:
2020-01-04 02:40:11.562 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-01-04 02:40:11.569 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2020-01-04 02:40:11.576 Detail, Node005,   Received: 0x01, 0x18, 0x00, 0x13, 0x02, 0x00, 0x00, 0x01, 0x00, 0xc1, 0x7f, 0x7f, 0x7f, 0x7f, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0x37
2020-01-04 02:40:11.580 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2020-01-04 02:40:11.582 Info, Node005, Request RTT 31 Average Request RTT 31
2020-01-04 02:40:11.590 Detail, Node005,   Received: 0x01, 0x13, 0x00, 0x04, 0x00, 0x05, 0x0a, 0x98, 0x80, 0xea, 0x5c, 0x48, 0xef, 0xc6, 0x76, 0x31, 0x16, 0xc1, 0x00, 0x00, 0xb8
2020-01-04 02:40:11.594 Info, Node005, Received SecurityCmd_NonceReport from node 5
2020-01-04 02:40:11.597 Info, Node005, Sending (Security) message (Callback ID=0x11, Expected Reply=0x04) - SecurityCmd_SupportedGet (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x98, 0x02, 0x25, 0x11, 0x4c
2020-01-04 02:40:11.609 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-01-04 02:40:11.616 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2020-01-04 02:40:11.628 Detail, Node005,   Received: 0x01, 0x18, 0x00, 0x13, 0x11, 0x00, 0x00, 0x01, 0x00, 0xc1, 0x7f, 0x7f, 0x7f, 0x7f, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0x24
2020-01-04 02:40:11.633 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x11 received (expected 0x11)
2020-01-04 02:40:11.637 Info, Node005, Request RTT 86 Average Request RTT 58
2020-01-04 02:40:11.638 Detail,   Expected callbackId was received
2020-01-04 02:40:11.642 Detail, Node005,   Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x05, 0x02, 0x98, 0x40, 0xc1, 0x00, 0x00, 0xee
2020-01-04 02:40:11.645 Info, Node005, Received SecurityCmd_NonceGet from node 5
2020-01-04 02:40:11.649 Info, NONCES: 0x47, 0x8d, 0x7a, 0xa0, 0x5d, 0x83, 0xf3, 0xea
2020-01-04 02:40:11.650 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2020-01-04 02:40:11.654 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2020-01-04 02:40:11.655 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2020-01-04 02:40:11.658 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2020-01-04 02:40:11.661 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2020-01-04 02:40:11.662 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2020-01-04 02:40:11.667 Info, NONCES: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2020-01-04 02:40:11.667 Info, Node005, Sending (Security) 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:
2020-01-04 02:40:11.682 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-01-04 02:40:11.689 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2020-01-04 02:40:11.701 Detail, Node005,   Received: 0x01, 0x18, 0x00, 0x13, 0x01, 0x00, 0x00, 0x02, 0x00, 0xc1, 0x7f, 0x7f, 0x7f, 0x7f, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0x37
2020-01-04 02:40:11.706 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2020-01-04 02:40:11.707 Info, Node005, Request RTT 156 Average Request RTT 107
2020-01-04 02:40:11.723 Detail, Node005,   Received: 0x01, 0x28, 0x00, 0x04, 0x00, 0x05, 0x1f, 0x98, 0x81, 0x29, 0x3b, 0x46, 0x55, 0xc2, 0xe0, 0xb2, 0xbe, 0xd0, 0x19, 0x70, 0xeb, 0x23, 0xa6, 0xff, 0xfb, 0xd4, 0x67, 0x2d, 0x48, 0x47, 0xde, 0x2a, 0xfd, 0xfc, 0x22, 0x1c, 0xe7, 0x40, 0xc1, 0x00, 0x00, 0x10
2020-01-04 02:40:11.731 Info, Raw: 0x98, 0x81, 0x29, 0x3b, 0x46, 0x55, 0xc2, 0xe0, 0xb2, 0xbe, 0xd0, 0x19, 0x70, 0xeb, 0x23, 0xa6, 0xff, 0xfb, 0xd4, 0x67, 0x2d, 0x48, 0x47, 0xde, 0x2a, 0xfd, 0xfc, 0x22, 0x1c, 0xe7, 0x40, 0xc1
2020-01-04 02:40:11.734 Detail, Node005, Decrypted Packet: 0x00, 0x98, 0x03, 0x00, 0x85, 0x70, 0x72, 0x5a, 0x8e, 0x25, 0x86, 0xef
2020-01-04 02:40:11.735 Detail, 
2020-01-04 02:40:11.738 Info, Node005, Response RTT 186 Average Response RTT 116
2020-01-04 02:40:11.740 Info, Node005, Received SecurityCmd_SupportedReport from node 5
2020-01-04 02:40:11.740 Detail, Node005, Initial read of value
2020-01-04 02:40:11.746 Info, Node005,   Secured command classes for node 5:
2020-01-04 02:40:11.747 Info, Node005,     COMMAND_CLASS_ASSOCIATION (Secured) - NotInNIF
2020-01-04 02:40:11.754 Info, Node005,     COMMAND_CLASS_CONFIGURATION (Secured) - NotInNIF
2020-01-04 02:40:11.756 Info, Node005,     COMMAND_CLASS_MANUFACTURER_SPECIFIC (Secured) - NotInNIF
2020-01-04 02:40:11.757 Info, Node005,     COMMAND_CLASS_DEVICE_RESET_LOCALLY (Secured) - NotInNIF
2020-01-04 02:40:11.760 Info, Node005,     COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION (Secured) - NotInNIF
2020-01-04 02:40:11.762 Info, Node005,     COMMAND_CLASS_SWITCH_BINARY (Secured) - NotInNIF
2020-01-04 02:40:11.763 Info, Node005,     COMMAND_CLASS_VERSION (Secured) - NotInNIF
2020-01-04 02:40:11.767 Info, Node005,     Secure CommandClass 0x19 - NOT SUPPORTED
2020-01-04 02:40:11.770 Info, Node005,   UnSecured command classes for node 5:
2020-01-04 02:40:11.770 Info, Node005,     COMMAND_CLASS_NO_OPERATION (Unsecured) - NotInNIF
2020-01-04 02:40:11.772 Info, Node005,     COMMAND_CLASS_BASIC (Unsecured) - NotInNIF
2020-01-04 02:40:11.773 Info, Node005,     COMMAND_CLASS_APPLICATION_STATUS (Unsecured) - InNIF
2020-01-04 02:40:11.774 Info, Node005,     COMMAND_CLASS_SWITCH_ALL (Unsecured) - NotInNIF
2020-01-04 02:40:11.777 Info, Node005,     COMMAND_CLASS_SENSOR_MULTILEVEL (Unsecured) - InNIF
2020-01-04 02:40:11.782 Info, Node005,     COMMAND_CLASS_METER (Unsecured) - InNIF
2020-01-04 02:40:11.786 Info, Node005,     COMMAND_CLASS_CRC_16_ENCAP (Unsecured) - InNIF
2020-01-04 02:40:11.787 Info, Node005,     COMMAND_CLASS_ZWAVEPLUS_INFO (Unsecured) - InNIF
2020-01-04 02:40:11.790 Info, Node005,     COMMAND_CLASS_ALARM (Unsecured) - InNIF
2020-01-04 02:40:11.793 Info, Node005,     COMMAND_CLASS_POWERLEVEL (Unsecured) - InNIF
2020-01-04 02:40:11.796 Info, Node005,     COMMAND_CLASS_SECURITY (Unsecured) - InNIF
2020-01-04 02:40:11.798 Detail, Node005,   Expected reply and command class was received
2020-01-04 02:40:11.799 Detail, Node005,   Message transaction complete
2020-01-04 02:40:11.802 Detail, 
2020-01-04 02:40:11.804 Detail, Node005, Removing current message
2020-01-04 02:40:11.809 Detail, Node005, Notification: ValueChanged
2020-01-04 02:40:11.821 Detail, 
2020-01-04 02:40:11.825 Info, Node007, Sending (Query) message (Callback ID=0x00, Expected Reply=0x49) - Request Node Info (Node=7): 0x01, 0x04, 0x00, 0x60, 0x07, 0x9c
2020-01-04 02:40:11.834 Detail, Node007,   Received: 0x01, 0x04, 0x01, 0x60, 0x01, 0x9b
2020-01-04 02:40:11.836 Detail, 
2020-01-04 02:40:11.844 Info, Node155, FUNC_ID_ZW_REQUEST_NODE_INFO Request successful.
2020-01-04 02:40:12.731 Info, mgr,     Driver for controller /dev/ttyAMA0 pending removal
2020-01-04 02:40:12.731 Detail, Notification: DriverRemoved
2020-01-04 02:40:12.733 Always, ***************************************************************************
2020-01-04 02:40:12.733 Always, *********************  Cumulative Network Statistics  *********************
2020-01-04 02:40:12.733 Always, *** General
2020-01-04 02:40:12.733 Always, Driver run time: . .  . 0 days, 0 hours, 0 minutes
2020-01-04 02:40:12.734 Always, Frames processed: . . . . . . . . . . . . . . . . . . . . 39
2020-01-04 02:40:12.734 Always, Total messages successfully received: . . . . . . . . . . 39
2020-01-04 02:40:12.734 Always, Total Messages successfully sent: . . . . . . . . . . . . 23
2020-01-04 02:40:12.734 Always, ACKs received from controller:  . . . . . . . . . . . . . 25
2020-01-04 02:40:12.735 Always, *** Errors
2020-01-04 02:40:12.735 Always, Unsolicited messages received while waiting for ACK:  . . 0
2020-01-04 02:40:12.735 Always, Reads aborted due to timeouts:  . . . . . . . . . . . . . 0
2020-01-04 02:40:12.741 Error, Node007, ERROR: Dropping command, expected response not received after 1 attempt(s)
2020-01-04 02:40:12.746 Detail, Node007, Removing current message
2020-01-04 02:40:12.747 Detail, Node007, Notification: Notification - TimeOut
2020-01-04 02:40:12.750 Always, Bad checksum errors:  . . . . . . . . . . . . . . . . . . 0
2020-01-04 02:40:12.754 Always, CANs received from controller:  . . . . . . . . . . . . . 0
2020-01-04 02:40:12.756 Always, NAKs received from controller:  . . . . . . . . . . . . . 0
2020-01-04 02:40:12.756 Always, Out of frame data flow errors:  . . . . . . . . . . . . . 0
2020-01-04 02:40:12.759 Always, Messages retransmitted: . . . . . . . . . . . . . . . . . 0
2020-01-04 02:40:12.762 Always, Messages dropped and not delivered: . . . . . . . . . . . 1
2020-01-04 02:40:12.766 Always, ***************************************************************************

what am i missing to get control over devices 5 and 7?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant