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
I get this error in the logs for every input:
Entity sensor.xxxx_wh from integration iotawatt has state class total_increasing, but its state is not strictly increasing.
Do we even need these .wh sensors? Aren't the accumulating ones just better?
The text was updated successfully, but these errors were encountered:
I think the issue would be resolved by changing the state class to total instead of total_increasing as per here: https://developers.home-assistant.io/blog/2021/09/20/state_class_total
total
total_increasing
I have the issue because my solar results in the totals decreasing at times. I assume you have some similar situation
Sorry, something went wrong.
Update sensor.py
7f41065
I think this will fix gtdiehl#33
Successfully merging a pull request may close this issue.
I get this error in the logs for every input:
Entity sensor.xxxx_wh from integration iotawatt has state class total_increasing, but its state is not strictly increasing.
Do we even need these .wh sensors? Aren't the accumulating ones just better?
The text was updated successfully, but these errors were encountered: