Number Door_Temperature "Door Temperature [%.1f F]" <temperature> (Upstairs) { zwave="5:1:command=SENSOR_MULTILEVEL,sensor_type=1" }
Number Door_Luminance "Door Luminance [%.0f Lux]" <sun> (Upstairs) { zwave="5:1:command=SENSOR_MULTILEVEL,sensor_type=3" }
Contact Door_Motion "Sensor [:%s]" <frontdoor> (Upstairs) { zwave="5:1:command=ALARM,respond_to_basic=true" }
Number Door_Battery "Battery [%s %%]" <socket> (Upstairs) { zwave="5:1:command=BATTERY" }
Contact Door_Motion "Sensor [:%s]" <frontdoor> (Upstairs) { zwave="5:1:command=ALARM,respond_to_basic=true, 5=8" }
However this has no effect. I've tried in all 4 of my items, with parameter 5 and others, and I can see no effect - it's simply not working (other changes are reflected, so it is not that the device hasn't woken up). In searching for an answer I have come across a Vesternet article on how to set this sensor up with a Vera (http://www.vesternet.com/resources/application-notes/apnt-55#.VRnDfOGuFCg), and there's one piece of advice that I think is key here:
Only make configuration changes on the main Sensor deviceThe main sensor ("Philio 4-in-1" in the Figure 2) acts as the parent device - all configuration changes are made in the parent device and not in the temperature or light sensors.
22:47:00.867 [DEBUG] [eController$ZWaveReceiveThread:1499 ] - Receive Message = 01 24 00 04 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 17 00 05 31 05 03 01 05 06 31 05 01 0A 00 4E 78
22:47:00.869 [DEBUG] [eController$ZWaveReceiveThread:1423 ] - Receive queue ADD: Length=1
22:47:00.869 [DEBUG] [b.z.i.protocol.ZWaveController:1181 ] - Receive queue TAKE: Length=0
22:47:00.869 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ] - Assembled message buffer = 01 24 00 04 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 17 00 05 31 05 03 01 05 06 31 05 01 0A 00 4E 78
22:47:00.870 [DEBUG] [b.z.i.protocol.ZWaveController:1182 ] - Process Message = 01 24 00 04 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 17 00 05 31 05 03 01 05 06 31 05 01 0A 00 4E 78
22:47:00.870 [DEBUG] [b.z.i.protocol.ZWaveController:191 ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 17 00 05 31 05 03 01 05 06 31 05 01 0A 00 4E
22:47:00.870 [DEBUG] [ApplicationCommandMessageClass:38 ] - NODE 5: Application Command Request (ALIVE:DONE)
22:47:00.870 [DEBUG] [ApplicationCommandMessageClass:56 ] - NODE 5: Incoming command class MULTI_CMD
22:47:00.870 [DEBUG] [.ZWaveMultiCommandCommandClass:60 ] - NODE 5: Received Multi-Command Request
22:47:00.871 [DEBUG] [.ZWaveMultiCommandCommandClass:92 ] - NODE 5: Incoming command class BATTERY
22:47:00.871 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ] - NODE 5: Calling handleApplicationCommandRequest.
22:47:00.871 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:81 ] - NODE 5: Received Battery Request
22:47:00.871 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:96 ] - NODE 5: Battery report value = 100
22:47:00.871 [DEBUG] [b.z.i.protocol.ZWaveController:674 ] - Notifying event listeners: ZWaveCommandClassValueEvent
22:47:00.871 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ] - ZwaveIncomingEvent
22:47:00.871 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ] - NODE 5: Got a value event from Z-Wave network, endpoint = 1, command class = BATTERY, value = 100
22:47:00.872 [INFO ] [runtime.busevents :26 ] - Door_Battery state updated to 100
22:47:00.873 [DEBUG] [.ZWaveMultiCommandCommandClass:92 ] - NODE 5: Incoming command class ALARM
22:47:00.873 [DEBUG] [o.i.t.m.i.MqttBrokerConnection:437 ] - Publishing message 1277 to topic '/openHAB/out/Door_Battery/state'
22:47:00.873 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ] - NODE 5: Calling handleApplicationCommandRequest.
22:47:00.873 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82 ] - NODE 5: Received Alarm Request
22:47:00.873 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94 ] - NODE 5: Alarm report - Value = 0
22:47:00.874 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:112 ] - NODE 5: Alarm Type = General (0)
22:47:00.874 [DEBUG] [b.z.i.protocol.ZWaveController:674 ] - Notifying event listeners: ZWaveAlarmValueEvent
22:47:00.874 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ] - ZwaveIncomingEvent
22:47:00.874 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ] - NODE 5: Got a value event from Z-Wave network, endpoint = 1, command class = ALARM, value = 0
22:47:00.874 [INFO ] [runtime.busevents :26 ] - Door_Motion state updated to CLOSED
22:47:00.876 [DEBUG] [o.i.t.m.i.MqttBrokerConnection:437 ] - Publishing message 1278 to topic '/openHAB/out/Door_Motion/state'
22:47:00.876 [DEBUG] [.ZWaveMultiCommandCommandClass:92 ] - NODE 5: Incoming command class SENSOR_MULTILEVEL
22:47:00.876 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ] - NODE 5: Calling handleApplicationCommandRequest.
22:47:00.876 [DEBUG] [veMultiLevelSensorCommandClass:97 ] - NODE 5: Received Sensor Multi Level Request
22:47:00.877 [DEBUG] [veMultiLevelSensorCommandClass:131 ] - NODE 5: Sensor Multi Level REPORT received
22:47:00.877 [DEBUG] [veMultiLevelSensorCommandClass:141 ] - NODE 5: Sensor Type = Luminance(3), Scale = 0
22:47:00.877 [DEBUG] [veMultiLevelSensorCommandClass:150 ] - NODE 5: Sensor Value = 5
22:47:00.878 [DEBUG] [b.z.i.protocol.ZWaveController:674 ] - Notifying event listeners: ZWaveMultiLevelSensorValueEvent
22:47:00.878 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ] - ZwaveIncomingEvent
22:47:00.878 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ] - NODE 5: Got a value event from Z-Wave network, endpoint = 1, command class = SENSOR_MULTILEVEL, value = 5
22:47:00.879 [INFO ] [runtime.busevents :26 ] - Door_Luminance state updated to 5
22:47:00.881 [DEBUG] [.ZWaveMultiCommandCommandClass:92 ] - NODE 5: Incoming command class SENSOR_MULTILEVEL
22:47:00.881 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ] - NODE 5: Calling handleApplicationCommandRequest.
22:47:00.881 [DEBUG] [veMultiLevelSensorCommandClass:97 ] - NODE 5: Received Sensor Multi Level Request
22:47:00.881 [DEBUG] [veMultiLevelSensorCommandClass:131 ] - NODE 5: Sensor Multi Level REPORT received
22:47:00.881 [DEBUG] [veMultiLevelSensorCommandClass:141 ] - NODE 5: Sensor Type = Temperature(1), Scale = 1
22:47:00.882 [DEBUG] [veMultiLevelSensorCommandClass:150 ] - NODE 5: Sensor Value = 78
22:47:00.882 [DEBUG] [b.z.i.protocol.ZWaveController:674 ] - Notifying event listeners: ZWaveMultiLevelSensorValueEvent
22:47:00.882 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ] - ZwaveIncomingEvent
22:47:00.882 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ] - NODE 5: Got a value event from Z-Wave network, endpoint = 1, command class = SENSOR_MULTILEVEL, value = 78
22:47:00.883 [DEBUG] [.p.m.i.MysqlPersistenceService:319 ] - mySQL: Stored item 'Door_Luminance' as '5'[5] in SQL database at Mon Mar 30 22:47:00 BST 2015.
22:47:00.883 [DEBUG] [.p.m.i.MysqlPersistenceService:321 ] - mySQL: INSERT INTO Item16 (TIME, VALUE) VALUES(NOW(),'5') ON DUPLICATE KEY UPDATE VALUE='5';
22:47:00.884 [DEBUG] [o.i.t.m.i.MqttBrokerConnection:437 ] - Publishing message 1279 to topic '/openHAB/out/Door_Luminance/state'
22:47:00.884 [INFO ] [runtime.busevents :26 ] - Door_Temperature state updated to 78
22:47:00.886 [DEBUG] [ApplicationCommandMessageClass:85 ] - Transaction not completed: node address inconsistent.
22:47:00.887 [DEBUG] [.p.m.i.MysqlPersistenceService:319 ] - mySQL: Stored item 'Door_Temperature' as '78'[78] in SQL database at Mon Mar 30 22:47:00 BST 2015.
22:47:00.887 [DEBUG] [.p.m.i.MysqlPersistenceService:321 ] - mySQL: INSERT INTO Item15 (TIME, VALUE) VALUES(NOW(),'78') ON DUPLICATE KEY UPDATE VALUE='78';
22:47:00.888 [DEBUG] [o.i.t.m.i.MqttBrokerConnection:437 ] - Publishing message 1280 to topic '/openHAB/out/Door_Temperature/state'22:47:00.886 [DEBUG] [ApplicationCommandMessageClass:85 ] - Transaction not completed: node address inconsistent.
Cheers,
DanAs an example, I want parameter 5 set to 8, which triggers the change from Farenheit to Celsius. On my Fibaro Dimmer I would just put "5=8" into the parameter string:
Contact Door_Motion "Sensor [:%s]" <frontdoor> (Upstairs) { zwave="5:1:command=ALARM,respond_to_basic=true, 5=8" }
However this has no effect.
My issue is that I don't have a parent device defined, nor do I know how to create one - my basic attempts have failed.
Is the following line relevant at all?22:47:00.886 [DEBUG] [ApplicationCommandMessageClass:85 ] - Transaction not completed: node address inconsistent.
In default the device will be using Notification Report to represent the trigger event, it can be changed to Sensor Binary Report by setting the configuration NO. 7 Bit4 to 1.
Contact Door_Motion "Door [%s]" <frontdoor> (Upstairs) { zwave="5:1:command=SENSOR_BINARY,respond_to_basic=true" }/* A Philio Slim Multisensor PST02-A */
Number Door_GF_Hallway_Temperature "Temperature [%.1f C]" <temperature> (GF) {zwave="4:1:command=SENSOR_MULTILEVEL,sensor_type=1"}
Number Door_GF_Hallway_Illuminance "Illuminance [%.0f Lux]" <sun> (GF) {zwave="4:1:command=SENSOR_MULTILEVEL,sensor_type=3"}
Contact Door_GF_Hallway_Motion "Motion [MAP(motion.map):%s]" <frontdoor> (GF) {zwave="4:1:command=SENSOR_BINARY,sensor_type=12,respond_to_basic=true"}
Contact Door_GF_Hallway_Contact "Status [MAP(en.map):%s]" <contact> (GF) {zwave="4:1:command=SENSOR_BINARY,sensor_type=10,respond_to_basic=true"}
Number Door_GF_Hallway_Battery "Battery [%s %%]" <socket> (GF) {zwave="4:1:command=BATTERY"}
For example, to flip this device from Fahrenheit to Celsius requires setting Bit4 to '1' on param 5
For example, to flip this device from Fahrenheit to Celsius requires setting Bit3 to '1' on param 5
--
You received this message because you are subscribed to a topic in the Google Groups "openhab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openhab/JfRXSHZJdLo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openhab+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at http://groups.google.com/group/openhab.
To view this discussion on the web visit https://groups.google.com/d/msgid/openhab/4a85de66-600a-4ab6-965f-92a010a74d8d%40googlegroups.com.
Cheers,
Marcel
Number Door_Temperature "Temperature [%.1f C]" <temperature> (Door) {zwave="15:1:command=SENSOR_MULTILEVEL,sensor_type=1"}Number Door_Illuminance "Illuminance [%.0f Lux]" <sun> (Door) {zwave="15:1:command=SENSOR_MULTILEVEL,sensor_type=3"}Contact Door_Motion "Motion [MAP(motion.map):%s]" <frontdoor> (Door) {zwave="15:1:command=SENSOR_BINARY,sensor_type=12,respond_to_basic=true"}Contact Door_Contact "Porta [MAP(it.map):%s]" <contact> (Door) {zwave="15:1:command=SENSOR_BINARY,sensor_type=10,respond_to_basic=true"}Number Door_Battery "Battery [%s %%]" <socket> (Door) {zwave="15:1:command=BATTERY"}2015-04-15 15:17:58.774 [DEBUG] [ZWaveConfigurationCommandClass:182 ]- NODE 15: Creating new message for application command CONFIGURATIONCMD_SET2015-04-15 15:17:58.776 [DEBUG] [o.b.z.i.protocol.SerialMessage:109 ]- NODE 15: Creating empty message of class = SendData (0x13), type = Request (0x00)2015-04-15 15:17:58.778 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:241 ]- NODE 15: Putting message SendData in wakeup queue.2015-04-15 15:17:58.780 [DEBUG] [ZWaveConfigurationCommandClass:154 ]- NODE 15: Creating new message for application command CONFIGURATIONCMD_GET2015-04-15 15:17:58.781 [DEBUG] [o.b.z.i.protocol.SerialMessage:109 ]- NODE 15: Creating empty message of class = SendData (0x13), type = Request (0x00)2015-04-15 15:17:58.784 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:237 ]- NODE 15: Message already on the wake-up queue. Removing original.2015-04-15 15:17:58.785 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:241 ]- NODE 15: Putting message SendData in wakeup queue.2015-04-15 16:49:33.577 [DEBUG] [ApplicationCommandMessageClass:38 ]- NODE 15: Application Command Request (ALIVE:DONE)2015-04-15 16:49:33.578 [DEBUG] [ApplicationCommandMessageClass:56 ]- NODE 15: Incoming command class WAKE_UP2015-04-15 16:49:33.579 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:136 ]- NODE 15: Received Wake Up Request2015-04-15 16:49:33.580 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:182 ]- NODE 15: Received WAKE_UP_NOTIFICATION2015-04-15 16:49:33.581 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:411 ]- NODE 15: Is awake with 12 messages in the wake-up queue.2015-04-15 16:49:33.583 [DEBUG] [z.internal.ZWaveNetworkMonitor:701 ]- NODE 15: Heal WakeUp EVENT WAITING2015-04-15 16:49:33.584 [DEBUG] [z.internal.ZWaveNetworkMonitor:469 ]- NODE 15: NETWORK HEAL - STARTING2015-04-15 16:49:33.585 [DEBUG] [z.internal.ZWaveNetworkMonitor:478 ]- NODE 15: NETWORK HEAL - PING2015-04-15 16:49:33.586 [DEBUG] [c.ZWaveNoOperationCommandClass:72 ]- NODE 15: Creating new message for command No Operation2015-04-15 16:49:33.587 [DEBUG] [o.b.z.i.protocol.SerialMessage:109 ]- NODE 15: Creating empty message of class = SendData (0x13), type = Request (0x00)2015-04-15 16:49:33.591 [DEBUG] [WaveController$ZWaveSendThread:1306]- NODE 15: Sending REQUEST Message = 01 08 00 13 0F 01 00 25 BA 752015-04-15 16:49:33.604 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38 ]- NODE 15: Sent Data successfully placed on stack.2015-04-15 16:49:33.619 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74 ]- NODE 15: SendData Request. CallBack ID = 186, Status = Transmission complete and ACK received(0)2015-04-15 16:49:33.624 [DEBUG] [z.internal.ZWaveNetworkMonitor:494 ]- NODE 15: NETWORK HEAL - SETSUCROUTE2015-04-15 16:49:33.624 [DEBUG] [z.internal.ZWaveNetworkMonitor:499 ]- NODE 15: Heal is setting SUC route.2015-04-15 16:49:33.626 [DEBUG] [signSucReturnRouteMessageClass:29 ]- NODE 15: Assigning SUC return route2015-04-15 16:49:33.630 [DEBUG] [WaveController$ZWaveSendThread:1365]- NODE 15: Response processed after 37ms/1201ms.2015-04-15 16:49:33.633 [DEBUG] [WaveController$ZWaveSendThread:1306]- NODE 15: Sending REQUEST Message = 01 0A 00 13 0F 03 31 04 01 25 BB 402015-04-15 16:49:33.645 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38 ]- NODE 15: Sent Data successfully placed on stack.2015-04-15 16:49:33.660 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74 ]- NODE 15: SendData Request. CallBack ID = 187, Status = Transmission complete and ACK received(0)2015-04-15 16:49:33.680 [DEBUG] [ApplicationCommandMessageClass:38 ]- NODE 15: Application Command Request (ALIVE:DONE)2015-04-15 16:49:33.681 [DEBUG] [ApplicationCommandMessageClass:56 ]- NODE 15: Incoming command class SENSOR_MULTILEVEL2015-04-15 16:49:33.681 [DEBUG] [veMultiLevelSensorCommandClass:97 ]- NODE 15: Received Sensor Multi Level Request2015-04-15 16:49:33.682 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 15: Sensor Multi Level REPORT received2015-04-15 16:49:33.683 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 15: Sensor Type = Temperature(1), Scale = 12015-04-15 16:49:33.685 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 15: Sensor Value = 722015-04-15 16:49:33.687 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 15: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 722015-04-15 16:49:33.688 [WARN ] [.z.internal.ZWaveActiveBinding:467 ]- NODE 15: No item bound for event, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 72, ignoring.2015-04-15 16:49:33.694 [DEBUG] [WaveController$ZWaveSendThread:1365]- NODE 15: Response processed after 61ms/1201ms.2015-04-15 16:49:33.697 [DEBUG] [WaveController$ZWaveSendThread:1306]- NODE 15: Sending REQUEST Message = 01 0A 00 13 0F 03 31 04 03 25 BD 442015-04-15 16:49:33.709 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38 ]- NODE 15: Sent Data successfully placed on stack.2015-04-15 16:49:33.724 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74 ]- NODE 15: SendData Request. CallBack ID = 189, Status = Transmission complete and ACK received(0)2015-04-15 16:49:33.743 [DEBUG] [ApplicationCommandMessageClass:38 ]- NODE 15: Application Command Request (ALIVE:DONE)2015-04-15 16:49:33.744 [DEBUG] [ApplicationCommandMessageClass:56 ]- NODE 15: Incoming command class SENSOR_MULTILEVEL2015-04-15 16:49:33.745 [DEBUG] [veMultiLevelSensorCommandClass:97 ]- NODE 15: Received Sensor Multi Level Request2015-04-15 16:49:33.746 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 15: Sensor Multi Level REPORT received2015-04-15 16:49:33.747 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 15: Sensor Type = Luminance(3), Scale = 02015-04-15 16:49:33.748 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 15: Sensor Value = 42015-04-15 16:49:33.750 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 15: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 42015-04-15 16:49:33.750 [WARN ] [.z.internal.ZWaveActiveBinding:467 ]- NODE 15: No item bound for event, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 4, ignoring.2015-04-15 16:49:33.757 [DEBUG] [WaveController$ZWaveSendThread:1365]- NODE 15: Response processed after 60ms/1201ms.2015-04-15 16:49:33.759 [DEBUG] [WaveController$ZWaveSendThread:1306]- NODE 15: Sending REQUEST Message = 01 09 00 13 0F 02 30 02 25 BE 412015-04-15 16:49:33.771 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38 ]- NODE 15: Sent Data successfully placed on stack.2015-04-15 16:49:33.786 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74 ]- NODE 15: SendData Request. CallBack ID = 190, Status = Transmission complete and ACK received(0)2015-04-15 16:49:33.803 [DEBUG] [ApplicationCommandMessageClass:38 ]- NODE 15: Application Command Request (ALIVE:DONE)2015-04-15 16:49:33.804 [DEBUG] [ApplicationCommandMessageClass:56 ]- NODE 15: Incoming command class SENSOR_BINARY2015-04-15 16:49:33.805 [DEBUG] [.ZWaveBinarySensorCommandClass:82 ]- NODE 15: Received Sensor Binary Request (v2)2015-04-15 16:49:33.806 [DEBUG] [.ZWaveBinarySensorCommandClass:102 ]- NODE 15: Sensor Binary report, type=Unknown, value=2552015-04-15 16:49:33.808 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 15: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_BINARY, value = 2552015-04-15 16:49:33.809 [WARN ] [.z.internal.ZWaveActiveBinding:467 ]- NODE 15: No item bound for event, endpoint = 0, command class = SENSOR_BINARY, value = 255, ignoring.2015-04-15 16:49:33.815 [DEBUG] [WaveController$ZWaveSendThread:1365]- NODE 15: Response processed after 55ms/1201ms.2015-04-15 16:49:33.818 [DEBUG] [WaveController$ZWaveSendThread:1306]- NODE 15: Sending REQUEST Message = 01 0C 00 13 0F 05 70 04 07 01 01 25 BF 032015-04-15 16:49:33.830 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38 ]- NODE 15: Sent Data successfully placed on stack.2015-04-15 16:49:33.846 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74 ]- NODE 15: SendData Request. CallBack ID = 191, Status = Transmission complete and ACK received(0)2015-04-15 16:49:33.852 [DEBUG] [WaveController$ZWaveSendThread:1365]- NODE 15: Response processed after 34ms/1201ms.2015-04-15 16:49:33.855 [DEBUG] [WaveController$ZWaveSendThread:1306]- NODE 15: Sending REQUEST Message = 01 0C 00 13 0F 05 70 04 05 01 00 25 C0 7F2015-04-15 16:49:33.867 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38 ]- NODE 15: Sent Data successfully placed on stack.2015-04-15 16:49:33.883 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74 ]- NODE 15: SendData Request. CallBack ID = 192, Status = Transmission complete and ACK received(0)2015-04-15 16:49:33.890 [DEBUG] [WaveController$ZWaveSendThread:1365]- NODE 15: Response processed after 35ms/1201ms.2015-04-15 16:49:33.892 [DEBUG] [WaveController$ZWaveSendThread:1306]- NODE 15: Sending REQUEST Message = 01 0C 00 13 0F 05 70 04 05 01 08 25 C1 762015-04-15 16:49:33.904 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38 ]- NODE 15: Sent Data successfully placed on stack.2015-04-15 16:49:33.921 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74 ]- NODE 15: SendData Request. CallBack ID = 193, Status = Transmission complete and ACK received(0)2015-04-15 16:49:33.927 [DEBUG] [WaveController$ZWaveSendThread:1365]- NODE 15: Response processed after 34ms/1201ms.2015-04-15 16:49:33.930 [DEBUG] [WaveController$ZWaveSendThread:1306]- NODE 15: Sending REQUEST Message = 01 0A 00 13 0F 03 70 05 05 25 C2 7D2015-04-15 16:49:33.942 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38 ]- NODE 15: Sent Data successfully placed on stack.2015-04-15 16:49:33.957 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74 ]- NODE 15: SendData Request. CallBack ID = 194, Status = Transmission complete and ACK received(0)2015-04-15 16:49:33.977 [DEBUG] [ApplicationCommandMessageClass:38 ]- NODE 15: Application Command Request (ALIVE:DONE)2015-04-15 16:49:33.978 [DEBUG] [ApplicationCommandMessageClass:56 ]- NODE 15: Incoming command class CONFIGURATION2015-04-15 16:49:33.978 [DEBUG] [ZWaveConfigurationCommandClass:76 ]- NODE 15: Received Configuration Request2015-04-15 16:49:33.980 [DEBUG] [ZWaveConfigurationCommandClass:115 ]- NODE 15: Node configuration report, parameter = 5, value = 82015-04-15 16:49:33.982 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 15: Got a value event from Z-Wave network, endpoint = 0, command class = CONFIGURATION, value = org.openhab.binding.zwave.internal.protocol.ConfigurationParameter@41e2ac402015-04-15 16:49:33.983 [WARN ] [.z.internal.ZWaveActiveBinding:467 ]- NODE 15: No item bound for event, endpoint = 0, command class = CONFIGURATION, value = org.openhab.binding.zwave.internal.protocol.ConfigurationParameter@41e2ac40, ignoring.2015-04-15 16:49:34.025 [DEBUG] [.b.z.i.p.i.ZWaveNodeSerializer:107 ]- NODE 15: Serializing to file etc/zwave/node15.xml2015-04-15 16:49:34.074 [DEBUG] [WaveController$ZWaveSendThread:1365]- NODE 15: Response processed after 144ms/1201ms.2015-04-15 16:49:34.076 [DEBUG] [WaveController$ZWaveSendThread:1306]- NODE 15: Sending REQUEST Message = 01 0C 00 13 0F 05 70 04 07 01 04 25 C3 7A2015-04-15 16:49:34.088 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38 ]- NODE 15: Sent Data successfully placed on stack.2015-04-15 16:49:34.104 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74 ]- NODE 15: SendData Request. CallBack ID = 195, Status = Transmission complete and ACK received(0)2015-04-15 16:49:34.111 [DEBUG] [WaveController$ZWaveSendThread:1365]- NODE 15: Response processed after 34ms/1201ms.2015-04-15 16:49:34.114 [DEBUG] [WaveController$ZWaveSendThread:1306]- NODE 15: Sending REQUEST Message = 01 0C 00 13 0F 05 70 04 07 01 18 25 C4 612015-04-15 16:49:34.125 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38 ]- NODE 15: Sent Data successfully placed on stack.2015-04-15 16:49:34.142 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74 ]- NODE 15: SendData Request. CallBack ID = 196, Status = Transmission complete and ACK received(0)2015-04-15 16:49:34.148 [DEBUG] [WaveController$ZWaveSendThread:1365]- NODE 15: Response processed after 34ms/1201ms.2015-04-15 16:49:34.151 [DEBUG] [WaveController$ZWaveSendThread:1306]- NODE 15: Sending REQUEST Message = 01 0C 00 13 0F 05 70 04 07 01 10 25 C5 682015-04-15 16:49:34.163 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38 ]- NODE 15: Sent Data successfully placed on stack.2015-04-15 16:49:34.179 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74 ]- NODE 15: SendData Request. CallBack ID = 197, Status = Transmission complete and ACK received(0)2015-04-15 16:49:34.186 [DEBUG] [WaveController$ZWaveSendThread:1365]- NODE 15: Response processed after 34ms/1201ms.2015-04-15 16:49:34.188 [DEBUG] [WaveController$ZWaveSendThread:1306]- NODE 15: Sending REQUEST Message = 01 0A 00 13 0F 03 70 05 07 25 C6 7B2015-04-15 16:49:34.200 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38 ]- NODE 15: Sent Data successfully placed on stack.2015-04-15 16:49:34.216 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74 ]- NODE 15: SendData Request. CallBack ID = 198, Status = Transmission complete and ACK received(0)2015-04-15 16:49:34.234 [DEBUG] [ApplicationCommandMessageClass:38 ]- NODE 15: Application Command Request (ALIVE:DONE)2015-04-15 16:49:34.235 [DEBUG] [ApplicationCommandMessageClass:56 ]- NODE 15: Incoming command class CONFIGURATION2015-04-15 16:49:34.236 [DEBUG] [ZWaveConfigurationCommandClass:76 ]- NODE 15: Received Configuration Request2015-04-15 16:49:34.237 [DEBUG] [ZWaveConfigurationCommandClass:115 ]- NODE 15: Node configuration report, parameter = 7, value = 162015-04-15 16:49:34.239 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 15: Got a value event from Z-Wave network, endpoint = 0, command class = CONFIGURATION, value = org.openhab.binding.zwave.internal.protocol.ConfigurationParameter@7c27e6f22015-04-15 16:49:34.240 [WARN ] [.z.internal.ZWaveActiveBinding:467 ]- NODE 15: No item bound for event, endpoint = 0, command class = CONFIGURATION, value = org.openhab.binding.zwave.internal.protocol.ConfigurationParameter@7c27e6f2, ignoring.2015-04-15 16:49:34.263 [DEBUG] [.b.z.i.p.i.ZWaveNodeSerializer:107 ]- NODE 15: Serializing to file etc/zwave/node15.xml2015-04-15 16:49:34.304 [DEBUG] [WaveController$ZWaveSendThread:1365]- NODE 15: Response processed after 115ms/1201ms.2015-04-15 16:49:34.308 [DEBUG] [WaveController$ZWaveSendThread:1306]- NODE 15: Sending REQUEST Message = 01 09 00 13 0F 02 86 11 25 C7 9D2015-04-15 16:49:34.320 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38 ]- NODE 15: Sent Data successfully placed on stack.2015-04-15 16:49:34.335 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74 ]- NODE 15: SendData Request. CallBack ID = 199, Status = Transmission complete and ACK received(0)2015-04-15 16:49:34.360 [DEBUG] [ApplicationCommandMessageClass:38 ]- NODE 15: Application Command Request (ALIVE:DONE)2015-04-15 16:49:34.361 [DEBUG] [ApplicationCommandMessageClass:56 ]- NODE 15: Incoming command class VERSION2015-04-15 16:49:34.362 [DEBUG] [i.p.c.ZWaveVersionCommandClass:78 ]- NODE 15: Received Version Request2015-04-15 16:49:34.363 [DEBUG] [i.p.c.ZWaveVersionCommandClass:86 ]- NODE 15: Process Version Report2015-04-15 16:49:34.365 [DEBUG] [i.p.c.ZWaveVersionCommandClass:93 ]- NODE 15: Library Type = 3 (Slave Enhanced)2015-04-15 16:49:34.365 [DEBUG] [i.p.c.ZWaveVersionCommandClass:94 ]- NODE 15: Protocol Version = 3.952015-04-15 16:49:34.366 [DEBUG] [i.p.c.ZWaveVersionCommandClass:95 ]- NODE 15: Application Version = 1.172015-04-15 16:49:34.371 [DEBUG] [WaveController$ZWaveSendThread:1365]- NODE 15: Response processed after 63ms/1201ms.2015-04-15 16:49:34.386 [DEBUG] [signSucReturnRouteMessageClass:46 ]- NODE 15: Got AssignSucReturnRoute response.2015-04-15 16:49:34.387 [DEBUG] [signSucReturnRouteMessageClass:49 ]- NODE 15: AssignSucReturnRoute operation started.2015-04-15 16:49:34.484 [DEBUG] [signSucReturnRouteMessageClass:64 ]- NODE 15: Got AssignSucReturnRoute request.2015-04-15 16:49:34.486 [DEBUG] [z.internal.ZWaveNetworkMonitor:509 ]- NODE 15: NETWORK HEAL - UPDATENEIGHBORS2015-04-15 16:49:34.487 [DEBUG] [NodeNeighborUpdateMessageClass:33 ]- NODE 15: Request neighbor update2015-04-15 16:49:34.507 [DEBUG] [NodeNeighborUpdateMessageClass:47 ]- NODE 15: Got NodeNeighborUpdate request.2015-04-15 16:49:34.508 [DEBUG] [NodeNeighborUpdateMessageClass:50 ]- NODE 15: NodeNeighborUpdate STARTED2015-04-15 16:49:35.511 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:506 ]- NODE 15: No more messages, go back to sleep2015-04-15 16:49:35.511 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:202 ]- NODE 15: Creating new message for application command WAKE_UP_NO_MORE_INFORMATION2015-04-15 16:49:35.512 [DEBUG] [o.b.z.i.protocol.SerialMessage:109 ]- NODE 15: Creating empty message of class = SendData (0x13), type = Request (0x00)2015-04-15 16:49:35.516 [DEBUG] [WaveController$ZWaveSendThread:1306]- NODE 15: Sending REQUEST Message = 01 09 00 13 0F 02 84 08 25 C8 892015-04-15 16:49:35.528 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38 ]- NODE 15: Sent Data successfully placed on stack.2015-04-15 16:49:35.543 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74 ]- NODE 15: SendData Request. CallBack ID = 200, Status = Transmission complete and ACK received(0)2015-04-15 16:49:35.548 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:372 ]- NODE 15: Went to sleep2015-04-15 16:49:35.549 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:435 ]- NODE 15: Is sleeping2015-04-15 16:49:35.550 [DEBUG] [WaveController$ZWaveSendThread:1365]- NODE 15: Response processed after 33ms/1201ms.2015-04-15 16:49:36.490 [DEBUG] [NodeNeighborUpdateMessageClass:47 ]- NODE 15: Got NodeNeighborUpdate request.2015-04-15 16:49:36.491 [DEBUG] [NodeNeighborUpdateMessageClass:55 ]- NODE 15: NodeNeighborUpdate DONE2015-04-15 16:49:36.493 [DEBUG] [z.internal.ZWaveNetworkMonitor:432 ]- NODE 15: Node is asleep. Defer heal until it's awake2015-04-15 16:49:36.494 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:372 ]- NODE 15: Went to sleep2015-04-15 16:49:36.495 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:435 ]- NODE 15: Is sleepingNumber Door_Temperature "Temperature [%.1f C]" <temperature> (Door) {zwave="15:command=SENSOR_MULTILEVEL,sensor_type=1"}Number Door_Illuminance "Illuminance [%.0f Lux]" <sun> (Door) {zwave="15:command=SENSOR_MULTILEVEL,sensor_type=3"}Contact Door_Motion "Motion [MAP(motion.map):%s]" <frontdoor> (Door) {zwave="15:command=SENSOR_BINARY,sensor_type=12,respond_to_basic=true"}Contact Door_Contact "Porta [MAP(it.map):%s]" <contact> (Door) {zwave="15:command=SENSOR_BINARY,sensor_type=10,respond_to_basic=true"}Number Door_Battery "Battery [%s %%]" <socket> (Door) {zwave="15:command=BATTERY"}2015-04-15 16:49:33.687 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 15: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 722015-04-15 16:49:33.688 [WARN ] [.z.internal.ZWaveActiveBinding:467 ]- NODE 15: No item bound for event, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 72, ignoring.