OpenZWave / open-zwave

a C++ library to control Z-Wave Networks via a USB Z-Wave Controller.
http://www.openzwave.net/
GNU Lesser General Public License v3.0
1.05k stars 916 forks source link

Secure SRT321 or Horstmann THR4 raise a Segmentation fault durring query stage #626

Closed nechry closed 9 years ago

nechry commented 9 years ago

hello,

We find a new issues, and we are sure they started with the security CC merge to master branch.

Secure SRT321 or Horstmann HRT4 Thermostat raise a Segmentation fault during query stage. we got the error if we try to include or if we restart network (with the Thermostat included) and we trigger the Thermostat to send the NIF.

I got also same report from users with the Thermostat Secure SSR303. From my side I have a Thermostat Secure SCS317, but no Segmentation fault. To reproduce the issues I receive a Secure SRT321 and no way to got this device work with current version. I try a 1.3.337 and a 1.3.333 same issues.

This is the log from openzwave control panel.

2015-07-17 09:54:46.065 Always, OpenZwave Version 1.3.333 Starting Up
webserver starting port 8000
post: key=dev data=/dev/ttyUSB21 size=13
post: key=fn data=open size=4
post: key=usb data=false size=5
2015-07-17 09:55:34.056 Info, Setting Up Provided Network Key for Secure Communications
2015-07-17 09:55:34.057 Warning, Failed - Network Key Not Set
2015-07-17 09:55:34.059 Info, mgr,     Added driver for controller /dev/ttyUSB21
post: key=usb data= size=0
2015-07-17 09:55:34.068 Info,   Opening controller /dev/ttyUSB21
2015-07-17 09:55:34.069 Info, Trying to open serial port /dev/ttyUSB21 (attempt 1)
2015-07-17 09:55:34.073 Info, Serial port /dev/ttyUSB21 opened (attempt 1)
2015-07-17 09:55:34.075 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2015-07-17 09:55:34.077 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2015-07-17 09:55:34.079 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2015-07-17 09:55:34.081 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2015-07-17 09:55:34.082 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2015-07-17 09:55:34.085 Detail, 
2015-07-17 09:55:34.087 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2015-07-17 09:55:34.093 Detail, contrlr,   Received: 0x01, 0x10, 0x01, 0x15, 0x5a, 0x2d, 0x57, 0x61, 0x76, 0x65, 0x20, 0x33, 0x2e, 0x39, 0x35, 0x00, 0x01, 0x99
2015-07-17 09:55:34.094 Detail, 
2015-07-17 09:55:34.096 Info, contrlr, Received reply to FUNC_ID_ZW_GET_VERSION:
2015-07-17 09:55:34.098 Info, contrlr,     Static Controller library, version Z-Wave 3.95
2015-07-17 09:55:34.099 Detail, Node045,   Expected reply was received
2015-07-17 09:55:34.102 Detail, Node045,   Message transaction complete
2015-07-17 09:55:34.104 Detail, 
2015-07-17 09:55:34.106 Detail, contrlr, Removing current message
2015-07-17 09:55:34.108 Detail, 
2015-07-17 09:55:34.110 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x20) - FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2015-07-17 09:55:34.115 Detail, contrlr,   Received: 0x01, 0x08, 0x01, 0x20, 0xf5, 0x8b, 0xa8, 0x56, 0x01, 0x57
2015-07-17 09:55:34.117 Detail, 
2015-07-17 09:55:34.118 Info, contrlr, Received reply to FUNC_ID_ZW_MEMORY_GET_ID. Home ID = 0xf58ba856.  Our node ID = 1
2015-07-17 09:55:34.125 Detail, Node139,   Expected reply was received
2015-07-17 09:55:34.126 Detail, Node139,   Message transaction complete
2015-07-17 09:55:34.128 Detail, 
2015-07-17 09:55:34.129 Detail, contrlr, Removing current message
2015-07-17 09:55:34.131 Detail, 
2015-07-17 09:55:34.133 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x05) - FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2015-07-17 09:55:34.137 Detail, contrlr,   Received: 0x01, 0x04, 0x01, 0x05, 0x08, 0xf7
2015-07-17 09:55:34.139 Detail, 
2015-07-17 09:55:34.140 Info, contrlr, Received reply to FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES:
2015-07-17 09:55:34.142 Info, contrlr,     There is no SUC ID Server (SIS) in this network.
2015-07-17 09:55:34.143 Info, contrlr,     The PC controller is a primary controller.
2015-07-17 09:55:34.145 Detail, Node247,   Expected reply was received
2015-07-17 09:55:34.146 Detail, Node247,   Message transaction complete
2015-07-17 09:55:34.148 Detail, 
2015-07-17 09:55:34.149 Detail, contrlr, Removing current message
2015-07-17 09:55:34.151 Detail, 
2015-07-17 09:55:34.153 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x07) - FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2015-07-17 09:55:34.160 Detail, contrlr,   Received: 0x01, 0x2b, 0x01, 0x07, 0x01, 0x00, 0x00, 0x86, 0x00, 0x01, 0x00, 0x5c, 0xfe, 0x81, 0xff, 0x88, 0x4f, 0x1f, 0x00, 0x00, 0xfb, 0x9f, 0x7d, 0xa0, 0x67, 0x00, 0x00, 0x80, 0x00, 0x80, 0x86, 0x00, 0x00, 0x00, 0xe8, 0x73, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x60, 0x00, 0x00, 0xfd
2015-07-17 09:55:34.162 Detail, 
2015-07-17 09:55:34.163 Info, contrlr,  Received reply to FUNC_ID_SERIAL_API_GET_CAPABILITIES
2015-07-17 09:55:34.165 Info, contrlr,     Serial API Version:   1.0
2015-07-17 09:55:34.166 Info, contrlr,     Manufacturer ID:      0x0086
2015-07-17 09:55:34.169 Info, contrlr,     Product Type:         0x0001
2015-07-17 09:55:34.170 Info, contrlr,     Product ID:           0x005c
2015-07-17 09:55:34.173 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_RANDOM: 0x01, 0x04, 0x00, 0x1c, 0x20, 0xc7
2015-07-17 09:55:34.174 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_INIT_DATA: 0x01, 0x03, 0x00, 0x02, 0xfe
2015-07-17 09:55:34.175 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_SET_TIMEOUTS: 0x01, 0x05, 0x00, 0x06, 0x64, 0x0f, 0x97
2015-07-17 09:55:34.177 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_APPL_NODE_INFORMATION: 0x01, 0x07, 0x00, 0x03, 0x01, 0x02, 0x01, 0x00, 0xf9
2015-07-17 09:55:34.178 Detail,   Expected reply was received
2015-07-17 09:55:34.180 Detail,   Message transaction complete
2015-07-17 09:55:34.182 Detail, 
2015-07-17 09:55:34.182 Detail, contrlr, Removing current message
2015-07-17 09:55:34.184 Detail, 
2015-07-17 09:55:34.185 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x56) - FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2015-07-17 09:55:34.190 Detail, contrlr,   Received: 0x01, 0x04, 0x01, 0x56, 0x00, 0xac
2015-07-17 09:55:34.192 Detail, 
2015-07-17 09:55:34.193 Info, contrlr, Received reply to GET_SUC_NODE_ID.  Node ID = 0
2015-07-17 09:55:34.194 Info, Controller Does not Support SUC - Cannot Setup Controller as SUC Node
2015-07-17 09:55:34.196 Detail, Node172,   Expected reply was received
2015-07-17 09:55:34.197 Detail, Node172,   Message transaction complete
2015-07-17 09:55:34.199 Detail, 
2015-07-17 09:55:34.200 Detail, contrlr, Removing current message
2015-07-17 09:55:34.202 Detail, 
2015-07-17 09:55:34.204 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x1c) - FUNC_ID_ZW_GET_RANDOM: 0x01, 0x04, 0x00, 0x1c, 0x20, 0xc7
2015-07-17 09:55:34.262 Detail, contrlr,   Received: 0x01, 0x25, 0x01, 0x1c, 0x01, 0x20, 0x39, 0xe2, 0x70, 0xe7, 0x39, 0xbc, 0x33, 0x3b, 0x0b, 0xbe, 0x2a, 0xf3, 0x88, 0xde, 0x60, 0xa6, 0xe3, 0x55, 0x72, 0x47, 0xf2, 0x60, 0xb7, 0x07, 0x7f, 0xa4, 0x2a, 0x74, 0x46, 0x10, 0x3e, 0xd5, 0x42
2015-07-17 09:55:34.264 Detail, 
2015-07-17 09:55:34.265 Info, contrlr, Received reply to FUNC_ID_ZW_GET_RANDOM: true
2015-07-17 09:55:34.267 Detail, Node032,   Expected reply was received
2015-07-17 09:55:34.269 Detail, Node032,   Message transaction complete
2015-07-17 09:55:34.271 Detail, 
2015-07-17 09:55:34.272 Detail, contrlr, Removing current message
2015-07-17 09:55:34.274 Detail, 
2015-07-17 09:55:34.275 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x02) - FUNC_ID_SERIAL_API_GET_INIT_DATA: 0x01, 0x03, 0x00, 0x02, 0xfe
2015-07-17 09:55:34.375 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
2015-07-17 09:55:34.377 Detail, 
2015-07-17 09:55:34.378 Info, mgr,     Driver with Home ID of 0xf58ba856 is now ready.
2015-07-17 09:55:34.380 Info, 
2015-07-17 09:55:34.382 Info, contrlr, Received reply to FUNC_ID_SERIAL_API_GET_INIT_DATA:
2015-07-17 09:55:34.384 Info, contrlr,     Node 001 - New
2015-07-17 09:55:34.385 Detail, Node001, AdvanceQueries queryPending=0 queryRetries=0 queryStage=None live=1
2015-07-17 09:55:34.387 Detail, Node001, QueryStage_ProtocolInfo
2015-07-17 09:55:34.388 Detail, Node001, Queuing (Query) Get Node Protocol Info (Node=1): 0x01, 0x04, 0x00, 0x41, 0x01, 0xbb
2015-07-17 09:55:34.390 Detail, Node001, Queuing (Query) Query Stage Complete (ProtocolInfo)
2015-07-17 09:55:34.392 Info, Node001, Initilizing Node. New Node: false (false)
2015-07-17 09:55:34.393 Info, contrlr,     Node 002 - New
2015-07-17 09:55:34.395 Detail, Node002, AdvanceQueries queryPending=0 queryRetries=0 queryStage=None live=1
2015-07-17 09:55:34.397 Detail, Node002, QueryStage_ProtocolInfo
2015-07-17 09:55:34.399 Detail, Node002, Queuing (Query) Get Node Protocol Info (Node=2): 0x01, 0x04, 0x00, 0x41, 0x02, 0xb8
2015-07-17 09:55:34.401 Detail, Node002, Queuing (Query) Query Stage Complete (ProtocolInfo)
2015-07-17 09:55:34.402 Info, Node002, Initilizing Node. New Node: false (false)
2015-07-17 09:55:34.404 Info, contrlr,     Node 005 - New
2015-07-17 09:55:34.405 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=None live=1
2015-07-17 09:55:34.407 Detail, Node005, QueryStage_ProtocolInfo
2015-07-17 09:55:34.408 Detail, Node005, Queuing (Query) Get Node Protocol Info (Node=5): 0x01, 0x04, 0x00, 0x41, 0x05, 0xbf
2015-07-17 09:55:34.410 Detail, Node005, Queuing (Query) Query Stage Complete (ProtocolInfo)
2015-07-17 09:55:34.411 Info, Node005, Initilizing Node. New Node: false (false)
2015-07-17 09:55:34.412 Detail,   Expected reply was received
2015-07-17 09:55:34.414 Detail,   Message transaction complete
2015-07-17 09:55:34.415 Detail, 
2015-07-17 09:55:34.417 Detail, contrlr, Removing current message
2015-07-17 09:55:34.418 Detail, Node001, Notification: DriverReady
2015-07-17 09:55:34.420 Info, Notification: Driver Ready, homeId f58ba856, nodeId 1
2015-07-17 09:55:34.422 Detail, Node001, Notification: NodeNew
2015-07-17 09:55:34.423 Info, Notification: Node New Home f58ba856 Node 1 Genre basic Class NO OPERATION Instance 0 Index 0 Type bool
2015-07-17 09:55:34.424 Detail, Node001, Notification: NodeAdded
2015-07-17 09:55:34.426 Info, Notification: Node Added Home f58ba856 Node 1 Genre basic Class NO OPERATION Instance 0 Index 0 Type bool
2015-07-17 09:55:34.428 Detail, Node002, Notification: NodeNew
2015-07-17 09:55:34.429 Info, Notification: Node New Home f58ba856 Node 2 Genre basic Class NO OPERATION Instance 0 Index 0 Type bool
2015-07-17 09:55:34.430 Detail, Node002, Notification: NodeAdded
2015-07-17 09:55:34.431 Info, Notification: Node Added Home f58ba856 Node 2 Genre basic Class NO OPERATION Instance 0 Index 0 Type bool
2015-07-17 09:55:34.433 Detail, Node005, Notification: NodeNew
2015-07-17 09:55:34.434 Info, Notification: Node New Home f58ba856 Node 5 Genre basic Class NO OPERATION Instance 0 Index 0 Type bool
2015-07-17 09:55:34.435 Detail, Node005, Notification: NodeAdded
2015-07-17 09:55:34.437 Info, Notification: Node Added Home f58ba856 Node 5 Genre basic Class NO OPERATION Instance 0 Index 0 Type bool
2015-07-17 09:55:34.438 Detail, 
2015-07-17 09:55:34.439 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x06) - FUNC_ID_SERIAL_API_SET_TIMEOUTS: 0x01, 0x05, 0x00, 0x06, 0x64, 0x0f, 0x97
2015-07-17 09:55:34.444 Detail, contrlr,   Received: 0x01, 0x05, 0x01, 0x06, 0x96, 0x0f, 0x64
2015-07-17 09:55:34.445 Detail, 
2015-07-17 09:55:34.447 Info, contrlr, Received reply to FUNC_ID_SERIAL_API_SET_TIMEOUTS
2015-07-17 09:55:34.448 Detail, Node015,   Expected reply was received
2015-07-17 09:55:34.450 Detail, Node015,   Message transaction complete
2015-07-17 09:55:34.452 Detail, 
2015-07-17 09:55:34.453 Detail, contrlr, Removing current message
2015-07-17 09:55:34.455 Detail, 
2015-07-17 09:55:34.456 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
2015-07-17 09:55:34.461 Detail, contrlr, Removing current message
2015-07-17 09:55:34.462 Detail, 
2015-07-17 09:55:34.464 Info, Node001, Sending (Query) message (Callback ID=0x00, Expected Reply=0x41) - Get Node Protocol Info (Node=1): 0x01, 0x04, 0x00, 0x41, 0x01, 0xbb
2015-07-17 09:55:34.469 Detail, Node001,   Received: 0x01, 0x09, 0x01, 0x41, 0x93, 0x16, 0x01, 0x02, 0x02, 0x01, 0x33
2015-07-17 09:55:34.471 Detail, 
2015-07-17 09:55:34.472 Info, Node001, Received reply to FUNC_ID_ZW_GET_NODE_PROTOCOL_INFO
2015-07-17 09:55:34.474 Info, Node001,   Protocol Info for Node 1:
2015-07-17 09:55:34.475 Info, Node001,     Listening     = true
2015-07-17 09:55:34.477 Info, Node001,     Beaming       = true
2015-07-17 09:55:34.478 Info, Node001,     Routing       = false
2015-07-17 09:55:34.480 Info, Node001,     Max Baud Rate = 40000
2015-07-17 09:55:34.481 Info, Node001,     Version       = 4
2015-07-17 09:55:34.483 Info, Node001,     Security      = false
2015-07-17 09:55:34.504 Info, Node001,   Basic device class    (0x02) - Static Controller
2015-07-17 09:55:34.506 Info, Node001,   Generic device Class  (0x02) - Static Controller
2015-07-17 09:55:34.507 Info, Node001,   Specific device class (0x01) - Static PC Controller
2015-07-17 09:55:34.509 Info, Node001,     COMMAND_CLASS_BASIC is not mapped
2015-07-17 09:55:34.511 Info, Node001,   Mandatory Command Classes for Node 1:
2015-07-17 09:55:34.513 Info, Node001,     None
2015-07-17 09:55:34.515 Info, Node001,   Mandatory Command Classes controlled by Node 1:
2015-07-17 09:55:34.516 Info, Node001,     COMMAND_CLASS_BASIC
2015-07-17 09:55:34.519 Detail, Node022,   Expected reply was received
2015-07-17 09:55:34.520 Detail, Node022,   Message transaction complete
2015-07-17 09:55:34.522 Detail, 
2015-07-17 09:55:34.523 Detail, Node001, Removing current message
2015-07-17 09:55:34.525 Detail, Node001, Notification: NodeProtocolInfo
2015-07-17 09:55:34.527 Info, Notification: Node Protocol Info Home f58ba856 Node 1 Genre basic Class NO OPERATION Instance 0 Index 0 Type bool
2015-07-17 09:55:34.528 Detail, Node001, Notification: ValueAdded
2015-07-17 09:55:34.530 Info, Notification: Value Added Home 0xf58ba856 Node 1 Genre basic Class BASIC Instance 1 Index 0 Type byte
2015-07-17 09:55:34.532 Detail, Node001, Query Stage Complete (ProtocolInfo)
2015-07-17 09:55:34.533 Detail, Node001, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Probe live=1
2015-07-17 09:55:34.535 Detail, Node001, QueryStage_Probe
2015-07-17 09:55:34.536 Detail, Node001, QueryStage_WakeUp
2015-07-17 09:55:34.537 Detail, Node001, QueryStage_ManufacturerSpecific1
2015-07-17 09:55:34.538 Detail, Node001, Load Controller Manufacturer Specific Config
2015-07-17 09:55:34.609 Detail, Node001, QueryStage_SecurityReport
2015-07-17 09:55:34.611 Detail, Node001, QueryStage_ManufacturerSpecific2
2015-07-17 09:55:34.612 Detail, Node001, QueryStage_Versions
2015-07-17 09:55:34.613 Detail, Node001, QueryStage_Instances
2015-07-17 09:55:34.616 Info, Node001, Essential node queries are complete
2015-07-17 09:55:34.617 Detail, Node001, QueryStage_Static
2015-07-17 09:55:34.620 Detail, Node001, QueryStage_Associations
2015-07-17 09:55:34.622 Detail, Node001, QueryStage_Neighbors
2015-07-17 09:55:34.623 Detail, Requesting routing info (neighbor list) for Node 1
2015-07-17 09:55:34.628 Detail, Node001, Queuing (Command) Get Routing Info (Node=1): 0x01, 0x07, 0x00, 0x80, 0x01, 0x00, 0x00, 0x03, 0x7a
2015-07-17 09:55:34.630 Detail, Node001, Queuing (Query) Query Stage Complete (Neighbors)
2015-07-17 09:55:34.632 Detail, Node001, Notification: EssentialNodeQueriesComplete
2015-07-17 09:55:34.635 Info, Notification: Essential Node 1 Queries Complete
2015-07-17 09:55:34.636 Detail, 
2015-07-17 09:55:34.639 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
2015-07-17 09:55:34.646 Detail, Node001,   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
2015-07-17 09:55:34.648 Detail, 
2015-07-17 09:55:34.649 Info, Node001, Received reply to FUNC_ID_ZW_GET_ROUTING_INFO
2015-07-17 09:55:34.651 Info, Node001,     Neighbors of this node are:
2015-07-17 09:55:34.653 Info, Node001,  (none reported)
2015-07-17 09:55:34.654 Detail,   Expected reply was received
2015-07-17 09:55:34.656 Detail,   Message transaction complete
2015-07-17 09:55:34.657 Detail, 
2015-07-17 09:55:34.659 Detail, Node001, Removing current message
2015-07-17 09:55:34.661 Detail, 
2015-07-17 09:55:34.662 Info, Node002, Sending (Query) message (Callback ID=0x00, Expected Reply=0x41) - Get Node Protocol Info (Node=2): 0x01, 0x04, 0x00, 0x41, 0x02, 0xb8
2015-07-17 09:55:34.667 Detail, Node002,   Received: 0x01, 0x09, 0x01, 0x41, 0x13, 0x96, 0x01, 0x01, 0x01, 0x01, 0x33
2015-07-17 09:55:34.669 Detail, 
2015-07-17 09:55:34.671 Info, Node002, Received reply to FUNC_ID_ZW_GET_NODE_PROTOCOL_INFO
2015-07-17 09:55:34.672 Info, Node002,   Protocol Info for Node 2:
2015-07-17 09:55:34.673 Info, Node002,     Listening     = false
2015-07-17 09:55:34.676 Info, Node002,     Frequent      = false
2015-07-17 09:55:34.677 Info, Node002,     Beaming       = true
2015-07-17 09:55:34.679 Info, Node002,     Routing       = false
2015-07-17 09:55:34.680 Info, Node002,     Max Baud Rate = 40000
2015-07-17 09:55:34.682 Info, Node002,     Version       = 4
2015-07-17 09:55:34.682 Info, Node002,     Security      = false
2015-07-17 09:55:34.684 Info, Node002,   Basic device class    (0x01) - Controller
2015-07-17 09:55:34.685 Info, Node002,   Generic device Class  (0x01) - Remote Controller
2015-07-17 09:55:34.686 Info, Node002,   Specific device class (0x01) - Portable Remote Controller
2015-07-17 09:55:34.688 Info, Node002,     COMMAND_CLASS_BASIC is not mapped
2015-07-17 09:55:34.690 Info, Node002,   Mandatory Command Classes for Node 2:
2015-07-17 09:55:34.691 Info, Node002,     COMMAND_CLASS_WAKE_UP
2015-07-17 09:55:34.693 Info, Node002,   Mandatory Command Classes controlled by Node 2:
2015-07-17 09:55:34.694 Info, Node002,     COMMAND_CLASS_BASIC
2015-07-17 09:55:34.696 Detail, Node150,   Expected reply was received
2015-07-17 09:55:34.697 Detail, Node150,   Message transaction complete
2015-07-17 09:55:34.699 Detail, 
2015-07-17 09:55:34.700 Detail, Node002, Removing current message
2015-07-17 09:55:34.702 Detail, Node002, Notification: NodeProtocolInfo
2015-07-17 09:55:34.704 Info, Notification: Node Protocol Info Home f58ba856 Node 2 Genre basic Class NO OPERATION Instance 0 Index 0 Type bool
2015-07-17 09:55:34.705 Detail, Node002, Notification: ValueAdded
2015-07-17 09:55:34.707 Info, Notification: Value Added Home 0xf58ba856 Node 2 Genre basic Class BASIC Instance 1 Index 0 Type byte
2015-07-17 09:55:34.707 Detail, Node002, Query Stage Complete (ProtocolInfo)
2015-07-17 09:55:34.709 Detail, Node002, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Probe live=1
2015-07-17 09:55:34.710 Detail, Node002, QueryStage_Probe
2015-07-17 09:55:34.712 Info, Node002, NoOperation::Set - Routing=true
2015-07-17 09:55:34.714 Detail, Node002, Queuing (NoOp) NoOperation_Set (Node=2): 0x01, 0x09, 0x00, 0x13, 0x02, 0x02, 0x00, 0x00, 0x25, 0x0a, 0xca
2015-07-17 09:55:34.716 Detail, Node002, Queuing (Query) Query Stage Complete (Probe)
2015-07-17 09:55:34.717 Detail, 
2015-07-17 09:55:34.718 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
2015-07-17 09:55:34.734 Detail, Node002,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2015-07-17 09:55:34.735 Detail, Node002,   ZW_SEND_DATA delivered to Z-Wave stack
2015-07-17 09:55:38.877 Detail, Node002,   Received: 0x01, 0x07, 0x00, 0x13, 0x0a, 0x01, 0x01, 0x9f, 0x7e
2015-07-17 09:55:38.879 Detail, Node002,   ZW_SEND_DATA Request with callback ID 0x0a received (expected 0x0a)
2015-07-17 09:55:38.882 Info, Node002, WARNING: ZW_SEND_DATA failed. No ACK received - device may be asleep.
2015-07-17 09:55:38.883 Info, Node002,   Node 2 has been marked as asleep
2015-07-17 09:55:38.885 Info, Node002, Node not responding - moving QueryStageComplete command to Wake-Up queue
2015-07-17 09:55:38.889 Detail, Node002, Notification: Notification - NoOperation
2015-07-17 09:55:38.891 Info, Notification: Notification home f58ba856 node 2 No Operation Message Complete
2015-07-17 09:55:38.892 Detail, Node002, Notification: Notification - Node Asleep
2015-07-17 09:55:38.894 Info, Notification: Notification home f58ba856 node 2 Sleep
2015-07-17 09:55:38.895 Detail, 
2015-07-17 09:55:38.896 Info, Node005, Sending (Query) message (Callback ID=0x00, Expected Reply=0x41) - Get Node Protocol Info (Node=5): 0x01, 0x04, 0x00, 0x41, 0x05, 0xbf
2015-07-17 09:55:38.901 Detail, Node005,   Received: 0x01, 0x09, 0x01, 0x41, 0x12, 0x96, 0x00, 0x01, 0x08, 0x00, 0x3b
2015-07-17 09:55:38.903 Detail, 
2015-07-17 09:55:38.905 Info, Node005, Received reply to FUNC_ID_ZW_GET_NODE_PROTOCOL_INFO
2015-07-17 09:55:38.906 Info, Node005,   Protocol Info for Node 5:
2015-07-17 09:55:38.907 Info, Node005,     Listening     = false
2015-07-17 09:55:38.909 Info, Node005,     Frequent      = false
2015-07-17 09:55:38.911 Info, Node005,     Beaming       = true
2015-07-17 09:55:38.912 Info, Node005,     Routing       = false
2015-07-17 09:55:38.913 Info, Node005,     Max Baud Rate = 40000
2015-07-17 09:55:38.915 Info, Node005,     Version       = 3
2015-07-17 09:55:38.916 Info, Node005,     Security      = false
2015-07-17 09:55:38.918 Info, Node005,   Basic device class    (0x01) - Controller
2015-07-17 09:55:38.919 Info, Node005,   Generic device Class  (0x08) - Thermostat
2015-07-17 09:55:38.920 Info, Node005,   No specific device class defined
2015-07-17 09:55:38.922 Info, Node005,     COMMAND_CLASS_BASIC is not mapped
2015-07-17 09:55:38.923 Info, Node005,   Mandatory Command Classes for Node 5:
2015-07-17 09:55:38.925 Info, Node005,     COMMAND_CLASS_BASIC
2015-07-17 09:55:38.926 Info, Node005,     COMMAND_CLASS_WAKE_UP
2015-07-17 09:55:38.928 Info, Node005,   Mandatory Command Classes controlled by Node 5:
2015-07-17 09:55:38.929 Info, Node005,     None
2015-07-17 09:55:38.930 Detail, Node150,   Expected reply was received
2015-07-17 09:55:38.932 Detail, Node150,   Message transaction complete
2015-07-17 09:55:38.933 Detail, 
2015-07-17 09:55:38.934 Detail, Node005, Removing current message
2015-07-17 09:55:38.936 Detail, Node005, Notification: NodeProtocolInfo
2015-07-17 09:55:38.938 Info, Notification: Node Protocol Info Home f58ba856 Node 5 Genre basic Class NO OPERATION Instance 0 Index 0 Type bool
2015-07-17 09:55:38.939 Detail, Node005, Notification: ValueAdded
2015-07-17 09:55:38.941 Info, Notification: Value Added Home 0xf58ba856 Node 5 Genre system Class WAKE UP Instance 1 Index 0 Type int
2015-07-17 09:55:38.943 Detail, Node005, Notification: ValueAdded
2015-07-17 09:55:38.944 Info, Notification: Value Added Home 0xf58ba856 Node 5 Genre basic Class BASIC Instance 1 Index 0 Type byte
2015-07-17 09:55:38.946 Detail, Node005, Query Stage Complete (ProtocolInfo)
2015-07-17 09:55:38.948 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Probe live=1
2015-07-17 09:55:38.950 Detail, Node005, QueryStage_Probe
2015-07-17 09:55:38.951 Info, Node005, NoOperation::Set - Routing=true
2015-07-17 09:55:38.952 Detail, Node005, Queuing (NoOp) NoOperation_Set (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x00, 0x00, 0x25, 0x0b, 0xcc
2015-07-17 09:55:38.954 Detail, Node005, Queuing (Query) Query Stage Complete (Probe)
2015-07-17 09:55:38.955 Detail, 
2015-07-17 09:55:38.957 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
2015-07-17 09:55:38.972 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2015-07-17 09:55:38.973 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
2015-07-17 09:55:39.089 Detail, Node005,   Received: 0x01, 0x07, 0x00, 0x13, 0x0b, 0x01, 0x00, 0x0d, 0xec
2015-07-17 09:55:39.097 Detail, Node005,   ZW_SEND_DATA Request with callback ID 0x0b received (expected 0x0b)
2015-07-17 09:55:39.099 Info, Node005, WARNING: ZW_SEND_DATA failed. No ACK received - device may be asleep.
2015-07-17 09:55:39.100 Info, Node005,   Node 5 has been marked as asleep
2015-07-17 09:55:39.102 Info, Node005, Node not responding - moving QueryStageComplete command to Wake-Up queue
2015-07-17 09:55:39.104 Detail, Node005, Notification: Notification - NoOperation
2015-07-17 09:55:39.105 Info, Notification: Notification home f58ba856 node 5 No Operation Message Complete
2015-07-17 09:55:39.107 Detail, Node005, Notification: Notification - Node Asleep
2015-07-17 09:55:39.109 Info, Notification: Notification home f58ba856 node 5 Sleep
2015-07-17 09:55:39.112 Detail, Node001, Query Stage Complete (Neighbors)
2015-07-17 09:55:39.113 Detail, Node001, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Session live=1
2015-07-17 09:55:39.115 Detail, Node001, QueryStage_Session
2015-07-17 09:55:39.116 Detail, Node001, QueryStage_Dynamic
2015-07-17 09:55:39.117 Detail, Node001, QueryStage_Configuration
2015-07-17 09:55:39.118 Detail, Node001, QueryStage_Complete
2015-07-17 09:55:39.120 Warning, CheckCompletedNodeQueries m_allNodesQueried=0 m_awakeNodesQueried=0
2015-07-17 09:55:39.121 Warning, CheckCompletedNodeQueries all=0, deadFound=0 sleepingOnly=1
2015-07-17 09:55:39.123 Info,          Node query processing complete except for sleeping nodes.
2015-07-17 09:55:39.124 Detail, Node001, Notification: NodeQueriesComplete
2015-07-17 09:55:39.125 Info, Notification: Node 1 Queries Complete
2015-07-17 09:55:39.127 Detail, contrlr, Notification: AwakeNodesQueried
2015-07-17 09:55:39.128 Info, Notification: Awake Nodes Queried
2015-07-17 09:56:03.749 Detail, Node005,   Received: 0x01, 0x14, 0x00, 0x49, 0x84, 0x05, 0x0e, 0x01, 0x08, 0x00, 0x72, 0x86, 0x80, 0x84, 0x31, 0x43, 0x85, 0x70, 0xef, 0x40, 0x25, 0xd9
2015-07-17 09:56:03.751 Detail, 
2015-07-17 09:56:03.752 Info, Node005, UPDATE_STATE_NODE_INFO_RECEIVED from node 5
2015-07-17 09:56:03.754 Info, Node005,   Optional command classes for node 5:
2015-07-17 09:56:03.755 Info, Node005,     COMMAND_CLASS_MANUFACTURER_SPECIFIC
2015-07-17 09:56:03.757 Info, Node005,     COMMAND_CLASS_VERSION
2015-07-17 09:56:03.758 Info, Node005,     COMMAND_CLASS_BATTERY
2015-07-17 09:56:03.760 Info, Node005,     COMMAND_CLASS_WAKE_UP (Existing)
2015-07-17 09:56:03.762 Info, Node005,     COMMAND_CLASS_SENSOR_MULTILEVEL
2015-07-17 09:56:03.763 Info, Node005,     COMMAND_CLASS_THERMOSTAT_SETPOINT
2015-07-17 09:56:03.764 Info, Node005,     COMMAND_CLASS_ASSOCIATION
2015-07-17 09:56:03.766 Info, Node005,     COMMAND_CLASS_CONFIGURATION
2015-07-17 09:56:03.767 Info, Node005,   Optional command classes controlled by node 5:
2015-07-17 09:56:03.769 Info, Node005,     COMMAND_CLASS_THERMOSTAT_MODE
2015-07-17 09:56:03.771 Info, Node005,     COMMAND_CLASS_SWITCH_BINARY
2015-07-17 09:56:03.772 Detail, Node005, AdvanceQueries queryPending=1 queryRetries=0 queryStage=Probe live=1
2015-07-17 09:56:03.774 Info, Node005,   Node 5 has been marked as awake
2015-07-17 09:56:03.775 Detail, Node005, Queuing (Query) Query Stage Complete (Probe)
2015-07-17 09:56:03.776 Detail, Node005, Notification: ValueAdded
2015-07-17 09:56:03.777 Info, Notification: Value Added Home 0xf58ba856 Node 5 Genre system Class VERSION Instance 1 Index 0 Type string
2015-07-17 09:56:03.779 Detail, Node005, Notification: ValueAdded
2015-07-17 09:56:03.779 Info, Notification: Value Added Home 0xf58ba856 Node 5 Genre system Class VERSION Instance 1 Index 1 Type string
2015-07-17 09:56:03.781 Detail, Node005, Notification: ValueAdded
2015-07-17 09:56:03.781 Info, Notification: Value Added Home 0xf58ba856 Node 5 Genre system Class VERSION Instance 1 Index 2 Type string
2015-07-17 09:56:03.783 Detail, Node005, Notification: ValueAdded
2015-07-17 09:56:03.784 Info, Notification: Value Added Home 0xf58ba856 Node 5 Genre user Class BATTERY Instance 1 Index 0 Type byte
2015-07-17 09:56:03.786 Detail, Node005, Notification: ValueAdded
2015-07-17 09:56:03.787 Info, Notification: Value Added Home 0xf58ba856 Node 5 Genre user Class THERMOSTAT MODE Instance 1 Index 0 Type list
2015-07-17 09:56:03.788 Detail, Node005, Notification: ValueAdded
2015-07-17 09:56:03.789 Info, Notification: Value Added Home 0xf58ba856 Node 5 Genre user Class SWITCH BINARY Instance 1 Index 0 Type bool
2015-07-17 09:56:03.790 Detail, Node005, Notification: Notification - Node Awake
2015-07-17 09:56:03.792 Info, Notification: Notification home f58ba856 node 5 Awake
2015-07-17 09:56:03.794 Detail, Node005, Query Stage Complete (Probe)
2015-07-17 09:56:03.795 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=WakeUp live=1
2015-07-17 09:56:03.797 Detail, Node005, QueryStage_WakeUp
2015-07-17 09:56:03.798 Detail, Node005, Queuing (WakeUp) WakeUpCmd_IntervalGet (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x84, 0x05, 0x25, 0x0c, 0x4a
2015-07-17 09:56:03.800 Detail, Node005, Queuing (Query) Query Stage Complete (WakeUp)
2015-07-17 09:56:03.802 Detail, 
2015-07-17 09:56:03.803 Info, Node005, Sending (WakeUp) message (Callback ID=0x0c, Expected Reply=0x04) - WakeUpCmd_IntervalGet (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x84, 0x05, 0x25, 0x0c, 0x4a
2015-07-17 09:56:03.817 Detail, Node005,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2015-07-17 09:56:03.819 Detail, Node005,   ZW_SEND_DATA delivered to Z-Wave stack
Segmentation fault

Let me know if you need other informations

Fishwaldo commented 9 years ago

I'll need a GDB backtrack at least. Logs are not very helpful for segfaults.

nechry commented 9 years ago

Oki Justin, I'm on a raspberry pi I have to figure how to got your GDB backtrack I can also confirm the issues still in OpenZwave Version 1.3.401

nechry commented 9 years ago

I try to use gdb, the control panel wont start

pi@raspberrypi ~/open-zwave-control-panel $ gdb ./ozwcp -p 8000 
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabihf".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/pi/open-zwave-control-panel/ozwcp...done.
Attaching to program: /home/pi/open-zwave-control-panel/ozwcp, process 8000
ptrace: No such process.
(gdb) run
Starting program: /home/pi/open-zwave-control-panel/ozwcp 

Program received signal SIGILL, Illegal instruction.
0xb6fe8acc in ?? () from /lib/ld-linux-armhf.so.3
(gdb) 

I'm newbie with this tool, me be I go wrong

Fishwaldo commented 9 years ago

Commandline is gdb ./ozwcp then when GDB is running: Run -p 8080

nechry commented 9 years ago

same...

pi@raspberrypi ~/zwave-control-panel $ gdb ./ozwcp
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabihf".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/pi/zwave-control-panel/ozwcp...done.
(gdb) run -p 8000
Starting program: /home/pi/zwave-control-panel/ozwcp -p 8000

Program received signal SIGILL, Illegal instruction.
0xb6fe8acc in ?? () from /lib/ld-linux-armhf.so.3
ualex73 commented 9 years ago

can you type in: bt full

(backtrace full) - should give some information where something goes wrong.

2015-07-18 15:18 GMT+02:00 Jean-François Auger notifications@github.com:

same...

pi@raspberrypi ~/zwave-control-panel $ gdb ./ozwcp GNU gdb (GDB) 7.4.1-debian Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "arm-linux-gnueabihf". For bug reporting instructions, please see: http://www.gnu.org/software/gdb/bugs/... Reading symbols from /home/pi/zwave-control-panel/ozwcp...done. (gdb) run -p 8000 Starting program: /home/pi/zwave-control-panel/ozwcp -p 8000

Program received signal SIGILL, Illegal instruction. 0xb6fe8acc in ?? () from /lib/ld-linux-armhf.so.3

— Reply to this email directly or view it on GitHub https://github.com/OpenZWave/open-zwave/issues/626#issuecomment-122542460 .

nechry commented 9 years ago

(gdb) bt full

0 0xb6fe8acc in ?? () from /lib/ld-linux-armhf.so.3

No symbol table info available.

1 0x00000000 in ?? ()

No symbol table info available.

Fishwaldo commented 9 years ago

that appears to be a GDB issue. Have you updated your rpi to the very latest? https://github.com/raspberrypi/linux/issues/766

the other option is to start ozwcp as normal, then attach gdb with the command line "gdb -p " then trigger the error, and hopefully get a meaningful backtrace.

nechry commented 9 years ago

Hi Justin,

so it's not just because I'm not good, I check, but don't found this thread. Now it's my turn out of office until end of week. I will try to update my rpi.

I will also try the other way, launch in background the ozwcp and attach the gdb.

mainly all zwave Thermostat device have a issues, I hope I will give you all expected information to close this issue. You don't have any Thermostat device?

Fishwaldo commented 9 years ago

I live in the tropics where the temperature doesn't dip below 30! so, no, no Thermostat.

if all Thermostat have issues, it sounds like something else. Not the Security Class (maybe the new ZWPlus classes etc?)

nechry commented 9 years ago

I will fugure to report everything you need. The only thing I know it' working until middle of may before the big merge. I also look nothing changes in any thermostat cc. So yes somewhere else

nechry commented 9 years ago

By the way, thermostat are also use with climate control for cooling system!

Fishwaldo commented 9 years ago

The aircon's over here are usually split system wall mounted units. they don't support interfacing with traditional thermostats. Most come with IR remotes and newer ones are WIFI enabled. So no luck there.

nechry commented 9 years ago

Ok, we got also another issue with the remotec zxt-120 use as zwave bridge with ir device like cooling system, but is my next fight

nechry commented 9 years ago

start openzwave control panel

gdb ./ozwcp 
run -p 8000

init control panel and start inclusion

2015-07-26 14:20:19.176 Info, ADD_NODE_STATUS_PROTOCOL_DONE
2015-07-26 14:20:19.178 Detail, contrlr, Queuing (Command) Add Node Stop: 0x01, 0x04, 0x00, 0x4a, 0x05, 0xb4
2015-07-26 14:20:19.179 Detail, Notification: ControllerCommand - InProgress
2015-07-26 14:20:19.181 Info, Notification: ControllerCommand home f58ba856 Event 6 Error 0
2015-07-26 14:20:19.182 Detail, 
2015-07-26 14:20:19.184 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x4a) - Add Node Stop: 0x01, 0x04, 0x00, 0x4a, 0x05, 0xb4
2015-07-26 14:20:19.281 Detail, contrlr,   Received: 0x01, 0x07, 0x00, 0x4a, 0x3d, 0x06, 0x0b, 0x00, 0x82
2015-07-26 14:20:19.283 Detail, 
2015-07-26 14:20:19.285 Info, contrlr, FUNC_ID_ZW_ADD_NODE_TO_NETWORK:
2015-07-26 14:20:19.287 Info, contrlr, ADD_NODE_STATUS_DONE
2015-07-26 14:20:19.289 Detail, Node011, AdvanceQueries queryPending=0 queryRetries=0 queryStage=None live=1
2015-07-26 14:20:19.290 Detail, Node011, QueryStage_ProtocolInfo
2015-07-26 14:20:19.292 Detail, Node011, Queuing (Query) Get Node Protocol Info (Node=11): 0x01, 0x04, 0x00, 0x41, 0x0b, 0xb1
2015-07-26 14:20:19.293 Detail, Node011, Queuing (Query) Query Stage Complete (ProtocolInfo)
2015-07-26 14:20:19.294 Info, Node011, Initilizing Node. New Node: true (true)
2015-07-26 14:20:19.297 Detail, Node006,   Expected reply was received
2015-07-26 14:20:19.299 Detail, Node006,   Message transaction complete
2015-07-26 14:20:19.301 Detail, 
2015-07-26 14:20:19.302 Detail, contrlr, Removing current message
2015-07-26 14:20:19.304 Detail, Node011, Notification: NodeAdded
2015-07-26 14:20:19.306 Info, Notification: Node Added Home f58ba856 Node 11 Genre basic Class NO OPERATION Instance 0 Index 0 Type bool
2015-07-26 14:20:19.307 Detail, Notification: ControllerCommand - Completed
2015-07-26 14:20:19.308 Info, Notification: ControllerCommand home f58ba856 Event 7 Error 0
2015-07-26 14:20:19.310 Detail, 
2015-07-26 14:20:19.312 Info, Node011, Sending (Query) message (Callback ID=0x00, Expected Reply=0x41) - Get Node Protocol Info (Node=11): 0x01, 0x04, 0x00, 0x41, 0x0b, 0xb1
2015-07-26 14:20:19.317 Detail, Node011,   Received: 0x01, 0x09, 0x01, 0x41, 0x12, 0x96, 0x00, 0x01, 0x08, 0x00, 0x3b
2015-07-26 14:20:19.319 Detail, 
2015-07-26 14:20:19.321 Info, Node011, Received reply to FUNC_ID_ZW_GET_NODE_PROTOCOL_INFO
2015-07-26 14:20:19.323 Info, Node011,   Protocol Info for Node 11:
2015-07-26 14:20:19.325 Info, Node011,     Listening     = false
2015-07-26 14:20:19.327 Info, Node011,     Frequent      = false
2015-07-26 14:20:19.328 Info, Node011,     Beaming       = true
2015-07-26 14:20:19.330 Info, Node011,     Routing       = false
2015-07-26 14:20:19.331 Info, Node011,     Max Baud Rate = 40000
2015-07-26 14:20:19.333 Info, Node011,     Version       = 3
2015-07-26 14:20:19.334 Info, Node011,     Security      = false
2015-07-26 14:20:19.363 Info, Node011,   Basic device class    (0x01) - Controller
2015-07-26 14:20:19.365 Info, Node011,   Generic device Class  (0x08) - Thermostat
2015-07-26 14:20:19.366 Info, Node011,   No specific device class defined
2015-07-26 14:20:19.369 Info, Node011,     COMMAND_CLASS_BASIC is not mapped
2015-07-26 14:20:19.371 Info, Node011,   Mandatory Command Classes for Node 11:
2015-07-26 14:20:19.373 Info, Node011,     COMMAND_CLASS_BASIC
2015-07-26 14:20:19.375 Info, Node011,     COMMAND_CLASS_WAKE_UP
2015-07-26 14:20:19.376 Info, Node011,   Mandatory Command Classes controlled by Node 11:
2015-07-26 14:20:19.377 Info, Node011,     None
2015-07-26 14:20:19.379 Detail, Node150,   Expected reply was received
2015-07-26 14:20:19.380 Detail, Node150,   Message transaction complete
2015-07-26 14:20:19.381 Detail, 
2015-07-26 14:20:19.383 Detail, Node011, Removing current message
2015-07-26 14:20:19.385 Detail, Node011, Notification: NodeProtocolInfo
2015-07-26 14:20:19.386 Info, Notification: Node Protocol Info Home f58ba856 Node 11 Genre basic Class NO OPERATION Instance 0 Index 0 Type bool
2015-07-26 14:20:19.388 Detail, Node011, Notification: ValueAdded
2015-07-26 14:20:19.389 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre system Class WAKE UP Instance 1 Index 0 Type int
2015-07-26 14:20:19.391 Detail, Node011, Notification: ValueAdded
2015-07-26 14:20:19.392 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre basic Class BASIC Instance 1 Index 0 Type byte
2015-07-26 14:20:19.400 Detail, Node011, Query Stage Complete (ProtocolInfo)
2015-07-26 14:20:19.401 Detail, Node011, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Probe live=1
2015-07-26 14:20:19.403 Detail, Node011, QueryStage_Probe
2015-07-26 14:20:19.404 Info, Node011, NoOperation::Set - Routing=true
2015-07-26 14:20:19.407 Detail, Node011, Queuing (NoOp) NoOperation_Set (Node=11): 0x01, 0x09, 0x00, 0x13, 0x0b, 0x02, 0x00, 0x00, 0x25, 0x3e, 0xf7
2015-07-26 14:20:19.409 Detail, Node011, Queuing (Query) Query Stage Complete (Probe)
2015-07-26 14:20:19.410 Detail, 
2015-07-26 14:20:19.412 Info, Node011, Sending (NoOp) message (Callback ID=0x3e, Expected Reply=0x13) - NoOperation_Set (Node=11): 0x01, 0x09, 0x00, 0x13, 0x0b, 0x02, 0x00, 0x00, 0x25, 0x3e, 0xf7
2015-07-26 14:20:19.423 Detail, Node011,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2015-07-26 14:20:19.425 Detail, Node011,   ZW_SEND_DATA delivered to Z-Wave stack
2015-07-26 14:20:19.440 Detail, Node011,   Received: 0x01, 0x07, 0x00, 0x13, 0x3e, 0x00, 0x00, 0x02, 0xd7
2015-07-26 14:20:19.442 Detail, Node011,   ZW_SEND_DATA Request with callback ID 0x3e received (expected 0x3e)
2015-07-26 14:20:19.443 Info, Node011, Request RTT 27 Average Request RTT 27
2015-07-26 14:20:19.445 Detail,   Expected callbackId was received
2015-07-26 14:20:19.446 Detail,   Expected reply was received
2015-07-26 14:20:19.448 Detail,   Message transaction complete
2015-07-26 14:20:19.449 Detail, 
2015-07-26 14:20:19.451 Detail, Node011, Removing current message
2015-07-26 14:20:19.452 Detail, Node011, Notification: Notification - NoOperation
2015-07-26 14:20:19.454 Info, Notification: Notification home f58ba856 node 11 No Operation Message Complete
2015-07-26 14:20:19.456 Detail, Node011, Query Stage Complete (Probe)
2015-07-26 14:20:19.457 Detail, Node011, AdvanceQueries queryPending=0 queryRetries=0 queryStage=WakeUp live=1
2015-07-26 14:20:19.458 Detail, Node011, QueryStage_WakeUp
2015-07-26 14:20:19.460 Detail, Node011, Queuing (WakeUp) WakeUpCmd_IntervalGet (Node=11): 0x01, 0x09, 0x00, 0x13, 0x0b, 0x02, 0x84, 0x05, 0x25, 0x3f, 0x77
2015-07-26 14:20:19.461 Detail, Node011, Queuing (Query) Query Stage Complete (WakeUp)
2015-07-26 14:20:19.463 Detail, 
2015-07-26 14:20:19.465 Info, Node011, Sending (WakeUp) message (Callback ID=0x3f, Expected Reply=0x04) - WakeUpCmd_IntervalGet (Node=11): 0x01, 0x09, 0x00, 0x13, 0x0b, 0x02, 0x84, 0x05, 0x25, 0x3f, 0x77
2015-07-26 14:20:19.475 Detail, Node011,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2015-07-26 14:20:19.477 Detail, Node011,   ZW_SEND_DATA delivered to Z-Wave stack
2015-07-26 14:20:19.492 Detail, Node011,   Received: 0x01, 0x07, 0x00, 0x13, 0x3f, 0x00, 0x00, 0x02, 0xd6
2015-07-26 14:20:19.494 Detail, Node011,   ZW_SEND_DATA Request with callback ID 0x3f received (expected 0x3f)
2015-07-26 14:20:19.495 Info, Node011, Request RTT 27 Average Request RTT 27
2015-07-26 14:20:19.498 Detail,   Expected callbackId was received
2015-07-26 14:20:19.504 Detail, Node011,   Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x0b, 0x06, 0x84, 0x06, 0x01, 0x51, 0x80, 0x01, 0xa9
2015-07-26 14:20:19.505 Detail, 
2015-07-26 14:20:19.507 Info, Node011, Response RTT 39 Average Response RTT 39
2015-07-26 14:20:19.508 Info, Node011, Received Wakeup Interval report from node 11: Interval=86400, Target Node=1
2015-07-26 14:20:19.510 Detail, Node011, Initial read of value
2015-07-26 14:20:19.511 Detail, Node011,   Expected reply and command class was received
2015-07-26 14:20:19.513 Detail, Node011,   Message transaction complete
2015-07-26 14:20:19.514 Detail, 
2015-07-26 14:20:19.516 Detail, Node011, Removing current message
2015-07-26 14:20:19.518 Detail, Node011, Notification: ValueChanged
2015-07-26 14:20:19.520 Info, Notification: Value Changed Home 0xf58ba856 Node 11 Genre system Class WAKE UP Instance 1 Index 0 Type int
2015-07-26 14:20:19.522 Detail, Node011, Query Stage Complete (WakeUp)
2015-07-26 14:20:19.523 Detail, Node011, AdvanceQueries queryPending=0 queryRetries=0 queryStage=ManufacturerSpecific1 live=1
2015-07-26 14:20:19.524 Detail, Node011, QueryStage_ManufacturerSpecific1
2015-07-26 14:20:19.526 Detail, Node011, Checking for ManufacturerSpecific CC and Requesting values if present on this node
2015-07-26 14:20:19.527 Detail, Node011, QueryStage_NodeInfo
2015-07-26 14:20:19.529 Detail, Node011, Queuing (Query) Request Node Info (Node=11): 0x01, 0x04, 0x00, 0x60, 0x0b, 0x90
2015-07-26 14:20:19.530 Detail, Node011, Queuing (Query) Query Stage Complete (NodeInfo)
2015-07-26 14:20:19.532 Detail, 
2015-07-26 14:20:19.534 Info, Node011, Sending (Query) message (Callback ID=0x00, Expected Reply=0x49) - Request Node Info (Node=11): 0x01, 0x04, 0x00, 0x60, 0x0b, 0x90
2015-07-26 14:20:19.544 Detail, Node011,   Received: 0x01, 0x04, 0x01, 0x60, 0x01, 0x9b
2015-07-26 14:20:19.546 Detail, 
2015-07-26 14:20:19.547 Info, Node155, FUNC_ID_ZW_REQUEST_NODE_INFO Request successful.
2015-07-26 14:20:19.576 Detail, Node011,   Received: 0x01, 0x14, 0x00, 0x49, 0x84, 0x0b, 0x0e, 0x01, 0x08, 0x00, 0x72, 0x86, 0x80, 0x84, 0x31, 0x43, 0x85, 0x70, 0xef, 0x40, 0x25, 0xd7
2015-07-26 14:20:19.578 Detail, 
2015-07-26 14:20:19.579 Info, Node011, UPDATE_STATE_NODE_INFO_RECEIVED from node 11
2015-07-26 14:20:19.581 Info, Node011,   Optional command classes for node 11:
2015-07-26 14:20:19.583 Info, Node011,     COMMAND_CLASS_MANUFACTURER_SPECIFIC
2015-07-26 14:20:19.585 Info, Node011,     COMMAND_CLASS_VERSION
2015-07-26 14:20:19.586 Info, Node011,     COMMAND_CLASS_BATTERY
2015-07-26 14:20:19.587 Info, Node011,     COMMAND_CLASS_WAKE_UP (Existing)
2015-07-26 14:20:19.589 Info, Node011,     COMMAND_CLASS_SENSOR_MULTILEVEL
2015-07-26 14:20:19.590 Info, Node011,     COMMAND_CLASS_THERMOSTAT_SETPOINT
2015-07-26 14:20:19.592 Info, Node011,     COMMAND_CLASS_ASSOCIATION
2015-07-26 14:20:19.594 Info, Node011,     COMMAND_CLASS_CONFIGURATION
2015-07-26 14:20:19.595 Info, Node011,   Optional command classes controlled by node 11:
2015-07-26 14:20:19.596 Info, Node011,     COMMAND_CLASS_THERMOSTAT_MODE
2015-07-26 14:20:19.598 Info, Node011,     COMMAND_CLASS_SWITCH_BINARY
2015-07-26 14:20:19.599 Detail, Node011, AdvanceQueries queryPending=1 queryRetries=0 queryStage=NodeInfo live=1
2015-07-26 14:20:19.601 Detail, Node011,   Expected reply was received
2015-07-26 14:20:19.603 Detail, Node011,   Message transaction complete
2015-07-26 14:20:19.604 Detail, 
2015-07-26 14:20:19.605 Detail, Node011, Removing current message
2015-07-26 14:20:19.608 Detail, Node011, Notification: ValueAdded
2015-07-26 14:20:19.609 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre system Class VERSION Instance 1 Index 0 Type string
2015-07-26 14:20:19.611 Detail, Node011, Notification: ValueAdded
2015-07-26 14:20:19.613 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre system Class VERSION Instance 1 Index 1 Type string
2015-07-26 14:20:19.614 Detail, Node011, Notification: ValueAdded
2015-07-26 14:20:19.616 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre system Class VERSION Instance 1 Index 2 Type string
2015-07-26 14:20:19.617 Detail, Node011, Notification: ValueAdded
2015-07-26 14:20:19.619 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre user Class BATTERY Instance 1 Index 0 Type byte
2015-07-26 14:20:19.620 Detail, Node011, Notification: ValueAdded
2015-07-26 14:20:19.622 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre user Class THERMOSTAT MODE Instance 1 Index 0 Type list
2015-07-26 14:20:19.623 Detail, Node011, Notification: ValueAdded
2015-07-26 14:20:19.625 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre user Class SWITCH BINARY Instance 1 Index 0 Type bool
2015-07-26 14:20:19.626 Detail, Node011, Query Stage Complete (NodeInfo)
2015-07-26 14:20:19.628 Detail, Node011, AdvanceQueries queryPending=0 queryRetries=0 queryStage=SecurityReport live=1
2015-07-26 14:20:19.629 Detail, Node011, QueryStage_SecurityReport
2015-07-26 14:20:19.631 Detail, Node011, QueryStage_ManufacturerSpecific2
2015-07-26 14:20:19.634 Detail, Node011, Queuing (Query) ManufacturerSpecificCmd_Get (Node=11): 0x01, 0x09, 0x00, 0x13, 0x0b, 0x02, 0x72, 0x04, 0x25, 0x40, 0xff
2015-07-26 14:20:19.635 Detail, Node011, Queuing (Query) Query Stage Complete (ManufacturerSpecific2)
2015-07-26 14:20:19.638 Detail, 
2015-07-26 14:20:19.639 Info, Node011, Sending (Query) message (Callback ID=0x40, Expected Reply=0x04) - ManufacturerSpecificCmd_Get (Node=11): 0x01, 0x09, 0x00, 0x13, 0x0b, 0x02, 0x72, 0x04, 0x25, 0x40, 0xff
2015-07-26 14:20:19.650 Detail, Node011,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2015-07-26 14:20:19.651 Detail, Node011,   ZW_SEND_DATA delivered to Z-Wave stack
2015-07-26 14:20:19.666 Detail, Node011,   Received: 0x01, 0x07, 0x00, 0x13, 0x40, 0x00, 0x00, 0x02, 0xa9
2015-07-26 14:20:19.668 Detail, Node011,   ZW_SEND_DATA Request with callback ID 0x40 received (expected 0x40)
2015-07-26 14:20:19.669 Info, Node011, Request RTT 28 Average Request RTT 27
2015-07-26 14:20:19.671 Detail,   Expected callbackId was received
2015-07-26 14:20:19.678 Detail, Node011,   Received: 0x01, 0x0e, 0x00, 0x04, 0x00, 0x0b, 0x08, 0x72, 0x05, 0x00, 0x59, 0x00, 0x01, 0x00, 0x03, 0xda
2015-07-26 14:20:19.680 Detail, 
2015-07-26 14:20:19.681 Info, Node011, Response RTT 39 Average Response RTT 39
2015-07-26 14:20:19.751 Info, Node011,   Opening config param file ./config/horstmann/hrt4zw.xml
2015-07-26 14:20:19.762 Info, Node011, Received manufacturer specific report from node 11: Manufacturer=Horstmann, Product=HRT4-ZW Thermostat Transmitter
2015-07-26 14:20:19.763 Detail, Node011,   Expected reply and command class was received
2015-07-26 14:20:19.765 Detail, Node011,   Message transaction complete
2015-07-26 14:20:19.767 Detail, 
2015-07-26 14:20:19.768 Detail, Node011, Removing current message
2015-07-26 14:20:19.770 Detail, Node011, Notification: ValueAdded
2015-07-26 14:20:19.771 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre config Class CONFIGURATION Instance 1 Index 1 Type byte
2015-07-26 14:20:19.773 Detail, Node011, Notification: ValueAdded
2015-07-26 14:20:19.775 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre config Class CONFIGURATION Instance 1 Index 2 Type byte
2015-07-26 14:20:19.776 Detail, Node011, Notification: ValueAdded
2015-07-26 14:20:19.777 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre config Class CONFIGURATION Instance 1 Index 3 Type byte
2015-07-26 14:20:19.779 Detail, Node011, Notification: Group
2015-07-26 14:20:19.780 Info, Notification: Group Home 0xf58ba856 Node 11 Group 1
addGroup: node 11 group 1 n 0
2015-07-26 14:20:19.783 Detail, Node011, Notification: Group
2015-07-26 14:20:19.785 Info, Notification: Group Home 0xf58ba856 Node 11 Group 2
addGroup: node 11 group 2 n 0
2015-07-26 14:20:19.787 Detail, Node011, Notification: Group
2015-07-26 14:20:19.790 Info, Notification: Group Home 0xf58ba856 Node 11 Group 3
addGroup: node 11 group 3 n 0
2015-07-26 14:20:19.792 Detail, Node011, Notification: Group
2015-07-26 14:20:19.794 Info, Notification: Group Home 0xf58ba856 Node 11 Group 4
addGroup: node 11 group 4 n 0
2015-07-26 14:20:19.796 Detail, Node011, Notification: Group
2015-07-26 14:20:19.798 Info, Notification: Group Home 0xf58ba856 Node 11 Group 5
addGroup: node 11 group 5 n 0
2015-07-26 14:20:19.800 Detail, Node011, Notification: NodeNaming
2015-07-26 14:20:19.802 Info, Notification: Node Naming Home f58ba856 Node 11 Genre basic Class NO OPERATION Instance 0 Index 0 Type bool
2015-07-26 14:20:19.804 Detail, Node011, Query Stage Complete (ManufacturerSpecific2)
2015-07-26 14:20:19.805 Detail, Node011, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Versions live=1
2015-07-26 14:20:19.806 Detail, Node011, QueryStage_Versions
2015-07-26 14:20:19.808 Info, Node011, Requesting Versions
2015-07-26 14:20:19.809 Info, Node011, Requesting Versions for COMMAND_CLASS_NO_OPERATION
2015-07-26 14:20:19.811 Info, Node011, Requesting Versions for COMMAND_CLASS_BASIC
2015-07-26 14:20:19.812 Info, Node011, Requesting Versions for COMMAND_CLASS_SWITCH_BINARY
2015-07-26 14:20:19.814 Info, Node011, Requesting Versions for COMMAND_CLASS_SENSOR_MULTILEVEL
2015-07-26 14:20:19.815 Info, Node011,  ok
2015-07-26 14:20:19.817 Detail, Node011, Queuing (Send) VersionCmd_CommandClassGet (Node=11): 0x01, 0x0a, 0x00, 0x13, 0x0b, 0x03, 0x86, 0x13, 0x31, 0x25, 0x41, 0x2e
2015-07-26 14:20:19.818 Info, Node011, Requesting Versions for COMMAND_CLASS_THERMOSTAT_MODE
2015-07-26 14:20:19.820 Info, Node011, Requesting Versions for COMMAND_CLASS_THERMOSTAT_SETPOINT
2015-07-26 14:20:19.822 Info, Node011, Requesting Versions for COMMAND_CLASS_CONFIGURATION
2015-07-26 14:20:19.823 Info, Node011, Requesting Versions for COMMAND_CLASS_MANUFACTURER_SPECIFIC
2015-07-26 14:20:19.824 Info, Node011, Requesting Versions for COMMAND_CLASS_BATTERY
2015-07-26 14:20:19.826 Info, Node011, Requesting Versions for COMMAND_CLASS_WAKE_UP
2015-07-26 14:20:19.828 Info, Node011,  ok
2015-07-26 14:20:19.830 Detail, Node011, Queuing (Send) VersionCmd_CommandClassGet (Node=11): 0x01, 0x0a, 0x00, 0x13, 0x0b, 0x03, 0x86, 0x13, 0x84, 0x25, 0x42, 0x98
2015-07-26 14:20:19.832 Info, Node011, Requesting Versions for COMMAND_CLASS_ASSOCIATION
2015-07-26 14:20:19.834 Info, Node011, Requesting Versions for COMMAND_CLASS_VERSION
2015-07-26 14:20:19.835 Detail, Node011, Queuing (Query) Query Stage Complete (Versions)
2015-07-26 14:20:19.837 Detail, 
2015-07-26 14:20:19.839 Info, Node011, Sending (Send) message (Callback ID=0x41, Expected Reply=0x04) - VersionCmd_CommandClassGet (Node=11): 0x01, 0x0a, 0x00, 0x13, 0x0b, 0x03, 0x86, 0x13, 0x31, 0x25, 0x41, 0x2e
2015-07-26 14:20:19.849 Detail, Node011,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2015-07-26 14:20:19.851 Detail, Node011,   ZW_SEND_DATA delivered to Z-Wave stack
2015-07-26 14:20:19.866 Detail, Node011,   Received: 0x01, 0x07, 0x00, 0x13, 0x41, 0x00, 0x00, 0x02, 0xa8
2015-07-26 14:20:19.868 Detail, Node011,   ZW_SEND_DATA Request with callback ID 0x41 received (expected 0x41)
2015-07-26 14:20:19.869 Info, Node011, Request RTT 28 Average Request RTT 27
2015-07-26 14:20:19.871 Detail,   Expected callbackId was received
2015-07-26 14:20:19.877 Detail, Node011,   Received: 0x01, 0x0a, 0x00, 0x04, 0x00, 0x0b, 0x04, 0x86, 0x14, 0x31, 0x01, 0x5c
2015-07-26 14:20:19.878 Detail, 
2015-07-26 14:20:19.880 Info, Node011, Response RTT 39 Average Response RTT 39
2015-07-26 14:20:19.881 Info, Node011, Received Command Class Version report from node 11: CommandClass=COMMAND_CLASS_SENSOR_MULTILEVEL, Version=1
2015-07-26 14:20:19.884 Detail, Node011,   Expected reply and command class was received
2015-07-26 14:20:19.885 Detail, Node011,   Message transaction complete
2015-07-26 14:20:19.887 Detail, 
2015-07-26 14:20:19.888 Detail, Node011, Removing current message
2015-07-26 14:20:19.890 Detail, 
2015-07-26 14:20:19.891 Info, Node011, Sending (Send) message (Callback ID=0x42, Expected Reply=0x04) - VersionCmd_CommandClassGet (Node=11): 0x01, 0x0a, 0x00, 0x13, 0x0b, 0x03, 0x86, 0x13, 0x84, 0x25, 0x42, 0x98
2015-07-26 14:20:19.902 Detail, Node011,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2015-07-26 14:20:19.904 Detail, Node011,   ZW_SEND_DATA delivered to Z-Wave stack
2015-07-26 14:20:19.918 Detail, Node011,   Received: 0x01, 0x07, 0x00, 0x13, 0x42, 0x00, 0x00, 0x02, 0xab
2015-07-26 14:20:19.920 Detail, Node011,   ZW_SEND_DATA Request with callback ID 0x42 received (expected 0x42)
2015-07-26 14:20:19.922 Info, Node011, Request RTT 28 Average Request RTT 27
2015-07-26 14:20:19.923 Detail,   Expected callbackId was received
2015-07-26 14:20:19.929 Detail, Node011,   Received: 0x01, 0x0a, 0x00, 0x04, 0x00, 0x0b, 0x04, 0x86, 0x14, 0x84, 0x02, 0xea
2015-07-26 14:20:19.931 Detail, 
2015-07-26 14:20:19.932 Info, Node011, Response RTT 38 Average Response RTT 38
2015-07-26 14:20:19.934 Info, Node011, Received Command Class Version report from node 11: CommandClass=COMMAND_CLASS_WAKE_UP, Version=2
2015-07-26 14:20:19.936 Detail, Node011,   Expected reply and command class was received
2015-07-26 14:20:19.937 Detail, Node011,   Message transaction complete
2015-07-26 14:20:19.938 Detail, 
2015-07-26 14:20:19.940 Detail, Node011, Removing current message
2015-07-26 14:20:19.942 Detail, Node011, Notification: ValueAdded
2015-07-26 14:20:19.943 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre system Class WAKE UP Instance 1 Index 1 Type int
2015-07-26 14:20:19.945 Detail, Node011, Notification: ValueAdded
2015-07-26 14:20:19.946 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre system Class WAKE UP Instance 1 Index 2 Type int
2015-07-26 14:20:19.948 Detail, Node011, Notification: ValueAdded
2015-07-26 14:20:19.951 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre system Class WAKE UP Instance 1 Index 3 Type int
2015-07-26 14:20:19.952 Detail, Node011, Notification: ValueAdded
2015-07-26 14:20:19.954 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre system Class WAKE UP Instance 1 Index 4 Type int
2015-07-26 14:20:19.956 Detail, Node011, Query Stage Complete (Versions)
2015-07-26 14:20:19.957 Detail, Node011, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Instances live=1
2015-07-26 14:20:19.959 Detail, Node011, QueryStage_Instances
2015-07-26 14:20:19.961 Info, Node011, Essential node queries are complete
2015-07-26 14:20:19.962 Detail, Node011, QueryStage_Static
2015-07-26 14:20:19.964 Detail, Node011, Queuing (Query) ThermostatSetpointCmd_SupportedGet (Node=11): 0x01, 0x09, 0x00, 0x13, 0x0b, 0x02, 0x43, 0x04, 0x25, 0x43, 0xcd
2015-07-26 14:20:19.966 Detail, Node011, Queuing (Query) WakeUpCmd_IntervalCapabilityGet (Node=11): 0x01, 0x09, 0x00, 0x13, 0x0b, 0x02, 0x84, 0x09, 0x25, 0x44, 0x00
2015-07-26 14:20:19.967 Detail, Node011, Queuing (Query) AssociationCmd_GroupingsGet (Node=11): 0x01, 0x09, 0x00, 0x13, 0x0b, 0x02, 0x85, 0x05, 0x25, 0x45, 0x0c
2015-07-26 14:20:19.970 Detail, Node011, Queuing (Query) VersionCmd_Get (Node=11): 0x01, 0x09, 0x00, 0x13, 0x0b, 0x02, 0x86, 0x11, 0x25, 0x46, 0x18
2015-07-26 14:20:19.972 Detail, Node011, Queuing (Query) Query Stage Complete (Static)
2015-07-26 14:20:19.974 Detail, Node011, Notification: EssentialNodeQueriesComplete
2015-07-26 14:20:19.976 Info, Notification: Essential Node 11 Queries Complete
2015-07-26 14:20:19.977 Detail, 
2015-07-26 14:20:19.979 Info, Node011, Sending (Query) message (Callback ID=0x43, Expected Reply=0x04) - ThermostatSetpointCmd_SupportedGet (Node=11): 0x01, 0x09, 0x00, 0x13, 0x0b, 0x02, 0x43, 0x04, 0x25, 0x43, 0xcd
2015-07-26 14:20:19.989 Detail, Node011,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2015-07-26 14:20:19.991 Detail, Node011,   ZW_SEND_DATA delivered to Z-Wave stack
2015-07-26 14:20:20.005 Detail, Node011,   Received: 0x01, 0x07, 0x00, 0x13, 0x43, 0x00, 0x00, 0x02, 0xaa
2015-07-26 14:20:20.007 Detail, Node011,   ZW_SEND_DATA Request with callback ID 0x43 received (expected 0x43)
2015-07-26 14:20:20.009 Info, Node011, Request RTT 29 Average Request RTT 28
2015-07-26 14:20:20.010 Detail,   Expected callbackId was received
2015-07-26 14:20:20.016 Detail, Node011,   Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x0b, 0x03, 0x43, 0x05, 0x02, 0xbe
2015-07-26 14:20:20.018 Detail, 
2015-07-26 14:20:20.019 Info, Node011, Response RTT 39 Average Response RTT 38
2015-07-26 14:20:20.020 Info, Node011, Received supported thermostat setpoints
2015-07-26 14:20:20.022 Info, Node011,     Added setpoint: Heating 1
2015-07-26 14:20:20.023 Detail, Node011,   Expected reply and command class was received
2015-07-26 14:20:20.025 Detail, Node011,   Message transaction complete
2015-07-26 14:20:20.026 Detail, 
2015-07-26 14:20:20.028 Detail, Node011, Removing current message
2015-07-26 14:20:20.030 Detail, Node011, Notification: ValueAdded
2015-07-26 14:20:20.031 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre user Class THERMOSTAT SETPOINT Instance 1 Index 1 Type decimal
2015-07-26 14:20:20.033 Detail, 
2015-07-26 14:20:20.034 Info, Node011, Sending (Query) message (Callback ID=0x44, Expected Reply=0x04) - WakeUpCmd_IntervalCapabilityGet (Node=11): 0x01, 0x09, 0x00, 0x13, 0x0b, 0x02, 0x84, 0x09, 0x25, 0x44, 0x00
2015-07-26 14:20:20.045 Detail, Node011,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2015-07-26 14:20:20.047 Detail, Node011,   ZW_SEND_DATA delivered to Z-Wave stack
2015-07-26 14:20:20.062 Detail, Node011,   Received: 0x01, 0x07, 0x00, 0x13, 0x44, 0x00, 0x00, 0x02, 0xad
2015-07-26 14:20:20.064 Detail, Node011,   ZW_SEND_DATA Request with callback ID 0x44 received (expected 0x44)
2015-07-26 14:20:20.066 Info, Node011, Request RTT 29 Average Request RTT 28
2015-07-26 14:20:20.068 Detail,   Expected callbackId was received
2015-07-26 14:20:20.075 Detail, Node011,   Received: 0x01, 0x14, 0x00, 0x04, 0x00, 0x0b, 0x0e, 0x84, 0x0a, 0x00, 0x01, 0x00, 0x01, 0xff, 0xff, 0x01, 0x51, 0x80, 0x00, 0x00, 0x01, 0xb5
2015-07-26 14:20:20.077 Detail, 
2015-07-26 14:20:20.078 Info, Node011, Response RTT 42 Average Response RTT 40
2015-07-26 14:20:20.081 Info, Node011, Received Wakeup Interval Capability report from node 11: Min Interval=256, Max Interval=131071, Default Interval=86400, Interval Step=1
2015-07-26 14:20:20.082 Detail, Node011, Initial read of value
2015-07-26 14:20:20.085 Detail, Node011, Initial read of value
2015-07-26 14:20:20.086 Detail, Node011, Initial read of value
2015-07-26 14:20:20.088 Detail, Node011, Initial read of value
2015-07-26 14:20:20.089 Detail, Node011,   Expected reply and command class was received
2015-07-26 14:20:20.091 Detail, Node011,   Message transaction complete
2015-07-26 14:20:20.092 Detail, 
2015-07-26 14:20:20.093 Detail, Node011, Removing current message
2015-07-26 14:20:20.096 Detail, Node011, Notification: ValueChanged
2015-07-26 14:20:20.097 Info, Notification: Value Changed Home 0xf58ba856 Node 11 Genre system Class WAKE UP Instance 1 Index 1 Type int
2015-07-26 14:20:20.098 Detail, Node011, Notification: ValueChanged
2015-07-26 14:20:20.100 Info, Notification: Value Changed Home 0xf58ba856 Node 11 Genre system Class WAKE UP Instance 1 Index 2 Type int
2015-07-26 14:20:20.101 Detail, Node011, Notification: ValueChanged
2015-07-26 14:20:20.103 Info, Notification: Value Changed Home 0xf58ba856 Node 11 Genre system Class WAKE UP Instance 1 Index 3 Type int
2015-07-26 14:20:20.104 Detail, Node011, Notification: ValueChanged
2015-07-26 14:20:20.106 Info, Notification: Value Changed Home 0xf58ba856 Node 11 Genre system Class WAKE UP Instance 1 Index 4 Type int
2015-07-26 14:20:20.108 Detail, 
2015-07-26 14:20:20.109 Info, Node011, Sending (Query) message (Callback ID=0x45, Expected Reply=0x04) - AssociationCmd_GroupingsGet (Node=11): 0x01, 0x09, 0x00, 0x13, 0x0b, 0x02, 0x85, 0x05, 0x25, 0x45, 0x0c
2015-07-26 14:20:20.119 Detail, Node011,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2015-07-26 14:20:20.121 Detail, Node011,   ZW_SEND_DATA delivered to Z-Wave stack
2015-07-26 14:20:20.136 Detail, Node011,   Received: 0x01, 0x07, 0x00, 0x13, 0x45, 0x00, 0x00, 0x02, 0xac
2015-07-26 14:20:20.137 Detail, Node011,   ZW_SEND_DATA Request with callback ID 0x45 received (expected 0x45)
2015-07-26 14:20:20.139 Info, Node011, Request RTT 27 Average Request RTT 27
2015-07-26 14:20:20.140 Detail,   Expected callbackId was received
2015-07-26 14:20:20.146 Detail, Node011,   Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x0b, 0x03, 0x85, 0x06, 0x05, 0x7c
2015-07-26 14:20:20.148 Detail, 
2015-07-26 14:20:20.149 Info, Node011, Response RTT 37 Average Response RTT 38
2015-07-26 14:20:20.150 Info, Node011, Received Association Groupings report from node 11. Number of groups is 5
2015-07-26 14:20:20.153 Detail, Node011,   Expected reply and command class was received
2015-07-26 14:20:20.155 Detail, Node011,   Message transaction complete
2015-07-26 14:20:20.156 Detail, 
2015-07-26 14:20:20.158 Detail, Node011, Removing current message
2015-07-26 14:20:20.159 Detail, 
2015-07-26 14:20:20.162 Info, Node011, Sending (Query) message (Callback ID=0x46, Expected Reply=0x04) - VersionCmd_Get (Node=11): 0x01, 0x09, 0x00, 0x13, 0x0b, 0x02, 0x86, 0x11, 0x25, 0x46, 0x18

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb64e1460 (LWP 2207)]
0x0003ba8c in OpenZWave::Manager::GetValueListSelection(OpenZWave::ValueID const&, std::string*) ()

and the backtrace full:

(gdb) bt full
#0  0x0003ba8c in OpenZWave::Manager::GetValueListSelection(OpenZWave::ValueID const&, std::string*) ()
No symbol table info available.
#1  0x0001e248 in Webserver::web_get_values (this=0xeda78, i=11, ep=0xb3b00e98) at webserver.cpp:249
        strs = {<std::_Vector_base<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >> = {
            _M_impl = {<std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >> = {<__gnu_cxx::new_allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >> = {<No data fields>}, <No data fields>}, _M_start = 0x0, _M_finish = 0x0, 
              _M_end_of_storage = 0x0}}, <No data fields>}
        str = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, 
            _M_p = 0xb6f9bd30 ""}}
        valueElement = 0xb3b034a0
        vals = 0x1452a0
        id = {m_id = 189792260, m_id1 = 16777216, m_homeId = 4119570518}
        str = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, 
            _M_p = 0xb6f9bd30 ""}}
        j = 6
        idcnt = 16
#2  0x000214ec in Webserver::SendPollResponse (this=0xeda78, conn=0xedf00) at webserver.cpp:776
        listening = false
        flirs = false
        nodeElement = 0xb3b00e98
        str = "0\000\070ba856\000\000\000\000\000\000\000"
        i = 11
        fntemp = "\000\000\000\000\001\000\000\000\000\000\000\000g\000\000\000\001\000\000\000\026\000\000\000HTTP/1.1"
 fn = 0xb6e0e000 "(\277\022"
        ret = 5
        pollElement = 0xb3b005f8
        logElement = 0xb3b00890
        j = 1
        logread = 974
        adminElement = 0xb3b00998
        buf = {st_dev = 45826, __pad1 = 0, st_ino = 76049, st_mode = 33188, st_nlink = 1, st_uid = 1000, st_gid = 1000, st_rdev = 0, __pad2 = 0, st_size = 191895, 
          st_blksize = 4096, st_blocks = 376, st_atim = {tv_sec = 1437126886, tv_nsec = 57193000}, st_mtim = {tv_sec = 1437920420, tv_nsec = 144792552}, st_ctim = {
            tv_sec = 1437920420, tv_nsec = 144792552}, __unused4 = 0, __unused5 = 0}
        logbufsz = 1024
        fp = 0xb3b00890
        decl = 0xb3b00570
        textElement = 0xb3b00468
        updateElement = 0xb3b00e28
        doc = <incomplete type>
        logbuffer = "\n2015-07-26 14:19:48.340 Info, Notification: Group Home 0xf58ba856 Node 8 Group 2\n2015-07-26 14:19:48.343 Detail, Node008, Notification: Group\n2015-07-26 14:19:48.344 Info, Notification: Group Home 0x"...
        bcnt = 41025
#3  0x000227f8 in Webserver::Handler (this=0xeda78, conn=0xedf00, url=0xee384 "/poll.xml", method=0xee380 "GET", version=0xee38e "HTTP/1.1", up_data=0x0, 
    up_data_size=0xb64e0c34, ptr=0xedf2c) at webserver.cpp:1016
        ret = 0
        cp = 0xb3b004d8
#4  0x000224e8 in Webserver::HandlerEP (cls=0xeda78, conn=0xedf00, url=0xee384 "/poll.xml", method=0xee380 "GET", version=0xee38e "HTTP/1.1", up_data=0x0,up_data_size=0xb64e0c34, ptr=0xedf2c) at webserver.cpp:967
        ws = 0xeda78
#5  0x000b2638 in call_connection_handler (connection=0xedf00) at connection.c:1452
        processed = 32
#6  0x000b44d4 in call_connection_handler (connection=0xedf00) at connection.c:1447
No locals.
#7  MHD_connection_handle_idle (connection=0xedf00) at connection.c:2466
        daemon = 0xee380
        timeout = <optimized out>
        end = <optimized out>
        line = <optimized out>
#8  0x000b5420 in MHD_handle_connection (data=0xedf00) at daemon.c:987
        con = 0xedf00
        num_ready = <optimized out>
        rs = {fds_bits = {512, 0 <repeats 31 times>}}
        ws = {fds_bits = {0 <repeats 32 times>}}
        max = 0
        tv = {tv_sec = 0, tv_usec = 0}
        tvp = <optimized out>
        timeout = 0
        now = <optimized out>
        p = {{fd = 0, events = 0, revents = 0}}
#9  0xb6e18c00 in start_thread () from /lib/arm-linux-gnueabihf/libpthread.so.0
No symbol table info available.
#10 0xb6dad728 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6
No symbol table info available.
#11 0xb6dad728 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6
No symbol table info available.
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Warning: the current language does not match this frame.
nechry commented 9 years ago

if I restart with node, previously added

and hit the send NIF button on Thermostat:

2015-07-26 14:28:55.080 Detail, Node011,   Received: 0x01, 0x14, 0x00, 0x49, 0x84, 0x0b, 0x0e, 0x01, 0x08, 0x00, 0x72, 0x86, 0x80, 0x84, 0x31, 0x43, 0x85, 0x70, 0xef, 0x40, 0x25, 0xd7
2015-07-26 14:28:55.082 Detail, 
2015-07-26 14:28:55.084 Info, Node011, UPDATE_STATE_NODE_INFO_RECEIVED from node 11
2015-07-26 14:28:55.085 Info, Node011,   Optional command classes for node 11:
2015-07-26 14:28:55.087 Info, Node011,     COMMAND_CLASS_MANUFACTURER_SPECIFIC
2015-07-26 14:28:55.089 Info, Node011,     COMMAND_CLASS_VERSION
2015-07-26 14:28:55.090 Info, Node011,     COMMAND_CLASS_BATTERY
2015-07-26 14:28:55.091 Info, Node011,     COMMAND_CLASS_WAKE_UP (Existing)
2015-07-26 14:28:55.093 Info, Node011,     COMMAND_CLASS_SENSOR_MULTILEVEL
2015-07-26 14:28:55.095 Info, Node011,     COMMAND_CLASS_THERMOSTAT_SETPOINT
2015-07-26 14:28:55.097 Info, Node011,     COMMAND_CLASS_ASSOCIATION
2015-07-26 14:28:55.099 Info, Node011,     COMMAND_CLASS_CONFIGURATION
2015-07-26 14:28:55.101 Info, Node011,   Optional command classes controlled by node 11:
2015-07-26 14:28:55.102 Info, Node011,     COMMAND_CLASS_THERMOSTAT_MODE
2015-07-26 14:28:55.104 Info, Node011,     COMMAND_CLASS_SWITCH_BINARY
2015-07-26 14:28:55.105 Detail, Node011, AdvanceQueries queryPending=1 queryRetries=0 queryStage=Probe live=1
2015-07-26 14:28:55.108 Info, Node011,   Node 11 has been marked as awake
2015-07-26 14:28:55.109 Detail, Node011, Queuing (Query) Query Stage Complete (Probe)
2015-07-26 14:28:55.111 Detail, Node011, Notification: ValueAdded
2015-07-26 14:28:55.112 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre system Class VERSION Instance 1 Index 0 Type string
2015-07-26 14:28:55.114 Detail, Node011, Notification: ValueAdded
2015-07-26 14:28:55.115 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre system Class VERSION Instance 1 Index 1 Type string
2015-07-26 14:28:55.118 Detail, Node011, Notification: ValueAdded
2015-07-26 14:28:55.119 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre system Class VERSION Instance 1 Index 2 Type string
2015-07-26 14:28:55.121 Detail, Node011, Notification: ValueAdded
2015-07-26 14:28:55.122 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre user Class BATTERY Instance 1 Index 0 Type byte
2015-07-26 14:28:55.124 Detail, Node011, Notification: ValueAdded
2015-07-26 14:28:55.125 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre user Class THERMOSTAT MODE Instance 1 Index 0 Type list
2015-07-26 14:28:55.127 Detail, Node011, Notification: ValueAdded
2015-07-26 14:28:55.128 Info, Notification: Value Added Home 0xf58ba856 Node 11 Genre user Class SWITCH BINARY Instance 1 Index 0 Type bool
2015-07-26 14:28:55.130 Detail, Node011, Notification: Notification - Node Awake
2015-07-26 14:28:55.131 Info, Notification: Notification home f58ba856 node 11 Awake
2015-07-26 14:28:55.133 Detail, Node011, Query Stage Complete (Probe)
2015-07-26 14:28:55.134 Detail, Node011, AdvanceQueries queryPending=0 queryRetries=0 queryStage=WakeUp live=1
2015-07-26 14:28:55.136 Detail, Node011, QueryStage_WakeUp
2015-07-26 14:28:55.138 Detail, Node011, Queuing (WakeUp) WakeUpCmd_IntervalGet (Node=11): 0x01, 0x09, 0x00, 0x13, 0x0b, 0x02, 0x84, 0x05, 0x25, 0x3f, 0x77
2015-07-26 14:28:55.139 Detail, Node011, Queuing (Query) Query Stage Complete (WakeUp)
2015-07-26 14:28:55.141 Detail, 
2015-07-26 14:28:55.142 Info, Node011, Sending (WakeUp) message (Callback ID=0x3f, Expected Reply=0x04) - WakeUpCmd_IntervalGet (Node=11): 0x01, 0x09, 0x00, 0x13, 0x0b, 0x02, 0x84, 0x05, 0x25, 0x3f, 0x77

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb64e1460 (LWP 2214)]
0x0003ba8c in OpenZWave::Manager::GetValueListSelection(OpenZWave::ValueID const&, std::string*) ()
(gdb) 

and the backtrace full:

(gdb) bt full
#0  0x0003ba8c in OpenZWave::Manager::GetValueListSelection(OpenZWave::ValueID const&, std::string*) ()
No symbol table info available.
#1  0x0001e248 in Webserver::web_get_values (this=0xeda78, i=11, ep=0xb3b00e38) at webserver.cpp:249
        strs = {<std::_Vector_base<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >> = {
            _M_impl = {<std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >> = {<__gnu_cxx::new_allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >> = {<No data fields>}, <No data fields>}, _M_start = 0x0, _M_finish = 0x0, 
              _M_end_of_storage = 0x0}}, <No data fields>}
        str = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, 
            _M_p = 0xb6f9bd30 ""}}
        valueElement = 0xb3b02b08
        vals = 0x105480
        id = {m_id = 189792260, m_id1 = 16777216, m_homeId = 4119570518}
        str = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, 
            _M_p = 0xb6f9bd30 ""}}
        j = 6
        idcnt = 8
#2  0x000214ec in Webserver::SendPollResponse (this=0xeda78, conn=0xedf00) at webserver.cpp:776
        listening = false
        flirs = false
        nodeElement = 0xb3b00e38
        str = "0\000\070ba856\000\000\000\000\000\000\000"
        i = 11
        fntemp = "\000\000\000\000\001\000\000\000\000\000\000\000g\000\000\000\001\000\000\000\026\000\000\000HTTP/1.1"
fn = 0xb6e0e000 "(\277\022"
        ret = 5
        pollElement = 0xb3b00500
        logElement = 0xb3b007e8
        j = 1
        logread = 943
        adminElement = 0xb3b00d00
        buf = {st_dev = 45826, __pad1 = 0, st_ino = 76049, st_mode = 33188, st_nlink = 1, st_uid = 1000, st_gid = 1000, st_rdev = 0, __pad2 = 0, st_size = 172478, 
          st_blksize = 4096, st_blocks = 344, st_atim = {tv_sec = 1437126886, tv_nsec = 57193000}, st_mtim = {tv_sec = 1437920935, tv_nsec = 128375920}, st_ctim = {
            tv_sec = 1437920935, tv_nsec = 128375920}, __unused4 = 0, __unused5 = 0}
        logbufsz = 1024
        fp = 0xb3b007e8
        decl = 0xb3b00490
        textElement = 0xb3b00908
        updateElement = 0xb3b00dc8
        doc = <incomplete type>
        logbuffer = "\n2015-07-26 14:28:17.130 Warning, CheckCompletedNodeQueries all=0, deadFound=0 sleepingOnly=0\n2015-07-26 14:28:17.131 Detail, Node001, Notification: NodeQueriesComplete\n2015-07-26 14:28:17.133 Info, N"...
        bcnt = 55986
#3  0x000227f8 in Webserver::Handler (this=0xeda78, conn=0xedf00, url=0xee2fc "/poll.xml", method=0xee2f8 "GET", version=0xee306 "HTTP/1.1", up_data=0x0, 
    up_data_size=0xb64e0c34, ptr=0xedf2c) at webserver.cpp:1016
        ret = 0
        cp = 0xb3b00468
#4  0x000224e8 in Webserver::HandlerEP (cls=0xeda78, conn=0xedf00, url=0xee2fc "/poll.xml", method=0xee2f8 "GET", version=0xee306 "HTTP/1.1", up_data=0x0,  up_data_size=0xb64e0c34, ptr=0xedf2c) at webserver.cpp:967
        ws = 0xeda78
#5  0x000b2638 in call_connection_handler (connection=0xedf00) at connection.c:1452
        processed = 32
#6  0x000b44d4 in call_connection_handler (connection=0xedf00) at connection.c:1447
No locals.
#7  MHD_connection_handle_idle (connection=0xedf00) at connection.c:2466
        daemon = 0xee2f8
        timeout = <optimized out>
        end = <optimized out>
        line = <optimized out>
#8  0x000b5420 in MHD_handle_connection (data=0xedf00) at daemon.c:987
        con = 0xedf00
        num_ready = <optimized out>
        rs = {fds_bits = {512, 0 <repeats 31 times>}}
        ws = {fds_bits = {0 <repeats 32 times>}}
        max = 0
        tv = {tv_sec = 0, tv_usec = 0}
        tvp = <optimized out>
        timeout = 0
        now = <optimized out>
        p = {{fd = 0, events = 0, revents = 0}}
#9  0xb6e18c00 in start_thread () from /lib/arm-linux-gnueabihf/libpthread.so.0
No symbol table info available.
#10 0xb6dad728 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6
No symbol table info available.
#11 0xb6dad728 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6
No symbol table info available.
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) 

let me know if you need any more details

Fishwaldo commented 9 years ago

Looks like the same issue as #381

nechry commented 9 years ago

Hello, but the 381 as be reported before june 2015. We get this issue with 75% of thermostats device after the merge of june. But yes is possible they have a root case in common.

Actually this issue block a big percentage of jeedom users 1/20 have a thermostat. The only work around is to exclude the node or use version before juin 2015, but they also loose the gen5 compatibility... If they use previous version.

Tell me everything it's can be usefull for you to help (us) with this issues.

Fishwaldo commented 9 years ago

The bug has always been there for the longest time. It could crash on previous versions, but I suspect that the security rewrite has just altered the memory layout enough to trigger the segfault.

I'll try to look into it soon.

xs4 commented 9 years ago

@nechry i can try to provide a patch, if you can test it.

xs4 commented 9 years ago

You can find the patch here xs4/open-zwave#1 , let me know if it solves your issue.

Fishwaldo commented 9 years ago

XS4's patch (already merged into master) and some additional work should fix this up. Can you test and revert?

nechry commented 9 years ago

Hi we will do some tests tonight. Thank

an0Nym0us63 commented 9 years ago

Hello justin i continue here as you asked.

i will try with remotec as soon as i get home

an0Nym0us63 commented 9 years ago

Hello justin , let's wait the test from nechry for the hrt4

But i can confirm that i succesfully included my remotec with the last version

Good Job ;)

(BTW ; we are preparing some PR for confs files as promised ;) )

nechry commented 9 years ago

Hello Justin,

I confirm, like sarakha63, the latest version with XS4 patch work! So my Secure SRT321 (Horstmann THR4) include without error. Restart the network and wakeup the device and no more segmentation fault.

So is a great news! I give my entire gratitude for you help with gdb and for the resolution of this issues.

I let you close this issue. Thank again for everything you do days after days on openzwave!