Problems (Z-Wave) with #1134 Snapshot

This post helped me a lot

This is what I did:

  • removed the content of /tmp/ and /cache/ in openhab2-userdata
  • Removed zwave binding from services/addons.cfg - if you installed it through Paper UI, uninstall it same way
  • Removed old Things and XMLs
  • logged into Karaf console (ssh openhab@localhost -p 8101)
  • bundle:install http://www.cd-jackson.com/downloads/openhab2/org.openhab.binding.zwave-2.2.0-SNAPSHOT.jar
  • bundle:list | grep Z to see what’s the ID of our new bundle
  • bundle:start 265

Now everything is back to normal.

1 Like