Sorry for the delayed response. I have learned that if I am going to do something with OpenHAB I need to set aside at least an hour and most likely will overrun that.
First I used a different procedure to include the lock. This worked for my First Alert CO/Smoke detectors that I gave up on months ago.
Jakdock said to do this:
Include Using Thing Find
That worked and secure=true.
But the lock doesn’t lock. If I click it (in HABPanel) the text changes from “OFF” to “ON” then switches back in a few seconds.
I captured that segment from the Log View:
.
I clicked the “lock” action at 11:59:05.581.
At 11:59:20.243 I see that STATE UPDATE says it is back OFF.
I don’t know enough about it to know why.
Another thing I can’t fathom is the OpenHAB.log in a Putty session stopped at 11:55:05.581 (the first line of the LogView capture).
In Putty I had entered:
tail -f /var/log/openhab2/openhab.log
which normally displays each new line in real time. But for some reason it stopped at 11:55:05.581 otherwise I would have provided that also.