-
Notifications
You must be signed in to change notification settings - Fork 21
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
Today energy usage stats #47
Comments
Ok, its not random number. Its difference between energy usage value at 22:00 and 00:00. So looks like some miscalculation. |
My boiler does not provide energy use, values were somewhat assumed/calculated based on data from others. Value 0 is probably simpler to assume the reason - there were cases in past when Ariston sometimes reported all values as 0 and a workaround was to ignore such data if non-zero values were present from previous report. I have no idea how calculations should work. Since my boiler reports always |
the data from requests needs to be comared during at least 1 odd and 1 even hour and I'm not sure how hata is changed at 00 hour, but maybe that is for another time. |
maybe try changing following:
to:
And let me know if it removes tha reduction of values |
prototype included in 2.0.12. |
Thanks, I changed code and added logger line. So I wait, check values now and send you log if anything will be wrong. Thanks again! |
Is the latest version working better? |
New version should be compatible with existing configuration, the main difference is new entities names related to CH (include "_zone1"). The way HA works the not available old entities have to be manually removed and in front-end and automation entities have to be renamed. Not all CH entities affected. |
I can't get it to work. My config:
I tried to add With config like above i get:
|
try 2.0.13 |
Works, thanks! I still look for stats and give information if everything is fine. Thanks! |
Any news with this? Currently I'm storing the data on a separate variable based on specific time: |
Hey,
First, thanks @chomupashchuk for your work :)
I want to use energy stats in energy gas dashboard but they are broken. This is example from last two days:
Ignore little gap - network issue.
Stats are collected by ariston every two hours. I found that for every odd hour some number is added (looks random?) So at 1am 28 aug was 8.22kWh, 29 aug was 7.81kWh. Then every two hours stats are higher by this number.
Additionaly really often sensor value goes to zero.
The text was updated successfully, but these errors were encountered: