Schlage BE469 - Zwave binding with security - missing features

Remove them from there, add a gLockRaw group and put them in there. Add that group to persistence. Then use one trigger…

Member of gLockRaw received update

It seems like your locks are not persisting their data. My guess is that your default persistence is mapdb (you can check/change this in Paper UI or runtime.cfg. You do not have any strategies defined in your mapdb persist. You will need to add them…

Another thing you can try is to use…

if (transform("JSONPATH", "$.event", triggeringItem.previousState(true, "influxdb").state.toString) == "11" && transform("JSONPATH", "$.event", triggeringItem.state.toString) != "11") {

There are some related discussions in this thread around post 145…