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

Use resampler to detect missing data in PowerDistributingActor #1054

Open
shsms opened this issue Aug 27, 2024 · 0 comments
Open

Use resampler to detect missing data in PowerDistributingActor #1054

shsms opened this issue Aug 27, 2024 · 0 comments
Labels
part:data-pipeline Affects the data pipeline part:power-management Affects the management of battery power and distribution type:enhancement New feature or enhancement visitble to users

Comments

@shsms
Copy link
Contributor

shsms commented Aug 27, 2024

What's needed?

Currently the PowerDistributingActor uses 10-second timers to determine if it is missing data for any component. This is out of sync with the formulas which react to missing data as soon as the resampler starts sending None values for components.

To fix this, the PowerDistributingActor needs to start using resampler streams to detect missing data. This would also help eliminate timers which can be costly.

Proposed solution

No response

Use cases

No response

Alternatives and workarounds

No response

Additional context

No response

@shsms shsms added part:❓ We need to figure out which part is affected priority:❓ We need to figure out how soon this should be addressed type:enhancement New feature or enhancement visitble to users part:data-pipeline Affects the data pipeline part:power-management Affects the management of battery power and distribution and removed part:❓ We need to figure out which part is affected priority:❓ We need to figure out how soon this should be addressed labels Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
part:data-pipeline Affects the data pipeline part:power-management Affects the management of battery power and distribution type:enhancement New feature or enhancement visitble to users
Projects
Status: To do
Development

No branches or pull requests

1 participant