Refactor desk outlet

This commit is contained in:
2020-05-16 14:17:27 +03:00
parent c89338f1a6
commit 0b2a695d5c
16 changed files with 1985 additions and 23 deletions
+4
View File
@@ -0,0 +1,4 @@
hello_world:
module: hello
class: HelloWorld
+4
View File
@@ -0,0 +1,4 @@
hello_world:
module: hello
class: HelloWorld
+12
View File
@@ -0,0 +1,12 @@
import hassapi as hass
#
# Hello World App
#
# Args:
#
class HelloWorld(hass.Hass):
def initialize(self):
self.log("Hello from AppDaemon")
self.log("You are now ready to run Apps!")
+14
View File
@@ -0,0 +1,14 @@
#
# Main arguments, all optional
#
title: Hello Panel
widget_dimensions: [120, 120]
widget_margins: [5, 5]
columns: 8
label:
widget_type: label
text: Hello World
layout:
- label(2x2)
+1
View File
@@ -0,0 +1 @@
{"mac": "E9:7E:11:0B:7D:C7", "config_version": 2, "paired_clients": {"242b7317-ae5a-45b2-ac9a-da06feb0728b": "90f0db90cf11f74c5e3b369a8079404febdfb2ae1a952396b9e3e909f09937b2"}, "private_key": "ac61c06ecc42be42a9245345253255f5c1aee668b6054bf9db8ecef712db0b95", "public_key": "547cb81f72192c02bae7c31f185d0aca413cf717bca49f7119182445a5f5b9e9"}
+926
View File
@@ -0,0 +1,926 @@
2020-05-16 14:16:39.712 Always, OpenZwave Version 1.4.3469 Starting Up
2020-05-16 14:16:49.365 Info, Setting Up Provided Network Key for Secure Communications
2020-05-16 14:16:49.365 Warning, Failed - Network Key Not Set
2020-05-16 14:16:49.365 Info, mgr, Added driver for controller /dev/ttyACM1
2020-05-16 14:16:49.365 Info, Opening controller /dev/ttyACM1
2020-05-16 14:16:49.365 Info, Trying to open serial port /dev/ttyACM1 (attempt 1)
2020-05-16 14:16:49.366 Info, Serial port /dev/ttyACM1 opened (attempt 1)
2020-05-16 14:16:49.366 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2020-05-16 14:16:49.366 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2020-05-16 14:16:49.366 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2020-05-16 14:16:49.366 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2020-05-16 14:16:49.366 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2020-05-16 14:16:49.366 Detail,
2020-05-16 14:16:49.366 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2020-05-16 14:16:49.368 Detail, contrlr, Received: 0x01, 0x10, 0x01, 0x15, 0x5a, 0x2d, 0x57, 0x61, 0x76, 0x65, 0x20, 0x34, 0x2e, 0x35, 0x34, 0x00, 0x01, 0x93
2020-05-16 14:16:49.368 Detail,
2020-05-16 14:16:49.368 Info, contrlr, Received reply to FUNC_ID_ZW_GET_VERSION:
2020-05-16 14:16:49.368 Info, contrlr, Static Controller library, version Z-Wave 4.54
2020-05-16 14:16:49.368 Detail, Node045, Expected reply was received
2020-05-16 14:16:49.368 Detail, Node045, Message transaction complete
2020-05-16 14:16:49.368 Detail,
2020-05-16 14:16:49.368 Detail, contrlr, Removing current message
2020-05-16 14:16:49.368 Detail,
2020-05-16 14:16:49.368 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x20) - FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2020-05-16 14:16:49.370 Detail, contrlr, Received: 0x01, 0x08, 0x01, 0x20, 0xd6, 0xdb, 0xa4, 0x1f, 0x01, 0x61
2020-05-16 14:16:49.370 Detail,
2020-05-16 14:16:49.370 Info, contrlr, Received reply to FUNC_ID_ZW_MEMORY_GET_ID. Home ID = 0xd6dba41f. Our node ID = 1
2020-05-16 14:16:49.370 Detail, Node219, Expected reply was received
2020-05-16 14:16:49.370 Detail, Node219, Message transaction complete
2020-05-16 14:16:49.370 Detail,
2020-05-16 14:16:49.370 Detail, contrlr, Removing current message
2020-05-16 14:16:49.370 Detail,
2020-05-16 14:16:49.370 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x05) - FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2020-05-16 14:16:49.372 Detail, contrlr, Received: 0x01, 0x04, 0x01, 0x05, 0x00, 0xff
2020-05-16 14:16:49.372 Detail,
2020-05-16 14:16:49.372 Info, contrlr, Received reply to FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES:
2020-05-16 14:16:49.372 Info, contrlr, There is no SUC ID Server (SIS) in this network.
2020-05-16 14:16:49.372 Info, contrlr, The PC controller is a primary controller.
2020-05-16 14:16:49.372 Detail, contrlr, Expected reply was received
2020-05-16 14:16:49.372 Detail, contrlr, Message transaction complete
2020-05-16 14:16:49.372 Detail,
2020-05-16 14:16:49.372 Detail, contrlr, Removing current message
2020-05-16 14:16:49.372 Detail,
2020-05-16 14:16:49.372 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x07) - FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2020-05-16 14:16:49.375 Detail, contrlr, Received: 0x01, 0x2b, 0x01, 0x07, 0x01, 0x01, 0x00, 0x86, 0x00, 0x01, 0x00, 0x5a, 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, 0xfa
2020-05-16 14:16:49.375 Detail,
2020-05-16 14:16:49.375 Info, contrlr, Received reply to FUNC_ID_SERIAL_API_GET_CAPABILITIES
2020-05-16 14:16:49.375 Info, contrlr, Serial API Version: 1.1
2020-05-16 14:16:49.375 Info, contrlr, Manufacturer ID: 0x0086
2020-05-16 14:16:49.375 Info, contrlr, Product Type: 0x0001
2020-05-16 14:16:49.375 Info, contrlr, Product ID: 0x005a
2020-05-16 14:16:49.375 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_RANDOM: 0x01, 0x04, 0x00, 0x1c, 0x20, 0xc7
2020-05-16 14:16:49.375 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_INIT_DATA: 0x01, 0x03, 0x00, 0x02, 0xfe
2020-05-16 14:16:49.375 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_SET_TIMEOUTS: 0x01, 0x05, 0x00, 0x06, 0x64, 0x0f, 0x97
2020-05-16 14:16:49.375 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_APPL_NODE_INFORMATION: 0x01, 0x07, 0x00, 0x03, 0x01, 0x02, 0x01, 0x00, 0xf9
2020-05-16 14:16:49.375 Detail, Node001, Expected reply was received
2020-05-16 14:16:49.375 Detail, Node001, Message transaction complete
2020-05-16 14:16:49.375 Detail,
2020-05-16 14:16:49.375 Detail, contrlr, Removing current message
2020-05-16 14:16:49.375 Detail,
2020-05-16 14:16:49.375 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x56) - FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2020-05-16 14:16:49.377 Detail, contrlr, Received: 0x01, 0x04, 0x01, 0x56, 0x00, 0xac
2020-05-16 14:16:49.377 Detail,
2020-05-16 14:16:49.377 Info, contrlr, Received reply to GET_SUC_NODE_ID. Node ID = 0
2020-05-16 14:16:49.377 Info, Controller Does not Support SUC - Cannot Setup Controller as SUC Node
2020-05-16 14:16:49.377 Detail, Node172, Expected reply was received
2020-05-16 14:16:49.377 Detail, Node172, Message transaction complete
2020-05-16 14:16:49.377 Detail,
2020-05-16 14:16:49.377 Detail, contrlr, Removing current message
2020-05-16 14:16:49.377 Detail,
2020-05-16 14:16:49.377 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x1c) - FUNC_ID_ZW_GET_RANDOM: 0x01, 0x04, 0x00, 0x1c, 0x20, 0xc7
2020-05-16 14:16:49.433 Detail, contrlr, Received: 0x01, 0x25, 0x01, 0x1c, 0x01, 0x20, 0xfd, 0x7d, 0xd5, 0x56, 0xbd, 0xb0, 0x61, 0x4e, 0x0e, 0xac, 0x44, 0xcb, 0x90, 0x30, 0x76, 0xe2, 0x98, 0x2d, 0x02, 0x10, 0xa5, 0xe5, 0x57, 0x11, 0x6d, 0x22, 0x85, 0xdf, 0xa2, 0xad, 0xcd, 0xec, 0x44
2020-05-16 14:16:49.433 Detail,
2020-05-16 14:16:49.433 Info, contrlr, Received reply to FUNC_ID_ZW_GET_RANDOM: true
2020-05-16 14:16:49.433 Detail, Node032, Expected reply was received
2020-05-16 14:16:49.433 Detail, Node032, Message transaction complete
2020-05-16 14:16:49.433 Detail,
2020-05-16 14:16:49.433 Detail, contrlr, Removing current message
2020-05-16 14:16:49.433 Detail,
2020-05-16 14:16:49.433 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x02) - FUNC_ID_SERIAL_API_GET_INIT_DATA: 0x01, 0x03, 0x00, 0x02, 0xfe
2020-05-16 14:16:49.538 Detail, contrlr, Received: 0x01, 0x25, 0x01, 0x02, 0x05, 0x00, 0x1d, 0xf5, 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, 0x31
2020-05-16 14:16:49.538 Detail,
2020-05-16 14:16:49.538 Info, mgr, Driver with Home ID of 0xd6dba41f is now ready.
2020-05-16 14:16:49.538 Info,
2020-05-16 14:16:49.543 Info, Node005, CentralScene - Created 0
2020-05-16 14:16:49.543 Detail, Node005, Queuing (Controller) Delete All Return Routes
2020-05-16 14:16:49.543 Detail, Node005, Queuing (Controller) Assign Return Route
2020-05-16 14:16:49.543 Info, Value size is invalid. Only 1, 2 & 4 supported for node 6, class 0x40, instance 1, index 0
2020-05-16 14:16:49.543 Detail, Node007, Queuing (Controller) Delete All Return Routes
2020-05-16 14:16:49.543 Detail, Node007, Queuing (Controller) Assign Return Route
2020-05-16 14:16:49.544 Info, contrlr, Received reply to FUNC_ID_SERIAL_API_GET_INIT_DATA:
2020-05-16 14:16:49.544 Info, contrlr, Node 001 - Known
2020-05-16 14:16:49.544 Detail, Node001, AdvanceQueries queryPending=0 queryRetries=0 queryStage=CacheLoad live=1
2020-05-16 14:16:49.544 Detail, Node001, QueryStage_CacheLoad
2020-05-16 14:16:49.544 Info, Node001, Node Identity Codes: 0086:0001:005a
2020-05-16 14:16:49.544 Detail, Node001, QueryStage_Associations
2020-05-16 14:16:49.544 Detail, Node001, QueryStage_Neighbors
2020-05-16 14:16:49.544 Detail, contrlr, Requesting routing info (neighbor list) for Node 1
2020-05-16 14:16:49.544 Detail, Node001, Queuing (Command) Get Routing Info (Node=1): 0x01, 0x07, 0x00, 0x80, 0x01, 0x00, 0x00, 0x03, 0x7a
2020-05-16 14:16:49.544 Detail, Node001, Queuing (Query) Query Stage Complete (Neighbors)
2020-05-16 14:16:49.544 Info, contrlr, Node 003 - Known
2020-05-16 14:16:49.544 Detail, Node003, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Probe live=1
2020-05-16 14:16:49.544 Detail, Node003, QueryStage_Probe
2020-05-16 14:16:49.544 Info, Node003, NoOperation::Set - Routing=true
2020-05-16 14:16:49.544 Detail, Node003, Queuing (NoOp) NoOperation_Set (Node=3): 0x01, 0x09, 0x00, 0x13, 0x03, 0x02, 0x00, 0x00, 0x25, 0x0a, 0xcb
2020-05-16 14:16:49.544 Detail, Node003, Queuing (Query) Query Stage Complete (Probe)
2020-05-16 14:16:49.544 Info, contrlr, Node 005 - Known
2020-05-16 14:16:49.544 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=CacheLoad live=1
2020-05-16 14:16:49.544 Detail, Node005, QueryStage_CacheLoad
2020-05-16 14:16:49.544 Info, Node005, Node Identity Codes: 0086:0002:0082
2020-05-16 14:16:49.544 Info, Node005, NoOperation::Set - Routing=true
2020-05-16 14:16:49.544 Detail, Node005, Queuing (NoOp) NoOperation_Set (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x00, 0x00, 0x25, 0x0b, 0xcc
2020-05-16 14:16:49.544 Detail, Node005, Queuing (Query) Query Stage Complete (CacheLoad)
2020-05-16 14:16:49.544 Info, contrlr, Node 006 - Known
2020-05-16 14:16:49.544 Detail, Node006, AdvanceQueries queryPending=0 queryRetries=0 queryStage=CacheLoad live=1
2020-05-16 14:16:49.544 Detail, Node006, QueryStage_CacheLoad
2020-05-16 14:16:49.544 Info, Node006, Node Identity Codes: 0148:0003:0001
2020-05-16 14:16:49.544 Info, Node006, NoOperation::Set - Routing=true
2020-05-16 14:16:49.544 Detail, Node006, Queuing (NoOp) NoOperation_Set (Node=6): 0x01, 0x09, 0x00, 0x13, 0x06, 0x02, 0x00, 0x00, 0x25, 0x0c, 0xc8
2020-05-16 14:16:49.544 Detail, Node006, Queuing (Query) Query Stage Complete (CacheLoad)
2020-05-16 14:16:49.544 Info, contrlr, Node 007 - Known
2020-05-16 14:16:49.544 Detail, Node007, AdvanceQueries queryPending=0 queryRetries=0 queryStage=CacheLoad live=1
2020-05-16 14:16:49.544 Detail, Node007, QueryStage_CacheLoad
2020-05-16 14:16:49.544 Info, Node007, Node Identity Codes: 0371:0002:0005
2020-05-16 14:16:49.544 Info, Node007, NoOperation::Set - Routing=true
2020-05-16 14:16:49.544 Detail, Node007, Queuing (NoOp) NoOperation_Set (Node=7): 0x01, 0x09, 0x00, 0x13, 0x07, 0x02, 0x00, 0x00, 0x25, 0x0d, 0xc8
2020-05-16 14:16:49.544 Detail, Node007, Queuing (Query) Query Stage Complete (CacheLoad)
2020-05-16 14:16:49.544 Info, contrlr, Node 008 - Known
2020-05-16 14:16:49.544 Detail, Node008, AdvanceQueries queryPending=0 queryRetries=0 queryStage=CacheLoad live=1
2020-05-16 14:16:49.544 Detail, Node008, QueryStage_CacheLoad
2020-05-16 14:16:49.544 Info, Node008, Node Identity Codes: 0086:0002:0064
2020-05-16 14:16:49.544 Info, Node008, NoOperation::Set - Routing=true
2020-05-16 14:16:49.544 Detail, Node008, Queuing (NoOp) NoOperation_Set (Node=8): 0x01, 0x09, 0x00, 0x13, 0x08, 0x02, 0x00, 0x00, 0x25, 0x0e, 0xc4
2020-05-16 14:16:49.544 Detail, Node008, Queuing (Query) Query Stage Complete (CacheLoad)
2020-05-16 14:16:49.544 Detail, Expected reply was received
2020-05-16 14:16:49.544 Detail, Message transaction complete
2020-05-16 14:16:49.544 Detail,
2020-05-16 14:16:49.544 Detail, contrlr, Removing current message
2020-05-16 14:16:49.544 Detail, Node001, Notification: DriverReady
2020-05-16 14:16:49.547 Detail, Node001, Notification: NodeAdded
2020-05-16 14:16:49.548 Detail, Node001, Notification: NodeProtocolInfo
2020-05-16 14:16:49.549 Detail, Node001, Notification: EssentialNodeQueriesComplete
2020-05-16 14:16:49.549 Detail, Node001, Notification: ValueAdded
2020-05-16 14:16:49.550 Detail, Node001, Notification: NodeNaming
2020-05-16 14:16:49.550 Detail, Node003, Notification: NodeAdded
2020-05-16 14:16:49.551 Detail, Node003, Notification: NodeProtocolInfo
2020-05-16 14:16:49.551 Detail, Node003, Notification: ValueAdded
2020-05-16 14:16:49.552 Detail, Node003, Notification: ValueAdded
2020-05-16 14:16:49.553 Detail, Node005, Notification: NodeAdded
2020-05-16 14:16:49.553 Detail, Node005, Notification: NodeProtocolInfo
2020-05-16 14:16:49.554 Detail, Node005, Notification: EssentialNodeQueriesComplete
2020-05-16 14:16:49.554 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.556 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.558 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.559 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.561 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.573 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.593 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.594 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.595 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.596 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.597 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.598 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.599 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.606 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.607 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.608 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.609 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.611 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.612 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.613 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.614 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.615 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.623 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.629 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.630 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.631 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.632 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.633 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.634 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.635 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.647 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.648 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.649 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.656 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.657 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.658 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.659 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.681 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.682 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.683 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.684 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.689 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.693 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.704 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.719 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.720 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.722 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.725 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.727 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.728 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.730 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.731 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.734 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.735 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.736 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.741 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.745 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.746 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.748 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.749 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.754 Detail, Node005, Notification: Group
2020-05-16 14:16:49.754 Detail, Node005, Notification: Group
2020-05-16 14:16:49.754 Detail, Node005, Notification: Group
2020-05-16 14:16:49.755 Detail, Node005, Notification: Group
2020-05-16 14:16:49.756 Detail, Node005, Notification: Group
2020-05-16 14:16:49.756 Detail, Node005, Notification: Group
2020-05-16 14:16:49.756 Detail, Node005, Notification: Group
2020-05-16 14:16:49.756 Detail, Node005, Notification: Group
2020-05-16 14:16:49.756 Detail, Node005, Notification: Group
2020-05-16 14:16:49.757 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.758 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.759 Detail, Node005, Notification: ValueAdded
2020-05-16 14:16:49.761 Detail, Node005, Notification: Group
2020-05-16 14:16:49.761 Detail, Node005, Notification: Group
2020-05-16 14:16:49.761 Detail, Node005, Notification: Group
2020-05-16 14:16:49.761 Detail, Node005, Notification: Group
2020-05-16 14:16:49.762 Detail, Node005, Notification: Group
2020-05-16 14:16:49.762 Detail, Node005, Notification: Group
2020-05-16 14:16:49.762 Detail, Node005, Notification: Group
2020-05-16 14:16:49.762 Detail, Node005, Notification: Group
2020-05-16 14:16:49.762 Detail, Node005, Notification: Group
2020-05-16 14:16:49.763 Detail, Node005, Notification: NodeNaming
2020-05-16 14:16:49.763 Detail, Node006, Notification: NodeAdded
2020-05-16 14:16:49.765 Detail, Node006, Notification: NodeProtocolInfo
2020-05-16 14:16:49.766 Detail, Node006, Notification: EssentialNodeQueriesComplete
2020-05-16 14:16:49.766 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.767 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.768 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.769 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.770 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.771 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.773 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.784 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.786 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.794 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.796 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.797 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.799 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.801 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.803 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.805 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.806 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.808 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.810 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.812 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.815 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.817 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.819 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.820 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.822 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.826 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.831 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.835 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.847 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.855 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.860 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.862 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.864 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.866 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.868 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.870 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.872 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.874 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.879 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.881 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.883 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.888 Detail, Node006, Notification: Group
2020-05-16 14:16:49.889 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.892 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.894 Detail, Node006, Notification: ValueAdded
2020-05-16 14:16:49.900 Detail, Node006, Notification: NodeNaming
2020-05-16 14:16:49.900 Detail, Node007, Notification: NodeAdded
2020-05-16 14:16:49.901 Detail, Node007, Notification: NodeProtocolInfo
2020-05-16 14:16:49.902 Detail, Node007, Notification: EssentialNodeQueriesComplete
2020-05-16 14:16:49.902 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.903 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.905 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.908 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.911 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.915 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.916 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.918 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.920 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.921 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.923 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.925 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.926 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.928 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.932 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.933 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.935 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.936 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.938 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.940 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.942 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.944 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.945 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.947 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.949 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.950 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.953 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.954 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.956 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.962 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.966 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.970 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.985 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.987 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.988 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.991 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:49.992 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:50.002 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:50.004 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:50.010 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:50.012 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:50.016 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:50.017 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:50.023 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:50.030 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:50.032 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:50.034 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:50.036 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:50.038 Detail, Node007, Notification: Group
2020-05-16 14:16:50.038 Detail, Node007, Notification: Group
2020-05-16 14:16:50.039 Detail, Node007, Notification: Group
2020-05-16 14:16:50.039 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:50.041 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:50.043 Detail, Node007, Notification: ValueAdded
2020-05-16 14:16:50.045 Detail, Node007, Notification: Group
2020-05-16 14:16:50.046 Detail, Node007, Notification: Group
2020-05-16 14:16:50.046 Detail, Node007, Notification: Group
2020-05-16 14:16:50.046 Detail, Node007, Notification: NodeNaming
2020-05-16 14:16:50.047 Detail, Node008, Notification: NodeAdded
2020-05-16 14:16:50.049 Detail, Node008, Notification: NodeProtocolInfo
2020-05-16 14:16:50.049 Detail, Node008, Notification: EssentialNodeQueriesComplete
2020-05-16 14:16:50.050 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.053 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.055 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.065 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.071 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.082 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.085 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.087 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.090 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.092 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.097 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.100 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.105 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.107 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.111 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.113 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.116 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.118 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.120 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.122 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.124 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.126 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.128 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.130 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.132 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.134 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.136 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.138 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.140 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.142 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.144 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.146 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.149 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.151 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.154 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.156 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.159 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.160 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.167 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.168 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.170 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.173 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.175 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.177 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.179 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.181 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.183 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.185 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.187 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.191 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.193 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.195 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.197 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.205 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.218 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.228 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.237 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.240 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.242 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.250 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.253 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.255 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.258 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.260 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.263 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.266 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.268 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.276 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.278 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.280 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.283 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.285 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.288 Detail, Node008, Notification: Group
2020-05-16 14:16:50.288 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.290 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.292 Detail, Node008, Notification: ValueAdded
2020-05-16 14:16:50.295 Detail, Node008, Notification: NodeNaming
2020-05-16 14:16:50.299 Detail,
2020-05-16 14:16:50.299 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x06) - FUNC_ID_SERIAL_API_SET_TIMEOUTS: 0x01, 0x05, 0x00, 0x06, 0x64, 0x0f, 0x97
2020-05-16 14:16:50.300 Detail, contrlr, Received: 0x01, 0x05, 0x01, 0x06, 0x64, 0x0f, 0x96
2020-05-16 14:16:50.300 Detail,
2020-05-16 14:16:50.300 Info, contrlr, Received reply to FUNC_ID_SERIAL_API_SET_TIMEOUTS
2020-05-16 14:16:50.300 Detail, Node015, Expected reply was received
2020-05-16 14:16:50.300 Detail, Node015, Message transaction complete
2020-05-16 14:16:50.300 Detail,
2020-05-16 14:16:50.300 Detail, contrlr, Removing current message
2020-05-16 14:16:50.300 Detail,
2020-05-16 14:16:50.300 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
2020-05-16 14:16:50.301 Detail, contrlr, Removing current message
2020-05-16 14:16:50.301 Detail,
2020-05-16 14:16:50.301 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
2020-05-16 14:16:50.306 Detail, Node001, Received: 0x01, 0x20, 0x01, 0x80, 0xf4, 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, 0xaa
2020-05-16 14:16:50.306 Detail,
2020-05-16 14:16:50.306 Info, Node001, Received reply to FUNC_ID_ZW_GET_ROUTING_INFO
2020-05-16 14:16:50.306 Info, Node001, Neighbors of this node are:
2020-05-16 14:16:50.306 Info, Node001, Node 3
2020-05-16 14:16:50.306 Info, Node001, Node 5
2020-05-16 14:16:50.306 Info, Node001, Node 6
2020-05-16 14:16:50.306 Info, Node001, Node 7
2020-05-16 14:16:50.306 Info, Node001, Node 8
2020-05-16 14:16:50.306 Detail, Expected reply was received
2020-05-16 14:16:50.307 Detail, Message transaction complete
2020-05-16 14:16:50.307 Detail,
2020-05-16 14:16:50.307 Detail, Node001, Removing current message
2020-05-16 14:16:50.307 Detail,
2020-05-16 14:16:50.307 Info, Node003, Sending (NoOp) message (Callback ID=0x0a, Expected Reply=0x13) - NoOperation_Set (Node=3): 0x01, 0x09, 0x00, 0x13, 0x03, 0x02, 0x00, 0x00, 0x25, 0x0a, 0xcb
2020-05-16 14:16:50.318 Detail, Node003, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:16:50.318 Detail, Node003, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:16:54.475 Detail, Node003, Received: 0x01, 0x07, 0x00, 0x13, 0x0a, 0x01, 0x01, 0xa1, 0x40
2020-05-16 14:16:54.475 Detail, Node003, ZW_SEND_DATA Request with callback ID 0x0a received (expected 0x0a)
2020-05-16 14:16:54.475 Info, Node003, WARNING: ZW_SEND_DATA failed. No ACK received - device may be asleep.
2020-05-16 14:16:54.475 Info, Node003, Node 3 has been marked as asleep
2020-05-16 14:16:54.475 Info, Node003, Node not responding - moving QueryStageComplete command to Wake-Up queue
2020-05-16 14:16:54.475 Detail, Node003, Notification: Notification - NoOperation
2020-05-16 14:16:54.487 Detail, Node003, Notification: Notification - Node Asleep
2020-05-16 14:16:54.487 Detail,
2020-05-16 14:16:54.488 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
2020-05-16 14:16:54.498 Detail, Node005, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:16:54.498 Detail, Node005, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:16:59.627 Detail, Node005, Received: 0x01, 0x07, 0x00, 0x13, 0x0b, 0x01, 0x02, 0x01, 0xe2
2020-05-16 14:16:59.627 Detail, Node005, ZW_SEND_DATA Request with callback ID 0x0b received (expected 0x0b)
2020-05-16 14:16:59.627 Info, Node005, WARNING: ZW_SEND_DATA failed. No ACK received - device may be asleep.
2020-05-16 14:16:59.627 Info, Node005, Node 5 has been marked as asleep
2020-05-16 14:16:59.627 Info, Node005, Node not responding - moving controller command to Wake-Up queue: Delete All Return Routes
2020-05-16 14:16:59.627 Info, Node005, Node not responding - moving controller command to Wake-Up queue: Assign Return Route
2020-05-16 14:16:59.627 Info, Node005, Node not responding - moving QueryStageComplete command to Wake-Up queue
2020-05-16 14:16:59.627 Detail, Node005, Notification: Notification - NoOperation
2020-05-16 14:16:59.630 Detail, Node005, Notification: Notification - Node Asleep
2020-05-16 14:16:59.632 Detail,
2020-05-16 14:16:59.633 Info, Node006, Sending (NoOp) message (Callback ID=0x0c, Expected Reply=0x13) - NoOperation_Set (Node=6): 0x01, 0x09, 0x00, 0x13, 0x06, 0x02, 0x00, 0x00, 0x25, 0x0c, 0xc8
2020-05-16 14:16:59.640 Detail, Node006, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:16:59.640 Detail, Node006, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:00.861 Detail, Node006, Received: 0x01, 0x07, 0x00, 0x13, 0x0c, 0x00, 0x00, 0x7b, 0x9c
2020-05-16 14:17:00.861 Detail, Node006, ZW_SEND_DATA Request with callback ID 0x0c received (expected 0x0c)
2020-05-16 14:17:00.861 Info, Node006, Request RTT 1228 Average Request RTT 1228
2020-05-16 14:17:00.861 Detail, Expected callbackId was received
2020-05-16 14:17:00.861 Detail, Expected reply was received
2020-05-16 14:17:00.861 Detail, Message transaction complete
2020-05-16 14:17:00.861 Detail,
2020-05-16 14:17:00.861 Detail, Node006, Removing current message
2020-05-16 14:17:00.861 Detail, Node006, Notification: Notification - NoOperation
2020-05-16 14:17:00.862 Detail,
2020-05-16 14:17:00.862 Info, Node007, Sending (NoOp) message (Callback ID=0x0d, Expected Reply=0x13) - NoOperation_Set (Node=7): 0x01, 0x09, 0x00, 0x13, 0x07, 0x02, 0x00, 0x00, 0x25, 0x0d, 0xc8
2020-05-16 14:17:00.870 Detail, Node007, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:00.870 Detail, Node007, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:06.283 Detail, Node007, Received: 0x01, 0x07, 0x00, 0x13, 0x0d, 0x01, 0x02, 0x1e, 0xfb
2020-05-16 14:17:06.283 Detail, Node007, ZW_SEND_DATA Request with callback ID 0x0d received (expected 0x0d)
2020-05-16 14:17:06.283 Info, Node007, WARNING: ZW_SEND_DATA failed. No ACK received - device may be asleep.
2020-05-16 14:17:06.283 Info, Node007, Node 7 has been marked as asleep
2020-05-16 14:17:06.283 Info, Node007, Node not responding - moving controller command to Wake-Up queue: Delete All Return Routes
2020-05-16 14:17:06.283 Info, Node007, Node not responding - moving controller command to Wake-Up queue: Assign Return Route
2020-05-16 14:17:06.283 Info, Node007, Node not responding - moving QueryStageComplete command to Wake-Up queue
2020-05-16 14:17:06.283 Detail, Node007, Notification: Notification - NoOperation
2020-05-16 14:17:06.286 Detail, Node007, Notification: Notification - Node Asleep
2020-05-16 14:17:06.289 Detail,
2020-05-16 14:17:06.289 Info, Node008, Sending (NoOp) message (Callback ID=0x0e, Expected Reply=0x13) - NoOperation_Set (Node=8): 0x01, 0x09, 0x00, 0x13, 0x08, 0x02, 0x00, 0x00, 0x25, 0x0e, 0xc4
2020-05-16 14:17:06.296 Detail, Node008, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:06.296 Detail, Node008, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:06.312 Detail, Node008, Received: 0x01, 0x07, 0x00, 0x13, 0x0e, 0x00, 0x00, 0x02, 0xe7
2020-05-16 14:17:06.313 Detail, Node008, ZW_SEND_DATA Request with callback ID 0x0e received (expected 0x0e)
2020-05-16 14:17:06.313 Info, Node008, Request RTT 23 Average Request RTT 23
2020-05-16 14:17:06.313 Detail, Expected callbackId was received
2020-05-16 14:17:06.313 Detail, Expected reply was received
2020-05-16 14:17:06.313 Detail, Message transaction complete
2020-05-16 14:17:06.313 Detail,
2020-05-16 14:17:06.313 Detail, Node008, Removing current message
2020-05-16 14:17:06.313 Detail, Node008, Notification: Notification - NoOperation
2020-05-16 14:17:06.315 Detail, Node001, Query Stage Complete (Neighbors)
2020-05-16 14:17:06.315 Detail, Node001, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Session live=1
2020-05-16 14:17:06.315 Detail, Node001, QueryStage_Session
2020-05-16 14:17:06.315 Detail, Node001, QueryStage_Dynamic
2020-05-16 14:17:06.315 Detail, Node001, QueryStage_Configuration
2020-05-16 14:17:06.315 Detail, Node001, QueryStage_Complete
2020-05-16 14:17:06.315 Warning, CheckCompletedNodeQueries m_allNodesQueried=0 m_awakeNodesQueried=0
2020-05-16 14:17:06.316 Warning, CheckCompletedNodeQueries all=0, deadFound=0 sleepingOnly=0
2020-05-16 14:17:06.316 Detail, Node001, Notification: NodeQueriesComplete
2020-05-16 14:17:06.318 Detail, Node006, Query Stage Complete (CacheLoad)
2020-05-16 14:17:06.318 Detail, Node006, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Associations live=1
2020-05-16 14:17:06.318 Detail, Node006, QueryStage_Associations
2020-05-16 14:17:06.318 Info, Node006, Number of association groups reported for node 6 is 1.
2020-05-16 14:17:06.318 Info, Node006, Get Associations for group 1 of node 6
2020-05-16 14:17:06.318 Detail, Node006, Queuing (Send) AssociationCmd_Get (Node=6): 0x01, 0x0a, 0x00, 0x13, 0x06, 0x03, 0x85, 0x02, 0x01, 0x25, 0x0f, 0x4f
2020-05-16 14:17:06.318 Detail, Node006, Queuing (Query) Query Stage Complete (Associations)
2020-05-16 14:17:06.318 Detail,
2020-05-16 14:17:06.318 Info, Node006, Sending (Send) message (Callback ID=0x0f, Expected Reply=0x04) - AssociationCmd_Get (Node=6): 0x01, 0x0a, 0x00, 0x13, 0x06, 0x03, 0x85, 0x02, 0x01, 0x25, 0x0f, 0x4f
2020-05-16 14:17:06.325 Detail, Node006, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:06.326 Detail, Node006, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:07.577 Detail, Node006, Received: 0x01, 0x07, 0x00, 0x13, 0x0f, 0x00, 0x00, 0x7d, 0x99
2020-05-16 14:17:07.577 Detail, Node006, ZW_SEND_DATA Request with callback ID 0x0f received (expected 0x0f)
2020-05-16 14:17:07.577 Info, Node006, Request RTT 1259 Average Request RTT 1243
2020-05-16 14:17:07.577 Detail, Expected callbackId was received
2020-05-16 14:17:07.596 Detail, Node006, Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x06, 0x06, 0x85, 0x03, 0x01, 0x01, 0x00, 0x01, 0x70
2020-05-16 14:17:07.596 Detail,
2020-05-16 14:17:07.596 Info, Node006, Response RTT 1278 Average Response RTT 1278
2020-05-16 14:17:07.596 Info, Node006, Received Association report from node 6, group 1, containing 1 associations
2020-05-16 14:17:07.596 Info, Node006, The group contains:
2020-05-16 14:17:07.596 Info, Node006, Node 1
2020-05-16 14:17:07.596 Info, Node006, Querying associations for node 6 is complete.
2020-05-16 14:17:07.596 Detail, Node006, Expected reply and command class was received
2020-05-16 14:17:07.596 Detail, Node006, Message transaction complete
2020-05-16 14:17:07.596 Detail,
2020-05-16 14:17:07.596 Detail, Node006, Removing current message
2020-05-16 14:17:07.596 Detail, Node008, Query Stage Complete (CacheLoad)
2020-05-16 14:17:07.596 Detail, Node008, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Associations live=1
2020-05-16 14:17:07.596 Detail, Node008, QueryStage_Associations
2020-05-16 14:17:07.596 Info, Node008, Number of association groups reported for node 8 is 1.
2020-05-16 14:17:07.596 Info, Node008, Get Associations for group 1 of node 8
2020-05-16 14:17:07.596 Detail, Node008, Queuing (Send) AssociationCmd_Get (Node=8): 0x01, 0x0a, 0x00, 0x13, 0x08, 0x03, 0x85, 0x02, 0x01, 0x25, 0x10, 0x5e
2020-05-16 14:17:07.596 Detail, Node008, Queuing (Query) Query Stage Complete (Associations)
2020-05-16 14:17:07.596 Detail,
2020-05-16 14:17:07.596 Info, Node008, Sending (Send) message (Callback ID=0x10, Expected Reply=0x04) - AssociationCmd_Get (Node=8): 0x01, 0x0a, 0x00, 0x13, 0x08, 0x03, 0x85, 0x02, 0x01, 0x25, 0x10, 0x5e
2020-05-16 14:17:07.605 Detail, Node008, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:07.605 Detail, Node008, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:07.623 Detail, Node008, Received: 0x01, 0x07, 0x00, 0x13, 0x10, 0x00, 0x00, 0x03, 0xf8
2020-05-16 14:17:07.623 Detail, Node008, ZW_SEND_DATA Request with callback ID 0x10 received (expected 0x10)
2020-05-16 14:17:07.623 Info, Node008, Request RTT 26 Average Request RTT 24
2020-05-16 14:17:07.623 Detail, Expected callbackId was received
2020-05-16 14:17:07.634 Detail, Node008, Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x08, 0x06, 0x85, 0x03, 0x01, 0x05, 0x00, 0x01, 0x7a
2020-05-16 14:17:07.634 Detail,
2020-05-16 14:17:07.634 Info, Node008, Response RTT 37 Average Response RTT 37
2020-05-16 14:17:07.634 Info, Node008, Received Association report from node 8, group 1, containing 1 associations
2020-05-16 14:17:07.634 Info, Node008, The group contains:
2020-05-16 14:17:07.634 Info, Node008, Node 1
2020-05-16 14:17:07.634 Info, Node008, Querying associations for node 8 is complete.
2020-05-16 14:17:07.634 Detail, Node008, Expected reply and command class was received
2020-05-16 14:17:07.634 Detail, Node008, Message transaction complete
2020-05-16 14:17:07.634 Detail,
2020-05-16 14:17:07.635 Detail, Node008, Removing current message
2020-05-16 14:17:07.635 Detail, Node006, Query Stage Complete (Associations)
2020-05-16 14:17:07.635 Detail, Node006, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Neighbors live=1
2020-05-16 14:17:07.635 Detail, Node006, QueryStage_Neighbors
2020-05-16 14:17:07.635 Detail, Requesting routing info (neighbor list) for Node 6
2020-05-16 14:17:07.635 Detail, Node006, Queuing (Command) Get Routing Info (Node=6): 0x01, 0x07, 0x00, 0x80, 0x06, 0x00, 0x00, 0x03, 0x7d
2020-05-16 14:17:07.635 Detail, Node006, Queuing (Query) Query Stage Complete (Neighbors)
2020-05-16 14:17:07.635 Detail,
2020-05-16 14:17:07.635 Info, Node006, Sending (Command) message (Callback ID=0x00, Expected Reply=0x80) - Get Routing Info (Node=6): 0x01, 0x07, 0x00, 0x80, 0x06, 0x00, 0x00, 0x03, 0x7d
2020-05-16 14:17:07.640 Detail, Node006, Received: 0x01, 0x20, 0x01, 0x80, 0x81, 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, 0xdf
2020-05-16 14:17:07.640 Detail,
2020-05-16 14:17:07.640 Info, Node006, Received reply to FUNC_ID_ZW_GET_ROUTING_INFO
2020-05-16 14:17:07.640 Info, Node006, Neighbors of this node are:
2020-05-16 14:17:07.640 Info, Node006, Node 1
2020-05-16 14:17:07.640 Info, Node006, Node 8
2020-05-16 14:17:07.640 Detail, Expected reply was received
2020-05-16 14:17:07.640 Detail, Message transaction complete
2020-05-16 14:17:07.640 Detail,
2020-05-16 14:17:07.640 Detail, Node006, Removing current message
2020-05-16 14:17:07.640 Detail, Node008, Query Stage Complete (Associations)
2020-05-16 14:17:07.640 Detail, Node008, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Neighbors live=1
2020-05-16 14:17:07.640 Detail, Node008, QueryStage_Neighbors
2020-05-16 14:17:07.640 Detail, Requesting routing info (neighbor list) for Node 8
2020-05-16 14:17:07.640 Detail, Node008, Queuing (Command) Get Routing Info (Node=8): 0x01, 0x07, 0x00, 0x80, 0x08, 0x00, 0x00, 0x03, 0x73
2020-05-16 14:17:07.640 Detail, Node008, Queuing (Query) Query Stage Complete (Neighbors)
2020-05-16 14:17:07.640 Detail,
2020-05-16 14:17:07.640 Info, Node008, Sending (Command) message (Callback ID=0x00, Expected Reply=0x80) - Get Routing Info (Node=8): 0x01, 0x07, 0x00, 0x80, 0x08, 0x00, 0x00, 0x03, 0x73
2020-05-16 14:17:07.644 Detail, Node008, Received: 0x01, 0x20, 0x01, 0x80, 0x71, 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, 0x2f
2020-05-16 14:17:07.644 Detail,
2020-05-16 14:17:07.644 Info, Node008, Received reply to FUNC_ID_ZW_GET_ROUTING_INFO
2020-05-16 14:17:07.644 Info, Node008, Neighbors of this node are:
2020-05-16 14:17:07.644 Info, Node008, Node 1
2020-05-16 14:17:07.644 Info, Node008, Node 5
2020-05-16 14:17:07.644 Info, Node008, Node 6
2020-05-16 14:17:07.644 Info, Node008, Node 7
2020-05-16 14:17:07.644 Detail, Expected reply was received
2020-05-16 14:17:07.644 Detail, Message transaction complete
2020-05-16 14:17:07.644 Detail,
2020-05-16 14:17:07.644 Detail, Node008, Removing current message
2020-05-16 14:17:07.644 Detail, Node006, Query Stage Complete (Neighbors)
2020-05-16 14:17:07.645 Detail, Node006, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Session live=1
2020-05-16 14:17:07.645 Detail, Node006, QueryStage_Session
2020-05-16 14:17:07.645 Detail, Node006, Queuing (Query) ThermostatSetpointCmd_Get (Node=6): 0x01, 0x0a, 0x00, 0x13, 0x06, 0x03, 0x43, 0x02, 0x01, 0x25, 0x11, 0x97
2020-05-16 14:17:07.645 Detail, Node006, Queuing (Query) ThermostatSetpointCmd_Get (Node=6): 0x01, 0x0a, 0x00, 0x13, 0x06, 0x03, 0x43, 0x02, 0x0b, 0x25, 0x12, 0x9e
2020-05-16 14:17:07.645 Detail, Node006, Queuing (Query) PowerlevelCmd_Get (Node=6): 0x01, 0x09, 0x00, 0x13, 0x06, 0x02, 0x73, 0x02, 0x25, 0x13, 0xa6
2020-05-16 14:17:07.645 Detail, Node006, Queuing (Query) ProtectionCmd_Get (Node=6): 0x01, 0x09, 0x00, 0x13, 0x06, 0x02, 0x75, 0x02, 0x25, 0x14, 0xa7
2020-05-16 14:17:07.645 Detail, Node006, Queuing (Query) Query Stage Complete (Session)
2020-05-16 14:17:07.645 Detail, Node008, Query Stage Complete (Neighbors)
2020-05-16 14:17:07.645 Detail, Node008, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Session live=1
2020-05-16 14:17:07.645 Detail, Node008, QueryStage_Session
2020-05-16 14:17:07.645 Detail, Node008, Queuing (Query) PowerlevelCmd_Get (Node=8): 0x01, 0x09, 0x00, 0x13, 0x08, 0x02, 0x73, 0x02, 0x25, 0x15, 0xae
2020-05-16 14:17:07.645 Detail, Node008, Queuing (Query) WakeUpCmd_IntervalGet (Node=8): 0x01, 0x09, 0x00, 0x13, 0x08, 0x02, 0x84, 0x05, 0x25, 0x16, 0x5d
2020-05-16 14:17:07.645 Detail, Node008, Queuing (Query) Query Stage Complete (Session)
2020-05-16 14:17:07.645 Detail,
2020-05-16 14:17:07.645 Info, Node006, Sending (Query) message (Callback ID=0x11, Expected Reply=0x04) - ThermostatSetpointCmd_Get (Node=6): 0x01, 0x0a, 0x00, 0x13, 0x06, 0x03, 0x43, 0x02, 0x01, 0x25, 0x11, 0x97
2020-05-16 14:17:07.653 Detail, Node006, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:07.653 Detail, Node006, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:07.673 Detail, Node006, Received: 0x01, 0x07, 0x00, 0x13, 0x11, 0x00, 0x00, 0x03, 0xf9
2020-05-16 14:17:07.674 Detail, Node006, ZW_SEND_DATA Request with callback ID 0x11 received (expected 0x11)
2020-05-16 14:17:07.674 Info, Node006, Request RTT 28 Average Request RTT 635
2020-05-16 14:17:07.674 Detail, Expected callbackId was received
2020-05-16 14:17:07.711 Detail, Node006, Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x06, 0x06, 0x43, 0x03, 0x01, 0x22, 0x00, 0xdc, 0x48
2020-05-16 14:17:07.711 Detail,
2020-05-16 14:17:07.711 Info, Node006, Response RTT 65 Average Response RTT 671
2020-05-16 14:17:07.711 Detail, Node006, Initial read of value
2020-05-16 14:17:07.711 Info, Node006, Received thermostat setpoint report: Setpoint Heat = 22.0C
2020-05-16 14:17:07.711 Detail, Node006, Expected reply and command class was received
2020-05-16 14:17:07.711 Detail, Node006, Message transaction complete
2020-05-16 14:17:07.711 Detail,
2020-05-16 14:17:07.711 Detail, Node006, Removing current message
2020-05-16 14:17:07.711 Detail, Node006, Notification: ValueChanged
2020-05-16 14:17:07.717 Detail,
2020-05-16 14:17:07.717 Info, Node006, Sending (Query) message (Callback ID=0x12, Expected Reply=0x04) - ThermostatSetpointCmd_Get (Node=6): 0x01, 0x0a, 0x00, 0x13, 0x06, 0x03, 0x43, 0x02, 0x0b, 0x25, 0x12, 0x9e
2020-05-16 14:17:07.725 Detail, Node006, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:07.725 Detail, Node006, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:07.745 Detail, Node006, Received: 0x01, 0x07, 0x00, 0x13, 0x12, 0x00, 0x00, 0x03, 0xfa
2020-05-16 14:17:07.746 Detail, Node006, ZW_SEND_DATA Request with callback ID 0x12 received (expected 0x12)
2020-05-16 14:17:07.746 Info, Node006, Request RTT 28 Average Request RTT 331
2020-05-16 14:17:07.746 Detail, Expected callbackId was received
2020-05-16 14:17:07.782 Detail, Node006, Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x06, 0x06, 0x43, 0x03, 0x0b, 0x22, 0x00, 0xd7, 0x49
2020-05-16 14:17:07.782 Detail,
2020-05-16 14:17:07.782 Info, Node006, Response RTT 64 Average Response RTT 367
2020-05-16 14:17:07.782 Detail, Node006, Initial read of value
2020-05-16 14:17:07.782 Info, Node006, Received thermostat setpoint report: Setpoint Heat Eco = 21.5C
2020-05-16 14:17:07.782 Detail, Node006, Expected reply and command class was received
2020-05-16 14:17:07.782 Detail, Node006, Message transaction complete
2020-05-16 14:17:07.782 Detail,
2020-05-16 14:17:07.782 Detail, Node006, Removing current message
2020-05-16 14:17:07.782 Detail, Node006, Notification: ValueChanged
2020-05-16 14:17:07.788 Detail,
2020-05-16 14:17:07.788 Info, Node006, Sending (Query) message (Callback ID=0x13, Expected Reply=0x04) - PowerlevelCmd_Get (Node=6): 0x01, 0x09, 0x00, 0x13, 0x06, 0x02, 0x73, 0x02, 0x25, 0x13, 0xa6
2020-05-16 14:17:07.796 Detail, Node006, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:07.796 Detail, Node006, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:07.816 Detail, Node006, Received: 0x01, 0x07, 0x00, 0x13, 0x13, 0x00, 0x00, 0x02, 0xfa
2020-05-16 14:17:07.816 Detail, Node006, ZW_SEND_DATA Request with callback ID 0x13 received (expected 0x13)
2020-05-16 14:17:07.816 Info, Node006, Request RTT 27 Average Request RTT 179
2020-05-16 14:17:07.816 Detail, Expected callbackId was received
2020-05-16 14:17:07.835 Detail, Node006, Received: 0x01, 0x0a, 0x00, 0x04, 0x00, 0x06, 0x04, 0x73, 0x03, 0x00, 0x00, 0x83
2020-05-16 14:17:07.835 Detail,
2020-05-16 14:17:07.835 Info, Node006, Response RTT 46 Average Response RTT 206
2020-05-16 14:17:07.835 Info, Node006, Received a PowerLevel report: PowerLevel=Normal, Timeout=0
2020-05-16 14:17:07.835 Detail, Node006, Initial read of value
2020-05-16 14:17:07.835 Detail, Node006, Initial read of value
2020-05-16 14:17:07.835 Detail, Node006, Expected reply and command class was received
2020-05-16 14:17:07.835 Detail, Node006, Message transaction complete
2020-05-16 14:17:07.835 Detail,
2020-05-16 14:17:07.835 Detail, Node006, Removing current message
2020-05-16 14:17:07.835 Detail, Node006, Notification: ValueChanged
2020-05-16 14:17:07.837 Detail, Node006, Notification: ValueChanged
2020-05-16 14:17:07.838 Detail,
2020-05-16 14:17:07.838 Info, Node006, Sending (Query) message (Callback ID=0x14, Expected Reply=0x04) - ProtectionCmd_Get (Node=6): 0x01, 0x09, 0x00, 0x13, 0x06, 0x02, 0x75, 0x02, 0x25, 0x14, 0xa7
2020-05-16 14:17:07.846 Detail, Node006, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:07.846 Detail, Node006, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:07.867 Detail, Node006, Received: 0x01, 0x07, 0x00, 0x13, 0x14, 0x00, 0x00, 0x02, 0xfd
2020-05-16 14:17:07.867 Detail, Node006, ZW_SEND_DATA Request with callback ID 0x14 received (expected 0x14)
2020-05-16 14:17:07.867 Info, Node006, Request RTT 28 Average Request RTT 103
2020-05-16 14:17:07.867 Detail, Expected callbackId was received
2020-05-16 14:17:07.901 Detail, Node006, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x06, 0x03, 0x75, 0x03, 0x00, 0x81
2020-05-16 14:17:07.901 Detail,
2020-05-16 14:17:07.901 Info, Node006, Response RTT 62 Average Response RTT 134
2020-05-16 14:17:07.901 Info, Node006, Received a Protection report: Unprotected
2020-05-16 14:17:07.901 Detail, Node006, Initial read of value
2020-05-16 14:17:07.901 Detail, Node006, Expected reply and command class was received
2020-05-16 14:17:07.901 Detail, Node006, Message transaction complete
2020-05-16 14:17:07.901 Detail,
2020-05-16 14:17:07.901 Detail, Node006, Removing current message
2020-05-16 14:17:07.901 Detail, Node006, Notification: ValueChanged
2020-05-16 14:17:07.905 Detail, Node006, Query Stage Complete (Session)
2020-05-16 14:17:07.905 Detail, Node006, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Dynamic live=1
2020-05-16 14:17:07.905 Detail, Node006, QueryStage_Dynamic
2020-05-16 14:17:07.905 Detail, Node006, Queuing (Send) SwitchMultilevelCmd_Get (Node=6): 0x01, 0x09, 0x00, 0x13, 0x06, 0x02, 0x26, 0x02, 0x25, 0x17, 0xf7
2020-05-16 14:17:07.905 Detail, Node006, Queuing (Send) SensorMultilevelCmd_Get (Node=6): 0x01, 0x0a, 0x00, 0x13, 0x06, 0x03, 0x31, 0x04, 0x01, 0x25, 0x18, 0xea
2020-05-16 14:17:07.905 Detail, Node006, Queuing (Send) ThermostatModeCmd_Get (Node=6): 0x01, 0x09, 0x00, 0x13, 0x06, 0x02, 0x40, 0x02, 0x25, 0x19, 0x9f
2020-05-16 14:17:07.905 Detail, Node006, Queuing (Send) AlarmCmd_Get (Node=6): 0x01, 0x0c, 0x00, 0x13, 0x06, 0x05, 0x71, 0x04, 0x00, 0x08, 0x01, 0x25, 0x1a, 0xa0
2020-05-16 14:17:07.905 Detail, Node006, Queuing (Send) AlarmCmd_Get (Node=6): 0x01, 0x0c, 0x00, 0x13, 0x06, 0x05, 0x71, 0x04, 0x00, 0x09, 0x01, 0x25, 0x1b, 0xa0
2020-05-16 14:17:07.905 Detail, Node006, Queuing (Send) BatteryCmd_Get (Node=6): 0x01, 0x09, 0x00, 0x13, 0x06, 0x02, 0x80, 0x02, 0x25, 0x1c, 0x5a
2020-05-16 14:17:07.905 Detail, Node006, Queuing (Query) Query Stage Complete (Dynamic)
2020-05-16 14:17:07.905 Detail,
2020-05-16 14:17:07.905 Info, Node006, Sending (Send) message (Callback ID=0x17, Expected Reply=0x04) - SwitchMultilevelCmd_Get (Node=6): 0x01, 0x09, 0x00, 0x13, 0x06, 0x02, 0x26, 0x02, 0x25, 0x17, 0xf7
2020-05-16 14:17:07.913 Detail, Node006, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:07.913 Detail, Node006, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:07.933 Detail, Node006, Received: 0x01, 0x07, 0x00, 0x13, 0x17, 0x00, 0x00, 0x03, 0xff
2020-05-16 14:17:07.933 Detail, Node006, ZW_SEND_DATA Request with callback ID 0x17 received (expected 0x17)
2020-05-16 14:17:07.933 Info, Node006, Request RTT 28 Average Request RTT 65
2020-05-16 14:17:07.934 Detail, Expected callbackId was received
2020-05-16 14:17:07.967 Detail, Node006, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x06, 0x03, 0x26, 0x03, 0x00, 0xd2
2020-05-16 14:17:07.967 Detail,
2020-05-16 14:17:07.967 Info, Node006, Response RTT 61 Average Response RTT 97
2020-05-16 14:17:07.967 Info, Node006, Received SwitchMultiLevel report: level=0
2020-05-16 14:17:07.967 Detail, Node006, Initial read of value
2020-05-16 14:17:07.967 Detail, Node006, Expected reply and command class was received
2020-05-16 14:17:07.967 Detail, Node006, Message transaction complete
2020-05-16 14:17:07.967 Detail,
2020-05-16 14:17:07.967 Detail, Node006, Removing current message
2020-05-16 14:17:07.967 Detail, Node006, Notification: ValueChanged
2020-05-16 14:17:07.971 Detail,
2020-05-16 14:17:07.971 Info, Node006, Sending (Send) message (Callback ID=0x18, Expected Reply=0x04) - SensorMultilevelCmd_Get (Node=6): 0x01, 0x0a, 0x00, 0x13, 0x06, 0x03, 0x31, 0x04, 0x01, 0x25, 0x18, 0xea
2020-05-16 14:17:07.979 Detail, Node006, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:07.979 Detail, Node006, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:08.000 Detail, Node006, Received: 0x01, 0x07, 0x00, 0x13, 0x18, 0x00, 0x00, 0x02, 0xf1
2020-05-16 14:17:08.000 Detail, Node006, ZW_SEND_DATA Request with callback ID 0x18 received (expected 0x18)
2020-05-16 14:17:08.000 Info, Node006, Request RTT 29 Average Request RTT 47
2020-05-16 14:17:08.000 Detail, Expected callbackId was received
2020-05-16 14:17:08.036 Detail, Node006, Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x06, 0x06, 0x31, 0x05, 0x01, 0x42, 0x09, 0x10, 0x99
2020-05-16 14:17:08.036 Detail,
2020-05-16 14:17:08.036 Info, Node006, Response RTT 65 Average Response RTT 81
2020-05-16 14:17:08.036 Info, Node006, Received SensorMultiLevel report from node 6, instance 1, Temperature: value=23.20C
2020-05-16 14:17:08.036 Detail, Node006, Initial read of value
2020-05-16 14:17:08.036 Detail, Node006, Expected reply and command class was received
2020-05-16 14:17:08.036 Detail, Node006, Message transaction complete
2020-05-16 14:17:08.036 Detail,
2020-05-16 14:17:08.036 Detail, Node006, Removing current message
2020-05-16 14:17:08.036 Detail, Node006, Notification: ValueChanged
2020-05-16 14:17:08.042 Detail,
2020-05-16 14:17:08.042 Info, Node006, Sending (Send) message (Callback ID=0x19, Expected Reply=0x04) - ThermostatModeCmd_Get (Node=6): 0x01, 0x09, 0x00, 0x13, 0x06, 0x02, 0x40, 0x02, 0x25, 0x19, 0x9f
2020-05-16 14:17:08.049 Detail, Node006, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:08.049 Detail, Node006, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:08.070 Detail, Node006, Received: 0x01, 0x07, 0x00, 0x13, 0x19, 0x00, 0x00, 0x03, 0xf1
2020-05-16 14:17:08.070 Detail, Node006, ZW_SEND_DATA Request with callback ID 0x19 received (expected 0x19)
2020-05-16 14:17:08.070 Info, Node006, Request RTT 28 Average Request RTT 37
2020-05-16 14:17:08.070 Detail, Expected callbackId was received
2020-05-16 14:17:08.101 Detail, Node006, Received: 0x01, 0x0a, 0x00, 0x04, 0x00, 0x06, 0x04, 0x40, 0x03, 0x00, 0x00, 0xb0
2020-05-16 14:17:08.101 Detail,
2020-05-16 14:17:08.101 Info, Node006, Response RTT 59 Average Response RTT 70
2020-05-16 14:17:08.101 Detail, Node006, Initial read of value
2020-05-16 14:17:08.101 Info, Node006, Received thermostat mode: Off
2020-05-16 14:17:08.101 Detail, Node006, Expected reply and command class was received
2020-05-16 14:17:08.101 Detail, Node006, Message transaction complete
2020-05-16 14:17:08.101 Detail,
2020-05-16 14:17:08.101 Detail, Node006, Removing current message
2020-05-16 14:17:08.101 Detail, Node006, Notification: ValueChanged
2020-05-16 14:17:08.107 Detail,
2020-05-16 14:17:08.108 Info, Node006, Sending (Send) message (Callback ID=0x1a, Expected Reply=0x04) - AlarmCmd_Get (Node=6): 0x01, 0x0c, 0x00, 0x13, 0x06, 0x05, 0x71, 0x04, 0x00, 0x08, 0x01, 0x25, 0x1a, 0xa0
2020-05-16 14:17:08.115 Detail, Node006, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:08.116 Detail, Node006, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:08.137 Detail, Node006, Received: 0x01, 0x07, 0x00, 0x13, 0x1a, 0x00, 0x00, 0x02, 0xf3
2020-05-16 14:17:08.137 Detail, Node006, ZW_SEND_DATA Request with callback ID 0x1a received (expected 0x1a)
2020-05-16 14:17:08.137 Info, Node006, Request RTT 29 Average Request RTT 33
2020-05-16 14:17:08.137 Detail, Expected callbackId was received
2020-05-16 14:17:08.157 Detail, Node006, Received: 0x01, 0x0f, 0x00, 0x04, 0x00, 0x06, 0x09, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x08, 0xfe, 0x00, 0x86
2020-05-16 14:17:08.157 Detail,
2020-05-16 14:17:08.157 Info, Node006, Response RTT 49 Average Response RTT 59
2020-05-16 14:17:08.157 Info, Node006, Received Alarm report: type=0, level=0, sensorSrcID=0, type:Power Management event:254, status=255
2020-05-16 14:17:08.157 Detail, Node006, Initial read of value
2020-05-16 14:17:08.157 Detail, Node006, Initial read of value
2020-05-16 14:17:08.157 Detail, Node006, Initial read of value
2020-05-16 14:17:08.157 Detail, Node006, Initial read of value
2020-05-16 14:17:08.157 Detail, Node006, Expected reply and command class was received
2020-05-16 14:17:08.157 Detail, Node006, Message transaction complete
2020-05-16 14:17:08.157 Detail,
2020-05-16 14:17:08.157 Detail, Node006, Removing current message
2020-05-16 14:17:08.157 Detail, Node006, Notification: ValueChanged
2020-05-16 14:17:08.161 Detail, Node006, Notification: ValueChanged
2020-05-16 14:17:08.166 Detail, Node006, Notification: ValueChanged
2020-05-16 14:17:08.170 Detail, Node006, Notification: ValueChanged
2020-05-16 14:17:08.174 Detail,
2020-05-16 14:17:08.174 Info, Node006, Sending (Send) message (Callback ID=0x1b, Expected Reply=0x04) - AlarmCmd_Get (Node=6): 0x01, 0x0c, 0x00, 0x13, 0x06, 0x05, 0x71, 0x04, 0x00, 0x09, 0x01, 0x25, 0x1b, 0xa0
2020-05-16 14:17:08.182 Detail, Node006, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:08.182 Detail, Node006, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:08.203 Detail, Node006, Received: 0x01, 0x07, 0x00, 0x13, 0x1b, 0x00, 0x00, 0x03, 0xf3
2020-05-16 14:17:08.203 Detail, Node006, ZW_SEND_DATA Request with callback ID 0x1b received (expected 0x1b)
2020-05-16 14:17:08.203 Info, Node006, Request RTT 28 Average Request RTT 30
2020-05-16 14:17:08.203 Detail, Expected callbackId was received
2020-05-16 14:17:08.223 Detail, Node006, Received: 0x01, 0x0f, 0x00, 0x04, 0x00, 0x06, 0x09, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x09, 0xfe, 0x00, 0x87
2020-05-16 14:17:08.223 Detail,
2020-05-16 14:17:08.223 Info, Node006, Response RTT 49 Average Response RTT 54
2020-05-16 14:17:08.223 Info, Node006, Received Alarm report: type=0, level=0, sensorSrcID=0, type:System event:254, status=255
2020-05-16 14:17:08.223 Detail, Node006, Refreshed Value: old value=0, new value=0, type=byte
2020-05-16 14:17:08.223 Detail, Node006, Changes to this value are not verified
2020-05-16 14:17:08.223 Detail, Node006, Refreshed Value: old value=0, new value=0, type=byte
2020-05-16 14:17:08.223 Detail, Node006, Changes to this value are not verified
2020-05-16 14:17:08.223 Detail, Node006, Refreshed Value: old value=0, new value=0, type=byte
2020-05-16 14:17:08.223 Detail, Node006, Changes to this value are not verified
2020-05-16 14:17:08.223 Detail, Node006, Initial read of value
2020-05-16 14:17:08.223 Detail, Node006, Expected reply and command class was received
2020-05-16 14:17:08.223 Detail, Node006, Message transaction complete
2020-05-16 14:17:08.223 Detail,
2020-05-16 14:17:08.223 Detail, Node006, Removing current message
2020-05-16 14:17:08.223 Detail, Node006, Notification: ValueChanged
2020-05-16 14:17:08.225 Detail, Node006, Notification: ValueChanged
2020-05-16 14:17:08.226 Detail, Node006, Notification: ValueChanged
2020-05-16 14:17:08.228 Detail, Node006, Notification: ValueChanged
2020-05-16 14:17:08.229 Detail,
2020-05-16 14:17:08.229 Info, Node006, Sending (Send) message (Callback ID=0x1c, Expected Reply=0x04) - BatteryCmd_Get (Node=6): 0x01, 0x09, 0x00, 0x13, 0x06, 0x02, 0x80, 0x02, 0x25, 0x1c, 0x5a
2020-05-16 14:17:08.237 Detail, Node006, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:08.237 Detail, Node006, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:08.257 Detail, Node006, Received: 0x01, 0x07, 0x00, 0x13, 0x1c, 0x00, 0x00, 0x02, 0xf5
2020-05-16 14:17:08.257 Detail, Node006, ZW_SEND_DATA Request with callback ID 0x1c received (expected 0x1c)
2020-05-16 14:17:08.257 Info, Node006, Request RTT 28 Average Request RTT 29
2020-05-16 14:17:08.257 Detail, Expected callbackId was received
2020-05-16 14:17:08.290 Detail, Node006, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x06, 0x03, 0x80, 0x03, 0x64, 0x10
2020-05-16 14:17:08.290 Detail,
2020-05-16 14:17:08.290 Info, Node006, Response RTT 60 Average Response RTT 57
2020-05-16 14:17:08.290 Info, Node006, Received Battery report from node 6: level=100
2020-05-16 14:17:08.290 Detail, Node006, Initial read of value
2020-05-16 14:17:08.290 Detail, Node006, Expected reply and command class was received
2020-05-16 14:17:08.290 Detail, Node006, Message transaction complete
2020-05-16 14:17:08.290 Detail,
2020-05-16 14:17:08.290 Detail, Node006, Removing current message
2020-05-16 14:17:08.290 Detail, Node006, Notification: ValueChanged
2020-05-16 14:17:08.300 Detail,
2020-05-16 14:17:08.300 Info, Node008, Sending (Query) message (Callback ID=0x15, Expected Reply=0x04) - PowerlevelCmd_Get (Node=8): 0x01, 0x09, 0x00, 0x13, 0x08, 0x02, 0x73, 0x02, 0x25, 0x15, 0xae
2020-05-16 14:17:08.308 Detail, Node008, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:08.308 Detail, Node008, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:08.324 Detail, Node008, Received: 0x01, 0x07, 0x00, 0x13, 0x15, 0x00, 0x00, 0x02, 0xfc
2020-05-16 14:17:08.324 Detail, Node008, ZW_SEND_DATA Request with callback ID 0x15 received (expected 0x15)
2020-05-16 14:17:08.324 Info, Node008, Request RTT 23 Average Request RTT 23
2020-05-16 14:17:08.324 Detail, Expected callbackId was received
2020-05-16 14:17:08.335 Detail, Node008, Received: 0x01, 0x0a, 0x00, 0x04, 0x00, 0x08, 0x04, 0x73, 0x03, 0x00, 0x00, 0x8d
2020-05-16 14:17:08.335 Detail,
2020-05-16 14:17:08.335 Info, Node008, Response RTT 34 Average Response RTT 35
2020-05-16 14:17:08.335 Info, Node008, Received a PowerLevel report: PowerLevel=Normal, Timeout=0
2020-05-16 14:17:08.335 Detail, Node008, Initial read of value
2020-05-16 14:17:08.335 Detail, Node008, Initial read of value
2020-05-16 14:17:08.335 Detail, Node008, Expected reply and command class was received
2020-05-16 14:17:08.335 Detail, Node008, Message transaction complete
2020-05-16 14:17:08.335 Detail,
2020-05-16 14:17:08.335 Detail, Node008, Removing current message
2020-05-16 14:17:08.335 Detail, Node008, Notification: ValueChanged
2020-05-16 14:17:08.348 Detail, Node008, Notification: ValueChanged
2020-05-16 14:17:08.354 Detail,
2020-05-16 14:17:08.354 Info, Node008, Sending (Query) message (Callback ID=0x16, Expected Reply=0x04) - WakeUpCmd_IntervalGet (Node=8): 0x01, 0x09, 0x00, 0x13, 0x08, 0x02, 0x84, 0x05, 0x25, 0x16, 0x5d
2020-05-16 14:17:08.362 Detail, Node008, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:08.362 Detail, Node008, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:08.378 Detail, Node008, Received: 0x01, 0x07, 0x00, 0x13, 0x16, 0x00, 0x00, 0x02, 0xff
2020-05-16 14:17:08.378 Detail, Node008, ZW_SEND_DATA Request with callback ID 0x16 received (expected 0x16)
2020-05-16 14:17:08.378 Info, Node008, Request RTT 23 Average Request RTT 23
2020-05-16 14:17:08.378 Detail, Expected callbackId was received
2020-05-16 14:17:08.390 Detail, Node008, Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x08, 0x06, 0x84, 0x06, 0x00, 0x0e, 0x10, 0xff, 0x9a
2020-05-16 14:17:08.390 Detail,
2020-05-16 14:17:08.390 Info, Node008, Response RTT 35 Average Response RTT 35
2020-05-16 14:17:08.390 Info, Node008, Received Wakeup Interval report from node 8: Interval=3600, Target Node=255
2020-05-16 14:17:08.390 Detail, Node008, Initial read of value
2020-05-16 14:17:08.390 Detail, Node008, Expected reply and command class was received
2020-05-16 14:17:08.390 Detail, Node008, Message transaction complete
2020-05-16 14:17:08.390 Detail,
2020-05-16 14:17:08.390 Detail, Node008, Removing current message
2020-05-16 14:17:08.390 Detail, Node008, Notification: ValueChanged
2020-05-16 14:17:08.394 Detail, Node008, Query Stage Complete (Session)
2020-05-16 14:17:08.394 Detail, Node008, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Dynamic live=1
2020-05-16 14:17:08.394 Detail, Node008, QueryStage_Dynamic
2020-05-16 14:17:08.394 Detail, Node008, Queuing (Send) SensorBinaryCmd_Get (Node=8): 0x01, 0x09, 0x00, 0x13, 0x08, 0x02, 0x30, 0x02, 0x25, 0x1d, 0xe5
2020-05-16 14:17:08.395 Detail, Node008, Queuing (Send) SensorMultilevelCmd_Get (Node=8): 0x01, 0x0a, 0x00, 0x13, 0x08, 0x03, 0x31, 0x04, 0x01, 0x25, 0x1e, 0xe2
2020-05-16 14:17:08.395 Detail, Node008, Queuing (Send) SensorMultilevelCmd_Get (Node=8): 0x01, 0x0a, 0x00, 0x13, 0x08, 0x03, 0x31, 0x04, 0x03, 0x25, 0x1f, 0xe1
2020-05-16 14:17:08.395 Detail, Node008, Queuing (Send) SensorMultilevelCmd_Get (Node=8): 0x01, 0x0a, 0x00, 0x13, 0x08, 0x03, 0x31, 0x04, 0x05, 0x25, 0x20, 0xd8
2020-05-16 14:17:08.395 Detail, Node008, Queuing (Send) SensorMultilevelCmd_Get (Node=8): 0x01, 0x0a, 0x00, 0x13, 0x08, 0x03, 0x31, 0x04, 0x1b, 0x25, 0x21, 0xc7
2020-05-16 14:17:08.395 Info, Node008, AlarmCmd_Get Not Supported on this node
2020-05-16 14:17:08.395 Detail, Node008, Queuing (Send) BatteryCmd_Get (Node=8): 0x01, 0x09, 0x00, 0x13, 0x08, 0x02, 0x80, 0x02, 0x25, 0x22, 0x6a
2020-05-16 14:17:08.395 Detail, Node008, Queuing (Query) Query Stage Complete (Dynamic)
2020-05-16 14:17:08.395 Detail,
2020-05-16 14:17:08.395 Info, Node008, Sending (Send) message (Callback ID=0x1d, Expected Reply=0x04) - SensorBinaryCmd_Get (Node=8): 0x01, 0x09, 0x00, 0x13, 0x08, 0x02, 0x30, 0x02, 0x25, 0x1d, 0xe5
2020-05-16 14:17:08.402 Detail, Node008, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:08.403 Detail, Node008, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:08.418 Detail, Node008, Received: 0x01, 0x07, 0x00, 0x13, 0x1d, 0x00, 0x00, 0x02, 0xf4
2020-05-16 14:17:08.419 Detail, Node008, ZW_SEND_DATA Request with callback ID 0x1d received (expected 0x1d)
2020-05-16 14:17:08.419 Info, Node008, Request RTT 23 Average Request RTT 23
2020-05-16 14:17:08.419 Detail, Expected callbackId was received
2020-05-16 14:17:08.430 Detail, Node008, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x08, 0x03, 0x30, 0x03, 0x00, 0xca
2020-05-16 14:17:08.430 Detail,
2020-05-16 14:17:08.430 Info, Node008, Response RTT 34 Average Response RTT 34
2020-05-16 14:17:08.430 Info, Node008, Received SensorBinary report: Sensor:202 State=Off
2020-05-16 14:17:08.430 Detail, Node008, Initial read of value
2020-05-16 14:17:08.430 Detail, Node008, Expected reply and command class was received
2020-05-16 14:17:08.430 Detail, Node008, Message transaction complete
2020-05-16 14:17:08.430 Detail,
2020-05-16 14:17:08.430 Detail, Node008, Removing current message
2020-05-16 14:17:08.430 Detail, Node008, Notification: ValueChanged
2020-05-16 14:17:08.435 Detail,
2020-05-16 14:17:08.435 Info, Node008, Sending (Send) message (Callback ID=0x1e, Expected Reply=0x04) - SensorMultilevelCmd_Get (Node=8): 0x01, 0x0a, 0x00, 0x13, 0x08, 0x03, 0x31, 0x04, 0x01, 0x25, 0x1e, 0xe2
2020-05-16 14:17:08.442 Detail, Node008, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:08.442 Detail, Node008, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:08.459 Detail, Node008, Received: 0x01, 0x07, 0x00, 0x13, 0x1e, 0x00, 0x00, 0x02, 0xf7
2020-05-16 14:17:08.459 Detail, Node008, ZW_SEND_DATA Request with callback ID 0x1e received (expected 0x1e)
2020-05-16 14:17:08.459 Info, Node008, Request RTT 23 Average Request RTT 23
2020-05-16 14:17:08.459 Detail, Expected callbackId was received
2020-05-16 14:17:08.918 Detail, Node008, Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x08, 0x06, 0x31, 0x05, 0x01, 0x22, 0x00, 0xf3, 0x1d
2020-05-16 14:17:08.918 Detail,
2020-05-16 14:17:08.918 Info, Node008, Response RTT 483 Average Response RTT 258
2020-05-16 14:17:08.918 Info, Node008, Received SensorMultiLevel report from node 8, instance 1, Temperature: value=24.3C
2020-05-16 14:17:08.918 Detail, Node008, Initial read of value
2020-05-16 14:17:08.918 Detail, Node008, Expected reply and command class was received
2020-05-16 14:17:08.918 Detail, Node008, Message transaction complete
2020-05-16 14:17:08.918 Detail,
2020-05-16 14:17:08.918 Detail, Node008, Removing current message
2020-05-16 14:17:08.918 Detail, Node008, Notification: ValueChanged
2020-05-16 14:17:08.923 Detail,
2020-05-16 14:17:08.923 Info, Node008, Sending (Send) message (Callback ID=0x1f, Expected Reply=0x04) - SensorMultilevelCmd_Get (Node=8): 0x01, 0x0a, 0x00, 0x13, 0x08, 0x03, 0x31, 0x04, 0x03, 0x25, 0x1f, 0xe1
2020-05-16 14:17:08.931 Detail, Node008, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-05-16 14:17:08.931 Detail, Node008, ZW_SEND_DATA delivered to Z-Wave stack
2020-05-16 14:17:08.947 Detail, Node008, Received: 0x01, 0x07, 0x00, 0x13, 0x1f, 0x00, 0x00, 0x02, 0xf6
2020-05-16 14:17:08.947 Detail, Node008, ZW_SEND_DATA Request with callback ID 0x1f received (expected 0x1f)
2020-05-16 14:17:08.947 Info, Node008, Request RTT 23 Average Request RTT 23
2020-05-16 14:17:08.947 Detail, Expected callbackId was received
+1 -1
View File
@@ -108,7 +108,7 @@ recorder: &recorder_config
- media_player.living_room_tv
- media_player.nvidia_shield
- switch.camera
- switch.outlet_1_switch
- switch.desk_outlet
- switch.pihole_temp_disable
- switch.titanium
@@ -144,7 +144,7 @@
template:
- small
- progress
entity: sensor.outlet_1_power
entity: sensor.desk_outlet_power
name: Desk power
variables:
min_value: 1
+10 -10
View File
@@ -282,27 +282,27 @@ script.brita_pour_water:
type: custom:decluttering-card
template: brita_card
sensor.outlet_1_power:
sensor.desk_outlet_power:
title: Desk power
style: *popup_style
card:
type: entities
entities:
- entity: switch.outlet_1_switch
- entity: switch.desk_outlet
name: Turned on
- entity: sensor.outlet_1_power
- entity: sensor.desk_outlet_power
name: Power
- entity: sensor.outlet_1_voltage
- entity: sensor.desk_outlet_voltage
name: Voltage
- entity: sensor.outlet_1_current
- entity: sensor.desk_outlet_current
name: Current
- entity: sensor.outlet_1_energy_today
- entity: sensor.desk_outlet_energy_today
name: Energy today
- entity: sensor.outlet_1_energy_yesterday
- entity: sensor.desk_outlet_energy_yesterday
name: Energy yesterday
- entity: sensor.outlet_1_energy_total
- entity: sensor.desk_outlet_energy_total
name: Total energy
- entity: sensor.outlet_1_energy_total_start_time
- entity: sensor.desk_outlet_energy_total_start_time
name: Total energy start
- entity: sensor.outlet_1_wifi
- entity: sensor.desk_outlet_wifi
name: Wifi strength
+19
View File
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- To be effective, this file should be placed in the user data folder specified in the Options::Create method -->
<Options xmlns='http://code.google.com/p/open-zwave/'>
<Option name="logging" value="true" />
<Option name="Associate" value="true" />
<Option name="NotifyTransactions" value="false" />
<Option name="DriverMaxAttempts" value="5" />
<Option name="SaveConfiguration" value="true" />
<!-- <Option name="RetryTimeout" value="40000" /> -->
<!-- If you are using any Security Devices, you MUST set a network Key -->
<!-- <Option name="NetworkKey" value="0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10" /> -->
<!-- Some Devices have a big UserCode Table, that can mean startup times
when refreshing Session Variables is very long (Especialy on Security
Devices) This option will make the UserCode CC stop on the first
"available" usercode slot rather than retrieve every one -->
<Option name="RefreshAllUserCodes" value="false" />
<Option name="ThreadTerminateTimeout" value="5000" />
</Options>
@@ -1,6 +1,6 @@
switch:
- platform: mqtt
name: "Outlet 1 switch"
name: "Desk Outlet"
state_topic: "stat/outlet_1/RESULT"
value_template: "{{ value_json.POWER }}"
command_topic: "cmnd/outlet_1/POWER"
@@ -13,47 +13,47 @@ switch:
sensor:
- platform: mqtt
name: "Outlet 1 Energy today"
name: "Desk Outlet Energy today"
state_topic: "tele/outlet_1/SENSOR"
value_template: '{{ value_json.ENERGY.Today }}'
device_class: power
unit_of_measurement: "kWh"
- platform: mqtt
name: "Outlet 1 Energy yesterday"
name: "Desk Outlet Energy yesterday"
state_topic: "tele/outlet_1/SENSOR"
value_template: '{{ value_json.ENERGY.Yesterday }}'
device_class: power
unit_of_measurement: "kWh"
- platform: mqtt
name: "Outlet 1 Energy total"
name: "Desk Outlet Energy total"
state_topic: "tele/outlet_1/SENSOR"
value_template: '{{ value_json.ENERGY.Total }}'
device_class: power
unit_of_measurement: "kWh"
- platform: mqtt
name: "Outlet 1 Energy total start time"
name: "Desk Outlet Energy total start time"
state_topic: "tele/outlet_1/SENSOR"
value_template: '{{ value_json.ENERGY.TotalStartTime }}'
device_class: timestamp
- platform: mqtt
name: "Outlet 1 Power"
name: "Desk Outlet Power"
state_topic: "tele/outlet_1/SENSOR"
value_template: '{{ value_json.ENERGY.Power }}'
device_class: power
unit_of_measurement: "W"
- platform: mqtt
name: "Outlet 1 Voltage"
name: "Desk Outlet Voltage"
state_topic: "tele/outlet_1/SENSOR"
value_template: '{{ value_json.ENERGY.Voltage }}'
unit_of_measurement: "V"
- platform: mqtt
name: "Outlet 1 Current"
name: "Desk Outlet Current"
state_topic: "tele/outlet_1/SENSOR"
value_template: '{{ value_json.ENERGY.Current }}'
unit_of_measurement: "A"
- platform: mqtt
name: "Outlet 1 WiFi"
name: "Desk Outlet WiFi"
state_topic: "tele/outlet_1/STATE"
unit_of_measurement: "%"
value_template: "{{value_json.Wifi.RSSI }}"
+2 -2
View File
@@ -60,7 +60,7 @@ homekit:
- climate.living_room_thermostat_mode
- climate.toshiba_ac
- media_player.master_bedroom
- switch.outlet_1_switch
- switch.desk_outlet
- switch.titanium
- fan.philips_airpurifier
entity_config:
@@ -84,7 +84,7 @@ homekit:
- feature: play_pause
- feature: play_stop
- feature: toggle_mute
switch.outlet_1_switch:
switch.desk_outlet:
type: outlet
#
Binary file not shown.
+36
View File
@@ -0,0 +1,36 @@
switch.aeon_labs_zw130_wallmote_quad_switch_4:
ignored: true
polling_intensity: 0
switch.aeon_labs_zw130_wallmote_quad_switch_5:
ignored: true
polling_intensity: 0
sensor.aeon_labs_zw130_wallmote_quad_alarm_type:
ignored: true
polling_intensity: 0
switch.aeon_labs_zw130_wallmote_quad_switch:
ignored: true
polling_intensity: 0
switch.aeon_labs_zw130_wallmote_quad_switch_2:
ignored: true
polling_intensity: 0
switch.aeon_labs_zw130_wallmote_quad_switch_3:
ignored: true
polling_intensity: 0
sensor.aeon_labs_zw130_wallmote_quad_sourcenodeid:
ignored: true
polling_intensity: 0
sensor.aeotec_limited_zwa005_trisensor_sourcenodeid:
ignored: true
polling_intensity: 0
sensor.aeon_labs_zw100_multisensor_6_sourcenodeid:
ignored: true
polling_intensity: 0
sensor.multisensor_6_alarm_type:
ignored: true
polling_intensity: 0
sensor.trisensor_alarm_type:
ignored: true
polling_intensity: 0
sensor.living_room_thermostat_alarm_type:
ignored: true
polling_intensity: 0
+944
View File
@@ -0,0 +1,944 @@
<?xml version="1.0" encoding="utf-8" ?>
<Driver xmlns="http://code.google.com/p/open-zwave/" version="3" home_id="0xd6dba41f" node_id="1" api_capabilities="0" controller_capabilities="32" poll_interval="60000" poll_interval_between="true">
<Node id="1" name="" location="" basic="2" generic="2" specific="1" type="Static PC Controller" listening="true" frequentListening="false" beaming="true" routing="false" max_baud_rate="40000" version="4" query_stage="Complete">
<Manufacturer id="86" name="AEON Labs">
<Product type="1" id="5a" name="ZW090 Z-Stick Gen5 EU" />
</Manufacturer>
<CommandClasses>
<CommandClass id="32" name="COMMAND_CLASS_BASIC" version="1" after_mark="true">
<Instance index="1" />
<Value type="byte" genre="basic" instance="1" index="0" label="Basic" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
</CommandClass>
</CommandClasses>
</Node>
<Node id="3" name="" location="" basic="4" generic="24" specific="1" type="Basic Wall Controller" listening="false" frequentListening="false" beaming="true" routing="true" max_baud_rate="40000" version="4" query_stage="Probe">
<Manufacturer id="0" name="">
<Product type="0" id="0" name="" />
</Manufacturer>
<CommandClasses>
<CommandClass id="32" name="COMMAND_CLASS_BASIC" version="1">
<Instance index="1" />
<Value type="byte" genre="basic" instance="1" index="0" label="Basic" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
</CommandClass>
<CommandClass id="132" name="COMMAND_CLASS_WAKE_UP" version="1" request_flags="2">
<Instance index="1" />
<Value type="int" genre="system" instance="1" index="0" label="Wake-up Interval" units="Seconds" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="3600" />
</CommandClass>
</CommandClasses>
</Node>
<Node id="5" name="" location="" basic="4" generic="24" specific="1" roletype="4" devicetype="7172" nodetype="0" type="Basic Wall Controller" listening="false" frequentListening="false" beaming="true" routing="true" max_baud_rate="40000" version="4" query_stage="CacheLoad">
<Manufacturer id="86" name="AEON Labs">
<Product type="2" id="82" name="ZW130 WallMote Quad" />
</Manufacturer>
<CommandClasses>
<CommandClass id="32" name="COMMAND_CLASS_BASIC" version="1" request_flags="5" getsupported="false">
<Instance index="1" />
<Value type="byte" genre="basic" instance="1" index="0" label="Basic" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
</CommandClass>
<CommandClass id="37" name="COMMAND_CLASS_SWITCH_BINARY" version="1" request_flags="5" after_mark="true" getsupported="false" innif="true">
<Instance index="1" />
<Instance index="2" endpoint="1" />
<Instance index="3" endpoint="2" />
<Instance index="4" endpoint="3" />
<Instance index="5" endpoint="4" />
<Value type="bool" genre="user" instance="1" index="0" label="Switch" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="False" />
<Value type="bool" genre="user" instance="2" index="0" label="Switch" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="False" />
<Value type="bool" genre="user" instance="3" index="0" label="Switch" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="False" />
<Value type="bool" genre="user" instance="4" index="0" label="Switch" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="False" />
<Value type="bool" genre="user" instance="5" index="0" label="Switch" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="False" />
</CommandClass>
<CommandClass id="38" name="COMMAND_CLASS_SWITCH_MULTILEVEL" version="4" request_flags="1" after_mark="true" getsupported="false" innif="true">
<Instance index="1" />
<Instance index="2" endpoint="1" />
<Instance index="3" endpoint="2" />
<Instance index="4" endpoint="3" />
<Instance index="5" endpoint="4" />
<Value type="byte" genre="user" instance="1" index="0" label="Level" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="button" genre="user" instance="1" index="1" label="Bright" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="button" genre="user" instance="1" index="2" label="Dim" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="bool" genre="system" instance="1" index="3" label="Ignore Start Level" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="True" />
<Value type="byte" genre="system" instance="1" index="4" label="Start Level" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
</CommandClass>
<CommandClass id="90" name="COMMAND_CLASS_DEVICE_RESET_LOCALLY" version="1" request_flags="5" innif="true">
<Instance index="1" />
</CommandClass>
<CommandClass id="91" name="COMMAND_CLASS_CENTRAL_SCENE" version="1" request_flags="5" innif="true" scenecount="0">
<Instance index="1" />
<Value type="int" genre="system" instance="1" index="0" label="Scene Count" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" />
<Value type="int" genre="system" instance="1" index="1" label="Button One" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" />
<Value type="int" genre="system" instance="1" index="2" label="Button Two" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" />
<Value type="int" genre="system" instance="1" index="3" label="Button Three" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="1" />
<Value type="int" genre="system" instance="1" index="4" label="Button Four" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="1" />
<Value type="int" genre="system" instance="1" index="5" label="Other" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" />
</CommandClass>
<CommandClass id="94" name="COMMAND_CLASS_ZWAVEPLUS_INFO" version="1" request_flags="5" innif="true">
<Instance index="1" />
<Instance index="2" endpoint="1" />
<Instance index="3" endpoint="2" />
<Instance index="4" endpoint="3" />
<Instance index="5" endpoint="4" />
<Value type="byte" genre="system" instance="1" index="0" label="ZWave+ Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="1" />
<Value type="short" genre="system" instance="1" index="1" label="InstallerIcon" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="7172" />
<Value type="short" genre="system" instance="1" index="2" label="UserIcon" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="7172" />
<Value type="byte" genre="system" instance="2" index="0" label="ZWave+ Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="short" genre="system" instance="2" index="1" label="InstallerIcon" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="0" />
<Value type="short" genre="system" instance="2" index="2" label="UserIcon" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="0" />
<Value type="byte" genre="system" instance="3" index="0" label="ZWave+ Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="short" genre="system" instance="3" index="1" label="InstallerIcon" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="0" />
<Value type="short" genre="system" instance="3" index="2" label="UserIcon" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="0" />
<Value type="byte" genre="system" instance="4" index="0" label="ZWave+ Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="short" genre="system" instance="4" index="1" label="InstallerIcon" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="0" />
<Value type="short" genre="system" instance="4" index="2" label="UserIcon" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="0" />
<Value type="byte" genre="system" instance="5" index="0" label="ZWave+ Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="short" genre="system" instance="5" index="1" label="InstallerIcon" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="0" />
<Value type="short" genre="system" instance="5" index="2" label="UserIcon" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="0" />
</CommandClass>
<CommandClass id="96" name="COMMAND_CLASS_MULTI_INSTANCE/CHANNEL" version="4" request_flags="1" innif="true">
<Instance index="1" />
</CommandClass>
<CommandClass id="112" name="COMMAND_CLASS_CONFIGURATION" version="1" request_flags="5" innif="true">
<Instance index="1" />
<Value type="list" genre="config" instance="1" index="1" label="Touch sound" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="1" vindex="1" size="1">
<Help>This will enable or disable the sound effects when you press or touch the sensing area</Help>
<Item label="Disable" value="0" />
<Item label="Enable" value="1" />
</Value>
<Value type="list" genre="config" instance="1" index="2" label="Touch vibration" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="1" vindex="1" size="1">
<Help>This will enable or disable the vibration effects when you press or touch the sensing area</Help>
<Item label="Disable" value="0" />
<Item label="Enable" value="1" />
</Value>
<Value type="list" genre="config" instance="1" index="3" label="Button slide function" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="1" vindex="1" size="1">
<Help>This will enable or disable control by sliding the button area</Help>
<Item label="Disable" value="0" />
<Item label="Enable" value="1" />
</Value>
<Value type="list" genre="config" instance="1" index="4" label="Report type" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="1" vindex="1" size="1">
<Help>To configure which report will be sent when pressing the buttons</Help>
<Item label="Send nothing" value="0" />
<Item label="Send Central Scene Command Notification" value="1" />
<Item label="Send Central Scene Command Notification and Configuration report" value="3" />
</Value>
<Value type="int" genre="config" instance="1" index="5" label="Color when button is pressed" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="65280">
<Help>To configure which color will be displayed when the button is pressed. Value 1: (msb) Red. Value 2: Green. Value 3: Blue. Value 4: Reserved</Help>
</Value>
<Value type="int" genre="config" instance="1" index="33" label="Test the LED, buzzer and vibrator" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0">
<Help>Get the LED Strip color value Value 1: (msb) Red. Value 2: Green. Value 3: Blue. Value 4: buzzer and vibrator. (1=ON, 0=OFF)</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="39" label="Set the low battery value" units="%" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="10" max="50" value="20">
<Help>Set the low battery value. Range: 10% - 50%.</Help>
</Value>
<Value type="list" genre="config" instance="1" index="255" label="Reset To Factory Defaults" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="1" size="4">
<Help>Reset to factory defaults</Help>
<Item label="Reset to factory default setting" value="0" />
<Item label="Normal" value="1" />
<Item label="Reset to factory default setting and removed from the z-wave network" value="1431655765" />
</Value>
</CommandClass>
<CommandClass id="113" name="COMMAND_CLASS_ALARM" version="4" request_flags="1" innif="true">
<Instance index="1" />
<Value type="byte" genre="user" instance="1" index="0" label="Alarm Type" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="byte" genre="user" instance="1" index="1" label="Alarm Level" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="byte" genre="user" instance="1" index="2" label="SourceNodeId" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="byte" genre="user" instance="1" index="11" label="Power Management" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="254" />
</CommandClass>
<CommandClass id="114" name="COMMAND_CLASS_MANUFACTURER_SPECIFIC" version="1" request_flags="5" innif="true">
<Instance index="1" />
</CommandClass>
<CommandClass id="115" name="COMMAND_CLASS_POWERLEVEL" version="1" request_flags="5" innif="true">
<Instance index="1" />
<Value type="list" genre="system" instance="1" index="0" label="Powerlevel" units="dB" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="0" size="1">
<Item label="Normal" value="0" />
<Item label="-1dB" value="1" />
<Item label="-2dB" value="2" />
<Item label="-3dB" value="3" />
<Item label="-4dB" value="4" />
<Item label="-5dB" value="5" />
<Item label="-6dB" value="6" />
<Item label="-7dB" value="7" />
<Item label="-8dB" value="8" />
<Item label="-9dB" value="9" />
</Value>
<Value type="byte" genre="system" instance="1" index="1" label="Timeout" units="seconds" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="button" genre="system" instance="1" index="2" label="Set Powerlevel" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="byte" genre="system" instance="1" index="3" label="Test Node" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="list" genre="system" instance="1" index="4" label="Test Powerlevel" units="dB" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="0" size="1">
<Item label="Normal" value="0" />
<Item label="-1dB" value="1" />
<Item label="-2dB" value="2" />
<Item label="-3dB" value="3" />
<Item label="-4dB" value="4" />
<Item label="-5dB" value="5" />
<Item label="-6dB" value="6" />
<Item label="-7dB" value="7" />
<Item label="-8dB" value="8" />
<Item label="-9dB" value="9" />
</Value>
<Value type="short" genre="system" instance="1" index="5" label="Frame Count" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="0" />
<Value type="button" genre="system" instance="1" index="6" label="Test" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="button" genre="system" instance="1" index="7" label="Report" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="list" genre="system" instance="1" index="8" label="Test Status" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="0" size="1">
<Item label="Failed" value="0" />
<Item label="Success" value="1" />
<Item label="In Progress" value="2" />
</Value>
<Value type="short" genre="system" instance="1" index="9" label="Acked Frames" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="0" />
</CommandClass>
<CommandClass id="128" name="COMMAND_CLASS_BATTERY" version="1" request_flags="5" innif="true">
<Instance index="1" />
<Value type="byte" genre="user" instance="1" index="0" label="Battery Level" units="%" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="68" />
</CommandClass>
<CommandClass id="132" name="COMMAND_CLASS_WAKE_UP" version="2" request_flags="1" innif="true">
<Instance index="1" />
<Value type="int" genre="system" instance="1" index="0" label="Wake-up Interval" units="Seconds" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" />
<Value type="int" genre="system" instance="1" index="1" label="Minimum Wake-up Interval" units="Seconds" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" />
<Value type="int" genre="system" instance="1" index="2" label="Maximum Wake-up Interval" units="Seconds" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="864000" />
<Value type="int" genre="system" instance="1" index="3" label="Default Wake-up Interval" units="Seconds" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" />
<Value type="int" genre="system" instance="1" index="4" label="Wake-up Interval Step" units="Seconds" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="240" />
</CommandClass>
<CommandClass id="133" name="COMMAND_CLASS_ASSOCIATION" version="1" request_flags="5" innif="true">
<Instance index="1" />
<Instance index="2" endpoint="1" />
<Instance index="3" endpoint="2" />
<Instance index="4" endpoint="3" />
<Instance index="5" endpoint="4" />
<Associations num_groups="9">
<Group index="1" max_associations="1" label="Lifeline" auto="true" multiInstance="true">
<Node id="1" />
</Group>
<Group index="2" max_associations="5" label="On/Off control via Button 1" auto="false" multiInstance="true" />
<Group index="3" max_associations="5" label="Dimmer control via Button 1" auto="false" multiInstance="true" />
<Group index="4" max_associations="5" label="On/Off control via Button 2" auto="false" multiInstance="true" />
<Group index="5" max_associations="5" label="Dimmer control via Button 2" auto="false" multiInstance="true" />
<Group index="6" max_associations="5" label="On/Off control via Button 3" auto="false" multiInstance="true" />
<Group index="7" max_associations="5" label="Dimmer control via Button 3" auto="false" multiInstance="true" />
<Group index="8" max_associations="5" label="On/Off control via Button 4" auto="false" multiInstance="true" />
<Group index="9" max_associations="5" label="Dimmer control via Button 4" auto="false" multiInstance="true" />
</Associations>
</CommandClass>
<CommandClass id="134" name="COMMAND_CLASS_VERSION" version="1" request_flags="5" innif="true">
<Instance index="1" />
<Value type="string" genre="system" instance="1" index="0" label="Library Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="3" />
<Value type="string" genre="system" instance="1" index="1" label="Protocol Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="4.62" />
<Value type="string" genre="system" instance="1" index="2" label="Application Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="2.03" />
</CommandClass>
<CommandClass id="142" name="COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION" version="1" request_flags="5" innif="true">
<Instance index="1" />
<Instance index="2" endpoint="1" />
<Instance index="3" endpoint="2" />
<Instance index="4" endpoint="3" />
<Instance index="5" endpoint="4" />
<Associations num_groups="9">
<Group index="1" max_associations="1" label="Lifeline" auto="true" multiInstance="true">
<Node id="1" />
</Group>
<Group index="2" max_associations="5" label="On/Off control via Button 1" auto="false" multiInstance="true" />
<Group index="3" max_associations="5" label="Dimmer control via Button 1" auto="false" multiInstance="true" />
<Group index="4" max_associations="5" label="On/Off control via Button 2" auto="false" multiInstance="true" />
<Group index="5" max_associations="5" label="Dimmer control via Button 2" auto="false" multiInstance="true" />
<Group index="6" max_associations="5" label="On/Off control via Button 3" auto="false" multiInstance="true" />
<Group index="7" max_associations="5" label="Dimmer control via Button 3" auto="false" multiInstance="true" />
<Group index="8" max_associations="5" label="On/Off control via Button 4" auto="false" multiInstance="true" />
<Group index="9" max_associations="5" label="Dimmer control via Button 4" auto="false" multiInstance="true" />
</Associations>
</CommandClass>
</CommandClasses>
</Node>
<Node id="6" name="" location="" basic="4" generic="8" specific="6" roletype="7" devicetype="4608" nodetype="0" type="General Thermostat V2" listening="false" frequentListening="true" beaming="true" routing="true" max_baud_rate="40000" version="4" query_stage="Complete">
<Manufacturer id="148" name="EUROtronic">
<Product type="3" id="1" name="EUR_SPIRITZ Wall Radiator Thermostat" />
</Manufacturer>
<CommandClasses>
<CommandClass id="32" name="COMMAND_CLASS_BASIC" version="1" request_flags="4" mapping="64">
<Instance index="1" />
</CommandClass>
<CommandClass id="38" name="COMMAND_CLASS_SWITCH_MULTILEVEL" version="1" innif="true">
<Instance index="1" />
<Value type="byte" genre="user" instance="1" index="0" label="Level" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="button" genre="user" instance="1" index="1" label="Bright" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="button" genre="user" instance="1" index="2" label="Dim" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="bool" genre="system" instance="1" index="3" label="Ignore Start Level" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="True" />
<Value type="byte" genre="system" instance="1" index="4" label="Start Level" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
</CommandClass>
<CommandClass id="49" name="COMMAND_CLASS_SENSOR_MULTILEVEL" version="5" innif="true">
<Instance index="1" />
<Value type="decimal" genre="user" instance="1" index="1" label="Temperature" units="C" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="23.20" />
</CommandClass>
<CommandClass id="64" name="COMMAND_CLASS_THERMOSTAT_MODE" version="3" innif="true">
<Instance index="1" />
<Value type="list" genre="user" instance="1" index="0" label="Mode" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="0" size="0">
<Help>Off: No heating, only frost protection. Heat: Room temperature will be kept at the configured setpoint. Heat Eco: Energy save heating mode. Room temperature will be lowered to the configured eco setpoint in order to save energy. Full Power: Full power heating. This mode is left automatically after 5 minutes. Manufacturer Specific: Direct valve control mode. The valve opening percentage can be controlled using the switch multilevel command class.</Help>
<Item label="Off" value="0" />
<Item label="Heat" value="1" />
<Item label="Heat Eco" value="11" />
<Item label="Full Power" value="15" />
<Item label="Manufacturer Specific" value="31" />
</Value>
<SupportedModes>
<Mode index="0" label="Off" />
<Mode index="1" label="Heat" />
<Mode index="11" label="Heat Econ" />
<Mode index="15" label="Full Power" />
<Mode index="31" label="Manufacturer Specific" />
</SupportedModes>
</CommandClass>
<CommandClass id="67" name="COMMAND_CLASS_THERMOSTAT_SETPOINT" version="3" request_flags="2" innif="true" base="0" typeInterpretation="A">
<Instance index="1" />
<Value type="decimal" genre="user" instance="1" index="1" label="Heat" units="C" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="8" max="28" value="22.0" />
<Value type="decimal" genre="user" instance="1" index="11" label="Heat Eco" units="C" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="8" max="28" value="21.5" />
<Value type="decimal" genre="user" instance="1" index="101" label="Heating 1_minimum" units="C" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="8.0" />
<Value type="decimal" genre="user" instance="1" index="111" label="Heating Econ_minimum" units="C" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="8.0" />
<Value type="decimal" genre="user" instance="1" index="201" label="Heating 1_maximum" units="C" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="28.0" />
<Value type="decimal" genre="user" instance="1" index="211" label="Heating Econ_maximum" units="C" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="28.0" />
</CommandClass>
<CommandClass id="90" name="COMMAND_CLASS_DEVICE_RESET_LOCALLY" version="1" request_flags="4" innif="true">
<Instance index="1" />
</CommandClass>
<CommandClass id="94" name="COMMAND_CLASS_ZWAVEPLUS_INFO" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="byte" genre="system" instance="1" index="0" label="ZWave+ Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="1" />
<Value type="short" genre="system" instance="1" index="1" label="InstallerIcon" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="4608" />
<Value type="short" genre="system" instance="1" index="2" label="UserIcon" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="4608" />
</CommandClass>
<CommandClass id="112" name="COMMAND_CLASS_CONFIGURATION" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="list" genre="config" instance="1" index="1" label="LCD Invert" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="1" vindex="0" size="1">
<Help>Allows rotating the LCD contents by 180 degrees. Default: Normal</Help>
<Item label="Normal" value="0" />
<Item label="Upside Down" value="1" />
</Value>
<Value type="byte" genre="config" instance="1" index="2" label="LCD Timeout" units="sec" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="30" value="0">
<Help>0: No Timeout, LCD always on. 5-30: Timeout after 5-30s. Default: 0 (LCD always on)</Help>
</Value>
<Value type="list" genre="config" instance="1" index="3" label="Backlight" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="1" vindex="1" size="1">
<Help>Default: Backlight enabled</Help>
<Item label="Backlight disabled" value="0" />
<Item label="Backlight enabled" value="1" />
</Value>
<Value type="list" genre="config" instance="1" index="4" label="Battery Report" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="1" vindex="1" size="1">
<Help>Default: Send once a day</Help>
<Item label="Only send battery status as notification" value="0" />
<Item label="Send once a day" value="1" />
</Value>
<Value type="byte" genre="config" instance="1" index="5" label="Temperature Report Threshold" units="0.1°C" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="50" value="5">
<Help>0: Don&apos;t send temperature automatically. 1-50: Report temperature at 0.1-5.0°C temperature difference. Default: 5 (Delta = 0.5°C)</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="6" label="Valve Opening Percentage Report" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="100" value="0">
<Help>0: Don&apos;t send Valve opening percentage automatically. 1-100: Report valve opening percentage at a delta of 1-100%. Default: 0</Help>
</Value>
<Value type="list" genre="config" instance="1" index="7" label="Open Window Detection" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="3" vindex="2" size="1">
<Help>Default: Medium sensibility</Help>
<Item label="Disabled" value="0" />
<Item label="Low sensibility" value="1" />
<Item label="Medium sensibility" value="2" />
<Item label="High sensibility" value="3" />
</Value>
<Value type="byte" genre="config" instance="1" index="8" label="Measured Temperature Offset" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="1">
<Help>206-255: -5.0 to -0.1°C. 0-50: 0°C-5°C. 128: External Temperature Sensor. Default: 0 (0.0°C Offset)</Help>
</Value>
</CommandClass>
<CommandClass id="113" name="COMMAND_CLASS_ALARM" version="8" request_flags="2" innif="true">
<Instance index="1" />
<Value type="byte" genre="user" instance="1" index="0" label="Alarm Type" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="byte" genre="user" instance="1" index="1" label="Alarm Level" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="byte" genre="user" instance="1" index="2" label="SourceNodeId" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="byte" genre="user" instance="1" index="11" label="Power Management" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="254" />
<Value type="byte" genre="user" instance="1" index="12" label="System" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="254" />
</CommandClass>
<CommandClass id="114" name="COMMAND_CLASS_MANUFACTURER_SPECIFIC" version="1" request_flags="4" innif="true">
<Instance index="1" />
</CommandClass>
<CommandClass id="115" name="COMMAND_CLASS_POWERLEVEL" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="list" genre="system" instance="1" index="0" label="Powerlevel" units="dB" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="0" size="1">
<Item label="Normal" value="0" />
<Item label="-1dB" value="1" />
<Item label="-2dB" value="2" />
<Item label="-3dB" value="3" />
<Item label="-4dB" value="4" />
<Item label="-5dB" value="5" />
<Item label="-6dB" value="6" />
<Item label="-7dB" value="7" />
<Item label="-8dB" value="8" />
<Item label="-9dB" value="9" />
</Value>
<Value type="byte" genre="system" instance="1" index="1" label="Timeout" units="seconds" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="button" genre="system" instance="1" index="2" label="Set Powerlevel" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="byte" genre="system" instance="1" index="3" label="Test Node" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="list" genre="system" instance="1" index="4" label="Test Powerlevel" units="dB" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="0" size="1">
<Item label="Normal" value="0" />
<Item label="-1dB" value="1" />
<Item label="-2dB" value="2" />
<Item label="-3dB" value="3" />
<Item label="-4dB" value="4" />
<Item label="-5dB" value="5" />
<Item label="-6dB" value="6" />
<Item label="-7dB" value="7" />
<Item label="-8dB" value="8" />
<Item label="-9dB" value="9" />
</Value>
<Value type="short" genre="system" instance="1" index="5" label="Frame Count" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="0" />
<Value type="button" genre="system" instance="1" index="6" label="Test" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="button" genre="system" instance="1" index="7" label="Report" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="list" genre="system" instance="1" index="8" label="Test Status" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="0" size="1">
<Item label="Failed" value="0" />
<Item label="Success" value="1" />
<Item label="In Progress" value="2" />
</Value>
<Value type="short" genre="system" instance="1" index="9" label="Acked Frames" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="0" />
</CommandClass>
<CommandClass id="117" name="COMMAND_CLASS_PROTECTION" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="list" genre="system" instance="1" index="0" label="Protection" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="0" size="1">
<Item label="Unprotected" value="0" />
<Item label="Protection by Sequence" value="1" />
<Item label="No Operation Possible" value="2" />
</Value>
</CommandClass>
<CommandClass id="128" name="COMMAND_CLASS_BATTERY" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="byte" genre="user" instance="1" index="0" label="Battery Level" units="%" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="100" />
</CommandClass>
<CommandClass id="133" name="COMMAND_CLASS_ASSOCIATION" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Associations num_groups="1">
<Group index="1" max_associations="1" label="Group 1" auto="true">
<Node id="1" />
</Group>
</Associations>
</CommandClass>
<CommandClass id="134" name="COMMAND_CLASS_VERSION" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="string" genre="system" instance="1" index="0" label="Library Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="3" />
<Value type="string" genre="system" instance="1" index="1" label="Protocol Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="4.61" />
<Value type="string" genre="system" instance="1" index="2" label="Application Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="0.16" />
</CommandClass>
</CommandClasses>
</Node>
<Node id="7" name="" location="" basic="4" generic="7" specific="1" roletype="6" devicetype="3079" nodetype="0" type="Notification Sensor" listening="false" frequentListening="false" beaming="true" routing="true" max_baud_rate="40000" version="4" query_stage="CacheLoad">
<Manufacturer id="371" name="Aeotec Limited">
<Product type="2" id="5" name="ZWA005 TriSensor" />
</Manufacturer>
<CommandClasses>
<CommandClass id="32" name="COMMAND_CLASS_BASIC" version="1" request_flags="4">
<Instance index="1" />
<Value type="byte" genre="basic" instance="1" index="0" label="Basic" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
</CommandClass>
<CommandClass id="48" name="COMMAND_CLASS_SENSOR_BINARY" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="bool" genre="user" instance="1" index="0" label="Sensor" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="False" />
<SensorMap index="0" type="12" />
</CommandClass>
<CommandClass id="49" name="COMMAND_CLASS_SENSOR_MULTILEVEL" version="7" innif="true">
<Instance index="1" />
<Value type="decimal" genre="user" instance="1" index="1" label="Temperature" units="C" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="24.5" />
<Value type="decimal" genre="user" instance="1" index="3" label="Luminance" units="lux" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="136" />
</CommandClass>
<CommandClass id="90" name="COMMAND_CLASS_DEVICE_RESET_LOCALLY" version="1" request_flags="4" innif="true">
<Instance index="1" />
</CommandClass>
<CommandClass id="94" name="COMMAND_CLASS_ZWAVEPLUS_INFO" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="byte" genre="system" instance="1" index="0" label="ZWave+ Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="1" />
<Value type="short" genre="system" instance="1" index="1" label="InstallerIcon" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="3079" />
<Value type="short" genre="system" instance="1" index="2" label="UserIcon" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="3079" />
</CommandClass>
<CommandClass id="112" name="COMMAND_CLASS_CONFIGURATION" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="short" genre="config" instance="1" index="1" label="Motion Re-trigger Time" units="Second" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="32767" value="30">
<Help>This parameter is configured the delay time before PIR sensor can be triggered again to reset motion timeout counter. Value = 0 will disable PIR sensor from triggering until motion timeout has finished.</Help>
</Value>
<Value type="short" genre="config" instance="1" index="2" label="Motion clear time" units="Second" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="1" max="32767" value="240">
<Help>This configures the clear time when your motion sensor times out and sends a no motion status.</Help>
</Value>
<Value type="list" genre="config" instance="1" index="3" label="Motion Sensitivity" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="11" vindex="8" size="1">
<Help>This parameter is configured the sensitivity that motion detect. 0 - PIR sensor disabled. 1 - Lowest sensitivity. 11 - Highest sensitivity.</Help>
<Item label="Disabled" value="0" />
<Item label="1" value="1" />
<Item label="2" value="2" />
<Item label="3" value="3" />
<Item label="4" value="4" />
<Item label="5" value="5" />
<Item label="6" value="6" />
<Item label="7" value="7" />
<Item label="8" value="8" />
<Item label="9" value="9" />
<Item label="10" value="10" />
<Item label="11" value="11" />
</Value>
<Value type="list" genre="config" instance="1" index="4" label="Binary Sensor Report" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="1" vindex="0" size="1">
<Help>Enable/disable sensor binary report when motion event is detected or cleared</Help>
<Item label="Disable" value="0" />
<Item label="Enable" value="1" />
</Value>
<Value type="list" genre="config" instance="1" index="5" label="Disable BASIC_SET to Associated nodes" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="3" vindex="3" size="1">
<Help>This parameter is configured the enabled or disabled send BASIC_SET command to nodes that associated in group 2 and group 3.</Help>
<Item label="Disabled All Group Basic Set Command" value="0" />
<Item label="Enabled Group 2" value="1" />
<Item label="Enabled Group 3 " value="2" />
<Item label="Enabled Group 2 and Group 3" value="3" />
</Value>
<Value type="list" genre="config" instance="1" index="6" label="Basic Set Value Settings for Group 2" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="5" vindex="0" size="1">
<Help>Define Basic Set Value when motion event is triggered and / or cleared</Help>
<Item label="0xFF when motion is triggered and 0x00 when motion is cleared" value="0" />
<Item label="0x00 when motion is triggered and 0xFF when motion is cleared" value="1" />
<Item label="0xFF when motion is triggered" value="2" />
<Item label="0x00 when motion is triggered" value="3" />
<Item label="0x00 when motion event is cleared" value="4" />
<Item label="0xFF when motion event is cleared" value="5" />
</Value>
<Value type="short" genre="config" instance="1" index="7" label="Temperature Alarm Value" units="0.1" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="239">
<Help>This parameter is configured the threshold value that alarm level for temperature. When the current ambient temperature value is larger than this configuration value, device will send a BASIC_SET = 0xFF to nodes associated in group 3. If current temperature value is less than this value, device will send a BASIC_SET = 0x00 to nodes associated in group 3. Value = [Value] x 0.1(Celsius / Fahrenheit) Available Settings: -400 to 850 (40.0 to 85.0 Celsius) or -400 to 1185 (-40.0 to 118.5 Fahrenheit). Default value: 239 (23.9 Celsius) or 750 (75.0 Fahrenheit)</Help>
</Value>
<Value type="list" genre="config" instance="1" index="10" label="LED over TriSensor" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="1" vindex="1" size="1">
<Help>Enable or Disable LED over TriSensor This completely disables all LED reaction regardless of Parameter 9 - 13 settings</Help>
<Item label="Disable" value="0" />
<Item label="Enable" value="1" />
</Value>
<Value type="list" genre="config" instance="1" index="11" label="Motion report LED" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="8" vindex="7" size="1">
<Help>This setting changes the color of the LED when your TriSensor sends a motion report.</Help>
<Item label="Disabled" value="0" />
<Item label="Red" value="1" />
<Item label="Green" value="2" />
<Item label="Blue" value="3" />
<Item label="Yellow" value="4" />
<Item label="Pink" value="5" />
<Item label="Cyan" value="6" />
<Item label="Purple" value="7" />
<Item label="Orange" value="8" />
</Value>
<Value type="list" genre="config" instance="1" index="12" label="Temperature report LED" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="1" vindex="0" size="1">
<Help>This setting changes the color of the LED when your TriSensor sends a temperature report.</Help>
<Item label="Disabled" value="0" />
<Item label="Red" value="1" />
<Item label="Green" value="2" />
<Item label="Blue" value="3" />
<Item label="Yellow" value="4" />
<Item label="Pink" value="5" />
<Item label="Cyan" value="6" />
<Item label="Purple" value="7" />
<Item label="Orange" value="8" />
</Value>
<Value type="list" genre="config" instance="1" index="13" label="Light report LED" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="8" vindex="5" size="1">
<Help>This setting changes the color of the LED when your TriSensor sends a light report.</Help>
<Item label="Disabled" value="0" />
<Item label="Red" value="1" />
<Item label="Green" value="2" />
<Item label="Blue" value="3" />
<Item label="Yellow" value="4" />
<Item label="Pink" value="5" />
<Item label="Cyan" value="6" />
<Item label="Purple" value="7" />
<Item label="Orange" value="8" />
</Value>
<Value type="list" genre="config" instance="1" index="14" label="Battery report LED" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="8" vindex="0" size="1">
<Help>It is possible to change the color of what the LED blinks when your TriSensor sends a battery report.</Help>
<Item label="Disabled" value="0" />
<Item label="Red" value="1" />
<Item label="Green" value="2" />
<Item label="Blue" value="3" />
<Item label="Yellow" value="4" />
<Item label="Pink" value="5" />
<Item label="Cyan" value="6" />
<Item label="Purple" value="7" />
<Item label="Orange" value="8" />
</Value>
<Value type="list" genre="config" instance="1" index="15" label="Wakeup report LED" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="8" vindex="0" size="1">
<Help>This setting changes the color of the LED when your TriSensor sends a wakeup report.</Help>
<Item label="Disabled" value="0" />
<Item label="Red" value="1" />
<Item label="Green" value="2" />
<Item label="Blue" value="3" />
<Item label="Yellow" value="4" />
<Item label="Pink" value="5" />
<Item label="Cyan" value="6" />
<Item label="Purple" value="7" />
<Item label="Orange" value="8" />
</Value>
<Value type="list" genre="config" instance="1" index="20" label="Temperature Scale Setting" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="1" vindex="0" size="1">
<Help>Configure temperature sensor scale type, Temperature to report in Celsius or Fahrenheit</Help>
<Item label="Celsius" value="0" />
<Item label="Fahrenheit" value="1" />
</Value>
<Value type="short" genre="config" instance="1" index="21" label="Temperature Threshold reporting" units="0.1" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="250" value="2">
<Help>Change threshold value for change in temperature to induce an automatic report for temperature sensor. Scale is identical setting in Parameter No.20. 0-&gt; Disable Threshold Report for Temperature Sensor. Setting of value 20 can be a change of -2.0 or +2.0 (C or F depending on Parameter No.20) to induce automatic report or setting a value of 2 will be a change of 0.2(C or F). Available Settings: 0 to 250.</Help>
</Value>
<Value type="short" genre="config" instance="1" index="22" label="Light intensity Threshold Value to Report" units="Lux" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="10000" value="30">
<Help>Change threshold value for change in lux to induce an automatic report for light sensor.</Help>
</Value>
<Value type="short" genre="config" instance="1" index="23" label="Temperature Sensor Report Interval" units="Second" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="32767" value="1800">
<Help>This parameter is configured the time interval for temperature sensor report. This value is larger, the battery life is longer. And the temperature value changed is not obvious.</Help>
</Value>
<Value type="short" genre="config" instance="1" index="24" label="Light Sensor Report Interval" units="Second" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="32767" value="1800">
<Help>This parameter is configured the time interval for light sensor report. This value is larger, the battery life is longer. And the light intensity changed is not obvious.</Help>
</Value>
<Value type="short" genre="config" instance="1" index="30" label="Temperature Offset Value" units="0.1" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="0">
<Help>The current measuring temperature value can be add and minus a value by this setting. The scale can be decided by Parameter Number 20. Temperature Offset Value = [Value] * 0.1(Celsius / Fahrenheit) Available Settings: -200 to 200.</Help>
</Value>
<Value type="short" genre="config" instance="1" index="31" label="Light Intensity Offset Value" units="Lux" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="0">
<Help>The current measuring light intensity value can be add and minus a value by this setting. Available Settings: -1000 to 1000.</Help>
</Value>
<Value type="short" genre="config" instance="1" index="100" label="Light Sensor Calibrated Coefficient" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="32767" value="1024">
<Help>This configuration defines the calibrated scale for ambient light intensity. Because the method and position that the sensor mounted and the cover of sensor will bring measurement error, user can get more real light intensity by this parameter setting. User should run the steps as blows for calibrating 1) Set this parameter value to default (Assumes the sensor has been added in a Z- Wave Network). 2) Place a digital light meter close to sensor and keep the same direction, monitor the light intensity value (Vm) which report to controller and record it. The same time user should record the value (Vs) of light meter. 3) The scale calibration formula: k = Vm / Vs. 4) The value of k is then multiplied by 1024 and rounded to the nearest whole number. 5) Set the value getting in 5) to this parameter, calibrate finished. For example, Vm = 300, Vs = 2600, then k = 2600 / 300 = 8.6667 k = 8.6667 * 1024 = 8874.7 =&gt; 8875. The parameter should be set to 8875.</Help>
</Value>
</CommandClass>
<CommandClass id="113" name="COMMAND_CLASS_ALARM" version="8" request_flags="2" innif="true">
<Instance index="1" />
<Value type="byte" genre="user" instance="1" index="0" label="Alarm Type" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="byte" genre="user" instance="1" index="1" label="Alarm Level" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="byte" genre="user" instance="1" index="2" label="SourceNodeId" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="byte" genre="user" instance="1" index="10" label="Burglar" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="8" />
</CommandClass>
<CommandClass id="114" name="COMMAND_CLASS_MANUFACTURER_SPECIFIC" version="1" request_flags="4" innif="true">
<Instance index="1" />
</CommandClass>
<CommandClass id="115" name="COMMAND_CLASS_POWERLEVEL" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="list" genre="system" instance="1" index="0" label="Powerlevel" units="dB" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="0" size="1">
<Item label="Normal" value="0" />
<Item label="-1dB" value="1" />
<Item label="-2dB" value="2" />
<Item label="-3dB" value="3" />
<Item label="-4dB" value="4" />
<Item label="-5dB" value="5" />
<Item label="-6dB" value="6" />
<Item label="-7dB" value="7" />
<Item label="-8dB" value="8" />
<Item label="-9dB" value="9" />
</Value>
<Value type="byte" genre="system" instance="1" index="1" label="Timeout" units="seconds" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="button" genre="system" instance="1" index="2" label="Set Powerlevel" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="byte" genre="system" instance="1" index="3" label="Test Node" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="list" genre="system" instance="1" index="4" label="Test Powerlevel" units="dB" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="0" size="1">
<Item label="Normal" value="0" />
<Item label="-1dB" value="1" />
<Item label="-2dB" value="2" />
<Item label="-3dB" value="3" />
<Item label="-4dB" value="4" />
<Item label="-5dB" value="5" />
<Item label="-6dB" value="6" />
<Item label="-7dB" value="7" />
<Item label="-8dB" value="8" />
<Item label="-9dB" value="9" />
</Value>
<Value type="short" genre="system" instance="1" index="5" label="Frame Count" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="0" />
<Value type="button" genre="system" instance="1" index="6" label="Test" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="button" genre="system" instance="1" index="7" label="Report" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="list" genre="system" instance="1" index="8" label="Test Status" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="0" size="1">
<Item label="Failed" value="0" />
<Item label="Success" value="1" />
<Item label="In Progress" value="2" />
</Value>
<Value type="short" genre="system" instance="1" index="9" label="Acked Frames" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="0" />
</CommandClass>
<CommandClass id="128" name="COMMAND_CLASS_BATTERY" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="byte" genre="user" instance="1" index="0" label="Battery Level" units="%" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="100" />
</CommandClass>
<CommandClass id="132" name="COMMAND_CLASS_WAKE_UP" version="2" request_flags="2" innif="true">
<Instance index="1" />
<Value type="int" genre="system" instance="1" index="0" label="Wake-up Interval" units="Seconds" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="28800" />
<Value type="int" genre="system" instance="1" index="1" label="Minimum Wake-up Interval" units="Seconds" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="1800" />
<Value type="int" genre="system" instance="1" index="2" label="Maximum Wake-up Interval" units="Seconds" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="64800" />
<Value type="int" genre="system" instance="1" index="3" label="Default Wake-up Interval" units="Seconds" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="28800" />
<Value type="int" genre="system" instance="1" index="4" label="Wake-up Interval Step" units="Seconds" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="60" />
</CommandClass>
<CommandClass id="133" name="COMMAND_CLASS_ASSOCIATION" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Associations num_groups="3">
<Group index="1" max_associations="1" label="Lifeline" auto="true" multiInstance="true">
<Node id="1" />
</Group>
<Group index="2" max_associations="5" label="BasicSet report" auto="false" multiInstance="true" />
<Group index="3" max_associations="5" label="Temperature Alarm report" auto="false" multiInstance="true" />
</Associations>
</CommandClass>
<CommandClass id="134" name="COMMAND_CLASS_VERSION" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="string" genre="system" instance="1" index="0" label="Library Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="3" />
<Value type="string" genre="system" instance="1" index="1" label="Protocol Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="4.61" />
<Value type="string" genre="system" instance="1" index="2" label="Application Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="2.15" />
</CommandClass>
<CommandClass id="142" name="COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Associations num_groups="3">
<Group index="1" max_associations="1" label="Lifeline" auto="true" multiInstance="true">
<Node id="1" />
</Group>
<Group index="2" max_associations="5" label="BasicSet report" auto="false" multiInstance="true" />
<Group index="3" max_associations="5" label="Temperature Alarm report" auto="false" multiInstance="true" />
</Associations>
</CommandClass>
</CommandClasses>
</Node>
<Node id="8" name="" location="" basic="4" generic="33" specific="1" roletype="6" devicetype="3079" nodetype="0" type="Routing Multilevel Sensor" listening="true" frequentListening="false" beaming="true" routing="true" max_baud_rate="40000" version="4" query_stage="Complete">
<Manufacturer id="86" name="AEON Labs">
<Product type="2" id="64" name="ZW100 MultiSensor 6" />
</Manufacturer>
<CommandClasses>
<CommandClass id="32" name="COMMAND_CLASS_BASIC" version="1" request_flags="4" after_mark="true" mapping="49">
<Instance index="1" />
</CommandClass>
<CommandClass id="48" name="COMMAND_CLASS_SENSOR_BINARY" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="bool" genre="user" instance="1" index="0" label="Sensor" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="False" />
<SensorMap index="0" type="53" />
<SensorMap index="0" type="202" />
</CommandClass>
<CommandClass id="49" name="COMMAND_CLASS_SENSOR_MULTILEVEL" version="5" innif="true">
<Instance index="1" />
<Value type="decimal" genre="user" instance="1" index="1" label="Temperature" units="C" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="24.3" />
<Value type="decimal" genre="user" instance="1" index="3" label="Luminance" units="lux" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="17" />
<Value type="decimal" genre="user" instance="1" index="5" label="Relative Humidity" units="%" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="42" />
<Value type="decimal" genre="user" instance="1" index="27" label="Ultraviolet" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="0" />
</CommandClass>
<CommandClass id="90" name="COMMAND_CLASS_DEVICE_RESET_LOCALLY" version="1" request_flags="4" innif="true">
<Instance index="1" />
</CommandClass>
<CommandClass id="94" name="COMMAND_CLASS_ZWAVEPLUS_INFO" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="byte" genre="system" instance="1" index="0" label="ZWave+ Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="1" />
<Value type="short" genre="system" instance="1" index="1" label="InstallerIcon" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="3079" />
<Value type="short" genre="system" instance="1" index="2" label="UserIcon" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="3079" />
</CommandClass>
<CommandClass id="112" name="COMMAND_CLASS_CONFIGURATION" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="list" genre="config" instance="1" index="2" label="Wake up 10 minutes on Power On" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="1" vindex="0" size="1">
<Help>Enable/Disable waking up for 10 minutes when re-power on (battery mode) the MultiSensor</Help>
<Item label="Disable" value="0" />
<Item label="Enable" value="1" />
</Value>
<Value type="short" genre="config" instance="1" index="3" label="On time" units="seconds" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="10" max="3600" value="240">
<Help>Duration that the motion sensor must observe no motion before it will return to the no-motion state. If value greater than 255, effective value is rounded up to the nearest minute (255 -&gt; 255 seconds, 256 -&gt; 300 seconds)</Help>
</Value>
<Value type="list" genre="config" instance="1" index="4" label="Enable Motion Sensor" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="1" vindex="5" size="1">
<Help>Enable Motion Sensor, (1 minimum, 5 maximum sensitivity level)</Help>
<Item label="Disabled" value="0" />
<Item label="Enabled level 1" value="1" />
<Item label="Enabled level 2" value="2" />
<Item label="Enabled level 3" value="3" />
<Item label="Enabled level 4" value="4" />
<Item label="Enabled level 5" value="5" />
</Value>
<Value type="list" genre="config" instance="1" index="5" label="Command Options" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="1" max="2" vindex="0" size="1">
<Help>Which commands to send when PIR motion sensor triggered OZW Ideal Value is Binary Sensor Report</Help>
<Item label="Basic Set" value="1" />
<Item label="Binary Sensor Report" value="2" />
</Value>
<Value type="byte" genre="config" instance="1" index="8" label="Awake timeout" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="8" max="255" value="30">
<Help>Set the timeout of awake after the Wake Up CC is sent out. Available rang: 8 to 255 seconds.</Help>
</Value>
<Value type="list" genre="config" instance="1" index="9" label="Current power mode" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="257" vindex="0" size="2">
<Help>Report the current power mode and the product state for battery power mode</Help>
<Item label="USB power, sleeping mode after re-power on" value="0" />
<Item label="USB power, keep awake for 10 minutes after re-power on" value="1" />
<Item label="Battery power, sleeping mode after re-power on" value="256" />
<Item label="Battery power, keep awake for 10 minutes after re-power on" value="257" />
</Value>
<Value type="byte" genre="config" instance="1" index="39" label="Low Battery" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="10" max="50" value="20">
<Help>Configure low battery value Value=10 to 50.</Help>
</Value>
<Value type="list" genre="config" instance="1" index="40" label="Report Only On Thresholds" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="1" vindex="0" size="1">
<Help>Enable/disable the selective reporting only when measurements reach a certain threshold or percentage set in the threshold settings. This is used to reduce network traffic.</Help>
<Item label="Disabled" value="0" />
<Item label="Enabled" value="1" />
</Value>
<Value type="int" genre="config" instance="1" index="41" label="Temperature Reporting Threshold" units="C/F" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="39321" value="1310976">
<Help>Threshold change in temperature to induce an automatic report. Note: 1. The unit is Fahrenheit for US version, Celsius for EU/AU version. 2. The value contains one decimal point. E.g. if the value is set to 20, the threshold value = 2.0 C (EU/AU) or 2.0 F (US). When the temperature has changed by 2.0 (of the appropriate unit), a temperature report will be sent.</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="42" label="Humidity Reporting Threshold" units="%" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="100" value="1">
<Help>Threshold change in humidity to induce an automatic report. Note: 1. The unit is %. 2. The default value is 10, which means that a 10% change in humidity will trigger a report.</Help>
</Value>
<Value type="short" genre="config" instance="1" index="43" label="Luminance Reporting Threshold" units="LUX" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="1000" value="30">
<Help>Threshold change in luminance to induce an automatic report.</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="44" label="Battery Reporting Threshold" units="%" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="100" value="10">
<Help>Threshold change in battery level to induce an automatic report. Note: 1. The unit is %. 2. The default value is 10, which means that a 10% change in battery will trigger a report.</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="45" label="UV Reporting Threshold" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="2">
<Help>Threshold change in ultraviolet to induce an automatic report.</Help>
</Value>
<Value type="list" genre="config" instance="1" index="46" label="Low Temp Alarm" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="1" vindex="0" size="1">
<Help>Enable/disable to send the alarm report of low temperature(Less than 15 Degress C)</Help>
<Item label="Disabled" value="0" />
<Item label="Enabled" value="1" />
</Value>
<Value type="byte" genre="config" instance="1" index="48" label="Enable/disable to send a report on Threshold" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0">
<Help>Enable/disable to send a report when the measurement is more than the upper limit value or less than the lower limit value. Bit mask = 0, disable. Bit mask = 1, enable. Bit 0 = temperature. Bit 1 = humidity. Bit 2 = luminance. Bit 3 = ultraviolet. The above bit masks are used to enable/disable to send out a report when the measurement is less than the lower limit value. The below bit masks are used to enable/disable to send out a report when the measurement is more than the upper limit value. Bit 4 = temperature. Bit 5 = humidity. Bit 6 = luminance. Bit 7 = ultraviolet. Note: If USB power, the Sensor will check the limit every 10 seconds. If battery power, the Sensor will check the limit when it is waken up.</Help>
</Value>
<Value type="int" genre="config" instance="1" index="49" label="Set the upper limit value of temperature sensor" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="71681">
<Help>When the measurement is more than this upper limit, which will trigger to sent out a sensor report. High byte is the upper limit value. Low byte is the unit (0x01=Celsius, 0x02=Fahrenheit). 1. When unit is Celsius. Upper limit range: -40.0 to 100.0 C (0xFE70 to 0x03E8). E.g. The default upper limit of EU/AU version is 28.0 C (0x0118), when the measurement is more than 28.0C, it will be triggered to send out a temperature sensor report. 2. When unit is Fahrenheit. Upper limit range: -40.0 to 212.0 F (0xFE70 to 0x0848). E.g. The default upper limit of US version is 82.4F (0X0338), when the measurement is more than 82.4F, it will be triggered to send out a temperature sensor report.</Help>
</Value>
<Value type="int" genre="config" instance="1" index="50" label="Set the lower limit value of temperature sensor" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="1">
<Help>When the measurement is less than this lower limit, which will trigger to sent out a sensor report. High byte is the lower limit value. Low byte is the unit (0x01=Celsius, 0x02=Fahrenheit). 1. When unit is Celsius. Lower limit range: -40.0 to 100.0 C (0xFE70 to 0x03E8). E.g. The default lower limit of EU/AU version is 0 C (0x0000), when the measurement is less than 0C, it will be triggered to send out a temperature sensor report. 2. When unit is Fahrenheit. Upper limit range: -40.0 to 212.0 F (0xFE70 to 0x0848). E.g. The default lower limit of US version is 32.0F (0x0140), when the measurement is less than 32.0F, it will be triggered to send out a temperature sensor report.</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="51" label="Set the upper limit value of humidity sensor" units="%" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="100" value="60">
<Help>When the measurement is more than this upper limit, which will trigger to sent out a sensor report. Upper limit range: 0 to 100%. E.g. The default upper limit is 60%, when the measurement is more than 60%, it will be triggered to send out a humidity sensor report.</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="52" label="Set the lower limit value of humidity sensor" units="%" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="100" value="50">
<Help>When the measurement is less than this lower limit, which will trigger to sent out a sensor report. Lower limit range: 0 to 100%. E.g. The default lower limit is 50%, when the measurement is less than 50%, it will be triggered to send out a humidity sensor report.</Help>
</Value>
<Value type="short" genre="config" instance="1" index="53" label="Set the upper limit value of Lighting sensor" units="lux" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="30000" value="1000">
<Help>When the measurement is more than this upper limit, which will trigger to sent out a sensor report. Upper limit range: 0 to 30000 Lux. E.g. The default upper limit is 1000Lux, when the measurement is more than 1000Lux, it will be triggered to send out a Lighting sensor report.</Help>
</Value>
<Value type="short" genre="config" instance="1" index="54" label="Set the lower limit value of Lighting sensor" units="lux" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="30000" value="100">
<Help>When the measurement is less than this lower limit, which will trigger to sent out a sensor report. Lower limit range: 0 to 30000 Lux. E.g. The default lower limit is 100Lux, when the measurement is less than 100Lux, it will be triggered to send out a Lighting sensor report.</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="55" label="Set the upper limit value of ultraviolet sensor" units="UV" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="1" max="11" value="8">
<Help>When the measurement is more than this upper limit, which will trigger to sent out a sensor report. Upper limit range: 1 to 11. E.g. The default upper limit is 8, when the measurement is more than 8, it will be triggered to send out a ultraviolet sensor report.</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="56" label="Set the lower limit value of ultraviolet sensor" units="UV" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="1" max="11" value="4">
<Help>When the measurement is less than this upper limit, which will trigger to sent out a sensor report. Lower limit range: 1 to 11. E.g. The default lower limit is 4, when the measurement is less than 8, it will be triggered to send out a ultraviolet sensor report.</Help>
</Value>
<Value type="short" genre="config" instance="1" index="57" label="Set the recover limit value of temperature sensor" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="5121">
<Help>Note: 1. When the current measurement lower or equal (Upper limit - Recover limit), the upper limit report is enabled and then it would send out a sensor report when the next measurement is more than the upper limit. After that, the upper limit report would be disabled again until the measurement lower or equal (Upper limit - Recover limit). 2. When the current measurement greater or equal (Lower limit + Recover limit), the lower limit report is enabled and then it would send out a sensor report when the next measurement is less than the lower limit. After that, the lower limit report would be disabled again until the measurement greater or equal (Lower limit + Recover limit). 3. High byte is the recover limit value. Low byte is the unit (0x01=Celsius, 0x02=Fahrenheit). 4. Recover limit range: 1.0 to 25.5 C/ F (0x0101 to 0xFF01 or 0x0102 to 0xFF02). E.g. The default recover limit value is 2.0 C/F (0x1401/0x1402), when the measurement is less than (Upper limit - 2), the upper limit report would be enabled one time or when the measurement is more than (Lower limit + 2), the lower limit report would be enabled one time.</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="58" label="Set the recover limit value of humidity sensor" units="%" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="1" max="255" value="5">
<Help>Note: 1. When the current measurement lower or equal (Upper limit - Recover limit), the upper limit report is enabled and then it would send out a sensor report when the next measurement is more than the upper limit. After that the upper limit report would be disabled again until the measurement lower or equal (Upper limit - Recover limit). 2. When the current measurement greater or equal (Lower limit + Recover limit), the lower limit report is enabled and then it would send out a sensor report when the next measurement is less than the lower limit. After that the lower limit report would be disabled again until the measurement greater or equal(Lower limit + Recover limit). 3. Recover limit range: 1 to 50% (0x01 to 0x32). E.g. The default recover limit value is 5%, when the measurement is less than (Upper limit - 5), the upper limit report would be enabled one time or when the measurement is more than (Lower limit + 5), the lower limit report would be enabled one time.</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="59" label="Set the recover limit value of Lighting sensor" units="10xlux" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="1" max="255" value="10">
<Help>Note: 1. When the current measurement lower or equal (Upper limit - Recover limit), the upper limit report is enabled and then it would send out a sensor report when the next measurement is more than the upper limit. After that the upper limit report would be disabled again until the measurement lower or equal (Upper limit - Recover limit). 2. When the current measurement greater or equal (Lower limit + Recover limit), the lower limit report is enabled and then it would send out a sensor report when the next measurement is less than the lower limit. After that the lower limit report would be disabled again until the measurement greater or equal (Lower limit + Recover limit). 3. Unit = 10*Recover limit (Lux) 4. Recover limit range: 10 to 2550Lux (0x01 to 0xFF). E.g. The default recover limit value is 100 Lux, when the measurement is less than (Upper limit - 100), the upper limit report would be enabled one time or when the measurement is more than (Lower limit + 100), the lower limit report would be enabled one time.</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="60" label="Set the recover limit value of Ultraviolet sensor" units="UV" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="1" max="5" value="2">
<Help>Note: 1. When the current measurement lower or equal (Upper limit - Recover limit), the upper limit report is enabled and then it would send out a sensor report when the next measurement is more than the upper limit. After that the upper limit report would be disabled again until the measurement lower or equal (Upper limit - Recover limit). 2. When the current measurement greater or equal (Lower limit + Recover limit), the lower limit report is enabled and then it would send out a sensor report when the next measurement is less than the lower limit. After that the lower limit report would be disabled again until the measurement greater or equal(Lower limit + Recover limit). 3. Recover limit range: 1 to 50% (0x01 to 0x32). E.g. The default recover limit value is 5%, when the measurement is less than (Upper limit - 5), the upper limit report would be enabled one time or when the measurement is more than (Lower limit + 5), the lower limit report would be enabled one time.</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="61" label="Get the out-of-limit state of the Sensors" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0">
<Help>Get the out-of-limit state of the Sensors. Bit mask = 0, within the limit. Bit mask = 1, out of the limit. Bit 0 = temperature. Bit 1 = humidity. Bit 2 = luminance. Bit 3 = ultraviolet. The above bit masks are used to indicate whether the current measurements of the Sensors are out of the lower limit. The below bit masks are used to indicate whether the current measurements of the Sensors are out of the upper limit. Bit 4 = temperature. Bit 5 = humidity. Bit 6 = luminance. Bit 7 = ultraviolet.</Help>
</Value>
<Value type="list" genre="config" instance="1" index="64" label="Temperature scale" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="1" max="2" vindex="0" size="1">
<Help>Default value: Celsius for EU/AU version, Fahrenheit for US version.</Help>
<Item label="Celsius" value="1" />
<Item label="Fahrenheit" value="2" />
</Value>
<Value type="list" genre="config" instance="1" index="81" label="LED blinking report" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="2" vindex="0" size="1">
<Help>Enable/disable the LED blinking for motion, wakeup, and sensor report.</Help>
<Item label="Enable LED blinking" value="0" />
<Item label="Disable LED blinking only when the PIR is triggered" value="1" />
<Item label="Completely disable LED for motion, wakeup, and sensor report" value="2" />
</Value>
<Value type="button" genre="config" instance="1" index="100" label="Reset Params 101-103 to Default" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" affects="101,102,103">
<Help>Reset The Reporting Group Configuration (101 to 103) to default</Help>
</Value>
<Value type="int" genre="config" instance="1" index="101" label="Group 1 Reports" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="241">
<Help>Which reports need to send automatically in timing intervals for group 1. Bitmask: 10000000 - 128 - Luminance 01000000 - 64 - Humidity 00100000 - 32 - Temperature 00010000 - 16 - Ultraviolet 00000001 - 1 - Battery 10100000 - 160 - Luminance and Temperature (32+128) 11110001 - 241 - All (1+16+32+64+128)</Help>
</Value>
<Value type="int" genre="config" instance="1" index="102" label="Group 2 Reports" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0">
<Help>Which reports need to send automatically in timing intervals for group 2. Bitmask: 10000000 - 128 - Luminance 01000000 - 64 - Humidity 00100000 - 32 - Temperature 00010000 - 16 - Ultraviolet 00000001 - 1 - Battery 10100000 - 160 - Luminance and Temperature (32+128) 11110001 - 241 - All (1+16+32+64+128)</Help>
</Value>
<Value type="int" genre="config" instance="1" index="103" label="Group 3 Reports" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0">
<Help>Which reports need to send automatically in timing intervals for group 3. Bitmask: 10000000 - 128 - Luminance 01000000 - 64 - Humidity 00100000 - 32 - Temperature 00010000 - 16 - Ultraviolet 00000001 - 1 - Battery 10100000 - 160 - Luminance and Temperature (32+128) 11110001 - 241 - All (1+16+32+64+128)</Help>
</Value>
<Value type="button" genre="config" instance="1" index="110" label="Reset Params 111-113 to Default" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" affects="111,112,113">
<Help>Reset The Reporting Group Interval Configuration (111 to 113) to default</Help>
</Value>
<Value type="int" genre="config" instance="1" index="111" label="Group 1 Interval" units="seconds" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="1" max="2678400" value="3600">
<Help>The interval for sending reports for group 1. The effective behavior of this setting depends on the device&apos;s power source: - If the device is on USB power, it will send the reports at the configured interval; set it to something low (~15-60 seconds) to get frequent updates from a powered device. - If the device is on battery, the sensor will never report in more often than its configured wake interval, regardless of what this setting is configured to; setting this to 3601 when the wake interval is 3600 would make this group report in every 7200 seconds. 240 seconds is the minimum wake interval, but will quickly use battery.</Help>
</Value>
<Value type="int" genre="config" instance="1" index="112" label="Group 2 Interval" units="seconds" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="1" max="2678400" value="3600">
<Help>The interval for sending reports for group 2. The effective behavior of this setting depends on the device&apos;s power source: - If the device is on USB power, it will send the reports at the configured interval; set it to something low (~15-60 seconds) to get frequent updates from a powered device. - If the device is on battery, the sensor will never report in more often than its configured wake interval, regardless of what this setting is configured to; setting this to 3601 when the wake interval is 3600 would make this group report in every 7200 seconds. 240 seconds is the minimum wake interval, but will quickly use battery.</Help>
</Value>
<Value type="int" genre="config" instance="1" index="113" label="Group 3 Interval" units="seconds" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="1" max="2678400" value="3600">
<Help>The interval for sending reports for group 3. The effective behavior of this setting depends on the device&apos;s power source: - If the device is on USB power, it will send the reports at the configured interval; set it to something low (~15-60 seconds) to get frequent updates from a powered device. - If the device is on battery, the sensor will never report in more often than its configured wake interval, regardless of what this setting is configured to; setting this to 3601 when the wake interval is 3600 would make this group report in every 7200 seconds. 240 seconds is the minimum wake interval, but will quickly use battery.</Help>
</Value>
<Value type="short" genre="config" instance="1" index="201" label="Temperature Calibration" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="1">
<Help>Temperature calibration (the available value range is [-128,127] or [-12.8C,12.7C]). Note: 1. High byte is the calibration value. Low byte is the unit (0x01=Celsius,0x02=Fahrenheit) 2. The calibration value (high byte) contains one decimal point. E.g. if the value is set to 20 (0x1401), the calibration value is 2.0C (EU/AU version) or if the value is set to 20 (0x1402), the calibration value is 2.0F (US version) 3. The calibration value (high byte) = standard value - measure value. E.g. If measure value =25.3C and the standard value = 23.2C, so the calibration value= 23.2C - 25.3C= -2.1C (0xEB). If the measure value =30.1C and the standard value = 33.2C, so the calibration value= 33.2C - 30.1C=3.1C (0x1F). Default value: 1 for EU/AU version, 2 for US version.</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="202" label="Humidity Calibration" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0">
<Help>The calibration value = standard value - measure value. (the available value range is [-50, 50]). If measure value =80RH and the standard value = 75RH, so the calibration value= 75RH-80RH = -5RH (0xFB). If the measure value =85RH and the standard value = 90RH, so the calibration value= 90RH-85RH = 5RH (0x05).</Help>
</Value>
<Value type="short" genre="config" instance="1" index="203" label="Luminance Calibration" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="65535" value="0">
<Help>The calibration value = standard value - measure value. (the available value range is [-1000, 1000]). If measure value =800Lux and the standard value = 750Lux, so the calibration value= 750-800 = -50 (0xFFCE). If the measure value =850Lux and the standard value = 900Lux, so the calibration value= 900-850 = 50 (0x0032).</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="204" label="Ultraviolet Calibration" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0">
<Help>The calibration value = standard value measure value. (the available value range is [-10, 10]). If measure value =9 and the standard value = 8, so the calibration value= 8-9 = -1 (0xFE). If the measure value =7 and the standard value = 9, so the calibration value= 9-7 = 2 (0x02).</Help>
</Value>
<Value type="list" genre="config" instance="1" index="252" label="Enable/disable Lock Configuration" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="1" vindex="0" size="1">
<Help>Enable/disable Lock Configuration</Help>
<Item label="Disable" value="0" />
<Item label="Enable" value="1" />
</Value>
<Value type="list" genre="config" instance="1" index="255" label="Reset To Factory Defaults" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="1" size="4">
<Help>Reset to factory defaults</Help>
<Item label="Reset to factory default setting" value="0" />
<Item label="Normal" value="1" />
<Item label="Reset to factory default setting and removed from the z-wave network" value="1431655765" />
</Value>
</CommandClass>
<CommandClass id="113" name="COMMAND_CLASS_ALARM" version="3" request_flags="2" getsupported="false" innif="true">
<Instance index="1" />
<Value type="byte" genre="user" instance="1" index="0" label="Alarm Type" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="byte" genre="user" instance="1" index="1" label="Alarm Level" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="byte" genre="user" instance="1" index="2" label="SourceNodeId" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="byte" genre="user" instance="1" index="10" label="Burglar" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
</CommandClass>
<CommandClass id="114" name="COMMAND_CLASS_MANUFACTURER_SPECIFIC" version="1" request_flags="4" innif="true">
<Instance index="1" />
</CommandClass>
<CommandClass id="115" name="COMMAND_CLASS_POWERLEVEL" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="list" genre="system" instance="1" index="0" label="Powerlevel" units="dB" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="0" size="1">
<Item label="Normal" value="0" />
<Item label="-1dB" value="1" />
<Item label="-2dB" value="2" />
<Item label="-3dB" value="3" />
<Item label="-4dB" value="4" />
<Item label="-5dB" value="5" />
<Item label="-6dB" value="6" />
<Item label="-7dB" value="7" />
<Item label="-8dB" value="8" />
<Item label="-9dB" value="9" />
</Value>
<Value type="byte" genre="system" instance="1" index="1" label="Timeout" units="seconds" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="button" genre="system" instance="1" index="2" label="Set Powerlevel" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="byte" genre="system" instance="1" index="3" label="Test Node" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="list" genre="system" instance="1" index="4" label="Test Powerlevel" units="dB" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="0" size="1">
<Item label="Normal" value="0" />
<Item label="-1dB" value="1" />
<Item label="-2dB" value="2" />
<Item label="-3dB" value="3" />
<Item label="-4dB" value="4" />
<Item label="-5dB" value="5" />
<Item label="-6dB" value="6" />
<Item label="-7dB" value="7" />
<Item label="-8dB" value="8" />
<Item label="-9dB" value="9" />
</Value>
<Value type="short" genre="system" instance="1" index="5" label="Frame Count" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="0" />
<Value type="button" genre="system" instance="1" index="6" label="Test" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="button" genre="system" instance="1" index="7" label="Report" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="list" genre="system" instance="1" index="8" label="Test Status" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="0" size="1">
<Item label="Failed" value="0" />
<Item label="Success" value="1" />
<Item label="In Progress" value="2" />
</Value>
<Value type="short" genre="system" instance="1" index="9" label="Acked Frames" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-32768" max="32767" value="0" />
</CommandClass>
<CommandClass id="128" name="COMMAND_CLASS_BATTERY" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="byte" genre="user" instance="1" index="0" label="Battery Level" units="%" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="100" />
</CommandClass>
<CommandClass id="132" name="COMMAND_CLASS_WAKE_UP" version="2" request_flags="2" innif="true">
<Instance index="1" />
<Value type="int" genre="system" instance="1" index="0" label="Wake-up Interval" units="Seconds" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="3600" />
<Value type="int" genre="system" instance="1" index="1" label="Minimum Wake-up Interval" units="Seconds" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="240" />
<Value type="int" genre="system" instance="1" index="2" label="Maximum Wake-up Interval" units="Seconds" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="3600" />
<Value type="int" genre="system" instance="1" index="3" label="Default Wake-up Interval" units="Seconds" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="3600" />
<Value type="int" genre="system" instance="1" index="4" label="Wake-up Interval Step" units="Seconds" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="60" />
</CommandClass>
<CommandClass id="133" name="COMMAND_CLASS_ASSOCIATION" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Associations num_groups="1">
<Group index="1" max_associations="5" label="LifeLine" auto="true">
<Node id="1" />
</Group>
</Associations>
</CommandClass>
<CommandClass id="134" name="COMMAND_CLASS_VERSION" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="string" genre="system" instance="1" index="0" label="Library Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="3" />
<Value type="string" genre="system" instance="1" index="1" label="Protocol Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="4.54" />
<Value type="string" genre="system" instance="1" index="2" label="Application Version" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="1.12" />
</CommandClass>
</CommandClasses>
</Node>
</Driver>
+2
View File
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" ?>
<Scenes xmlns="http://code.google.com/p/open-zwave/" version="1" />