Started a fresh HA install on a Raspberry Pi 3B+ with USB SSD as boot. The controller I’m using is a RaZberry2 Controller 2016 ZWave+.
As it was a fresh installation, I thought it was time to switch to the new Open Zwave (beta) integration.
Problem: the Zwave controller isn’t starting, it removes driver for controller.
Prefered outcome: ZWave controller is running with the old network key.
I have read several posts on his forum (including Get OpenZWave Beta working) and youtube instructions.
Here’s what I’ve done:
- Installed Mosquitto Broker from Supervisor-Addon Store-Official Addons.
- Created a user for the broker.
- Installed MQTT integration from Configuration-Integrations.
- Started Mosquitto Broker. Log:
[20:47:05] INFO: Setup mosquitto configuration
[20:47:05] WARNING: SSL not enabled - No valid certs found!
[20:47:05] INFO: Found local users inside config
[20:47:05] INFO: Initialize Hass.io Add-on services
[20:47:05] INFO: Initialize Home Assistant discovery
[20:47:05] INFO: Start Mosquitto daemon
1608583625: mosquitto version 1.6.3 starting
1608583625: Config loaded from /etc/mosquitto.conf.
1608583625: Loading plugin: /usr/share/mosquitto/auth-plug.so
1608583625: |-- *** auth-plug: startup
1608583625: ├── Username/password checking enabled.
1608583625: ├── TLS-PSK checking enabled.
1608583625: └── Extended authentication not enabled.
1608583625: Opening ipv4 listen socket on port 1883.
1608583625: Opening ipv6 listen socket on port 1883.
1608583625: Opening websockets listen socket on port 1884.
1608583625: Warning: Mosquitto should not be run as root/administrator.
1608583649: New connection from 172.30.32.1 on port 1883.
[INFO] found homeassistant on local database
1608583650: New client connected from 172.30.32.1 as auto-30C53973-E986-0D3C-DDE3-50D81481037B (p2, c1, k60, u'homeassistant').
1608583650: Client auto-30C53973-E986-0D3C-DDE3-50D81481037B disconnected.
1608583650: New connection from 172.30.32.1 on port 1883.
1608583650: New client connected from 172.30.32.1 as 5gg44hsoGLi7Foyv4QYQn6 (p2, c1, k60, u'homeassistant').
1608584220: New connection from 172.30.33.1 on port 1883.
[INFO] found addons on local database
1608584221: New client connected from 172.30.33.1 as qt-openzwave-1 (p2, c1, k60, u'addons').
1608584226: Client qt-openzwave-1 disconnected.
- Installed the Open Z-Wave Daemon from this repository (https://github.com/marcelveldt/hassio-addons-repo).
- Added zwave_device: /dev/ttyAMA0 & copied my network key from my old secrets.yaml.
- Disabled 1983/tcp in it’s config.
- Started Open Z-Wave Daemon. Log:
[20201221 20:57:01.903 UTC] [ozw.mqtt.commands] [debug]: Creating Subscription for "testnetworknode"
[20201221 20:57:01.903 UTC] [ozw.mqtt.commands] [debug]: Subscription Setup for QMqttTopicFilter("OpenZWave/1/command/testnetworknode/")
[20201221 20:57:02.239 UTC] [ozw.library] [info]: Info - Node: 0 Queuing download for http://download.db.openzwave.com/images/shenzen_neo/ls03ch.jpg (Node 0)
[20201221 20:57:02.242 UTC] [ozw.library] [info]: Info - Node: 0 Missing Picture /data/images/shenzen_neo/ls03ch.jpg - Starting Download
[20201221 20:57:02.243 UTC] [ozw.library] [debug]: Debug - Node: 0 Download Starting for http://download.db.openzwave.com/images/shenzen_neo/ls03ch.jpg (/data/images/shenzen_neo/ls03ch.jpg)
[20201221 20:57:02.509 UTC] [ozw.library] [info]: Info - Node: 0 Queuing download for http://download.db.openzwave.com/images/abus/SHRM10000.jpg (Node 0)
[20201221 20:57:02.511 UTC] [ozw.library] [info]: Info - Node: 0 Missing Picture /data/images/abus/SHRM10000.jpg - Starting Download
[20201221 20:57:02.511 UTC] [ozw.library] [debug]: Debug - Node: 0 Download Starting for http://download.db.openzwave.com/images/abus/SHRM10000.jpg (/data/images/abus/SHRM10000.jpg)
[20201221 20:57:02.514 UTC] [ozw.library] [info]: Info - Node: 0 Queuing download for http://download.db.openzwave.com/images/ecodim/0.7.jpg (Node 0)
[20201221 20:57:02.516 UTC] [ozw.library] [info]: Info - Node: 0 Missing Picture /data/images/ecodim/0.7.jpg - Starting Download
[20201221 20:57:02.567 UTC] [ozw.library] [debug]: Debug - Node: 0 Downloads Remaining: 4
[20201221 20:57:02.568 UTC] [ozw.library] [info]: Info - Node: 0 Download Finished: /data/images/kwikset/916.jpg (Node: 0)
[20201221 20:57:02.568 UTC] [ozw.library] [debug]: Debug - Node: 0 Downloads Remaining: 3
[20201221 20:57:02.569 UTC] [ozw.library] [info]: Info - Node: 0 Download Finished: /data/images/shenzen_neo/ls03ch.jpg (Node: 0)
[20201221 20:57:02.569 UTC] [ozw.library] [debug]: Debug - Node: 0 Downloads Remaining: 2
[20201221 20:57:02.585 UTC] [ozw.library] [debug]: Debug - Node: 0 Download Starting for http://download.db.openzwave.com/images/ecodim/0.7.jpg (/data/images/ecodim/0.7.jpg)
[20201221 20:57:02.586 UTC] [ozw.library] [info]: Info - Node: 0 Download Finished: /data/images/abus/SHRM10000.jpg (Node: 0)
[20201221 20:57:02.587 UTC] [ozw.library] [debug]: Debug - Node: 0 Downloads Remaining: 1
[20201221 20:57:02.711 UTC] [ozw.library] [info]: Info - Node: 0 Download Finished: /data/images/ecodim/0.7.jpg (Node: 0)
[20201221 20:57:02.712 UTC] [ozw.library] [debug]: Debug - Node: 0 Downloads Remaining: 0
[20201221 20:57:02.713 UTC] [ozw.library] [info]: Info - Node: 0 ManufacturerSpecificDB Initialized
[20201221 20:57:02.715 UTC] [ozw.library] [debug]: Detail - Node: 0 Notification: ManufacturerSpecificDB Ready
[20201221 20:57:02.717 UTC] [ozw.notifications] [debug]: Notification pvt_manufacturerSpecificDBReady Thread: 0x73cbd010
[20201221 20:57:02.717 UTC] [ozw.mqtt.publisher] [debug]: Publishing Event manufacturerSpecificDBReady
[20201221 20:57:02.719 UTC] [ozw.library] [info]: Info - Node: 255 Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
[20201221 20:57:02.720 UTC] [ozw.library] [info]: Info - Node: 255 Encrypted Flag is 0
[20201221 20:57:02.721 UTC] [ozw.library] [debug]: Detail - Node: 255 Notification: DriverFailed: /dev/ttyAMA0
[20201221 20:57:02.722 UTC] [ozw.notifications] [debug]: Notification pvt_driverFailed 0 Thread: 0x73cbd010
[20201221 20:57:02.722 UTC] [ozw.mqtt.publisher] [debug]: Publishing Event stopped
[20201221 20:57:02.723 UTC] [ozw.mqtt.publisher] [debug]: Publishing Event driverFailed: 0
[20201221 20:57:02.723 UTC] [ozw.mqtt.publisher] [warning]: Exiting on Failure
[20201221 20:57:02.724 UTC] [ozw.library] [debug]: Detail - Node: 0 Notification: DriverRemoved
[20201221 20:57:02.725 UTC] [ozw.notifications] [debug]: Notification pvt_driverRemoved 0 Thread: 0x73cbd010
[20201221 20:57:02.725 UTC] [ozw.mqtt.publisher] [debug]: Publishing Event stopped
[20201221 20:57:02.725 UTC] [ozw.mqtt.publisher] [debug]: Publishing Event driverRemoved: 0
[20201221 20:57:02.726 UTC] [ozw.library] [debug]: Always - Node: 0 ***************************************************************************
[20201221 20:57:02.726 UTC] [ozw.library] [debug]: Always - Node: 0 ********************* Cumulative Network Statistics *********************
[20201221 20:57:02.726 UTC] [ozw.library] [debug]: Always - Node: 0 *** General
[20201221 20:57:02.726 UTC] [ozw.library] [debug]: Always - Node: 0 Driver run time: . . . 0 days, 0 hours, 0 minutes
[20201221 20:57:02.726 UTC] [ozw.library] [debug]: Always - Node: 0 Frames processed: . . . . . . . . . . . . . . . . . . . . 0
[20201221 20:57:02.726 UTC] [ozw.library] [debug]: Always - Node: 0 Total messages successfully received: . . . . . . . . . . 0
[20201221 20:57:02.727 UTC] [ozw.library] [debug]: Always - Node: 0 Total Messages successfully sent: . . . . . . . . . . . . 0
[20201221 20:57:02.727 UTC] [ozw.library] [debug]: Always - Node: 0 ACKs received from controller: . . . . . . . . . . . . . 0
[20201221 20:57:02.727 UTC] [ozw.library] [debug]: Always - Node: 0 *** Errors
[20201221 20:57:02.727 UTC] [ozw.library] [debug]: Always - Node: 0 Unsolicited messages received while waiting for ACK: . . 0
[20201221 20:57:02.727 UTC] [ozw.library] [debug]: Always - Node: 0 Reads aborted due to timeouts: . . . . . . . . . . . . . 0
[20201221 20:57:02.727 UTC] [ozw.library] [debug]: Always - Node: 0 Bad checksum errors: . . . . . . . . . . . . . . . . . . 0
[20201221 20:57:02.727 UTC] [ozw.library] [debug]: Always - Node: 0 CANs received from controller: . . . . . . . . . . . . . 0
[20201221 20:57:02.727 UTC] [ozw.library] [debug]: Always - Node: 0 NAKs received from controller: . . . . . . . . . . . . . 0
[20201221 20:57:02.727 UTC] [ozw.library] [debug]: Always - Node: 0 Out of frame data flow errors: . . . . . . . . . . . . . 0
[20201221 20:57:02.727 UTC] [ozw.library] [debug]: Always - Node: 0 Messages retransmitted: . . . . . . . . . . . . . . . . . 0
[20201221 20:57:02.727 UTC] [ozw.library] [debug]: Always - Node: 0 Messages dropped and not delivered: . . . . . . . . . . . 0
[20201221 20:57:02.728 UTC] [ozw.library] [debug]: Always - Node: 0 ***************************************************************************
[20201221 20:57:02.728 UTC] [ozw.library] [warning]: Warning - Node: 0 WARNING: Tried to write driver config with no home ID set
[20201221 20:57:02.729 UTC] [ozw.library] [info]: Info - Node: 0 Stopping DNSThread
[20201221 20:57:06.723 UTC] [ozw.library] [debug]: Detail - Node: 255 Removing current message
[20201221 20:57:06.723 UTC] [ozw.library] [info]: Info - Node: 0 HttpThread Exiting.
[20201221 20:57:06.725 UTC] [ozw.library] [info]: Info - Node: 0 mgr, Driver for controller /dev/ttyAMA0 removed
[20201221 20:57:06.725 UTC] [ozw.manager] [debug]: Driver Removed for "/dev/ttyAMA0"
[20201221 20:57:06.725 UTC] [ozw.manager] [debug]: OZW Serial Port Closed
[20201221 20:57:06.725 UTC] [ozw.daemon] [info]: Shutting Down "ozwdaemon" Version: "0.1.181"
[20201221 20:57:06.726 UTC] [ozw.daemon] [info]: OpenZWave Version: "1.6.1570"
[20201221 20:57:06.726 UTC] [ozw.daemon] [info]: QT-OpenZWave Version: "1.2.0"
[20201221 20:57:06.726 UTC] [ozw.daemon] [info]: QT Version: 5.12.9
[20201221 20:57:06.726 UTC] [ozw.daemon] [info]: Exit Reason: EXIT_OZWFAILED
[20201221 20:57:06.726 UTC] [ozw.daemon] [info]: Please consult log messages for specific error messages if any
2020-12-21 20:57:06,763 INFO exited: ozwdaemon (exit status 252; not expected)
- Installed the Openzwave (beta) addon from Supervisor-Addon Store-Official Addons.
- Used same zwave_device and network key as used in the Open Z-Wave Daemon in configuration.
- Added 1983 as owz-admin port in Network
- Started Add-on. Log:
[20201221 21:14:26.448 UTC] [ozw.mqtt.commands] [debug]: Creating Subscription for "syncronisenodeneighbors"
[20201221 21:14:26.448 UTC] [ozw.mqtt.commands] [debug]: Subscription Setup for QMqttTopicFilter("OpenZWave/1/command/syncronisenodeneighbors/")
[20201221 21:14:26.448 UTC] [ozw.mqtt.commands] [debug]: Creating Subscription for "testnetwork"
[20201221 21:14:26.448 UTC] [ozw.mqtt.commands] [debug]: Subscription Setup for QMqttTopicFilter("OpenZWave/1/command/testnetwork/")
[20201221 21:14:26.448 UTC] [ozw.mqtt.commands] [debug]: Creating Subscription for "testnetworknode"
[20201221 21:14:26.448 UTC] [ozw.mqtt.commands] [debug]: Subscription Setup for QMqttTopicFilter("OpenZWave/1/command/testnetworknode/")
[20201221 21:14:26.449 UTC] [ozw.mqtt.publisher] [debug]: Topics: "OpenZWave/1/status/"
[20201221 21:14:26.980 UTC] [ozw.library] [info]: Info - Node: 0 Download Finished: /data/ozw/config/manufacturer_specific.xml (Node: 0)
[20201221 21:14:27.051 UTC] [ozw.library] [info]: Info - Node: 0 Manufacturer_Specific.xml file Revision is 133
[20201221 21:14:27.108 UTC] [ozw.library] [info]: Info - Node: 0 Unable to load config file /data/ozw/config/2gig/ct200.xml
[20201221 21:14:27.109 UTC] [ozw.library] [info]: Info - Node: 0 Unable to load config file /data/ozw/config/2gig/ct200.xml
[21:14:27] INFO: Starting ozw-admin...
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
ozwadmin: Settings Path is at "/root/.config/OpenZWave/ozw-admin.conf"
ozwadmin: Checking "/data/ozw/config" for manufacturer_specific.xml
ozwadmin: Checking "/data/ozw/config" for options.xml
ozwadmin: DBPath: "/data/ozw/config/"
ozwadmin: userPath: "/data/ozw/config/"
ozwadmin: Settings Path: "/root/.config/OpenZWave/ozw-admin.conf"
ozwadmin: Using Saved Network Cache Size: 1000
QT_MESSAGE_PATTERN: %{backtrace} is not supported by this Qt build
[20201221 21:14:28.090 UTC] [ozwadmin] [info]: OZWCore Initilized QTOpenZwave(0xf1e9b0) QTOZWManager(0xf1f430)
[20201221 21:14:28.183 UTC] [default] [warning]: QVncServer created on port 5900
[20201221 21:14:28.449 UTC] [ozw.library] [info]: Info - Node: 0 Product name collision: SmartCode 910 type 1 id 1 manufacturerid 90, collides with Touchpad Electronic Deadbolt, type 1 id 1 manufacturerid 90
WebSocket server settings:
- Listen on :8099
- Web server. Web root: /usr/share/novnc
- No SSL/TLS support (no cert file)
- proxying from :8099 to 127.0.0.1:5900
[20201221 21:14:29.104 UTC] [ozw.library] [info]: Info - Node: 0 Unable to load config file /data/ozw/config/zooz/zen34.xml
[20201221 21:14:29.679 UTC] [ozw.library] [info]: Info - Node: 0 Queuing download for http://download.db.openzwave.com/images/kwikset/916.jpg (Node 0)
[20201221 21:14:29.681 UTC] [ozw.library] [info]: Info - Node: 0 Missing Picture /data/ozw/config/images/kwikset/916.jpg - Starting Download
[20201221 21:14:29.683 UTC] [ozw.library] [debug]: Debug - Node: 0 Download Starting for http://download.db.openzwave.com/images/kwikset/916.jpg (/data/ozw/config/images/kwikset/916.jpg)
[20201221 21:14:29.777 UTC] [ozw.library] [warning]: Warning - Node: 0 Config File for Vivint Element Thermostat does not exist - /data/ozw/config/2gig/ct200.xml
[20201221 21:14:29.777 UTC] [ozw.library] [info]: Info - Node: 0 Queuing download for http://download.db.openzwave.com/001d.c801.0098.xml (Node 0)
[20201221 21:14:29.778 UTC] [ozw.library] [debug]: Debug - Node: 0 Config file for Vivint Element Thermostat already queued
[20201221 21:14:29.803 UTC] [ozw.library] [debug]: Debug - Node: 0 Download Starting for http://download.db.openzwave.com/001d.c801.0098.xml (/data/ozw/config/2gig/ct200.xml)
[20201221 21:14:30.656 UTC] [ozw.library] [info]: Info - Node: 0 Queuing download for http://download.db.openzwave.com/images/shenzen_neo/ls03ch.jpg (Node 0)
[20201221 21:14:30.656 UTC] [ozw.library] [info]: Info - Node: 0 Missing Picture /data/ozw/config/images/shenzen_neo/ls03ch.jpg - Starting Download
[20201221 21:14:30.657 UTC] [ozw.library] [debug]: Debug - Node: 0 Download Starting for http://download.db.openzwave.com/images/shenzen_neo/ls03ch.jpg (/data/ozw/config/images/shenzen_neo/ls03ch.jpg)
[20201221 21:14:30.690 UTC] [ozw.library] [warning]: Warning - Node: 0 Config File for ZEN34 Remote Switch does not exist - /data/ozw/config/zooz/zen34.xml
[20201221 21:14:30.690 UTC] [ozw.library] [info]: Info - Node: 0 Queuing download for http://download.db.openzwave.com/f001.0004.027a.xml (Node 0)
[20201221 21:14:30.692 UTC] [ozw.library] [debug]: Debug - Node: 0 Download Starting for http://download.db.openzwave.com/f001.0004.027a.xml (/data/ozw/config/zooz/zen34.xml)
[20201221 21:14:30.892 UTC] [ozw.library] [info]: Info - Node: 0 Queuing download for http://download.db.openzwave.com/images/abus/SHRM10000.jpg (Node 0)
[20201221 21:14:30.893 UTC] [ozw.library] [info]: Info - Node: 0 Missing Picture /data/ozw/config/images/abus/SHRM10000.jpg - Starting Download
[20201221 21:14:30.894 UTC] [ozw.library] [debug]: Debug - Node: 0 Download Starting for http://download.db.openzwave.com/images/abus/SHRM10000.jpg (/data/ozw/config/images/abus/SHRM10000.jpg)
[20201221 21:14:30.895 UTC] [ozw.library] [info]: Info - Node: 0 Queuing download for http://download.db.openzwave.com/images/ecodim/0.7.jpg (Node 0)
[20201221 21:14:30.895 UTC] [ozw.library] [info]: Info - Node: 0 Missing Picture /data/ozw/config/images/ecodim/0.7.jpg - Starting Download
[20201221 21:14:30.936 UTC] [ozw.library] [debug]: Debug - Node: 0 Download Starting for http://download.db.openzwave.com/images/ecodim/0.7.jpg (/data/ozw/config/images/ecodim/0.7.jpg)
[20201221 21:14:30.947 UTC] [ozw.library] [debug]: Debug - Node: 0 Downloads Remaining: 6
[20201221 21:14:30.947 UTC] [ozw.library] [debug]: Debug - Node: 0 Downloads Remaining: 6
[20201221 21:14:30.947 UTC] [ozw.library] [info]: Info - Node: 0 Download Finished: /data/ozw/config/images/kwikset/916.jpg (Node: 0)
[20201221 21:14:30.947 UTC] [ozw.library] [debug]: Debug - Node: 0 Downloads Remaining: 5
[20201221 21:14:30.947 UTC] [ozw.library] [info]: Info - Node: 0 Download Finished: /data/ozw/config/2gig/ct200.xml (Node: 0)
[20201221 21:14:30.947 UTC] [ozw.library] [debug]: Debug - Node: 0 Downloads Remaining: 4
[20201221 21:14:30.947 UTC] [ozw.library] [info]: Info - Node: 0 Download Finished: /data/ozw/config/images/shenzen_neo/ls03ch.jpg (Node: 0)
[20201221 21:14:30.947 UTC] [ozw.library] [debug]: Debug - Node: 0 Downloads Remaining: 3
[20201221 21:14:30.948 UTC] [ozw.library] [info]: Info - Node: 0 Download Finished: /data/ozw/config/zooz/zen34.xml (Node: 0)
[20201221 21:14:30.948 UTC] [ozw.library] [debug]: Debug - Node: 0 Downloads Remaining: 2
[20201221 21:14:30.948 UTC] [ozw.library] [info]: Info - Node: 0 Download Finished: /data/ozw/config/images/abus/SHRM10000.jpg (Node: 0)
[20201221 21:14:30.948 UTC] [ozw.library] [debug]: Debug - Node: 0 Downloads Remaining: 1
[20201221 21:14:31.020 UTC] [ozw.library] [info]: Info - Node: 0 Download Finished: /data/ozw/config/images/ecodim/0.7.jpg (Node: 0)
[20201221 21:14:31.020 UTC] [ozw.library] [debug]: Debug - Node: 0 Downloads Remaining: 0
[20201221 21:14:31.020 UTC] [ozw.library] [info]: Info - Node: 0 ManufacturerSpecificDB Initialized
[20201221 21:14:31.020 UTC] [ozw.library] [debug]: Detail - Node: 0 Notification: ManufacturerSpecificDB Ready
[20201221 21:14:31.020 UTC] [ozw.library] [info]: Info - Node: 255 Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
[20201221 21:14:31.020 UTC] [ozw.library] [info]: Info - Node: 255 Encrypted Flag is 0
[20201221 21:14:31.021 UTC] [ozw.library] [debug]: Detail - Node: 255 Notification: DriverFailed: /dev/ttyAMA0
[20201221 21:14:31.021 UTC] [ozw.notifications] [debug]: Notification pvt_manufacturerSpecificDBReady Thread: 0x76f7c558
[20201221 21:14:31.021 UTC] [ozw.mqtt.publisher] [debug]: Publishing Event manufacturerSpecificDBReady
[20201221 21:14:31.021 UTC] [ozw.notifications] [debug]: Notification pvt_driverFailed 0 Thread: 0x76f7c558
[20201221 21:14:31.022 UTC] [ozw.mqtt.publisher] [debug]: Publishing Event stopped
[20201221 21:14:31.022 UTC] [ozw.mqtt.publisher] [debug]: Publishing Event driverFailed: 0
[20201221 21:14:31.022 UTC] [ozw.mqtt.publisher] [warning]: Exiting on Failure
[20201221 21:14:31.022 UTC] [ozw.library] [debug]: Detail - Node: 0 Notification: DriverRemoved
[20201221 21:14:31.022 UTC] [ozw.notifications] [debug]: Notification pvt_driverRemoved 0 Thread: 0x76f7c558
[20201221 21:14:31.022 UTC] [ozw.mqtt.publisher] [debug]: Publishing Event stopped
[20201221 21:14:31.023 UTC] [ozw.mqtt.publisher] [debug]: Publishing Event driverRemoved: 0
[20201221 21:14:31.023 UTC] [ozw.library] [debug]: Always - Node: 0 ***************************************************************************
[20201221 21:14:31.023 UTC] [ozw.library] [debug]: Always - Node: 0 ********************* Cumulative Network Statistics *********************
[20201221 21:14:31.023 UTC] [ozw.library] [debug]: Always - Node: 0 *** General
[20201221 21:14:31.023 UTC] [ozw.library] [debug]: Always - Node: 0 Driver run time: . . . 0 days, 0 hours, 0 minutes
[20201221 21:14:31.023 UTC] [ozw.library] [debug]: Always - Node: 0 Frames processed: . . . . . . . . . . . . . . . . . . . . 0
[20201221 21:14:31.024 UTC] [ozw.library] [debug]: Always - Node: 0 Total messages successfully received: . . . . . . . . . . 0
[20201221 21:14:31.024 UTC] [ozw.library] [debug]: Always - Node: 0 Total Messages successfully sent: . . . . . . . . . . . . 0
[20201221 21:14:31.024 UTC] [ozw.library] [debug]: Always - Node: 0 ACKs received from controller: . . . . . . . . . . . . . 0
[20201221 21:14:31.024 UTC] [ozw.library] [debug]: Always - Node: 0 *** Errors
[20201221 21:14:31.024 UTC] [ozw.library] [debug]: Always - Node: 0 Unsolicited messages received while waiting for ACK: . . 0
[20201221 21:14:31.024 UTC] [ozw.library] [debug]: Always - Node: 0 Reads aborted due to timeouts: . . . . . . . . . . . . . 0
[20201221 21:14:31.024 UTC] [ozw.library] [debug]: Always - Node: 0 Bad checksum errors: . . . . . . . . . . . . . . . . . . 0
[20201221 21:14:31.024 UTC] [ozw.library] [debug]: Always - Node: 0 CANs received from controller: . . . . . . . . . . . . . 0
[20201221 21:14:31.024 UTC] [ozw.library] [debug]: Always - Node: 0 NAKs received from controller: . . . . . . . . . . . . . 0
[20201221 21:14:31.024 UTC] [ozw.library] [debug]: Always - Node: 0 Out of frame data flow errors: . . . . . . . . . . . . . 0
[20201221 21:14:31.024 UTC] [ozw.library] [debug]: Always - Node: 0 Messages retransmitted: . . . . . . . . . . . . . . . . . 0
[20201221 21:14:31.024 UTC] [ozw.library] [debug]: Always - Node: 0 Messages dropped and not delivered: . . . . . . . . . . . 0
[20201221 21:14:31.025 UTC] [ozw.library] [debug]: Always - Node: 0 ***************************************************************************
[20201221 21:14:31.025 UTC] [ozw.library] [warning]: Warning - Node: 0 WARNING: Tried to write driver config with no home ID set
[20201221 21:14:31.026 UTC] [ozw.library] [info]: Info - Node: 0 Stopping DNSThread
[20201221 21:14:35.029 UTC] [ozw.library] [debug]: Detail - Node: 255 Removing current message
[20201221 21:14:41.020 UTC] [ozw.library] [info]: Info - Node: 0 HttpThread Exiting. No Transfers in timeout period
Eventhough the log isn’t promissing:
- Installed Open ZWave (beta) integration from Configuration-Integrations.
- Opened Open ZWave from Configuration-Integrations: OZWDaemon offline
What am I missing?
Thanks!