I did try a test on using Open Zwave instead of normal Z-wave.
I used the try method mentiond in: How to test the OZW Beta without fully switching over
I didn’t get it running
I do run a MQTT broker separate from HA in a Docker, so I installed in the config.yaml:
mqtt:
broker: my IP
username: my username
password: my password.
restarted HA
I stopped the current running Z-Wave.
Installed Open Zwave and configured it with my dongle USb path by serial-id and Network key i used with the standard zwave integration
That went wrong because I did use in the past the standard network key (not smart). Open Zwave give an error on that! (It is not allowed to use the standard network key)
So I did make a new key
Started the open Zwave addon
After that I did + the open zwave at integrations.
It did say that the integration succeeded
Then I opened the webui.
The webui is opening but I do see a grey window with grayed out headers, so I can not do anything.
In the open Zwave log I do see zwave node coming in, so it looks like something is happening with the open zwave???
What am I doing wrong?
Is it because of a different network key?
Or Do I need to do something different?
part of the open zwave log:
[20200817 19:51:31.123 CEST] [ozw.library] [debug]: Detail - Node: 7 Notification: Notification - Node Asleep
[20200817 19:51:31.123 CEST] [ozw.library] [info]: Info - Node: 8 Sending (Query) message (Callback ID=0x22, Expected Reply=0x04) - ZWavePlusInfoCmd_Get (Node=8): 0x01, 0x09, 0x00, 0x13, 0x08, 0x02, 0x5e, 0x01, 0x25, 0x22, 0xb7
[20200817 19:51:31.123 CEST] [ozw.notifications] [debug]: Notification pvt_ozwNotification NotificationTypes::Notification_Code_NodeAsleep Thread: 0x7fcde21f8d48
[20200817 19:51:31.124 CEST] [ozw.mqtt.publisher] [debug]: Publishing Event ozwNotification
[20200817 19:51:31.124 CEST] [ozw.library] [info]: Info - Node: 8 Encrypted Flag is 0
[20200817 19:51:31.135 CEST] [ozw.library] [debug]: Detail - Node: 8 Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
[20200817 19:51:31.135 CEST] [ozw.library] [debug]: Detail - Node: 8 ZW_SEND_DATA delivered to Z-Wave stack
[20200817 19:51:31.151 CEST] [ozw.library] [debug]: Detail - Node: 8 Received: 0x01, 0x07, 0x00, 0x13, 0x22, 0x00, 0x00, 0x02, 0xcb
[20200817 19:51:31.151 CEST] [ozw.library] [debug]: Detail - Node: 8 ZW_SEND_DATA Request with callback ID 0x22 received (expected 0x22)
[20200817 19:51:31.152 CEST] [ozw.library] [info]: Info - Node: 8 Request RTT 27 Average Request RTT 27
[20200817 19:51:31.152 CEST] [ozw.library] [debug]: Detail - Node: 8 Expected callbackId was received
[20200817 19:51:31.162 CEST] [ozw.library] [debug]: Detail - Node: 8 Received: 0x01, 0x0f, 0x00, 0x04, 0x00, 0x08, 0x09, 0x5e, 0x02, 0x01, 0x05, 0x00, 0x07, 0x00, 0x07, 0x00, 0xad
[20200817 19:51:31.163 CEST] [ozw.library] [info]: Info - Node: 8 Response RTT 38 Average Response RTT 38
[20200817 19:51:31.163 CEST] [ozw.library] [info]: Info - Node: 8 ZW+ Info - Version 1, Role 5, NodeType 0, InstallerIcon 1792, deviceType 1792
[20200817 19:51:31.164 CEST] [ozw.library] [info]: Info - Node: 8 ZWave+ Info Received from Node 8
[20200817 19:51:31.164 CEST] [ozw.library] [info]: Info - Node: 8 Zwave+ Node Type (0x00) - Z-Wave+ node. Mandatory Command Classes:
[20200817 19:51:31.164 CEST] [ozw.library] [info]: Info - Node: 8 NONE
[20200817 19:51:31.164 CEST] [ozw.library] [info]: Info - Node: 8 Zwave+ Device Type (0x0700) - On/Off Power Switch. Mandatory Command Classes:
[20200817 19:51:31.165 CEST] [ozw.library] [info]: Info - Node: 8 COMMAND_CLASS_DEVICE_RESET_LOCALLY
[20200817 19:51:31.165 CEST] [ozw.library] [info]: Info - Node: 8 COMMAND_CLASS_ZWAVEPLUS_INFO
[20200817 19:51:31.165 CEST] [ozw.library] [info]: Info - Node: 8 0x59 (Not Supported)
screenshot webui: