-
Make sure you are using the secure binding from https://community.openhab.org/t/oh2-z-wave-refactoring-and-testing-and-security
The default z-Wave binding in OH2 doesn’t have security -
Then exclude and include the device in your network and in Habmin make sure that the device is showing up as Secure. Paper-UI doesnt display the security status of the device.
-
Once you have the device securely included you will see that the Barrier_Position number is 0 when closed and 255 when opened. If you have got this then your garage door opener is working with OpenHab2.
-
You send number “0” to Close the Door and number “255” to open the door. Below is my item and sitemap definition for this.
Items.Conf:
==========
Number Garage_Gate_Position "Garage Gate [MAP(lineargarage.map):%s]" <lineargarage>
lineargarage.map:
================
0="0 - CLOSED"
252="252 - CLOSING"
253="253 - STOPPED"
254="254 - OPENING"
255="255 - OPEN"
NULL=unknown
-=unknown
~
My.sitemap
=========
Switch item=Garage_Gate_Position mappings=[0="CLOSE", 255="OPEN"]