Skip to content
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

Calculate limiter to not do offsets #71

Closed
elden1337 opened this issue Nov 13, 2023 · 1 comment
Closed

Calculate limiter to not do offsets #71

elden1337 opened this issue Nov 13, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@elden1337
Copy link
Owner

In certain cases the savings to block hvac is too small to justify the extra build up that follows in the later hours after that.

Calculate if there is such a limit that we can use to flatline the offset curve for certain days.
Might be nominal level
Might be stdev of day
Might be both

@elden1337 elden1337 added the enhancement New feature or request label Nov 13, 2023
@elden1337
Copy link
Owner Author

Calc percentage of (max-min)/avg.
If below 1 the day is "flat" if above "pointy"

If below 1, do thresholds to lower the set tolerance, for inst if < 0.75 => -1, if < 0.5 => -2.

elden1337 pushed a commit that referenced this issue Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant