mcnutter1/homeasssitant-schlage

Lock/Unlock only works via Entity not device

Opened this issue · 3 comments

I setup an automation to lock my door using the Home Assistant Lock: Lock service, and I targeted the "Device" created by this integration.

I noticed this did not work, but when I changed it to target the underlying Lock "Entity" from the same device, it works.

Not a big deal, just took awhile to figure out.

If not intentional: Consider this a bug report.
If intentional: Perhaps the Readme/instructions can be updated to notate how to use this for future users.

Either way, thanks for the integration!

I setup an automation to lock my door using the Home Assistant Lock: Lock service, and I targeted the "Device" created by this integration.

I noticed this did not work, but when I changed it to target the underlying Lock "Entity" from the same device, it works.

Hi, can you tell me where I make this change so I can lock/unlock the door, mine only shows the status, but does not do the commands by HAS. I'm a newbie :)

Same here... The "device lock.front_door" update the status as the phisical lock changes but using the lock or unlock from HA doesn't change the phisical lock.

Found a fork dknowles2 that fix the problem and allow the lock status to be changed from HA.

@dknowles2 Kudos and thanks for the fix