[SOLVED] Upgrade to OH2.5/MS4 over a existing OH2.4 - possible?

@5iver
@vooodooo1974
.

OK, we have to check it, what are bringing the following commands?

bundle:list |grep ZWave

bundle:list |grep erial

bundle:list |grep xstream

It should bring the following:

237 | Active |  80 | 2.5.0.201911120348     | openHAB Add-ons :: Bundles :: ZWave Binding

.
and:

238 | Active   |  80 | 3.14.0                 | nrjavaserial
239 | Active   |  80 | 3.15.0.OH2             | nrjavaserial
240 | Active   |  80 | 0.10.0.oh240           | Eclipse SmartHome Configuration USB-Serial Discovery
241 | Active   |  80 | 0.10.0.oh240           | Eclipse SmartHome Configuration USB-Serial Discovery Linux sysf Scanning
242 | Active   |  80 | 0.10.0.oh240           | Eclipse SmartHome Config Serial
243 | Active   |  80 | 0.10.0.oh240           | Eclipse SmartHome Serial Transport
244 | Active   |  80 | 0.10.0.oh240           | Eclipse SmartHome Serial Transport for RXTX
245 | Active   |  80 | 0.10.0.oh240           | Eclipse SmartHome Serial Transport extension for RXTX RFC2217

.
and:

246 | Active   |  80 | 1.4.7.1                | Apache ServiceMix :: Bundles :: xstream  

.
.
If you have non of the Serial (above) and no xstream (above) and zwave is not Active (e.g. it is only Installed or Resolved) then dependencies are missing!
.
If all ā€œSerialā€ are missing, then do the following:

feature:install openhab-transport-serial 

and then (if xstream is missing):

bundle:install http://central.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.xstream/1.4.7_1/org.apache.servicemix.bundles.xstream-1.4.7_1.jar

and then:

bundle:start org.apache.servicemix.bundles.xstream
bundle:start org.openhab.binding.zwave

at the end again:

bundle:list

this should result in:

237 | Active   |  80 | 2.5.0.201911120348     | openHAB Add-ons :: Bundles :: ZWave Binding
238 | Active   |  80 | 3.14.0                 | nrjavaserial
239 | Active   |  80 | 3.15.0.OH2             | nrjavaserial
240 | Active   |  80 | 0.10.0.oh240           | Eclipse SmartHome Configuration USB-Serial Discovery
241 | Active   |  80 | 0.10.0.oh240           | Eclipse SmartHome Configuration USB-Serial Discovery Linux sysf Scanning
242 | Active   |  80 | 0.10.0.oh240           | Eclipse SmartHome Config Serial
243 | Active   |  80 | 0.10.0.oh240           | Eclipse SmartHome Serial Transport
244 | Active   |  80 | 0.10.0.oh240           | Eclipse SmartHome Serial Transport for RXTX
245 | Active   |  80 | 0.10.0.oh240           | Eclipse SmartHome Serial Transport extension for RXTX RFC2217
246 | Active   |  80 | 1.4.7.1                | Apache ServiceMix :: Bundles :: xstream

.

If ALL are Active now, then zwave should run again with the latest snapshot binding.

OK. - it works! I actually had to do all the manual steps - but my existing setup works (again).:+1::+1:

I would have hoped that I can already search in the PaperUI for the Roller Shutter 3 ā€¦ but there ist still displayed version 2.4.0 * sigh.
ā€¦ I guess I have to create the Roller Shutter manually as a thing incl. Item linking ā€¦
Nevertheless, thanks for the fast and comprehensive help.

1 Like

Go to the Inbox and have it ā€œsearch for thingsā€ with the zwave binding?

Strange Thingsā€¦i see in the binding that the roller shutter 3 is now supportedā€¦ but I canā€™t find it by ā€œstandard thing searchā€ā€¦ now Iā€™m not even sure if the device itself is the problemā€¦ have to check thisā€¦:triumph:

When you list the bundle in the console, what version of the binding shows?

Sometimes it helps to delete all zwave things (in PaperUI) for your devices, but keep the controller thing (do not delete!) .

Then search inbox again (for zwave devices).

.

Did you INCLUDE it to your z-wave network before?

That is actually required, in order to pickup any binding changes. The controller is generic enough you just leave it, The Things are discovered with the same IDs so Items and rules do not break.

Do you mean this?

OK, the binding supports it now. Next step would be to INCLUDE it to your Z-Wave network, have you done that already? (Itā€™s like pulling teeth from this guy. :wink: )