You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to 3.7.0-dev.30, the reported values of nrgtotal, nrgheat, dhw.nrg from the boiler (Buderus GB172 in my case) change compared to 3.6.5:
reported values in 3.7.0-dev.30:
"nrgtotal": 793.71,
"nrgheat": 793.71,
"dhw.nrg": 0
3.6.5:
"total energy (nrgtotal)": 9647.08,
"energy heating (nrgheat)": 793.71,
"dhw energy (nrgww)": 8853.37
It looks like
nrgheat is still reported correctly
nrgtotal now reports the value of nrgheat instead of the total energy consumed
energy for hot water (dhw.nrg) is not reported any longer.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
The dhw circuits are handled different now. This affects also the stored dhw energie value, reset to zero. (i will check if we can add a upgrade conversion).
Just enter the value in boiler dhw energy once manually. The total energy is the sum of heat/dhw energies, with dhw-nrg zero it is identical with nrgheat.
I can confirm that your manual workaround works. I created a small PR #1939 to add your solution to the breaking changes section of the changelog - feel free to add it if you think it is helpful.
PROBLEM DESCRIPTION
After updating to 3.7.0-dev.30, the reported values of nrgtotal, nrgheat, dhw.nrg from the boiler (Buderus GB172 in my case) change compared to 3.6.5:
reported values in 3.7.0-dev.30:
3.6.5:
It looks like
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
TO REPRODUCE
update from rel. 3.6.5 to 3.7.0-dev.30 and check the above mentioned values
EXPECTED BEHAVIOUR
reported energy values are correct (total energy value is increasing, hot water energy reports a value)
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Thank you for maintaining this great piece of software to keep my heating connected!
Let me know if I can help with any further information.
System info and all values for 3.7.0-dev.30 and 3.6.5:
emsesp_system_allvalues-3.7.0-dev.30.txt
emsesp_system_info-3.7.0-dev.30.txt
emsesp_system_allvalues3.6.5.txt
emsesp_system_info-3.6.5.txt
The text was updated successfully, but these errors were encountered: