Skip to content

Instantly share code, notes, and snippets.

@jhilden
Last active August 29, 2015 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhilden/10601115 to your computer and use it in GitHub Desktop.
Save jhilden/10601115 to your computer and use it in GitHub Desktop.
openHAB zwave details danfoss living connect z
DateTime Date "Date [%1$tA, %1$td.%1$tm.%1$tY]" <calendar> { ntp="Europe/Berlin:de_DE" }
Group gZwaveNode04
String ZwaveNode04HomeID "Home ID [%s]" (gZwaveNode04) {zwave="4:1:command=info,item=home_id"}
Number ZwaveNode04NodeID "Node ID [%s]" (gZwaveNode04) {zwave="4:1:command=info,item=node_id"}
Number Thermostat_Battery "Thermostat Battery [%d %%]" {zwave="4:1:command=battery"}
<!-- /etc/zwave/1.5/node1.xml -->
<node>
<deviceClass>
<basicDeviceClass>STATIC_CONTROLLER</basicDeviceClass>
<genericDeviceClass>STATIC_CONTOLLER</genericDeviceClass>
<specificDeviceClass>PC_CONTROLLER</specificDeviceClass>
</deviceClass>
<version>3</version>
<manufacturer>0x86</manufacturer>
<deviceId>0x1</deviceId>
<deviceType>0x2</deviceType>
<listening>true</listening>
<frequentlyListening>false</frequentlyListening>
<routing>false</routing>
<supportedCommandClasses>
<entry>
<commandClass>BASIC</commandClass>
<basicCommandClass>
<version>0</version>
<instances>0</instances>
</basicCommandClass>
</entry>
<entry>
<commandClass>NO_OPERATION</commandClass>
<noOperationCommandClass>
<version>0</version>
<instances>0</instances>
</noOperationCommandClass>
</entry>
</supportedCommandClasses>
<nodeNeighbors/>
<lastUpdated>2014-04-13 18:49:27.55 UTC</lastUpdated>
<queryStageTimeStamp>2014-04-13 18:49:27.55 UTC</queryStageTimeStamp>
<nodeStage>DONE</nodeStage>
</node>
2014-04-13 21:07:42 DEBUG o.o.b.z.i.ZWaveActivator[:36]- Z-Wave binding has been started.
2014-04-13 21:07:42 INFO o.o.b.z.i.ZWaveActiveBinding[:233]- Update config, port = /dev/ttyUSB0
2014-04-13 21:07:42 DEBUG o.o.b.z.i.ZWaveActiveBinding[:88]- Zwave Network isn't ready yet!
2014-04-13 21:07:42 INFO o.o.b.z.i.p.ZWaveController[:125]- Starting Z-Wave controller
2014-04-13 21:07:42 INFO o.o.b.z.i.p.ZWaveController[:262]- Connecting to serial port /dev/ttyUSB0
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:866]- Starting Z-Wave receive thread
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:734]- Starting Z-Wave send thread
2014-04-13 21:07:42 INFO o.o.b.z.i.p.ZWaveController[:275]- Serial port is initialized
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:98]- NODE 255: Creating empty message of class = GetVersion (0x15), type = Request (0x00)
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:352]- Enqueueing message. Queue length = 0
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:739]- Took message from queue for sending. Queue length = 0
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:98]- NODE 255: Creating empty message of class = MemoryGetId (0x20), type = Request (0x00)
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 03 00 15 E9
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:352]- Enqueueing message. Queue length = 1
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:763]- Sending Message = 01 03 00 15 E9
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:98]- NODE 255: Creating empty message of class = SerialApiGetCapabilities (0x07), type = Request (0x00)
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:352]- Enqueueing message. Queue length = 2
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:913]- Receive Message = 01 10 01 15 5A 2D 57 61 76 65 20 32 2E 37 38 00 01 9B
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 10 01 15 5A 2D 57 61 76 65 20 32 2E 37 38 00 01 9B
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:142]- Message: class = GetVersion (0x15), type = Response (0x01), buffer = 01 10 01 15 5A 2D 57 61 76 65 20 32 2E 37 38 00 01 9B
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.GetVersionMessageClass[:39]- Got MessageGetVersion response. Version = Z-Wave 2.78, Library Type = 0x01
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:360]- Notifying event listeners
2014-04-13 21:07:42 DEBUG o.o.b.z.i.ZWaveActiveBinding[:276]- ZwaveIncomingEvent
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:739]- Took message from queue for sending. Queue length = 1
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 03 00 20 DC
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:763]- Sending Message = 01 03 00 20 DC
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:913]- Receive Message = 01 08 01 20 01 61 F8 BC 01 F3
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 08 01 20 01 61 F8 BC 01 F3
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:142]- Message: class = MemoryGetId (0x20), type = Response (0x01), buffer = 01 08 01 20 01 61 F8 BC 01 F3
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.MemoryGetIdMessageClass[:41]- Got MessageMemoryGetId response. Home id = 0x0161F8BC, Controller Node id = 1
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:360]- Notifying event listeners
2014-04-13 21:07:42 DEBUG o.o.b.z.i.ZWaveActiveBinding[:276]- ZwaveIncomingEvent
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:739]- Took message from queue for sending. Queue length = 0
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 03 00 07 FB
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:763]- Sending Message = 01 03 00 07 FB
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:913]- Receive Message = 01 2B 01 07 03 07 00 86 00 02 00 01 FE 80 FE 88 0F 00 00 00 FB 97 7F 82 07 00 00 80 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C2
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 2B 01 07 03 07 00 86 00 02 00 01 FE 80 FE 88 0F 00 00 00 FB 97 7F 82 07 00 00 80 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C2
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:142]- Message: class = SerialApiGetCapabilities (0x07), type = Response (0x01), buffer = 01 2B 01 07 03 07 00 86 00 02 00 01 FE 80 FE 88 0F 00 00 00 FB 97 7F 82 07 00 00 80 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C2
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:45]- API Version = 3.7
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:46]- Manufacture ID = 0x86
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:47]- Device Type = 0x2
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:48]- Device ID = 0x1
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: SerialApiGetInitData
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: SerialApiApplicationNodeInfo
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: ApplicationCommandHandler
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: GetControllerCapabilities
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: SerialApiSetTimeouts
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: SerialApiGetCapabilities
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: SerialApiSoftReset
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:56]- Supports: Unknown Class 0x10
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: SendNodeInfo
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: SendData
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:56]- Supports: Unknown Class 0x14
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: GetVersion
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: SendDataAbort
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: RfPowerLevelSet
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:56]- Supports: Unknown Class 0x18
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: GetRandom
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: MemoryGetId
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: MemoryGetByte
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:56]- Supports: Unknown Class 0x22
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: ReadMemory
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:56]- Supports: Unknown Class 0x24
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: IdentifyNode
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: SetDefault
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: ReplicationCommandComplete
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: ReplicationSendData
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: AssignReturnRoute
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: DeleteReturnRoute
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: RequestNodeNeighborUpdate
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: ApplicationUpdate
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: AddNodeToNetwork
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: RemoveNodeFromNetwork
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: ControllerChange
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: SetLearnMode
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: AssignSucReturnRoute
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: EnableSuc
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: RequestNetworkUpdate
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: SetSucNodeID
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: DeleteSUCReturnRoute
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: GetSucNodeId
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:56]- Supports: Unknown Class 0x57
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: RequestNodeNeighborUpdateOptions
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: RequestNodeInfo
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: RemoveFailedNodeID
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: IsFailedNodeID
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: ReplaceFailedNode
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:59]- Supports: GetRoutingInfo
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetCapabilitiesMessageClass[:56]- Supports: Unknown Class 0x90
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:360]- Notifying event listeners
2014-04-13 21:07:42 DEBUG o.o.b.z.i.ZWaveActiveBinding[:276]- ZwaveIncomingEvent
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:98]- NODE 255: Creating empty message of class = SerialApiGetInitData (0x02), type = Request (0x00)
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:352]- Enqueueing message. Queue length = 0
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:739]- Took message from queue for sending. Queue length = 0
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 03 00 02 FE
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:763]- Sending Message = 01 03 00 02 FE
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:913]- Receive Message = 01 25 01 02 05 08 1D 0B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 01 C0
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 25 01 02 05 08 1D 0B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 01 C0
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:142]- Message: class = SerialApiGetInitData (0x02), type = Response (0x01), buffer = 01 25 01 02 05 08 1D 0B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 01 C0
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SerialApiGetInitDataMessageClass[:39]- Got MessageSerialApiGetInitData response.
2014-04-13 21:07:42 INFO o.o.b.z.i.p.s.SerialApiGetInitDataMessageClass[:57]- NODE 1: Node found
2014-04-13 21:07:42 INFO o.o.b.z.i.p.s.SerialApiGetInitDataMessageClass[:57]- NODE 2: Node found
2014-04-13 21:07:42 INFO o.o.b.z.i.p.s.SerialApiGetInitDataMessageClass[:57]- NODE 4: Node found
2014-04-13 21:07:42 INFO o.o.b.z.i.p.s.SerialApiGetInitDataMessageClass[:65]- ZWave Controller using Controller API
2014-04-13 21:07:42 INFO o.o.b.z.i.p.s.SerialApiGetInitDataMessageClass[:66]- ZWave Controller is Primary Controller
2014-04-13 21:07:42 INFO o.o.b.z.i.p.s.SerialApiGetInitDataMessageClass[:67]- ZWave Controller isn't SUC
2014-04-13 21:07:42 INFO o.o.b.z.i.p.s.SerialApiGetInitDataMessageClass[:68]- ------------Number of Nodes Found Registered to ZWave Controller------------
2014-04-13 21:07:42 INFO o.o.b.z.i.p.s.SerialApiGetInitDataMessageClass[:69]- # Nodes = 3
2014-04-13 21:07:42 INFO o.o.b.z.i.p.s.SerialApiGetInitDataMessageClass[:70]- ----------------------------------------------------------------------------
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:360]- Notifying event listeners
2014-04-13 21:07:42 DEBUG o.o.b.z.i.ZWaveActiveBinding[:276]- ZwaveIncomingEvent
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.i.ZWaveNodeStageAdvancer[:75]- NODE 1: Setting stage. current = Empty New Node, requested = Protocol Information
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:98]- NODE 1: Creating empty message of class = IdentifyNode (0x41), type = Request (0x00)
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:352]- Enqueueing message. Queue length = 0
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:739]- Took message from queue for sending. Queue length = 0
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.i.ZWaveNodeStageAdvancer[:75]- NODE 2: Setting stage. current = Empty New Node, requested = Protocol Information
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 04 00 41 01 BB
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:98]- NODE 2: Creating empty message of class = IdentifyNode (0x41), type = Request (0x00)
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:352]- Enqueueing message. Queue length = 1
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:763]- Sending Message = 01 04 00 41 01 BB
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.i.ZWaveNodeStageAdvancer[:75]- NODE 4: Setting stage. current = Empty New Node, requested = Protocol Information
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:98]- NODE 4: Creating empty message of class = IdentifyNode (0x41), type = Request (0x00)
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:352]- Enqueueing message. Queue length = 2
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:913]- Receive Message = 01 09 01 41 92 16 00 02 02 01 33
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 09 01 41 92 16 00 02 02 01 33
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:142]- Message: class = IdentifyNode (0x41), type = Response (0x01), buffer = 01 09 01 41 92 16 00 02 02 01 33
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:47]- NODE 1: ProtocolInfo
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:56]- NODE 1: Listening = true
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:57]- NODE 1: Routing = false
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:58]- NODE 1: Version = 3
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:59]- NODE 1: fLIRS = false
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:71]- NODE 1: Basic = Static Controller 0x02
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:78]- NODE 1: Generic = Static Controller 0x02
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:85]- NODE 1: Specific = PC Controller 0x01
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.i.ZWaveNodeSerializer[:124]- NODE 1: Deserializing from file etc/zwave/1.5/node1.xml
2014-04-13 21:07:42 DEBUG o.o.b.z.i.protocol.ZWaveNode[:455]- NODE 1: Adding command class BASIC to the list of supported command classes.
2014-04-13 21:07:42 DEBUG o.o.b.z.i.protocol.ZWaveNode[:455]- NODE 1: Adding command class NO_OPERATION to the list of supported command classes.
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.i.ZWaveNodeStageAdvancer[:362]- NODE 1: Restored from config.
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.i.ZWaveNodeStageAdvancer[:75]- NODE 1: Setting stage. current = Protocol Information, requested = Ping Node
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.i.ZWaveNodeStageAdvancer[:98]- NODE 1: Initialisation complete.
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:360]- Notifying event listeners
2014-04-13 21:07:42 DEBUG o.o.b.z.i.ZWaveActiveBinding[:276]- ZwaveIncomingEvent
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:739]- Took message from queue for sending. Queue length = 1
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 04 00 41 02 B8
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:763]- Sending Message = 01 04 00 41 02 B8
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:913]- Receive Message = 01 09 01 41 53 9C 00 04 08 04 71
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 09 01 41 53 9C 00 04 08 04 71
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:142]- Message: class = IdentifyNode (0x41), type = Response (0x01), buffer = 01 09 01 41 53 9C 00 04 08 04 71
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:47]- NODE 2: ProtocolInfo
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:56]- NODE 2: Listening = false
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:57]- NODE 2: Routing = true
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:58]- NODE 2: Version = 4
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:59]- NODE 2: fLIRS = false
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:71]- NODE 2: Basic = Routing Slave 0x04
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:78]- NODE 2: Generic = Thermostat 0x08
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:85]- NODE 2: Specific = Setpoint Thermostat 0x04
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.i.ZWaveNodeSerializer[:124]- NODE 2: Deserializing from file etc/zwave/1.5/node2.xml
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.i.ZWaveNodeSerializer[:127]- NODE 2: Deserializing from file etc/zwave/1.5/node2.xml failed, file does not exist.
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.c.ZWaveCommandClass[:194]- Creating new instance of command class 0x00
2014-04-13 21:07:42 DEBUG o.o.b.z.i.protocol.ZWaveNode[:455]- NODE 2: Adding command class NO_OPERATION to the list of supported command classes.
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.c.ZWaveCommandClass[:194]- Creating new instance of command class 0x20
2014-04-13 21:07:42 DEBUG o.o.b.z.i.protocol.ZWaveNode[:455]- NODE 2: Adding command class BASIC to the list of supported command classes.
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.i.ZWaveNodeStageAdvancer[:75]- NODE 2: Setting stage. current = Protocol Information, requested = Ping Node
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.c.ZWaveNoOperationCommandClass[:75]- NODE 2: Creating new message for application command No Operation
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:98]- NODE 2: Creating empty message of class = SendData (0x13), type = Request (0x00)
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:582]- Callback ID = 2
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:352]- Enqueueing message. Queue length = 2
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:360]- Notifying event listeners
2014-04-13 21:07:42 DEBUG o.o.b.z.i.ZWaveActiveBinding[:276]- ZwaveIncomingEvent
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:739]- Took message from queue for sending. Queue length = 1
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 04 00 41 04 BE
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:763]- Sending Message = 01 04 00 41 04 BE
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:913]- Receive Message = 01 09 01 41 53 9C 00 04 08 04 71
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 09 01 41 53 9C 00 04 08 04 71
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:142]- Message: class = IdentifyNode (0x41), type = Response (0x01), buffer = 01 09 01 41 53 9C 00 04 08 04 71
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:47]- NODE 4: ProtocolInfo
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:56]- NODE 4: Listening = false
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:57]- NODE 4: Routing = true
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:58]- NODE 4: Version = 4
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:59]- NODE 4: fLIRS = false
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:71]- NODE 4: Basic = Routing Slave 0x04
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:78]- NODE 4: Generic = Thermostat 0x08
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.IdentifyNodeMessageClass[:85]- NODE 4: Specific = Setpoint Thermostat 0x04
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.i.ZWaveNodeSerializer[:124]- NODE 4: Deserializing from file etc/zwave/1.5/node4.xml
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.i.ZWaveNodeSerializer[:127]- NODE 4: Deserializing from file etc/zwave/1.5/node4.xml failed, file does not exist.
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.c.ZWaveCommandClass[:194]- Creating new instance of command class 0x00
2014-04-13 21:07:42 DEBUG o.o.b.z.i.protocol.ZWaveNode[:455]- NODE 4: Adding command class NO_OPERATION to the list of supported command classes.
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.c.ZWaveCommandClass[:194]- Creating new instance of command class 0x20
2014-04-13 21:07:42 DEBUG o.o.b.z.i.protocol.ZWaveNode[:455]- NODE 4: Adding command class BASIC to the list of supported command classes.
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.i.ZWaveNodeStageAdvancer[:75]- NODE 4: Setting stage. current = Protocol Information, requested = Ping Node
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.c.ZWaveNoOperationCommandClass[:75]- NODE 4: Creating new message for application command No Operation
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:98]- NODE 4: Creating empty message of class = SendData (0x13), type = Request (0x00)
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:582]- Callback ID = 3
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:352]- Enqueueing message. Queue length = 2
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:360]- Notifying event listeners
2014-04-13 21:07:42 DEBUG o.o.b.z.i.ZWaveActiveBinding[:276]- ZwaveIncomingEvent
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:739]- Took message from queue for sending. Queue length = 1
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 08 00 13 02 01 00 25 02 C0
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:763]- Sending Message = 01 08 00 13 02 01 00 25 02 C0
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:913]- Receive Message = 01 04 01 13 01 E8
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 04 01 13 01 E8
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:142]- Message: class = SendData (0x13), type = Response (0x01), buffer = 01 04 01 13 01 E8
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 04 01 13 01 E8
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SendDataMessageClass[:36]- Sent Data successfully placed on stack.
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:913]- Receive Message = 01 05 00 13 02 01 EA
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 07 00 13 02 01 00 00 E8
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:142]- Message: class = SendData (0x13), type = Request (0x00), buffer = 01 07 00 13 02 01 00 00 E8
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SendDataMessageClass[:57]- CallBack ID = 2
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SendDataMessageClass[:58]- Status = Transmission complete, no ACK received. (0x01)
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:360]- Notifying event listeners
2014-04-13 21:07:42 DEBUG o.o.b.z.i.ZWaveActiveBinding[:276]- ZwaveIncomingEvent
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:739]- Took message from queue for sending. Queue length = 0
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 08 00 13 04 01 00 25 03 C7
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:763]- Sending Message = 01 08 00 13 04 01 00 25 03 C7
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:913]- Receive Message = 01 04 01 13 01 E8
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 04 01 13 01 E8
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.ZWaveController[:142]- Message: class = SendData (0x13), type = Response (0x01), buffer = 01 04 01 13 01 E8
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 04 01 13 01 E8
2014-04-13 21:07:42 DEBUG o.o.b.z.i.p.s.SendDataMessageClass[:36]- Sent Data successfully placed on stack.
2014-04-13 21:07:43 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:913]- Receive Message = 01 05 00 13 03 01 EB
2014-04-13 21:07:43 DEBUG o.o.b.z.i.p.SerialMessage[:216]- Assembled message buffer = 01 07 00 13 03 01 00 00 E9
2014-04-13 21:07:43 DEBUG o.o.b.z.i.p.ZWaveController[:142]- Message: class = SendData (0x13), type = Request (0x00), buffer = 01 07 00 13 03 01 00 00 E9
2014-04-13 21:07:43 DEBUG o.o.b.z.i.p.s.SendDataMessageClass[:57]- CallBack ID = 3
2014-04-13 21:07:43 DEBUG o.o.b.z.i.p.s.SendDataMessageClass[:58]- Status = Transmission complete, no ACK received. (0x01)
2014-04-13 21:07:43 DEBUG o.o.b.z.i.p.ZWaveController[:360]- Notifying event listeners
2014-04-13 21:07:43 DEBUG o.o.b.z.i.ZWaveActiveBinding[:276]- ZwaveIncomingEvent
2014-04-13 21:07:52 DEBUG o.o.b.z.i.ZWaveActiveBinding[:88]- Zwave Network isn't ready yet!
2014-04-13 21:07:52 DEBUG o.o.b.z.i.p.ZWaveController[:416]- NODE 1: Has been in Stage Node Complete since Sun Apr 13 21:07:42 CEST 2014
2014-04-13 21:07:52 DEBUG o.o.b.z.i.p.ZWaveController[:416]- NODE 2: Has been in Stage Ping Node since Sun Apr 13 21:07:42 CEST 2014
2014-04-13 21:07:52 DEBUG o.o.b.z.i.p.ZWaveController[:416]- NODE 4: Has been in Stage Ping Node since Sun Apr 13 21:07:42 CEST 2014
2014-04-13 21:07:52 DEBUG o.o.b.z.i.p.ZWaveController[:360]- Notifying event listeners
2014-04-13 21:07:52 DEBUG o.o.b.z.i.ZWaveActiveBinding[:270]- ZWaveIncomingEvent Called, Network Event, Init Done. Setting ZWave Network Ready.
2014-04-13 21:07:52 DEBUG o.o.b.z.i.ZWaveNetworkMonitor[:595]- Network initialised - starting network monitor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment