FutureTense / keymaster

Home Assistant integration for managing Z-Wave enabled locks
MIT License
219 stars 43 forks source link

ISSUE: Schlage FE599 Door check #234

Closed lishan89uc closed 1 year ago

lishan89uc commented 2 years ago

Describe the bug For some locks such as Schlage FE599nx Lever lock the door status is always open since the lock can't detect open or close. However with this issue the auto lock feature stops working. It will just keep resetting to 30 secs

Environment (please complete the following information):

Logs

Screenshots

Additional context Can we add a way to turn off the door status check? right now what i did was delete the check from the packages

 - alias: keymaster_front_door_timer_finished
    trigger:
      platform: event
      event_type: timer.finished
      event_data:
        entity_id: timer.keymaster_front_door_autolock
    action:
      - service: lock.lock
        entity_id: lock.front_door
firstof9 commented 2 years ago

Have you tried just turning off the auto lock? I recall there being a switch to disable it.

lishan89uc commented 2 years ago

Sorry I am not sure why I didn't get notified of a reply. Yes, I can disable the auto lock however then my lock will not auto lock if I use the manually unlock the door. Side note: deleting the condition: seems to work even after many updates so feel free to close this issue if there are no plans to add a switch to disable the door status condition.