hass-ttlock icon indicating copy to clipboard operation
hass-ttlock copied to clipboard

auto_lock_seconds set to -1 even though lock is relocking after 5 seconds

Open jbergler opened this issue 10 months ago • 15 comments

"Can you double check that you've setup the webhook correctly, and if you're still not seeing the "Last Operator" and "Last Trigger" sensors updating please open an issue with some logs."

This happend to me too and I did not set up the webhook correctly.

Step 5 and 6: Once the integration is working you should receive a system notification with the webhook url This will go away when the webhook receives data Go back to the url from the first step and set the 'Callback URL' for your application

Webhook has been setup correctly. "Last Operator" and "Last Trigger" sensors are updating just fine... the coordinator.py has
auto_lock_seconds: int = -1 on line 41 that I have change from -1 to 5 seconds thinking that it would enable the auto-lock... so the lock status would automatically change to locked after 5 seconds but that was not case...

Originally posted by @ronluna in https://github.com/jbergler/hass-ttlock/issues/1#issuecomment-1693990934

jbergler avatar Aug 28 '23 03:08 jbergler