Problems Setting Autolock with Z-Wave Lock PH Edge Driver

I see that too now. Changing the other two settings is followed by an emit action, but the autoLock is not.

I’m looking in the Github repository for the Schlage Z-Wave Lock PH and I see this code:

    local cap = paramMap[param].cap
    local evt = paramMap[param].attr(paramMap[param].map[value])
    if device:supports_capability_by_id(cap,comp.id) then
      device:emit_component_event(comp,evt)
    end

In the capabilities of the Schlage BE469 platinummassive43262.autoLock is listed.

So as far as I can tell, either the configuration report routine isn’t being called, or when it is, it is somehow skipping the emit call. That’s the extent of my noob knowledge, so hopefully someone else can narrow this down further.

1 Like