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

Implement separate scaling for up/down #90

Open
calvinmclean opened this issue Apr 30, 2023 · 0 comments
Open

Implement separate scaling for up/down #90

calvinmclean opened this issue Apr 30, 2023 · 0 comments
Labels
enhancement New feature or request server Related to the Go garden-app code

Comments

@calvinmclean
Copy link
Owner

It might be nice to have more flexible scaling configurations that have different parameters for scaling up or down.

Some possible use-cases are:

  • Only scale down, never up (or reverse)
  • Limit scaling down to halfway, but allow scaling up to double watering
  • Allow a larger range for scaling up if there is a big range of high temperatures

Implementation:

  • Separate up/down range will allow to have more extreme scaling down for colder weather, but will prevent extremely high water use in summer
  • Min/max scaling value can be used similarly to prevent from scaling too high or too low
@calvinmclean calvinmclean added enhancement New feature or request server Related to the Go garden-app code labels Apr 30, 2023
@calvinmclean calvinmclean changed the title Consider separate scaling for up/down Implement separate scaling for up/down Apr 30, 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 server Related to the Go garden-app code
Projects
None yet
Development

No branches or pull requests

1 participant