I do have one more switch. I guess I could try and install it to see if I get the same behavior.
configuration.yaml has this
zwave:
usb_path: /dev/ttyUSB0
network_key: “0xCD, 0xA7, 0x65, 0x21, 0x38, 0x92, 0x8C, 0x5B, 0x2D, 0x85, 0xCC, 0x57, 0xEB, 0x59, 0x35, 0x18”
I don’t think I need the network key, I generated it following the instructions here https://www.home-assistant.io/docs/z-wave/installation
I’ve tried both “add” and “add secure”
I don’t know if this means anything, but I restarted home assistant and I noticed it mentions several other nodes (45, 159, 215). Is that part of the normal initialization? Or is it indicating that there is communication on the Zwave net to another node?
2018-12-03 16:28:47.557 Always, OpenZwave Version 1.4.3254 Starting Up
2018-12-03 16:28:48.790 Info, Setting Up Provided Network Key for Secure Communications
2018-12-03 16:28:48.790 Warning, Failed - Network Key Not Set
2018-12-03 16:28:48.790 Info, mgr, Added driver for controller /dev/ttyUSB0
2018-12-03 16:28:48.790 Info, Opening controller /dev/ttyUSB0
2018-12-03 16:28:48.791 Info, Trying to open serial port /dev/ttyUSB0 (attempt 1)
2018-12-03 16:28:48.798 Info, Serial port /dev/ttyUSB0 opened (attempt 1)
2018-12-03 16:28:48.799 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2018-12-03 16:28:48.799 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2018-12-03 16:28:48.799 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2018-12-03 16:28:48.799 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2018-12-03 16:28:48.799 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2018-12-03 16:28:48.799 Detail,
2018-12-03 16:28:48.799 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2018-12-03 16:28:48.803 Detail, contrlr, Received: 0x01, 0x10, 0x01, 0x15, 0x5a, 0x2d, 0x57, 0x61, 0x76, 0x65, 0x20, 0x34, 0x2e, 0x30, 0x35, 0x00, 0x01, 0x97
2018-12-03 16:28:48.804 Detail,
2018-12-03 16:28:48.804 Info, contrlr, Received reply to FUNC_ID_ZW_GET_VERSION:
2018-12-03 16:28:48.804 Info, contrlr, Static Controller library, version Z-Wave 4.05
2018-12-03 16:28:48.804 Detail, Node045, Expected reply was received
2018-12-03 16:28:48.804 Detail, Node045, Message transaction complete
2018-12-03 16:28:48.804 Detail,
2018-12-03 16:28:48.804 Detail, contrlr, Removing current message
2018-12-03 16:28:48.804 Detail,
2018-12-03 16:28:48.804 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x20) - FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2018-12-03 16:28:48.807 Detail, contrlr, Received: 0x01, 0x08, 0x01, 0x20, 0xe4, 0x9f, 0xc3, 0x28, 0x01, 0x47
2018-12-03 16:28:48.807 Detail,
2018-12-03 16:28:48.807 Info, contrlr, Received reply to FUNC_ID_ZW_MEMORY_GET_ID. Home ID = 0xe49fc328. Our node ID = 1
2018-12-03 16:28:48.807 Detail, Node159, Expected reply was received
2018-12-03 16:28:48.807 Detail, Node159, Message transaction complete
2018-12-03 16:28:48.807 Detail,
2018-12-03 16:28:48.807 Detail, contrlr, Removing current message
2018-12-03 16:28:48.808 Detail,
2018-12-03 16:28:48.808 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x05) - FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2018-12-03 16:28:48.810 Detail, contrlr, Received: 0x01, 0x04, 0x01, 0x05, 0x28, 0xd7
2018-12-03 16:28:48.810 Detail,
2018-12-03 16:28:48.810 Info, contrlr, Received reply to FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES:
2018-12-03 16:28:48.810 Info, contrlr, There is no SUC ID Server (SIS) in this network.
2018-12-03 16:28:48.810 Info, contrlr, The PC controller is a primary controller.
2018-12-03 16:28:48.810 Detail, Node215, Expected reply was received
2018-12-03 16:28:48.810 Detail, Node215, Message transaction complete
2018-12-03 16:28:48.811 Detail,
2018-12-03 16:28:48.811 Detail, contrlr, Removing current message
2018-12-03 16:28:48.811 Detail,
2018-12-03 16:28:48.811 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x07) - FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2018-12-03 16:28:48.816 Detail, contrlr, Received: 0x01, 0x2b, 0x01, 0x07, 0x04, 0x20, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0xfe, 0x81, 0xff, 0x88, 0xcf, 0x1f, 0x00, 0x00, 0xfb, 0x9f, 0x7d, 0xa0, 0x67, 0x00, 0x80, 0x80, 0x00, 0x80, 0x86, 0x00, 0x00, 0x00, 0xe8, 0x73, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x60, 0x00, 0x00, 0x03
2018-12-03 16:28:48.816 Detail,
2018-12-03 16:28:48.816 Info, contrlr, Received reply to FUNC_ID_SERIAL_API_GET_CAPABILITIES
2018-12-03 16:28:48.817 Info, contrlr, Serial API Version: 4.32
2018-12-03 16:28:48.817 Info, contrlr, Manufacturer ID: 0x0000
2018-12-03 16:28:48.817 Info, contrlr, Product Type: 0x0001
2018-12-03 16:28:48.817 Info, contrlr, Product ID: 0x0001
2018-12-03 16:28:48.817 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_RANDOM: 0x01, 0x04, 0x00, 0x1c, 0x20, 0xc7
2018-12-03 16:28:48.817 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_INIT_DATA: 0x01, 0x03, 0x00, 0x02, 0xfe
2018-12-03 16:28:48.817 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_SET_TIMEOUTS: 0x01, 0x05, 0x00, 0x06, 0x64, 0x0f, 0x97
2018-12-03 16:28:48.817 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_APPL_NODE_INFORMATION: 0x01, 0x07, 0x00, 0x03, 0x01, 0x02, 0x01, 0x00, 0xf9
2018-12-03 16:28:48.817 Detail, Node032, Expected reply was received
2018-12-03 16:28:48.817 Detail, Node032, Message transaction complete
2018-12-03 16:28:48.817 Detail,
2018-12-03 16:28:48.817 Detail, contrlr, Removing current message
2018-12-03 16:28:48.817 Detail,
2018-12-03 16:28:48.817 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x56) - FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2018-12-03 16:28:48.819 Detail, contrlr, Received: 0x01, 0x04, 0x01, 0x56, 0x00, 0xac
2018-12-03 16:28:48.819 Detail,
2018-12-03 16:28:48.819 Info, contrlr, Received reply to GET_SUC_NODE_ID. Node ID = 0
2018-12-03 16:28:48.820 Info, Controller Does not Support SUC - Cannot Setup Controller as SUC Node
2018-12-03 16:28:48.820 Detail, Node172, Expected reply was received
2018-12-03 16:28:48.820 Detail, Node172, Message transaction complete
2018-12-03 16:28:48.820 Detail,
2018-12-03 16:28:48.820 Detail, contrlr, Removing current message
2018-12-03 16:28:48.820 Detail,
2018-12-03 16:28:48.820 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x1c) - FUNC_ID_ZW_GET_RANDOM: 0x01, 0x04, 0x00, 0x1c, 0x20, 0xc7
2018-12-03 16:28:48.874 Detail, contrlr, Received: 0x01, 0x25, 0x01, 0x1c, 0x01, 0x20, 0x09, 0x65, 0x65, 0x75, 0x85, 0x5f, 0xca, 0x39, 0x6c, 0xc2, 0x81, 0x95, 0x69, 0x07, 0x8c, 0x1f, 0x69, 0x72, 0x6d, 0x55, 0xde, 0x21, 0x15, 0xd6, 0x91, 0xcc, 0xe0, 0xbc, 0x15, 0x7d, 0xa6, 0x6d, 0x49
2018-12-03 16:28:48.875 Detail,
2018-12-03 16:28:48.875 Info, contrlr, Received reply to FUNC_ID_ZW_GET_RANDOM: true
2018-12-03 16:28:48.875 Detail, Node032, Expected reply was received
2018-12-03 16:28:48.875 Detail, Node032, Message transaction complete
2018-12-03 16:28:48.875 Detail,
2018-12-03 16:28:48.875 Detail, contrlr, Removing current message
2018-12-03 16:28:48.875 Detail,
2018-12-03 16:28:48.875 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x02) - FUNC_ID_SERIAL_API_GET_INIT_DATA: 0x01, 0x03, 0x00, 0x02, 0xfe
2018-12-03 16:28:48.931 Detail, contrlr, Received: 0x01, 0x25, 0x01, 0x02, 0x05, 0x00, 0x1d, 0x01, 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, 0xc5
2018-12-03 16:28:48.932 Detail,
2018-12-03 16:28:48.932 Info, mgr, Driver with Home ID of 0xe49fc328 is now ready.
2018-12-03 16:28:48.932 Info,
2018-12-03 16:28:48.932 Info, contrlr, Received reply to FUNC_ID_SERIAL_API_GET_INIT_DATA:
2018-12-03 16:28:48.932 Info, contrlr, Node 001 - Known
2018-12-03 16:28:48.932 Detail, Node001, AdvanceQueries queryPending=0 queryRetries=0 queryStage=CacheLoad live=1
2018-12-03 16:28:48.932 Detail, Node001, QueryStage_CacheLoad
2018-12-03 16:28:48.933 Info, Node001, Node Identity Codes: 0000:0001:0001
2018-12-03 16:28:48.933 Detail, Node001, QueryStage_Associations
2018-12-03 16:28:48.933 Detail, Node001, QueryStage_Neighbors
2018-12-03 16:28:48.933 Detail, contrlr, Requesting routing info (neighbor list) for Node 1
2018-12-03 16:28:48.933 Detail, Node001, Queuing (Command) Get Routing Info (Node=1): 0x01, 0x07, 0x00, 0x80, 0x01, 0x00, 0x00, 0x03, 0x7a
2018-12-03 16:28:48.933 Detail, Node001, Queuing (Query) Query Stage Complete (Neighbors)
2018-12-03 16:28:48.933 Detail, Expected reply was received
2018-12-03 16:28:48.933 Detail, Message transaction complete
2018-12-03 16:28:48.933 Detail,
2018-12-03 16:28:48.933 Detail, contrlr, Removing current message
2018-12-03 16:28:48.933 Detail, Node001, Notification: DriverReady
2018-12-03 16:28:48.936 Detail, Node001, Notification: NodeAdded
2018-12-03 16:28:48.940 Detail, Node001, Notification: NodeProtocolInfo
2018-12-03 16:28:48.941 Detail, Node001, Notification: EssentialNodeQueriesComplete
2018-12-03 16:28:48.942 Detail, Node001, Notification: ValueAdded
2018-12-03 16:28:48.942 Detail,
2018-12-03 16:28:48.942 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x06) - FUNC_ID_SERIAL_API_SET_TIMEOUTS: 0x01, 0x05, 0x00, 0x06, 0x64, 0x0f, 0x97
2018-12-03 16:28:48.945 Detail, contrlr, Received: 0x01, 0x05, 0x01, 0x06, 0x96, 0x0f, 0x64
2018-12-03 16:28:48.945 Detail,
2018-12-03 16:28:48.945 Info, contrlr, Received reply to FUNC_ID_SERIAL_API_SET_TIMEOUTS
2018-12-03 16:28:48.946 Detail, Node015, Expected reply was received
2018-12-03 16:28:48.946 Detail, Node015, Message transaction complete
2018-12-03 16:28:48.946 Detail,
2018-12-03 16:28:48.946 Detail, contrlr, Removing current message
2018-12-03 16:28:48.946 Detail,
2018-12-03 16:28:48.946 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
2018-12-03 16:28:48.948 Detail, contrlr, Removing current message
2018-12-03 16:28:48.948 Detail,
2018-12-03 16:28:48.948 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
2018-12-03 16:28:48.955 Detail, Node001, Received: 0x01, 0x20, 0x01, 0x80, 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, 0x00, 0x5e
2018-12-03 16:28:48.955 Detail,
2018-12-03 16:28:48.955 Info, Node001, Received reply to FUNC_ID_ZW_GET_ROUTING_INFO
2018-12-03 16:28:48.955 Info, Node001, Neighbors of this node are:
2018-12-03 16:28:48.955 Info, Node001, (none reported)
2018-12-03 16:28:48.955 Detail, Expected reply was received
2018-12-03 16:28:48.955 Detail, Message transaction complete
2018-12-03 16:28:48.955 Detail,
2018-12-03 16:28:48.955 Detail, Node001, Removing current message
2018-12-03 16:28:48.955 Detail, Node001, Query Stage Complete (Neighbors)
2018-12-03 16:28:48.955 Detail, Node001, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Session live=1
2018-12-03 16:28:48.955 Detail, Node001, QueryStage_Session
2018-12-03 16:28:48.956 Detail, Node001, QueryStage_Dynamic
2018-12-03 16:28:48.956 Detail, Node001, QueryStage_Configuration
2018-12-03 16:28:48.956 Detail, Node001, QueryStage_Complete
2018-12-03 16:28:48.956 Warning, CheckCompletedNodeQueries m_allNodesQueried=0 m_awakeNodesQueried=0
2018-12-03 16:28:48.956 Warning, CheckCompletedNodeQueries all=1, deadFound=0 sleepingOnly=1
2018-12-03 16:28:48.956 Info, Node query processing complete.
2018-12-03 16:28:48.956 Detail, Node001, Notification: NodeQueriesComplete
2018-12-03 16:28:48.957 Detail, contrlr, Notification: AllNodesQueried