KeyMaster Z-Wave lock manager and scheduler

Strange, what brand/model of lock?

it is the Schlage Connect - BE469ZP

Try re-interviewing the lock.

Try restarting Home Assistant. I’ve noticed that if you create the notify script after you setup your lock that it doesn’t work correctly until after Home Assistant has been restarted once.

I will try this again but I have already done this too - its weird

I have already done this but I will try again - I did notice that I dont have the sync with lock toggle that I have seen in other posts. I dont know when/if it was removed or that could somehow be the issues. I can change codes fine though

Edit:
I did just notice this in the logs

Need the full error message.

Would it be this?

Logger: homeassistant.helpers.template
Source: helpers/template.py:1366
First occurred: July 22, 2021, 8:58:44 PM (4 occurrences)
Last logged: July 22, 2021, 9:10:50 PM

Template variable warning: ‘title’ is undefined when rendering ‘{{ title }}’
Template variable warning: ‘message’ is undefined when rendering ‘{{ message }}’

What version of the integration is this?

it is v0.0.56

check your _keymaster_common.yaml file in packages/keymaster/<doorname>/ around like 154 it should show something like:

    action:
      - service: script.keymaster_frontdoor_manual_notify
        data_template:
          title: frontdoor
          message: "{{ trigger.event.data.action_text }} {% if trigger.event.data.code_slot > 0 %}({{ trigger.event.data.code_slot_name }}){% endif %}"
action:
  - service: script.keymaster_frontdoor_manual_notify
    data_template:
      title: frontdoor
      message: "{{ trigger.event.data.action_text }} {% if trigger.event.data.code_slot > 0 %}({{ trigger.event.data.code_slot_name }}){% endif %}"

make sure at the top that the lock notifications are turned on:
image

EDIT: this turns out needs to be off for per slot notifications to work.

yep - it is on
Capture

Is there a guide on how to configure the notifications? I am struggling to get notifications working in any sense, be it through the app or another direction

Covered in the wiki.

Need more detail - Unfortunately I have 0 clue where that goes…

And the wiki is inaccurrate looking further up, do i need the “keymaster_” at the start of it?

As of 0.0.56 yes.

I added it to my scripts file (think it goes there), get a good config back - unlock the door and no notification, be it through Zwave or manual open

Lock is a Kwikset Smartcode 888 Zwave Firmware 4.79

Image below shows there are automations assigned to it

Script is:

- keymaster_frontdoor_manual_notify:
  mode: parallel
  sequence:
    - service: notify.mobile_app_sm_g988u
      data:
        title: "{{ title }}"
        message: "{{ message }}"

Notifications are turned on:
image

Configuration of “Master” code:
image

Turn off the lock notification:
image