Zwave js update broke my configuration

Updated to latest version today 0.7.0 now it doesn’t work anymore. Add on won’t start complaining about not finding the device…

How do I rollback the add on? Is there some command?

                                    · DeleteReturnRoute (0x47)
                                    · RequestNodeNeighborUpdate (0x48)
                                    · ApplicationUpdateRequest (0x49)
                                    · AddNodeToNetwork (0x4a)
                                    · RemoveNodeFromNetwork (0x4b)
                                    · AddControllerAndAssignPrimary (0x4c)
                                    · AddPrimaryController (0x4d)
                                    · SetLearnMode (0x50)
                                    · AssignSUCReturnRoute (0x51)
                                    · RequestNetworkUpdate (0x53)
                                    · SetSUCNodeId (0x54)
                                    · DeleteSUCReturnRoute (0x55)
                                    · GetSUCNodeId (0x56)
                                    · SendSUCNodeId (0x57)
                                    · ExploreRequestInclusion (0x5e)
                                    · RequestNodeInfo (0x60)
                                    · RemoveFailedNode (0x61)
                                    · IsFailedNode (0x62)
                                    · ReplaceFailedNode (0x63)
                                    · UNKNOWN_FUNC_UNKNOWN_0x66 (0x66)
                                    · UNKNOWN_FUNC_UNKNOWN_0x67 (0x67)
                                    · GetRoutingInfo (0x80)
                                    · LockUnlockLastRoute (0x90)
                                    · GetPriorityRoute (0x92)
                                    · SetPriorityRoute (0x93)
                                    · UNKNOWN_FUNC_UNKNOWN_0x98 (0x98)
                                    · undefined (0xb4)
                                    · EnableWatchdog500 (0xb6)
                                    · DisableWatchdog500 (0xb7)
                                    · KickWatchdog500 (0xb8)
                                    · UNKNOWN_FUNC_UNKNOWN_0xB9 (0xb9)
                                    · UNKNOWN_FUNC_RF_POWERLEVEL_GET (0xba)
                                    · GetLibrary (0xbd)
                                    · SendTestFrame (0xbe)
                                    · GetProtocolStatus (0xbf)
                                    · StartWatchdog (0xd2)
                                    · StopWatchdog (0xd3)
                                    · SetMaximumRoutingAttempts (0xd4)
                                    · undefined (0xee)
                                    · undefined (0xef)
2024-09-12T16:34:28.694Z CNTRLR   querying additional controller information...
2024-09-12T16:34:28.802Z CNTRLR   received additional controller information:
                                    Z-Wave API version:         5 (legacy)
                                    Z-Wave chip type:           ZW050x
                                    node type                   Controller
                                    controller role:            primary
                                    controller is the SIS:      true
                                    controller supports timers: false
                                    Z-Wave Classic nodes:       1, 4, 6, 7, 18, 19, 21, 22, 29, 30, 31, 32, 33, 
                                  34, 35, 39, 40, 44, 84, 85, 86
2024-09-12T16:34:28.802Z CNTRLR   querying version info...
2024-09-12T16:34:28.824Z CNTRLR   Failed to execute controller command after 1/3 attempts. Scheduling next try i
                                  n 100 ms.
2024-09-12T16:34:28.826Z CNTRLR   [Node 040] is unknown - discarding received command...
2024-09-12T16:34:28.931Z CNTRLR   received version info:
                                    controller type: Static Controller
                                    library version: Z-Wave 3.95
2024-09-12T16:34:28.931Z CNTRLR   querying protocol version info...
2024-09-12T16:34:28.941Z CNTRLR   received protocol version info:
                                    protocol type:             Z-Wave
                                    protocol version:          3.95.0
2024-09-12T16:34:28.941Z CNTRLR   querying controller capabilities...
2024-09-12T16:34:28.951Z CNTRLR   received controller capabilities:
                                    controller role:      Inclusion
                                    is the SUC:           true
                                    started this network: true
                                    SIS is present:       true
                                    was real primary:     false
2024-09-12T16:34:28.952Z CNTRLR   supported Z-Wave features: 
2024-09-12T16:34:28.954Z CNTRLR   Performing soft reset...
2024-09-12T16:34:28.960Z CNTRLR   Waiting for the controller to reconnect...
2024-09-12T16:34:30.461Z CNTRLR   Re-opening serial port...
2024-09-12T16:34:39.475Z DRIVER   Failed to open the serial port: Error: No such file or directory, cannot open 
                                  /dev/ttyACM0
2024-09-12T16:34:39.475Z DRIVER   Failed to initialize the driver: ZWaveError: The Serial API did not respond af
                                  ter soft-reset (ZW0100)
                                      at Driver.softResetInternal (/usr/src/node_modules/zwave-js/src/lib/driver
                                  /Driver.ts:2900:11)
                                      at Driver.initializeControllerAndNodes (/usr/src/node_modules/zwave-js/src
                                  /lib/driver/Driver.ts:1539:5)
                                      at Immediate.<anonymous> (/usr/src/node_modules/zwave-js/src/lib/driver/Dr
                                  iver.ts:1322:5)
Error in driver ZWaveError: Failed to initialize the driver: ZWaveError: The Serial API did not respond after soft-reset (ZW0100)
    at Driver.softResetInternal (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:2900:11)
    at Driver.initializeControllerAndNodes (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1539:5)
    at Immediate.<anonymous> (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1322:5) (ZW0100)
    at Immediate.<anonymous> (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1342:6) {
  code: 100,
  context: undefined,
  transactionSource: undefined
}
Shutting down
[16:34:39] WARNING: Halt add-on
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

image

Okey, ending this thread and going here…