VCZ1 remote loses switching upon Z Wave JS restart

I have Bali (Spring Window Fashions) motorized shades. The CSZ1 remote to control the shades. I am able to add the remotes and create automations using Central Scene action on Endpoint 0 Scene 001. Everything works great.

Upon restarting HA or Z Wave JS, the remotes stop reporting, and give me

"Shade Remote Master fired Central Scene CC 'value notification' event for 'None': '0'"

The remote will not perform a reinterview and the only way to get it back working is to remove/add. The trigger under my automation reports “Unknown” after a restart.

Any suggestions would be appreciated?

Debug:

2022-12-10T00:13:42.221Z SERIAL « 0x010e00a8000142055b03ed000100bb10                                  (16 bytes)
2022-12-10T00:13:42.223Z SERIAL » [ACK]                                                                   (0x06)
2022-12-10T00:13:42.224Z DRIVER « [Node 066] [REQ] [BridgeApplicationCommand]
                                  │ RSSI: -69 dBm
                                  └─[CentralSceneCCNotification]
                                      sequence number: 237
                                      key attribute:   KeyPressed
                                      scene number:    1
2022-12-10T00:13:42.226Z CNTRLR   [Node 066] [!] [Central Scene] scene[001]: 0
2022-12-10T00:13:42.227Z CNTRLR « [Node 066] received CentralScene notification {
                                      "nodeId": 66,
                                      "ccId": "Central Scene",
                                      "ccCommand": "0x03",
                                      "payload": "0xed0001"
                                  }
2022-12-10T00:13:45.848Z SERIAL « 0x010e00a8000142055b03ee000200bb10                                  (16 bytes)
2022-12-10T00:13:45.849Z SERIAL » [ACK]                                                                   (0x06)
2022-12-10T00:13:45.850Z DRIVER « [Node 066] [REQ] [BridgeApplicationCommand]
                                  │ RSSI: -69 dBm
                                  └─[CentralSceneCCNotification]
                                      sequence number: 238
                                      key attribute:   KeyPressed
                                      scene number:    2
2022-12-10T00:13:45.851Z CNTRLR   [Node 066] [!] [Central Scene] scene[002]: 0
2022-12-10T00:13:45.852Z CNTRLR « [Node 066] received CentralScene notification {
                                      "nodeId": 66,
                                      "ccId": "Central Scene",
                                      "ccCommand": "0x03",
                                      "payload": "0xee0002"

But logbook on the device is not getting scene 1 or 2.

Moved from device to event and got everything working. Still not sure why the remote device info drops, but found the event on listener and was able to make it work.