Thanks for the post above. I was able to get the notifications working decently with. Now to figure out how to customize it so it will post the time/date when they unlocked the door.
I am not a pro, but Iāll try to help. There may be better ways. Youāll have to play with templating.
You will have to customize the {{ message }} part. Either by looking up where that variable is set (there are a couple of automations that keymaster generates), or by appending/prepending another template to it for the time.
Note - the previous sensor mentioned has to be turned on with the time_date integration. There are a few options for time, date, or time and date that you can pick from or add to eachother to get the format you want for the notification.
Did this solution work for anybody?
I just spent 6 hours leaning how AppDaemon and implementing this py script.
And my locks are still hanging on Adding and Deletingā¦
I couldnāt figure out how to get Keymaster to output notifications so I made a self-contained automation that uses zwave_js_notification. And it works well and is not reliant on Keymaster. I hope the beta comes out soon since the current version is difficult to figure out - Iāve installed it twice, never works.
Door codes on the lock that āseemsā to work (no keymaster errors) never populate and the other lock gets nothing but errors (works fine in Zwave JS) but oddly it correctly shows the lock/unlock status on screen⦠everything else as yo u can see is just errors.
Plus I dont get why there isnt a stock Keymaster notification since it seems like nearly everyone would want one (mobile, persistent, etc) to know who and when doors unlock/lock. I tried some code floating around in this thread and it never worked for me.