Can't delete Zwave Binding module

Platform information:
Hardware: 2vCPU / 2 Go RAM
OS: Ubuntu 16.04.4 LTS (VM)
openjdk version “1.8.0_163”
OpenJDK Runtime Environment (Zulu 8.28.0.1-linux64) (build 1.8.0_163-b01)
OpenJDK 64-Bit Server VM (Zulu 8.28.0.1-linux64) (build 25.163-b01, mixed mode)
openHAB version: Version: 2.2.0-1

I’m trying to uninstall the actual Zwave Biding module because it seems to cause some Server error 500 (Paper UI) on OpenHAB to install the last version of the module.

When I’m trying to remove it, nothing happened. I need assistance on that.

Thank you.

https://docs.openhab.org/administration/console.html and https://docs.openhab.org/administration/bundles.html should get you there using the Karaf console.

I will check and get you back. Thank you.

Ok this is what I did and not resolved my issue.

  • Connect to the console and did :
  • bundle:list
  • bundle:stop 202 (zwave biding)

Actual status of the module :
202 │ Resolved │ 80 │ 2.2.0 │ ZWave Binding

After I did :

bundle:uninstall 202

In Paper UI , module still Installed and still not be Uninstalled.

Could you help me ? I spend more than 3 days just to bind a USB Zwave stick, UI is buggy , core service sketchy, I’m wondering if I choose the right solution.

Thank you.

Update this is what I did to “update” the Paper UI

sudo systemctl stop openhab2.service
sudo rm -r /var/lib/openhab2/tmp/
sudo rm -r /var/lib/openhab2/cache/
sudo systemctl start openhab2.service

Now I dont see the module installed anymore. Do you know why I had to to this in order to work ?

Thank you.