I got a zwave usb stick and a door lock. Went through the whole setup documenation (really well done) to get the usb device recognized. Used domoticz to setup the lock on the zwave network. HA starts up and I now have a group.all_locks and lock.__locked_2_0. I think that means I’m good.
Problem is the lock doesn’t show up in the HA states UI. How do I go about adding it to the UI?
Or even simply test I can control it from HA?
ok. I figured it out. If you have custom views defined, any device not listed doesn’t show up.
I thought everything that wasn’t added to the extra views would just show up in the default view.
I commented out all my views in the config and a bunch of stuff showed up including the lock.
So the issue wasn’t the lock itself.