ZWave bundle installed twice with different versions

Hi all,

as it has happened now for the the second time and I don’t know why I’d like to ask if this is a known issue or how I can prevent that. I’ running the following setup:

  • openHAB 2.5.11 Release Build
  • Raspberry 4
  • Openhabian OS
  • Sigma Designs Controller Z-Wave Plus USB-Dongle

Both times it started with the situation that I couldn’t access the configuration of my Z-Wave devices anymore, the menu topic just didn’t appear, neither in Habmin, nor in Paper UI. After some research if found that I had suddenly two Z-Wave bundles installed (not initiated by me):

openhab> bundle:list | grep Add-on
229 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Airquality Binding
230 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Amazon Echo Control Binding
231 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: CoronaStats Binding
232 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Denon / Marantz Binding
233 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: DwdUnwetter Binding
234 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: EnOcean Binding
235 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Exec Binding
236 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Feed Binding
239 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Log Reader Binding
240 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Network Binding
241 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: OpenWeatherMap Binding
244 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: SqueezeBox Binding
246 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: ZigBee Binding
247 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: ZigBee CC2531 Bridge
248 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: ZigBee Console
249 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: ZigBee Console Ember
250 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: ZigBee Ember Bridge
251 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: ZigBee Telegesis Bridge
252 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: ZigBee XBee Bridge
263 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Extension Service :: Eclipse IoT Marketplace
265 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: IO :: Java Sound Support
266 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: IO :: openHAB Cloud Connector
267 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: IO :: Web Audio Support
270 │ Active │ 75 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Transformation Service :: JavaScript
271 │ Active │ 75 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Transformation Service :: JSonPath
272 │ Active │ 75 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Transformation Service :: Map
273 │ Active │ 75 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Transformation Service :: RegEx
274 │ Active │ 75 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Transformation Service :: Scale
275 │ Active │ 75 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Transformation Service :: XPath
276 │ Active │ 75 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Transformation Service :: Xslt
282 │ Active │ 80 │ 1.0.0 │ openHAB Add-ons :: Bundles :: FlicButton Binding
285 │ Active │ 80 │ 2.5.12.202012180333 │ openHAB Add-ons :: Bundles :: ZWave Binding
288 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: MagentaTV Binding
289 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: ZWave Binding

So what I did was stoping and uninstalling the older version.

openhab> bundle:stop 289
openhab> bundle:uninstall 289

I have installed the newer version recently because of some other issues. This was done manually.
After getting rid of the older bundle everything was fine again, Z-Wave device configuration was back again and accessible.

openhab> bundle:list | grep Add-on
229 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Airquality Binding
230 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Amazon Echo Control Binding
231 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: CoronaStats Binding
232 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Denon / Marantz Binding
233 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: DwdUnwetter Binding
234 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: EnOcean Binding
235 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Exec Binding
236 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Feed Binding
239 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Log Reader Binding
240 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Network Binding
241 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: OpenWeatherMap Binding
244 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: SqueezeBox Binding
246 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: ZigBee Binding
247 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: ZigBee CC2531 Bridge
248 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: ZigBee Console
249 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: ZigBee Console Ember
250 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: ZigBee Ember Bridge
251 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: ZigBee Telegesis Bridge
252 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: ZigBee XBee Bridge
263 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Extension Service :: Eclipse IoT Marketplace
265 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: IO :: Java Sound Support
266 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: IO :: openHAB Cloud Connector
267 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: IO :: Web Audio Support
270 │ Active │ 75 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Transformation Service :: JavaScript
271 │ Active │ 75 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Transformation Service :: JSonPath
272 │ Active │ 75 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Transformation Service :: Map
273 │ Active │ 75 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Transformation Service :: RegEx
274 │ Active │ 75 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Transformation Service :: Scale
275 │ Active │ 75 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Transformation Service :: XPath
276 │ Active │ 75 │ 2.5.11 │ openHAB Add-ons :: Bundles :: Transformation Service :: Xslt
282 │ Active │ 80 │ 1.0.0 │ openHAB Add-ons :: Bundles :: FlicButton Binding
285 │ Active │ 80 │ 2.5.12.202012180333 │ openHAB Add-ons :: Bundles :: ZWave Binding
288 │ Active │ 80 │ 2.5.11 │ openHAB Add-ons :: Bundles :: MagentaTV Binding

I know now how to notice the problem and how to fix it, if it happens again. Nevertheless it a bit odd and may point to a much bigger problem that will bite me later.

Have you seen such issue before or can point me to the root cause of it?

Best,
Jens

Did you uninstall the regular bundle at that time? This needs to be done when you install a different version manually.
For future use you may want to use a script that handles all steps necessary:
Install script for Z-Wave and Zigbee snapshot bundles

zzManualInstall.sh was my weapon of choice :wink:
It worked perfectly and did the job. At least I think I followed all instructions