emoncms / MyHomeEnergyPlanner

My Home Energy Planner - Open Source home energy assessment software based on emoncms framework + openbem
GNU Affero General Public License v3.0
22 stars 27 forks source link

Reporting error on Infiltration #407

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello,

On an assessment Gervase is working on there is an issue with the house graphic for structural infiltration. Assessment id 290. Have shared it with you Carlos.

Strange thing happening:

This isn't right! Based on the ACH figure, you'd expect the reported heat-loss on the house graphic in scenario 2 to be around 17.5 W/K.

I've had a look around and can't spot what's causing this. Carlos - could you check the code to see if it's a bug? Or if it's some quirk of the calcs that I can't spot? Thanks.

cagabi commented 5 years ago

Hi, the reason why the infiltration losses are 0 in scenario 2 is because they are too little compared to the ventilation losses. Please have a look at worksheets p.180 SAP2012:

For the scenario 2 (MEV):

For scenario 3 (MVHR): its formula 24a which always takes into account the infiltration.

Would it makes sense in 24c to always apply the formula that takes into account both infiltration and ventilation?

ghost commented 5 years ago

Hi,

Sorry, only had time to review this now.

Ok that's another of the quirks of SAP - that will, if I'm reading it right, lead to an underestimation of heat losses from infiltration in some cases? I wonder why they've done that? What evidence its based on? I'm tempted to ask Diane about it - she's the infiltration in SAP expert.

I'm quite happy in the case of MHEP to ditch that and instead at 24c and as you suggest always take into account the infiltration, whatever its relative size when compared to the ventilation losses. It otherwise does look quite odd.

Do you think this is something that can be done quite simply, and then Gervase can issue this assessment?

cagabi commented 5 years ago

Hi, I have done the change and documented the difference with SAP.

gervasemangwana commented 5 years ago

Hi Carlos

Just noticed that in scenario 2 on CC_20 it still shows zero infiltration but 85 W/K ventilation. Is that right.

I’ve tried exporting the assessment and importing to a copy and also tried applying a different measure then reapply MEV but still the same.

thanks

Gervase Mangwana

Waxwing Energy 07956378981 info@waxwingenergy.co.uk

On 1 Apr 2019, at 12:56, carlos Alonso Gabizón notifications@github.com wrote:

Hi, I have done the change and documented the difference with SAP.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/emoncms/MyHomeEnergyPlanner/issues/407#issuecomment-478549385, or mute the thread https://github.com/notifications/unsubscribe-auth/APihMZkfCpQeOaY3z--8CkBZ6yNOa8Ztks5vcfP_gaJpZM4b6Yig.

cagabi commented 5 years ago

It's showing 18 for me. You may have to clear the cache of your browser to load the file of the model again. Try and let me know

gervasemangwana commented 5 years ago

Bingo!! Thanks. I even managed to work out how to just clear cache for that website only!!

OK, one more question. Why is ventilation loss zero for intermittent fan scenarios (master and scenario1?

thanks

Gervase Mangwana

Waxwing Energy 07956378981 info@waxwingenergy.co.uk

On 5 Apr 2019, at 14:17, carlos Alonso Gabizón notifications@github.com wrote:

It's showing 18 for me. You may have to clear the cache of your browser to load the file of the model again. Try and let me know

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/emoncms/MyHomeEnergyPlanner/issues/407#issuecomment-480271648, or mute the thread https://github.com/notifications/unsubscribe-auth/APihMVTXTHbYufzIPBAnZvePZihBpyO1ks5vd0zrgaJpZM4b6Yig.

cagabi commented 5 years ago

In master it's 6 W/K In scenario1 it is 0.1328W/K, does that look right?

gervasemangwana commented 5 years ago

Hi Carlos

The ventilation strategy is identical in those two scenarios.

I would have thought if it is 6W/K in master it would be 6 W/K in scenario 1.

But this may be a SAP thing interweaving ventilation and infiltration?

cheers

Gervase Mangwana

Waxwing Energy 07956378981 info@waxwingenergy.co.uk

On 8 Apr 2019, at 11:40, carlos Alonso Gabizón notifications@github.com wrote:

In master it's 6 W/K In scenario1 it is 0.1328W/K, does that look right?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/emoncms/MyHomeEnergyPlanner/issues/407#issuecomment-480779380, or mute the thread https://github.com/notifications/unsubscribe-auth/APihMZ5wHV6vJ7OG0gdvsjys8V15PExTks5vexyKgaJpZM4b6Yig.

cagabi commented 5 years ago

Again you have to look at worksheets p.180 SAP2012:

For these scenarios the calculation of the loses is 24m: in master we're in the case when (22b)m >= 1 while scenario1 is the other. So the results are a bit different.

I should have realised about it when doing the change for 22c. I guess we want to make the same change here and always apply the second formula??

ghost commented 5 years ago

Yes please – makes sense to be consistent about it.

M

From: carlos Alonso Gabizón notifications@github.com Reply-To: emoncms/MyHomeEnergyPlanner reply@reply.github.com Date: Monday, 8 April 2019 at 14:27 To: emoncms/MyHomeEnergyPlanner MyHomeEnergyPlanner@noreply.github.com Cc: Marianne Heaslip marianne@urbed.coop, Author author@noreply.github.com Subject: Re: [emoncms/MyHomeEnergyPlanner] Reporting error on Infiltration (#407)

Again you have to look at worksheets p.180 SAP2012:

For these scenarios the calculation of the loses is 24m: in master we're in the case when (22b)m >= 1 while scenario1 is the other. So the results are a bit different.

I should have realised about it when doing the change for 22c. I guess we want to make the same change here and always apply the second formula??

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/emoncms/MyHomeEnergyPlanner/issues/407#issuecomment-480830965, or mute the threadhttps://github.com/notifications/unsubscribe-auth/APjOK9hZXC_3ZLZdq8CZ4C-Vg0rB8FAyks5ve0OwgaJpZM4b6Yig.

cagabi commented 5 years ago

I have done the change and now infiltration and ventilation are always taken into account.

gervasemangwana commented 5 years ago

Thanks Carlos

Even though I’ve trashed the cache ventilation is still showing as zero in master and scenario 1.

I’ll leave it for this assessment I think. Maybe it won’t come out like this in the final report.

cheers

Gervase Mangwana

Waxwing Energy 07956378981 info@waxwingenergy.co.uk

On 9 Apr 2019, at 10:30, carlos Alonso Gabizón notifications@github.com wrote:

I have done the change and now infiltration and ventilation are always taken into account.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/emoncms/MyHomeEnergyPlanner/issues/407#issuecomment-481176176, or mute the thread https://github.com/notifications/unsubscribe-auth/APihMfRG3KOey6IK9Carf-LC-jzcHOwPks5vfF2qgaJpZM4b6Yig.

cagabi commented 5 years ago

Ups, sorry again my mistake. Try again

gervasemangwana commented 5 years ago

Thanks C

That does seem to have reduced the infiltration quite a bit in scenario 1. But no problem.

all good

Gervase Mangwana

Waxwing Energy 07956378981 info@waxwingenergy.co.uk

On 10 Apr 2019, at 17:51, carlos Alonso Gabizón notifications@github.com wrote:

Ups, sorry again my mistake. Try again

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/emoncms/MyHomeEnergyPlanner/issues/407#issuecomment-481772182, or mute the thread https://github.com/notifications/unsubscribe-auth/APihMafd9W3MeN2WqfUlzuwSod_qvwuSks5vfhaRgaJpZM4b6Yig.