Simplified Zwave Lock Manager is now KeyMaster

Check your OZW_Log.txt for errors too

So I got rid of the dead node and cleared my log so I can start from scratch. I tried to set the pin number and I was able to find a couple errors in the log.

2020-04-02 14:23:05.997 Info, Node004, Sending (Query) message (Callback ID=0x12, Expected Reply=0x04) - PowerlevelCmd_Get (Node=4): 0x01, 0x09, 0x00, 0x13, 0x04, 0x02, 0x73, 0x02, 0x25, 0x12, 0xa5
2020-04-02 14:23:06.000 Detail, Node004,   Received: 0x01, 0x04, 0x01, 0x13, 0x00, 0xe9
2020-04-02 14:23:06.000 Error, Node004, ERROR: ZW_SEND_DATA could not be delivered to Z-Wave stack
2020-04-02 14:23:06.018 Detail, Node004,   Received: 0x01, 0x07, 0x00, 0x13, 0x12, 0x00, 0x00, 0x02, 0xfb
2020-04-02 14:23:06.018 Detail, Node004,   ZW_SEND_DATA Request with callback ID 0x12 received (expected 0x12)
2020-04-02 14:23:06.018 Info, Node004, Request RTT 21 Average Request RTT 94
2020-04-02 14:23:06.018 Detail,   Expected callbackId was received
2020-04-02 14:23:06.041 Detail, Node004,   Received: 0x01, 0x07, 0x00, 0x13, 0x12, 0x00, 0x00, 0x04, 0xfd
2020-04-02 14:23:06.041 Detail, Node004,   ZW_SEND_DATA Request with callback ID 0x12 received (expected 0x00)
2020-04-02 14:23:06.041 Warning, Node004, WARNING: Unexpected Callback ID received
2020-04-02 14:23:06.061 Detail, Node004,   Received: 0x01, 0x22, 0x00, 0x04, 0x00, 0x04, 0x1c, 0x98, 0x81, 0x08, 0x8e, 0x73, 0x34, 0xea, 0xb3, 0x03, 0x16, 0x6a, 0x2c, 0x32, 0x05, 0x9c, 0x09, 0x41, 0x34, 0x84, 0xa7, 0xde, 0x4a, 0xa9, 0xa4, 0x17, 0xdd, 0x1d, 0xf7, 0x5e
2020-04-02 14:23:06.061 Info, Raw: 0x98, 0x81, 0x08, 0x8e, 0x73, 0x34, 0xea, 0xb3, 0x03, 0x16, 0x6a, 0x2c, 0x32, 0x05, 0x9c, 0x09, 0x41, 0x34, 0x84, 0xa7, 0xde, 0x4a, 0xa9, 0xa4, 0x17, 0xdd, 0x1d, 0xf7, 0x5e
2020-04-02 14:23:06.062 Detail, Node004, Decrypted Packet: 0x00, 0x63, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00
2020-04-02 14:23:06.062 Detail, 
2020-04-02 14:23:06.062 Info, Node004, Response RTT 65 Average Response RTT 163
2020-04-02 14:23:06.062 Info, Node004, User Code Packet is 4
2020-04-02 14:23:06.062 Detail, Node004, Refreshed Value: old value=1821330, new value=6bd81254, type=raw
2020-04-02 14:23:06.062 Detail, Node004, Changes to this value are not verified
2020-04-02 14:23:06.062 Info, Node004, Received User Code Report from node 4 for User Code 1 (Available)
2020-04-02 14:23:06.062 Detail, Node004, Notification: ValueChanged
2020-04-02 14:23:15.997 Error, Node004, ERROR: Dropping command, expected response not received after 1 attempt(s)

So I removed my z wave stick, lock, etc and factory reset the lock and z wave stick. It’s still doing the same thing. I used the dev tools to call the service lock.set.usercode and got the following error.

You have to populate the required data as shown below the service call.

I’m obviously new at this. I noticed my error shortly after I posted. I still got an error, though. I also found that I can change the codes elsewhere in HA. That’s all I really wanted the lock manager for so I ended up getting rid of it and now everything works.

I’m really jazzed about trying this with my new lock. However, I already have an existing, extensively used input boolean called “input_boolean.allow_automation_execution”, as it happens.

Can this be made more specific in your code? Like 'input_boolean.lock_manager_allow_automation_execution`? Same with the binary sensor? ‘binary_sensor.lock_manager_allow_automation’? Should I just do a find/replace in your code?

Thanks!

1 Like

Mod the template file(s) :wink:

I just realized I was not getting any notifications when different users opened our front door lock, I assume this is because a recent update broke something. When I look at my lock tab I see the following

Door Lock

I can still see the automation’s but they do not fire because they are not part of the automations.yaml

I also see there is an update but I do not really want to go through installing the whole thing again, I can still disable codes and change them from Home Assistant. It would be nice to get the notifications back when a user enters their code. I know there is an input.boolean.frontdoor_notify for each user but I am not sure how to implement this so it triggers a notification.

I have most of my automations setup now in Node Red so if that is an option I am all ears

Thanks in advance

Does anyone know if this attribute is exclusive to schlage?

states.lock.front_door_lock_locked_frontdoor.last_changed

I don’t seem to have it in my Yale YRD226

image

All entities in Home Assistant have a ‘last changed’ attribute.

Hmm. Let me dig deeper then. It seems HA is complaining about something in the statusreport sensor. I just assumed it was that as I can locate the other sensors created by the lock.manager.common.yaml.

At request of OP this thread is now locked, if you wish to discuss this further please use the updated thread here: Simplified Zwave Lock Manager UPDATE

1 Like