@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:
- 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”) - 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) - Checked in Karaf with “bundle:list” which bundles are installed with the original ZWave-Binding
- Uninstalled the original ZWave-Binding through PaperUI and restarted Openhab / Raspberry
- Copied the modified org.openhab.binding.zwave-2.5.8.jar into the /addons folder (openHAB-sys/addons).
- 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 - In Karaf installed the missing openhab-transport-serial with “feature:install -v openhab-transport-serial/2.5.0” → same version as was installed before)
- Restarted Openhab / Raspberry