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 temp history to model #9

Open
EnUfor opened this issue Oct 23, 2020 · 0 comments
Open

Implement temp history to model #9

EnUfor opened this issue Oct 23, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@EnUfor
Copy link
Owner

EnUfor commented Oct 23, 2020

Temp sensors are hard to sense if disconnected, except if SCL or SCA is disconnected at startup. Relying on temperature randomness and checking if the readings are outside set bounds is my best bet at ensuring the sensors are still reading good.

Implement a circular buffer (hopefully within the model) to track temperature changes over time. Run some sort of analysis to see if values are too flat. Might also need to track fan speed changes over time to get an appropriate response.

@EnUfor EnUfor self-assigned this Oct 23, 2020
@EnUfor EnUfor added the enhancement New feature or request label Oct 23, 2020
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