I’m trying to launch the OZWCP web application , but face some errors after run
sudo ./ozwcp -p 8888
I download Hassbian image and flash with Etcher on Raspberry pi3 and ran zwave installation script with Install OpenZWave (install_openzwave.sh). I have paired Fibaro motion sensor FGMS-001 V2.4 EU with Aeon Labs Z-stick gen5, but sensor is in sleeping (Probe).
Error, Cannot find a path to the configuration files at ./config/. Exiting…
Error, Exception: Options.cpp:91 - 1 - Cannot Find Configuration Files
Error: Options.cpp:91 - Cannot Find Configuration Files
PuTTY log file:
pi@hassbian:~ $ cd /srv/homeassistant/src/open-zwave-control-panel/
pi@hassbian:/srv/homeassistant/src/open-zwave-control-panel $ sudo ./ozwcp -p 8888
2017-05-02 10:07:07.102 Error, Cannot find a path to the configuration files at ./config/. Exiting...
2017-05-02 10:07:07.103 Error, Exception: Options.cpp:91 - 1 - Cannot Find Configuration Files
Error: Options.cpp:91 - Cannot Find Configuration Files
pi@hassbian:/srv/homeassistant/src/open-zwave-control-panel $ ls -la
total 2960
drwxr-xr-x 3 homeassistant homeassistant 4096 May 1 09:35 .
drwxr-xr-x 5 homeassistant homeassistant 4096 May 1 09:34 ..
lrwxrwxrwx 1 homeassistant homeassistant 81 May 1 09:35 config -> /srv/homeassistant/lib/python3.*/site-packages/libopenzwave-0.*-linux*.egg/config
-rw-r--r-- 1 homeassistant homeassistant 32661 May 1 09:34 cp.html
-rw-r--r-- 1 homeassistant homeassistant 72994 May 1 09:34 cp.js
drwxr-xr-x 8 homeassistant homeassistant 4096 May 1 09:34 .git
-rw-r--r-- 1 homeassistant homeassistant 16 May 1 09:34 .gitignore
-rw-r--r-- 1 homeassistant homeassistant 1670 May 1 09:34 LICENSE
-rw-r--r-- 1 homeassistant homeassistant 2413 May 1 09:34 Makefile
-rw-r--r-- 1 homeassistant homeassistant 1010 May 1 09:34 openzwavetinyicon.png
-rwxr-xr-x 1 homeassistant homeassistant 1703300 May 1 09:35 ozwcp
-rw-r--r-- 1 homeassistant homeassistant 27122 May 1 09:34 ozwcp.cpp
-rw-r--r-- 1 homeassistant homeassistant 4069 May 1 09:34 ozwcp.h
-rw-r--r-- 1 homeassistant homeassistant 4750 May 1 09:34 ozwcp.html
-rw-r--r-- 1 homeassistant homeassistant 675356 May 1 09:34 ozwcp.o
-rw-r--r-- 1 homeassistant homeassistant 2784 May 1 09:34 README
-rwxr-xr-x 1 homeassistant homeassistant 1029 May 1 09:34 test.sh
-rwxr-xr-x 1 homeassistant homeassistant 1005 May 1 09:34 testusb.sh
-rw-r--r-- 1 homeassistant homeassistant 213 May 1 09:34 TODO
-rw-r--r-- 1 homeassistant homeassistant 56768 May 1 09:34 webserver.cpp
-rw-r--r-- 1 homeassistant homeassistant 3952 May 1 09:34 webserver.h
-rw-r--r-- 1 homeassistant homeassistant 333456 May 1 09:35 webserver.o
-rw-r--r-- 1 homeassistant homeassistant 14541 May 1 09:34 zwavelib.cpp
-rw-r--r-- 1 homeassistant homeassistant 37432 May 1 09:35 zwavelib.o
OZW_Log.txt
2017-05-02 13:05:49.568 Always, OpenZwave Version 1.4.2508 Starting Up
2017-05-02 13:05:50.588 Info, Setting Up Provided Network Key for Secure Communications
2017-05-02 13:05:50.589 Warning, Failed - Network Key Not Set
2017-05-02 13:05:50.589 Info, mgr, Added driver for controller /dev/ttyACM0
2017-05-02 13:05:50.589 Info, Opening controller /dev/ttyACM0
2017-05-02 13:05:50.589 Info, Trying to open serial port /dev/ttyACM0 (attempt 1)
2017-05-02 13:05:50.591 Info, Serial port /dev/ttyACM0 opened (attempt 1)
2017-05-02 13:05:50.596 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2017-05-02 13:05:50.596 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2017-05-02 13:05:50.596 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2017-05-02 13:05:50.596 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2017-05-02 13:05:50.596 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2017-05-02 13:05:50.596 Detail,
2017-05-02 13:05:50.596 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2017-05-02 13:05:50.600 Detail, contrlr, Received: 0x01, 0x10, 0x01, 0x15, 0x5a, 0x2d, 0x57, 0x61, 0x76, 0x65, 0x20, 0x33, 0x2e, 0x39, 0x35, 0x00, 0x01, 0x99
2017-05-02 13:05:50.600 Detail,
2017-05-02 13:05:50.600 Info, contrlr, Received reply to FUNC_ID_ZW_GET_VERSION:
2017-05-02 13:05:50.600 Info, contrlr, Static Controller library, version Z-Wave 3.95
2017-05-02 13:05:50.600 Detail, Node045, Expected reply was received
2017-05-02 13:05:50.600 Detail, Node045, Message transaction complete
2017-05-02 13:05:50.601 Detail,
2017-05-02 13:05:50.601 Detail, contrlr, Removing current message
2017-05-02 13:05:50.601 Detail,
2017-05-02 13:05:50.601 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x20) - FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2017-05-02 13:05:50.603 Detail, contrlr, Received: 0x01, 0x08, 0x01, 0x20, 0xd1, 0x73, 0xc3, 0x33, 0x01, 0x85
2017-05-02 13:05:50.603 Detail,
2017-05-02 13:05:50.603 Info, contrlr, Received reply to FUNC_ID_ZW_MEMORY_GET_ID. Home ID = 0xd173c333. Our node ID = 1
2017-05-02 13:05:50.603 Detail, Node115, Expected reply was received
2017-05-02 13:05:50.603 Detail, Node115, Message transaction complete
2017-05-02 13:05:50.603 Detail,
2017-05-02 13:05:50.603 Detail, contrlr, Removing current message
2017-05-02 13:05:50.604 Detail,
2017-05-02 13:05:50.604 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x05) - FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2017-05-02 13:05:50.606 Detail, contrlr, Received: 0x01, 0x04, 0x01, 0x05, 0x08, 0xf7
2017-05-02 13:05:50.609 Detail,
2017-05-02 13:05:50.609 Info, contrlr, Received reply to FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES:
2017-05-02 13:05:50.609 Info, contrlr, There is no SUC ID Server (SIS) in this network.
2017-05-02 13:05:50.609 Info, contrlr, The PC controller is a primary controller.
2017-05-02 13:05:50.609 Detail, Node247, Expected reply was received
2017-05-02 13:05:50.609 Detail, Node247, Message transaction complete
2017-05-02 13:05:50.609 Detail,
2017-05-02 13:05:50.609 Detail, contrlr, Removing current message
2017-05-02 13:05:50.609 Detail,
2017-05-02 13:05:50.609 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x07) - FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2017-05-02 13:05:50.614 Detail, contrlr, Received: 0x01, 0x2b, 0x01, 0x07, 0x01, 0x00, 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, 0xfb
2017-05-02 13:05:50.614 Detail,
2017-05-02 13:05:50.614 Info, contrlr, Received reply to FUNC_ID_SERIAL_API_GET_CAPABILITIES
2017-05-02 13:05:50.614 Info, contrlr, Serial API Version: 1.0
2017-05-02 13:05:50.614 Info, contrlr, Manufacturer ID: 0x0086
2017-05-02 13:05:50.614 Info, contrlr, Product Type: 0x0001
2017-05-02 13:05:50.614 Info, contrlr, Product ID: 0x005a
2017-05-02 13:05:50.614 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_RANDOM: 0x01, 0x04, 0x00, 0x1c, 0x20, 0xc7
2017-05-02 13:05:50.614 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_INIT_DATA: 0x01, 0x03, 0x00, 0x02, 0xfe
2017-05-02 13:05:50.614 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_SET_TIMEOUTS: 0x01, 0x05, 0x00, 0x06, 0x64, 0x0f, 0x97
2017-05-02 13:05:50.614 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_APPL_NODE_INFORMATION: 0x01, 0x07, 0x00, 0x03, 0x01, 0x02, 0x01, 0x00, 0xf9
2017-05-02 13:05:50.615 Detail, Expected reply was received
2017-05-02 13:05:50.615 Detail, Message transaction complete
2017-05-02 13:05:50.615 Detail,
2017-05-02 13:05:50.615 Detail, contrlr, Removing current message
2017-05-02 13:05:50.615 Detail,
2017-05-02 13:05:50.615 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x56) - FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2017-05-02 13:05:50.617 Detail, contrlr, Received: 0x01, 0x04, 0x01, 0x56, 0x00, 0xac
2017-05-02 13:05:50.617 Detail,
2017-05-02 13:05:50.617 Info, contrlr, Received reply to GET_SUC_NODE_ID. Node ID = 0
2017-05-02 13:05:50.617 Info, Controller Does not Support SUC - Cannot Setup Controller as SUC Node
2017-05-02 13:05:50.617 Detail, Node172, Expected reply was received
2017-05-02 13:05:50.617 Detail, Node172, Message transaction complete
2017-05-02 13:05:50.617 Detail,
2017-05-02 13:05:50.617 Detail, contrlr, Removing current message
2017-05-02 13:05:50.617 Detail,
2017-05-02 13:05:50.617 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x1c) - FUNC_ID_ZW_GET_RANDOM: 0x01, 0x04, 0x00, 0x1c, 0x20, 0xc7
2017-05-02 13:05:50.672 Detail, contrlr, Received: 0x01, 0x25, 0x01, 0x1c, 0x01, 0x20, 0xc7, 0x72, 0x8e, 0xcb, 0x8d, 0x37, 0x8f, 0x2f, 0x13, 0x14, 0xb4, 0x48, 0x3c, 0x1a, 0xa6, 0xe2, 0x2d, 0x3f, 0x5f, 0x7f, 0x5f, 0x8b, 0x36, 0x15, 0x89, 0x01, 0xf9, 0xf5, 0x8e, 0x4d, 0x50, 0x6f, 0x28
2017-05-02 13:05:50.673 Detail,
2017-05-02 13:05:50.673 Info, contrlr, Received reply to FUNC_ID_ZW_GET_RANDOM: true
2017-05-02 13:05:50.673 Detail, Node032, Expected reply was received
2017-05-02 13:05:50.673 Detail, Node032, Message transaction complete
2017-05-02 13:05:50.673 Detail,
2017-05-02 13:05:50.673 Detail, contrlr, Removing current message
2017-05-02 13:05:50.673 Detail,
2017-05-02 13:05:50.673 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x02) - FUNC_ID_SERIAL_API_GET_INIT_DATA: 0x01, 0x03, 0x00, 0x02, 0xfe
2017-05-02 13:05:50.774 Detail, contrlr, Received: 0x01, 0x25, 0x01, 0x02, 0x05, 0x00, 0x1d, 0x03, 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, 0xc7
2017-05-02 13:05:50.775 Detail,
2017-05-02 13:05:50.775 Info, mgr, Driver with Home ID of 0xd173c333 is now ready.
2017-05-02 13:05:50.775 Info,
2017-05-02 13:05:50.786 Info, contrlr, Received reply to FUNC_ID_SERIAL_API_GET_INIT_DATA:
2017-05-02 13:05:50.789 Info, contrlr, Node 001 - Known
2017-05-02 13:05:50.789 Detail, Node001, AdvanceQueries queryPending=0 queryRetries=0 queryStage=CacheLoad live=1
2017-05-02 13:05:50.789 Detail, Node001, QueryStage_CacheLoad
2017-05-02 13:05:50.789 Info, Node001, Node Identity Codes: 0086:0001:005a
2017-05-02 13:05:50.789 Detail, Node001, QueryStage_Associations
2017-05-02 13:05:50.789 Detail, Node001, QueryStage_Neighbors
2017-05-02 13:05:50.789 Detail, contrlr, Requesting routing info (neighbor list) for Node 1
2017-05-02 13:05:50.789 Detail, Node001, Queuing (Command) Get Routing Info (Node=1): 0x01, 0x07, 0x00, 0x80, 0x01, 0x00, 0x00, 0x03, 0x7a
2017-05-02 13:05:50.789 Detail, Node001, Queuing (Query) Query Stage Complete (Neighbors)
2017-05-02 13:05:50.789 Info, contrlr, Node 002 - Known
2017-05-02 13:05:50.789 Detail, Node002, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Probe live=1
2017-05-02 13:05:50.789 Detail, Node002, QueryStage_Probe
2017-05-02 13:05:50.789 Info, Node002, NoOperation::Set - Routing=true
2017-05-02 13:05:50.789 Detail, Node002, Queuing (NoOp) NoOperation_Set (Node=2): 0x01, 0x09, 0x00, 0x13, 0x02, 0x02, 0x00, 0x00, 0x25, 0x0a, 0xca
2017-05-02 13:05:50.789 Detail, Node002, Queuing (Query) Query Stage Complete (Probe)
2017-05-02 13:05:50.790 Detail, Expected reply was received
2017-05-02 13:05:50.790 Detail, Message transaction complete
2017-05-02 13:05:50.790 Detail,
2017-05-02 13:05:50.790 Detail, contrlr, Removing current message
2017-05-02 13:05:50.790 Detail, Node001, Notification: DriverReady
2017-05-02 13:05:50.793 Detail, Node001, Notification: NodeAdded
2017-05-02 13:05:50.799 Detail, Node001, Notification: NodeProtocolInfo
2017-05-02 13:05:50.800 Detail, Node001, Notification: EssentialNodeQueriesComplete
2017-05-02 13:05:50.801 Detail, Node001, Notification: ValueAdded
2017-05-02 13:05:50.805 Detail, Node001, Notification: NodeNaming
2017-05-02 13:05:50.806 Detail, Node002, Notification: NodeAdded
2017-05-02 13:05:50.812 Detail, Node002, Notification: NodeProtocolInfo
2017-05-02 13:05:50.815 Detail, Node002, Notification: ValueAdded
2017-05-02 13:05:50.819 Info, Node002, DisablePoll failed - value not on list
2017-05-02 13:05:50.835 Detail, Node002, Notification: ValueAdded
2017-05-02 13:05:50.838 Detail,
2017-05-02 13:05:50.839 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x06) - FUNC_ID_SERIAL_API_SET_TIMEOUTS: 0x01, 0x05, 0x00, 0x06, 0x64, 0x0f, 0x97
2017-05-02 13:05:50.841 Detail, contrlr, Received: 0x01, 0x05, 0x01, 0x06, 0x96, 0x0f, 0x64
2017-05-02 13:05:50.841 Detail,
2017-05-02 13:05:50.841 Info, contrlr, Received reply to FUNC_ID_SERIAL_API_SET_TIMEOUTS
2017-05-02 13:05:50.841 Detail, Node015, Expected reply was received
2017-05-02 13:05:50.841 Detail, Node015, Message transaction complete
2017-05-02 13:05:50.841 Detail,
2017-05-02 13:05:50.841 Detail, contrlr, Removing current message
2017-05-02 13:05:50.842 Detail,
2017-05-02 13:05:50.842 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
2017-05-02 13:05:50.843 Detail, contrlr, Removing current message
2017-05-02 13:05:50.845 Detail,
2017-05-02 13:05:50.845 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
2017-05-02 13:05:50.850 Detail, Node001, Received: 0x01, 0x20, 0x01, 0x80, 0x02, 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, 0x5c
2017-05-02 13:05:50.850 Detail,
2017-05-02 13:05:50.850 Info, Node001, Received reply to FUNC_ID_ZW_GET_ROUTING_INFO
2017-05-02 13:05:50.850 Info, Node001, Neighbors of this node are:
2017-05-02 13:05:50.850 Info, Node001, Node 2
2017-05-02 13:05:50.850 Detail, Expected reply was received
2017-05-02 13:05:50.850 Detail, Message transaction complete
2017-05-02 13:05:50.850 Detail,
2017-05-02 13:05:50.850 Detail, Node001, Removing current message
2017-05-02 13:05:50.850 Detail,
2017-05-02 13:05:50.850 Info, Node002, Sending (NoOp) message (Callback ID=0x0a, Expected Reply=0x13) - NoOperation_Set (Node=2): 0x01, 0x09, 0x00, 0x13, 0x02, 0x02, 0x00, 0x00, 0x25, 0x0a, 0xca
2017-05-02 13:05:50.861 Detail, Node002, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2017-05-02 13:05:50.861 Detail, Node002, ZW_SEND_DATA delivered to Z-Wave stack
2017-05-02 13:05:54.994 Detail, Node002, Received: 0x01, 0x07, 0x00, 0x13, 0x0a, 0x01, 0x01, 0x9e, 0x7f
2017-05-02 13:05:54.994 Detail, Node002, ZW_SEND_DATA Request with callback ID 0x0a received (expected 0x0a)
2017-05-02 13:05:54.995 Info, Node002, WARNING: ZW_SEND_DATA failed. No ACK received - device may be asleep.
2017-05-02 13:05:54.995 Info, Node002, Node 2 has been marked as asleep
2017-05-02 13:05:54.995 Info, Node002, Node not responding - moving QueryStageComplete command to Wake-Up queue
2017-05-02 13:05:54.995 Detail, Node002, Notification: Notification - NoOperation
2017-05-02 13:05:54.997 Detail, Node002, Notification: Notification - Node Asleep
2017-05-02 13:05:54.999 Detail, Node001, Query Stage Complete (Neighbors)
2017-05-02 13:05:54.999 Detail, Node001, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Session live=1
2017-05-02 13:05:54.999 Detail, Node001, QueryStage_Session
2017-05-02 13:05:55.000 Detail, Node001, QueryStage_Dynamic
2017-05-02 13:05:55.000 Detail, Node001, QueryStage_Configuration
2017-05-02 13:05:55.000 Detail, Node001, QueryStage_Complete
2017-05-02 13:05:55.000 Warning, CheckCompletedNodeQueries m_allNodesQueried=0 m_awakeNodesQueried=0
2017-05-02 13:05:55.000 Warning, CheckCompletedNodeQueries all=0, deadFound=0 sleepingOnly=1
2017-05-02 13:05:55.000 Info, Node query processing complete except for sleeping nodes.
2017-05-02 13:05:55.000 Detail, Node001, Notification: NodeQueriesComplete
2017-05-02 13:05:55.002 Detail, contrlr, Notification: AwakeNodesQueried
zwcfg_0xd1xxxxxx.xml
<?xml version="1.0" encoding="utf-8" ?>
<Driver xmlns="http://code.google.com/p/open-zwave/" version="3" home_id="0xd1xxxxxx" node_id="1" api_capabilities="0" controller_capabilities="40" 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="Aeotec">
<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="2" name="" location="" basic="4" generic="32" specific="1" type="Routing Binary Sensor" 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" after_mark="true" mapping="48">
<Instance index="1" />
</CommandClass>
<CommandClass id="48" name="COMMAND_CLASS_SENSOR_BINARY" version="1">
<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" />
</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>
</Driver>
Thanks!