Anyone else having issues with locks since upgrading to .97?

I have two yale z wave locks that have been working fine. I noticed today that neither are responsive (both show as locked and never update when manually unlocked, and dont respond to commands) today. I did update last night, and Im wondering if that is the issue.

I know there was a change to how network keys are handled (I have mine specified in configuration.yaml).

Wondering if anyone else is experiancing this before I try to downgrade or something.

2 Likes

I have the exact same issue. nothing in logs either. service calls do nothing as well as lovelace cards.

If you have a network key set in configuration.yaml, make sure you don’t have a different key created by the Integration, which can be found in .storage/core.config_entries.

If you have a network_key in configuration.yaml, try commenting it out, restarting HA, and then testing the lock again. Most likely the network_key in configuration.yaml doesn’t match the one that was imported or automatically generated by the config entry/integration when the component was first set up.

2 Likes

Ah, cheers. That did it.