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

Storage efficiency notation per any time unit. #720

Open
nhoening opened this issue Jun 11, 2023 · 0 comments
Open

Storage efficiency notation per any time unit. #720

nhoening opened this issue Jun 11, 2023 · 0 comments

Comments

@nhoening
Copy link
Contributor

Right now, we have to set storage-efficiency per the time unit of the sensor (how we measure the sensor, e.g. per 15 minutes). But the OEM will usually tell us an efficiency with a different resolution, e.g. per day.

As a follow-up to # 679, we want to support setting a storage efficiency in units of %/, and let the server convert to units of %/. Note that this is a compound interest calculation, which is not supported by pint. *

  • For example, a storage efficiency of 99 percent per (absolute) day, for scheduling a 1-hour resolution sensor, should be passed to the scheduler as a storage efficiency of $0.99^{1/24}$.
@nhoening nhoening added this to the 0.15.0 milestone Jun 11, 2023
@Flix6x Flix6x modified the milestones: 0.15.0, 0.16.0 Aug 1, 2023
@Flix6x Flix6x removed this from the 0.16.0 milestone Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants