I have installed and have been using HassIO for about a month now. I’m using an Aotec Gen5 USB ZStick, and I’ve been following the documentation for doing all of my setup so far. Everything is actually working perfectly.
My question is, is there a way to tell if a node is added securely from the UI? I have a network key in my configuration.yaml, I used the script in the documentation to create it. I have successfully added a node with the ‘Add Node Secure’ button and I’ve been using it for a week. I just can’t tell if it paired securely or not. Should I even be concerned with this? I was thinking maybe the ‘Add Node Secure’ button falls back to a non-secure add if the secure add fails.
The device is a FS20Z Isolated Contact Fixture Module, and I’m using it to control my garage door. Since it’s an entrance to my house, I want to make sure it’s secure. I will be getting a smart lock soon, and I want to make sure I properly pair that securely as well.
Just check my states page and there is no way to tell by looking at attributes.
I have a door lock which I added securely and there is no indication of security.
That answers that, thank you for the helpful links and info! I didn’t know about those zwave alliance pages for every zwave product, that’s very useful.
What threw me, I think, is that I saw something like “security beaming” on a product info page for it. I guess that means it’ll relay for a secure node, but it’s not secure itself.
The easiest way I’ve found to check if a z-wave device is secured or not is to download your zwcfg_xxxxx.xml file from your HA root directory and then inspect the device nodes.
If a device was added securely then its xml entry will include the line secured=“true”
For example, this GE Z-wave plus dimmer is “secured” because the first line of its xml node is:
However, my Eaton dimmer is not because its entry doesn’t have the secure=“true” entry; which makes sense because it isn’t z-wave plus which means the security is optional and it’s unlikely Eaton would have included it for a light switch.
If you’re on a windows machine and have access to your HA through Samba (mapped drive) - I’ve written a quick PowerShell script that can list it for you:
I’ve just added the manufacturer, based on your recommendation, but I just find it a good practice to add the device name to my zwcfg_.xml so that I don’t get lost over time. It also works best with the graph panel I am maintaining as a side project: