Mios binding not 'seeing' Kwikset lock button

There will be an internal version of this on Vera itself in [it’s Logs] (Logs - MiOS) under:

/var/log/cmh/LuaUPnP.log

From that, you should be able to extract a small snippet of the log containing the events that occurred during the manual activation of the Lock. You’ll want to put Vera into Verbose Logging mode first so you’ll capture more details.

If you PM me copies of the following, then I should be able to work out what’s going on:

  • your MiOS user_data.xml (the one used to generate the openHAB Items file)
  • a copy of the snippet of MiOS LuaUPnP.log

curl "http://<myVeraIp>:49451/data_request?id=lu_variableset&DeviceNum=58&serviceId=urn:micasaverde-com:serviceId:DoorLock1&Variable=sl_LockButton&Value=0

That’ll set the Variable in Vera, but it won’t change the state of the Lock itself. Generally that’ll need you to call the specific action on the target object.

You can get a set of those actions by using MiOS’s invoke:

http://wiki.micasaverde.com/index.php/Luup_Requests#invoke

Here’s a thread on how to enable DEBUG logging in a binding under OH2: