Now it appears that binding worked. Node 2 is showing my multi-sensor in habmin, but when I open my app to view the sensor details, it is not showing me the temp still but seems like battery is working fine. I had followed this thread to setup the item parameters. Please note I already tried deleting zwave.xml to solve the get request error per another post I read but that didn’t help in my case.
See below for logs.
2015-10-16 10:27:20.487 DEBUG o.o.b.z.i.p.i.ZWaveNodeStageAdvancer[:780]- NODE 2: Found 1 instances of SENSOR_MULTILEVEL
2015-10-16 10:27:20.487 DEBUG o.o.b.z.i.p.c.ZWaveMultiLevelSensorCommandClass[:309]- ============ Requesting TEMPERATURE!
2015-10-16 10:27:20.487 DEBUG o.o.b.z.i.p.c.ZWaveMultiLevelSensorCommandClass[:247]- NODE 2: Node doesn't support get requests for MULTI_LEVEL_SENSOR
2015-10-16 10:27:20.487 DEBUG o.o.b.z.i.p.c.ZWaveMultiLevelSensorCommandClass[:309]- ============ Requesting LUMINANCE!
2015-10-16 10:27:20.487 DEBUG o.o.b.z.i.p.c.ZWaveMultiLevelSensorCommandClass[:247]- NODE 2: Node doesn't support get requests for MULTI_LEVEL_SENSOR
2015-10-16 10:27:20.487 DEBUG o.o.b.z.i.p.c.ZWaveMultiLevelSensorCommandClass[:309]- ============ Requesting RELATIVE_HUMIDITY!
2015-10-16 10:27:20.487 DEBUG o.o.b.z.i.p.c.ZWaveMultiLevelSensorCommandClass[:247]- NODE 2: Node doesn't support get requests for MULTI_LEVEL_SENSOR
2015-10-16 10:27:20.487 DEBUG o.o.b.z.i.p.i.ZWaveNodeStageAdvancer[:773]- NODE 2: Node advancer: DYNAMIC_VALUES - checking BATTERY
2015-10-16 10:27:20.487 DEBUG o.o.b.z.i.p.i.ZWaveNodeStageAdvancer[:776]- NODE 2: Node advancer: DYNAMIC_VALUES - found BATTERY
2015-10-16 10:27:20.488 DEBUG o.o.b.z.i.p.i.ZWaveNodeStageAdvancer[:780]- NODE 2: Found 1 instances of BATTERY
2015-10-16 10:27:20.488 DEBUG o.o.b.z.i.p.i.ZWaveNodeStageAdvancer[:808]- NODE 2: Node advancer: DYNAMIC_VALUES - queued 0 frames
2015-10-16 10:27:20.488 DEBUG o.o.b.z.i.p.i.ZWaveNodeStageAdvancer[:860]- NODE 2: Node advancer - advancing to DONE
2015-10-16 10:27:20.488 DEBUG o.o.b.z.i.p.i.ZWaveNodeStageAdvancer[:333]- NODE 2: Node advancer: loop - DONE try 0: stageAdvanced(true)
2015-10-16 10:27:20.488 DEBUG o.o.b.z.i.p.i.ZWaveNodeSerializer[:107]- NODE 2: Serializing to file etc\zwave\node2.xml
2015-10-16 10:27:20.498 DEBUG o.o.b.z.i.p.i.ZWaveNodeStageAdvancer[:819]- NODE 2: Node advancer: Initialisation complete!
2015-10-16 10:27:20.499 DEBUG o.o.b.z.i.p.ZWaveController[:682]- Notifying event listeners: ZWaveInitializationCompletedEvent
2015-10-16 10:27:20.499 DEBUG o.o.b.z.i.ZWaveActiveBinding[:425]- NODE 2: ZWaveIncomingEvent Called, Network Event, Init Done. Setting device ready.
2015-10-16 10:27:20.499 DEBUG o.o.b.z.i.ZWaveNetworkMonitor[:730]- Network initialised - starting network monitor.
2015-10-16 10:27:20.505 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:1374]- NODE 2: Response processed after 1823ms/2723ms.
2015-10-16 10:27:21.499 DEBUG o.o.b.z.i.p.c.ZWaveWakeUpCommandClass[:506]- NODE 2: No more messages, go back to sleep
2015-10-16 10:27:21.499 DEBUG o.o.b.z.i.p.c.ZWaveWakeUpCommandClass[:202]- NODE 2: Creating new message for application command WAKE_UP_NO_MORE_INFORMATION
2015-10-16 10:27:21.499 DEBUG o.o.b.z.i.p.SerialMessage[:109]- NODE 2: Creating empty message of class = SendData (0x13), type = Request (0x00)
2015-10-16 10:27:21.499 DEBUG o.o.b.z.i.p.ZWaveController[:985]- Callback ID = 33
2015-10-16 10:27:21.499 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:1258]- Took message from queue for sending. Queue length = 0
2015-10-16 10:27:21.500 DEBUG o.o.b.z.i.p.ZWaveController[:667]- Enqueueing message. Queue length = 0
2015-10-16 10:27:21.500 DEBUG o.o.b.z.i.p.SerialMessage[:233]- Assembled message buffer = 01 09 00 13 02 02 84 08 25 21 6D
2015-10-16 10:27:21.500 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:1315]- NODE 2: Sending REQUEST Message = 01 09 00 13 02 02 84 08 25 21 6D
2015-10-16 10:27:21.507 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:1528]- Receive Message = 01 04 01 13 01 E8
2015-10-16 10:27:21.508 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:1452]- Receive queue ADD: Length=1
2015-10-16 10:27:21.508 DEBUG o.o.b.z.i.p.ZWaveController[:1210]- Receive queue TAKE: Length=0
2015-10-16 10:27:21.508 DEBUG o.o.b.z.i.p.SerialMessage[:233]- Assembled message buffer = 01 04 01 13 01 E8
2015-10-16 10:27:21.508 DEBUG o.o.b.z.i.p.ZWaveController[:1211]- Process Message = 01 04 01 13 01 E8
2015-10-16 10:27:21.509 DEBUG o.o.b.z.i.p.ZWaveController[:190]- Message: class = SendData (0x13), type = Response (0x01), payload = 01
2015-10-16 10:27:21.509 DEBUG o.o.b.z.i.p.s.SendDataMessageClass[:38]- NODE 2: Sent Data successfully placed on stack.
2015-10-16 10:27:21.524 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:1528]- Receive Message = 01 07 00 13 21 00 00 03 C9
2015-10-16 10:27:21.525 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:1452]- Receive queue ADD: Length=1
2015-10-16 10:27:21.525 DEBUG o.o.b.z.i.p.ZWaveController[:1210]- Receive queue TAKE: Length=0
2015-10-16 10:27:21.525 DEBUG o.o.b.z.i.p.SerialMessage[:233]- Assembled message buffer = 01 09 00 13 21 00 00 03 00 00 C7
2015-10-16 10:27:21.525 DEBUG o.o.b.z.i.p.ZWaveController[:1211]- Process Message = 01 09 00 13 21 00 00 03 00 00 C7
2015-10-16 10:27:21.525 DEBUG o.o.b.z.i.p.ZWaveController[:190]- Message: class = SendData (0x13), type = Request (0x00), payload = 21 00 00 03
2015-10-16 10:27:21.525 DEBUG o.o.b.z.i.p.s.SendDataMessageClass[:74]- NODE 2: SendData Request. CallBack ID = 33, Status = Transmission complete and ACK received(0)
2015-10-16 10:27:21.526 DEBUG o.o.b.z.i.p.s.ZWaveCommandProcessor[:63]- Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 02 02 84 08
2015-10-16 10:27:21.526 DEBUG o.o.b.z.i.p.s.ZWaveCommandProcessor[:64]- Recv message Message: class = SendData (0x13), type = Request (0x00), payload = 21 00 00 03
2015-10-16 10:27:21.526 DEBUG o.o.b.z.i.p.s.ZWaveCommandProcessor[:65]- Checking transaction complete: class=SendData, expected=SendData, cancelled=false
2015-10-16 10:27:21.526 DEBUG o.o.b.z.i.p.s.ZWaveCommandProcessor[:68]- transaction complete!
2015-10-16 10:27:21.526 DEBUG o.o.b.z.i.p.ZWaveController[:682]- Notifying event listeners: ZWaveTransactionCompletedEvent
2015-10-16 10:27:21.526 DEBUG o.o.b.z.i.ZWaveActiveBinding[:433]- ZwaveIncomingEvent
2015-10-16 10:27:21.526 DEBUG o.o.b.z.i.p.c.ZWaveWakeUpCommandClass[:372]- NODE 2: Went to sleep
2015-10-16 10:27:21.526 DEBUG o.o.b.z.i.p.c.ZWaveWakeUpCommandClass[:435]- NODE 2: Is sleeping
2015-10-16 10:27:21.526 DEBUG o.o.b.z.i.p.c.ZWaveWakeUpCommandClass[:372]- NODE 2: Went to sleep
2015-10-16 10:27:21.526 DEBUG o.o.b.z.i.p.c.ZWaveWakeUpCommandClass[:435]- NODE 2: Is sleeping
2015-10-16 10:27:21.527 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:1374]- NODE 2: Response processed after 27ms/2723ms.
2015-10-16 10:28:51.319 DEBUG o.o.b.z.i.ZWaveNetworkMonitor[:353]- Network Monitor: No nodes to ping!
2015-10-16 10:30:21.324 DEBUG o.o.b.z.i.ZWaveNetworkMonitor[:353]- Network Monitor: No nodes to ping!