Posted By docjenser on 27 Dec 2011 01:55 AM
... here is a real world performance data for vertical, horizontal (slinky) and pond loop (also slinky) ...
Interesting to see EWT examples for a cold season climate.
Nice job producing annual EWT charts that can be used to benchmark what normal performance is, useful in case something at some point breaks with respect to the water loop.
Here are 3 suggestions for removing the occasional spikes in your data:
1. Implement a rolling 24 hour average measurement on the EWT values. (If you already have a Treatment on EWT values, first copy EWT values to another device. Apply treatment F and chart EWTCopy_D values.) Now brief period outages get averaged out.
2. Implement a sample and hold function on your EWT sensor. This way, when the temp value goes to zero, it will be ignored (since you're only sampling once every 571 minutes).
3. Put the WEL unit on a high quality sine wave UPS (I use the smallest APC SmartUPS unit available). This will increase your cost of implementation by about $300, though.
In my case, for EWT, I do all 3 above to help ensure a real clean chart that autoranges nicely between the low and high temperatures (i.e. doesn't go to zero on the y-axis). Here's the example:

You also might want to consider putting ambient outside temp on your EWT chart as ambient temp is the most influencincing factor on EWT. I use a 30 day rolling average implementation (red dashed line) to ensure not being distracted by normal day-to-day variation.
Hope this helps.
Best regards,
Bill