openHAB-utils icon indicating copy to clipboard operation
openHAB-utils copied to clipboard

Timeout while uninstalling Z-Wave binding on OH3

Open mechalas opened this issue 3 years ago • 1 comments

I am unable to uninstall the Z-Wave binding on OH3 using this script. I get the following in my log file:

2021-04-04 16:06:24.093 [WARN ] [core.thing.internal.ThingManagerImpl] - Disposing handler for thing 'zwave:serial_zstick:a76e918228' takes more than 5000ms.
2021-04-04 16:06:30.914 [INFO ] [zwave.handler.ZWaveControllerHandler] - Attempting to add listener when controller is null
2021-04-04 16:06:36.005 [INFO ] [ve.internal.protocol.ZWaveController] - Starting ZWave controller
2021-04-04 16:06:36.006 [INFO ] [ve.internal.protocol.ZWaveController] - ZWave timeout is set to 5000ms. Soft reset is false.

mechalas avatar Apr 04 '21 23:04 mechalas

I dug through the script and tried to manually run the commands that this script is executing:

openhab> bundle:uninstall 'org.openhab.binding.zwave;' feature:install 'openhab-transport-serial;'
Error executing command: No matching bundles

mechalas avatar Apr 04 '21 23:04 mechalas