Super Simple Lock Manager available

Yes, but your indentation is wrong on the lock.another_door. It should be directly under the first lock, not indented.

Go to developer tools and then Services and type in notify and see what pops up. It will bring up the available notify services that you have set up. It’s been so long since I set it up, I’m not sure if there is something else you need to do on the mobile app to set it up. Googling will help you on this one, as this isn’t a keymaster specific thing. It doesn’t need to be two, it can be as many as you want. It is who you want to send the notifications to.

You want a separate dashboard, or another tab? I just made it as another tab, but it shouldn’t matter.

Do you have this in your configuration file?

homeassistant:
  packages: !include_dir_named packages

Have you restarted Home Assistant?

The formatting is correct, I tried to make the parts I changed in bold but it didn’t format correctly on here.

I will double check but I am sure I added the packages code to my configuration. I will take a screenshot later.

I did restart HA

Do I have to install Keymaster through HACS?

No, you don’t want KeyMaster on there at all. We do need to install the key master basic code and put that in your packages directory.

key master basic code = keymaster_basic.yaml?

image

Yes, that’s it.

It seems I am using the wrong entity IDs since I can confused as to what entity IDs I am supposed to use.

Do I find the entity IDs under Zwave JS UI?

I have always used this

Settings-> Devices & Services → Entities

I have no clue what I am doing wrong.

Make sure I had the correct line in my configuration yaml

packages: !include_dir_named packages

image

Downloaded the raw keymaster_basic.yaml to make sure I did not miss anything.
Uploaded the raw yaml into the directory

image

Went to setting->entities. Found my lock. Copied the entity ID and replaced

image
image

I have not changed the notify lines in keymaster_basic.yaml yet (I have to find out what mine are called). But this shouldn’t affect anything?

Copied everything from lovelace-keymaster-basic.yaml without changing anything

Have you restarted? Wouldn’t hurt to figure out the notify part. Just go to Developer Tools and then Services and type notify. and see what comes up.

I have restarted. I’ll edit the notify part and see if anything changes.

I will be very surprised if that is why it is not working for me.

Nope, still not working. I have no idea why at this point.

This was the fix for me: add the packages under homeassistant header in configuration.yaml, save, restart Home Assistant.

homeassistant:
  packages: !include_dir_merge_named packages/
  packages: !include_dir_named packages
1 Like

I’m trying to under why it would make a difference by reading this documentation but it will take me a while to process it. Packages - Home Assistant

I’ll definitely give it a try when I have a chance! Thanks!

This integration seems like the ticket. Any desire to get into HACS?

This seems great! Any chance it can support Yale locks with Zigbee modules which are supported in zigbee2mqtt? Zwave was flaky compared with Zigbee which is very solid, and I have about half my locks moved over…

Updating, this did not fix the issue. I haven’t had time to troubleshoot as other things have taken priority

This might be exactly what I’m looking for. But after installing I don’t see an interface for each of my different locks. Does this apply the same codes to all locks at once? I would like the codes to be different for one of my locks… Any tips? Thanks!

This is just a simple one, so all codes are applied to all locks.

I see that this started from simple_lock_manager, that had a limit of 8 or 9 codes. I currently use 13 codes. Is this supported in this (keymaster-basic)?

This. This right here was the answer for me.

I am brand new to home assistant, the most important thing for me is lock maintenance and I started with that. I had problems with every lock manager I have been looking at until I saw this comment.

Keymaster Basic seems great and I am going to play a little more with it but making sure it is linked in the configuration.yaml is what made my dashboard go from “Entity not available” to usable!