Sensative Strips Guard 700 (11 01 021) "Unknown Device" in in OH2.5 (Openhab 2.5.8-1)

@chris & @apella12 : Thank you for your help. It worked - the new Sensative Strips Guard 700 (Model 11 01 021) is now recognised and working in OH2.5!

In short what I did - in case anybody else is interested:

  1. Exported XML-Definition for desired Device (Sensative Strips Guard 700 (Model 11 01 021) form Z-Wave Device Database ( OpenSmartHouse Z-Wave Device Database)
    (you need to log-in to the database and you need to have according access rights to see and download the XML-File with “Export OH2 XML”)
  2. Modified the ZWave-Binding as described in this tutorial “Modify a zwave binding jar to add/change a zwave device while waiting for a build
    (I modified the binding jar file I found on my Raspberry in the following directory: openHAB-userdata/tmp/kar/openhab-addons-2.5.8/org/openhab/addons/bundles/org.openhab.binding.zwave/2.5.8/org.openhab.binding.zwave-2.5.8.jar)
  3. Checked in Karaf with “bundle:list” which bundles are installed with the original ZWave-Binding
  4. Uninstalled the original ZWave-Binding through PaperUI and restarted Openhab / Raspberry
  5. Copied the modified org.openhab.binding.zwave-2.5.8.jar into the /addons folder (openHAB-sys/addons).
  6. Checked in Karaf with bundle:list, if and what bundles are missing compared to step 4.
    → openhab-transport-serial has been uninstalled in step 5 together with the original ZWave-Binding
  7. In Karaf installed the missing openhab-transport-serial with “feature:install -v openhab-transport-serial/2.5.0” → same version as was installed before)
  8. Restarted Openhab / Raspberry