Zwave Issue after moving to new Raspberry Pi?

I moved my HA to a new raspberry Pi via snapshot. Everything has been working fine except for the Schlage Zwave lock. If I manually lock the door, it updates in HA. But if I try to lock from HA, I get a “presumed dead” error in the OZW log:

2021-03-28 16:05:44.244 Info, Node013, Value::Set - COMMAND_CLASS_DOOR_LOCK - Locked - 0 - 1 - False
2021-03-28 16:05:44.244 Info, Node013, Value_Lock::Set - Requesting lock to be Unlocked
2021-03-28 16:05:44.244 Detail, Node013, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_DOOR_LOCK
2021-03-28 16:05:44.244 Detail, Node013, Queuing (Send) DoorLockCmd_Set (Node=13): 0x01, 0x0a, 0x00, 0x13, 0x0d, 0x03, 0x62, 0x01, 0x00, 0x25, 0x3f, 0x91
2021-03-28 16:05:44.245 Detail, Node013, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_DOOR_LOCK
2021-03-28 16:05:44.245 Detail, Node013, Queuing (Send) DoorLockCmd_Get (Node=13): 0x01, 0x09, 0x00, 0x13, 0x0d, 0x02, 0x62, 0x02, 0x25, 0x40, 0xef
2021-03-28 16:05:44.245 Error, Node013, ERROR: Dropping command because node is presumed dead
2021-03-28 16:05:44.245 Detail, Node013, Removing current message
2021-03-28 16:05:44.245 Error, Node013, ERROR: Dropping command because node is presumed dead
2021-03-28 16:05:44.245 Detail, Node013, Removing current message

Did moving it to a new Pi break the security feature of the lock? (I previously did the “add secure” with a network key method on the old Pi) Does the “Secure Node” keep a record of the IP address of the Raspberry Pi?