-
Notifications
You must be signed in to change notification settings - Fork 36
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
Configuring (motion) delays #116
Comments
Hello @maia , There is misunderstanding at that point:
The minimal activation delay is not what you describe but a minimal delay after switching on a heater before it could be turned off. This is to avoid too many switching which can degrade some equipment (pellet, floor heating, central gas or fuel heating devices which are slow to get in temperature). There is no |
I see, then our conversation on the HA forums was a misunderstanding. In that case I'd like to suggest to add a feature for a Explanation: my motion sensors stop detecting motion when I sit and read a book, watch tv etc. – and I do not want my thermostatic valves (TRVs) to switch between the comfort and boost preset every time I move a tiny bit and stop moving again. Having such a delay allows me to not move for up to 10 minutes. |
I understand the need. If I understand well, you want the |
As motion sensors rather tend to be "off" even with people present, a longer delay for |
I suggest to rename the options "motion delay" and "minimal activation delay" so it's easier to understand what they do:
rename "Motion delay" to:
motion_on_delay
: Switch heating mode to higher heating only when motion is detected for at least XXX secondsrename "Minimal activation delay to:"
motion_off_delay
: Switch heating mode to lower heating XXX seconds after last motion detectedIf you'd want to use a paragraph of text in the documentation, here's something you could use:
Also I suggest to move both config options that are related to delays to the same configuration pane.
The text was updated successfully, but these errors were encountered: