-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Add time for each action #11
Comments
I would like to (a) bump this issue as one which I also have, and (b) offer an analysis both on the issue of fixing this and on what seems to be a related issue. AFAICT, all the time-determination functionality is farmed out to the TravelCalculator class provided by a completely different integration, XKNX. There are two problems with this:
I'd strongly recommend either cloning travelcalculator.py outright into this repository or (if intellectual-property limitations would prevent that) creating a from-scratch clone for its functionality. That would render this repository less fragile (i.e. less dependent on the design decisions of a completely independent group of maintainers), and also add the ability to pass, for instance, optional delay parameters to it. It's a simple enough piece of code: 169 lines with no exotic dependencies. The cloning itself is a very simple process but obviously would not solve the actual issue. With regard to modifying the code, I would be happy to offer my own efforts in revising --- your time is valuable, of course. |
When closing or opening the cover, it took around 1 second here for the cover to move, between powering the motor, and the cover to move.
Would it be possible to set this time in configuration, and add this time for each movement ?
Without this, the cover gets desync and stops before full open or close.
The text was updated successfully, but these errors were encountered: