Failed to initialize the driver: ZWaveError

Thank you for your reply @marcus-j-davies and have solved the problem another way but as a side note i am getting this error message on occasion when i do a full deploy
Failed to initialize the driver: ZWaveError: The Serial API did not respond after soft-reset (ZW0100)
at Driver.softResetInternal (/home/pi400/.node-red/node_modules/zwave-js/src/lib/driver/Driver.ts:3566:11)
at Driver.initializeControllerAndNodes (/home/pi400/.node-red/node_modules/zwave-js/src/lib/driver/Driver.ts:2066:5)
at Immediate. (/home/pi400/.node-red/node_modules/zwave-js/src/lib/driver/Driver.ts:1760:5) (ZW0100)

If I redepoly it loads properly . is there anyway i can check the node has not loaded correctly? and redeploy progamattically? i will start a new thread for this issue if i am supposed to?
hopefully you can help as always :wink:

Hi @magicman,
On the configuration Node, disable (uncheck) Soft Reset - some controllers don’t like it enabled, I myself also disable it.

Marcus

Thank you for your response @marcus-j-davies and it worked perfectly as always!