The battery nodes works perfect, and If I plugoff and then plugin a powered node, It lives around a minute and then go dead.
I try to read log in debug node, a node example:
Code: Select all
2015-11-22 22:45:41.200 Error, Node008, ERROR: Dropping command, expected response not received after 1 attempt(s)
2015-11-22 22:45:41.200 Detail, Node008, Removing current message
2015-11-22 22:45:41.200 Detail, Node008, Notification: Notification - TimeOut
2015-11-22 22:45:41.200 Detail,
2015-11-22 22:45:41.200 Info, Node008, Sending (Send) message (Callback ID=0x1d, Expected Reply=0x04) - VersionCmd_CommandClassGet (Node=8): 0x01, 0x0a, 0x00, 0x13, 0x08, 0x03, 0x86, 0x13, 0x71, 0x25, 0x1d, 0x31
2015-11-22 22:45:41.324 Detail, Node008, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2015-11-22 22:45:41.324 Detail, Node008, ZW_SEND_DATA delivered to Z-Wave stack
2015-11-22 22:45:46.458 Detail, Node008, Received: 0x01, 0x07, 0x00, 0x13, 0x1d, 0x01, 0x02, 0x0e, 0xfb
2015-11-22 22:45:46.458 Detail, Node008, ZW_SEND_DATA Request with callback ID 0x1d received (expected 0x1d)
2015-11-22 22:45:46.458 Info, Node008, WARNING: ZW_SEND_DATA failed. No ACK received - device may be asleep.
2015-11-22 22:45:46.458 Warning, Node008, WARNING: Device is not a sleeping node.
2015-11-22 22:45:46.458 Error, Node008, ERROR: node presumed dead
2015-11-22 22:45:46.458 Warning, CheckCompletedNodeQueries m_allNodesQueried=0 m_awakeNodesQueried=0
2015-11-22 22:45:46.458 Warning, CheckCompletedNodeQueries all=0, deadFound=1 sleepingOnly=1
2015-11-22 22:45:46.458 Info, Node query processing complete except for sleeping nodes.
2015-11-22 22:45:46.458 Detail, Node001, Expected callbackId was received
2015-11-22 22:45:46.458 Detail, contrlr, Notification: AwakeNodesQueried
2015-11-22 22:45:46.458 Detail, Node008, Notification: Notification - Node Dead
2015-11-22 22:45:51.201 Error, Node008, ERROR: Dropping command because node is presumed dead
2015-11-22 22:45:51.201 Detail, Node008, Removing current message
2015-11-22 22:45:51.201 Detail, Node008, Notification: Notification - TimeOut
2015-11-22 22:45:51.207 Info, mgr, Manager::WriteConfig completed for driver with home ID of 0xf44e47b6
2015-11-22 22:45:51.208 Error, Node008, ERROR: Dropping command because node is presumed dead
2015-11-22 22:45:51.208 Detail, Node008, Removing current message
2015-11-22 22:45:51.208 Detail, Node008, Query Stage Complete (Versions)
2015-11-22 22:45:51.208 Detail, Node008, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Instances live=0
Please help. Thanks a lot in advance.