Zwave controller from old install doesn't see secure device, but listed in zwcfg file

Hi there, I had my configuration in docker, but for many reasons I had to switch out of linux as the host to Windows Hyper-V which means no com port/usb pass through. So I moved everything to a rasp pi and plugged in my usb zwave and installed hass.io.

Everything is working great except that zwave doesn’t see the secure door lick although it’s in the zwcfg file. I put the security key in the configuration.yaml file too, but no go and I can’t tell if it actually is using the network_key or not.

Here’s the setup:

zwave:
  usb_path: /dev/ttyACM0
  network_key: "0x74, 0x27, 0xC8, 0x53, 0x2A, 0x6B, 0xA4, 0x3C, 0x92, 0x72, 0xA4, 0x76, 0x17, 0xAC, 0x04, 0xE2"

(I’ve changed the key but the idea is the same.

Any ideas on how I can get this to recognize it? I’m “fine” (because it sucks getting these door locks to pair up with zwave) with re-paring it, but I’m not sure that it has a known network key in, and I want to make sure that I can recover without having to do this every time.

Thanks!