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

Yield Today has spikes of 655.35 kWh #51

Open
Jan-Magerl opened this issue May 24, 2024 · 3 comments
Open

Yield Today has spikes of 655.35 kWh #51

Jan-Magerl opened this issue May 24, 2024 · 3 comments

Comments

@Jan-Magerl
Copy link

Yield Today has spikes of 655.35 kWh
image

Fabian-Schmidt pushed a commit that referenced this issue May 24, 2024
@Fabian-Schmidt
Copy link
Owner

Fabian-Schmidt commented May 24, 2024

I added a filter for NA values.
Can you please test if this fixes the issues.

@Fabian-Schmidt
Copy link
Owner

Hi @Jan-Magerl I just released an update to fix the spike values issues. Can you please test and report back if the issue is fixed for you?
Thanks

@Jan-Magerl
Copy link
Author

Ok Thanks.

As a workaround i created a template sensor "100_20_pv" to filter high values.

{% set x = states('sensor.100_20_yield_today') | float(0) %}
{% if x == 0 %}
  {{ states('sensor.100_20_pv') | float }}
{% elif x > 20 %}
  {{ states('sensor.100_20_pv') | float }}
{% else %}
  {{ x | float }}
{% endif %}

I created a dashboard to monitor max yield today.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants