[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.