We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
When using this filter, show value doesn't work:
- sliding_window_moving_average: window_size: 20 extended: true centered: true
Screenshots If applicable, add screenshots to help explain your problem.
yaml
- entity: climate.house_wood_pellet_stove attribute: current_temperature name: Temp@Stove yaxis: y1 filters: - sliding_window_moving_average: window_size: 20 extended: true centered: true
Additional context The sensor I have is EXTREMELY noisy. If there's another filter I can use, I'm all ears. I've tried several.
The text was updated successfully, but these errors were encountered:
Hi there! It looks like you found a bug in the average filter. It is probably generating one too many data points.
In the meantime try adding a force_numeric filter after the averaging. That should remove the broken datapoint.
force_numeric
Sorry, something went wrong.
That worked! Thx!
jeff
No branches or pull requests
Describe the bug
When using this filter, show value doesn't work:
Screenshots
If applicable, add screenshots to help explain your problem.
yaml
Additional context
The sensor I have is EXTREMELY noisy. If there's another filter I can use, I'm all ears. I've tried several.
The text was updated successfully, but these errors were encountered: