I display COP in real-time on my monitoring web page when my GSHP units are in heat mode (see
http://www.welserver.com/WEL0043 ).
Here are the computations for COP, in WEL terminology:
3TOn = Run 3 (On/off sensor)
L2 = Pulse 4 (GSHP power sensor (all power, including pump)
G05 = (LWT sensor)
G06 = (EWT sensor)
GPM3TOn=3TOn*10.4 (water flow previously measured manually)
LD3T=G05-G06
LKBTUHOn3T=LD3T*GPM3TOn*0.5 (no anti-freeze)
L2Adj3T=L2*3TOn*0.003416-1.315 (subtract out pump power (in BTU) to match COP formula used by WaterFurnace)
N1=L2Adj3T-LKBTUHOn3T (N1 is simply a temporary, intermediate variable)
COP3T=N1/L2Adj3T
See an
NTREG Project document for a chart showing that my units run around 5.0 COP (page 6), as WF advertises.
Hope this helps.
Best regards,
Bill