Openzwave Beta showing incorrect adapter?

Trying to do the Openzwave setup for my

couple devices. I looked at my “Sigma Designs” Z-wave USB I got months ago, and it says Nortek on it. I didn’t see that in the supported list, so I decided to buy a new one. I randomly picked GoControl, look on amazon…It says Nortek.
As such I assume this is the supported GoControl USB adapter, but it says Sigma Designs on it for some reason, which really confuses me.

I did have Z-wave setup previously, but my GoControl garage door opener wasn’t showing correctly- so I figured I needed the ozw setup. Now that I have it, everything looks the same as before even though I did a node refresh.

A working setup screenshot shows a good seven entities, but I only have two- A Basic and a Sensor- on my garage. The lock/Unlock button I have for my front door doesn’t seem to actually do anything, either, and the sensor seems to always show Locked.

Ultimately, I’m confused. I can’t control the door lock or the garage, and I’m not sure it’s running correctly.

Any ideas why the adapter would show up wrong? I’m running this all through docker on my own setup. HASS 0.115.6, and for ozw: OZWDaemon 0.1.170 (OpenZWave 1.6.1240)

It’s showing up fine.

In order to get your lock and GDO working you’ll need to make sure your Network Key is set and make sure you’ve included the devices securely, ie: ozw.add_node service with the data of { secure: True }

1 Like

Absolutely correct. I generated 16 bytes of hex, and set them as the network key, then used the devl tools > call service to add the nodes with secure: True, and everything works great now.

Thanks!

1 Like