-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lock.open does not open if lock is locked #137425
Comments
Hey there @patrickhilker, @zweckj, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) tedee documentation |
What lock do you have? Does this work as expected in the Tedee App? |
In the lock settings (tedee app) what are your settings for:
Might be that one of those is affecting the behavior of your lock |
Türfalle einziehen: on but maybe interesting as well: With that setting on, I can achieve my desired behavior in the automation (fast unlock and pull), but I loose the ability that pressing the physical button on the door just unlocks and does not pull the spring (for this, I have the handle). This is why I turned it off. |
Conclusion: If "Automatic pull spring" is on, then the hardware button can not just unlock, but it always pulls. This is unwanted because I have the door handle on the inner side for that. And there is a risk as well: If I unlock by buttonpress on the inner side and then leave and close the door from outside. The spring may still pulled and the door doesn't close. I don't think anymore this is a bug in the integration, but more an inconsistency in the tedee functionality. |
The problem
This is a bug entry resulting from a question under https://community.home-assistant.io/t/custom-component-tedee-doorlock/242743/164?u=riesi
If I call lock.open, my lock opens as expected if the lock is unlocked. However, if the lock is locked, it does only unlock and I need to call it a second time:
Steps to reproduce:
Current behaviour: lock just unlocks
Expected behaviour: lock unlocks and opens
Workaround is to call, depending on the state, unlock first and then open, but this takes several seconds and confuses users because of the long waiting time.
What version of Home Assistant Core has the issue?
Core-2024.12
What was the last working version of Home Assistant Core?
never
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Tedee
Link to integration documentation on our website
https://www.home-assistant.io/integrations/tedee/
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: