Skip to content

Commit

Permalink
feedback component: Support for overshoot_duration
Browse files Browse the repository at this point in the history
Allows the cover to overshoot max open-closed positions by some specific duration
  • Loading branch information
AchilleGR committed Oct 2, 2024
1 parent df96b67 commit f4b4a78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/cover/feedback.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ Additional options:
The open/close duration includes one instance of this delay, as it is the total amount of time from
issuing a command to reaching endstop.
Defaults to ``0s``.
- **overshoot_duration** (*Optional*, :ref:`config-time`): After the cover reaches max opened or closed position (0% or 100%),
keep it moving for this duration before stopping. Intended to reset any accumulated error when doing multiple partial
open/close actions. Does nothing if endstops are used.
Defaults to ``0s``.
- **update_interval** (*Optional*, :ref:`config-time`): The interval
to publish updated position information to the UI while the cover is moving.
Defaults to ``1s``.
Expand Down

0 comments on commit f4b4a78

Please sign in to comment.