-
Notifications
You must be signed in to change notification settings - Fork 26
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
Tilting for longer time than in configuration. #5
Comments
I guess it might be caused by adding
Maybe Time based cover approach would work better in that case (If I'll have some time I'll try to refactor) https://github.com/esphome/esphome/blob/e5b8dd7f2d596ff820314b61dee8848b6fe4ea7f/esphome/components/time_based/time_based_cover.cpp#L164. |
Will the test-branch be merged to master? Thanks for the great work to all participants 👍 |
I think I will leave it for now. There are at least two issues reported with it. So I'd leave the two for the time being. People can use one or the other by changing the ref. |
The issue is fixed with #13 👍 |
Hello.

Thanks for the great extension.
I just installed it and testing with my blinds, and it works awesome, but there is one caveat with tilting.
My tilt time is around
2100
ms, but from HA it takes around2800
.So to make it work, I need to select around 70% of the slider to perform the full 180* flip, without opening.
When selecting non corner position, my logs show difference between cover start and stop in milliseconds, and it's similar to the config that is set up (around
2100
).Does HA send tilt position to ESP and then ESP loop take over to monitor the tilt, or could that be related with network lag?
Is there any config how to decrease 'loop sleep' interval If ESP is handling the tilt position?
The text was updated successfully, but these errors were encountered: