I want to convert measurements from my TDC3 to kWh.
I have Flow and Return temperatures, and flow in L/min.
I'll have a go, but I'd be grateful if you could tell me if I've got it right.
My system is logging values every 10 seconds.
I have started with (1°C * 1 Litre * 4200 J ) in J / 1,000,000 [convert to MJ] / 3.6 = 0.00117 kWh
My pump is running at about 6.95 L/min, so in an hour will pump 6.95 * 60 = 417 L
Lets assume that the dT is 10°C, over the course of an hour I would get:
(10°C * 417 Litres * 4200 J ) in J / 1,000,000 [convert to MJ] / 3.6 = 4.865 kWh (I'm actually seeing around 7kW so this look wrong

)
So for the 10 second timeslice that was measured I got
4.865 kWh / 60 minutes / 6 [a 10-second slice] = 0.0135138888 kWh
So for a 10 second time slice the kWh generated is:
(10°C [delta-T] * 6.95 [pump speed in Litres / minute] * 60 [litres per hour] * 4200 J ) / 60 [minutes in an hour] / 6 [10 second timeslice] in MJ / 3.6
Miraculously that gives me the same 0.0135138888 answer

The bad news is that is giving me figures around 1,700 for the 10 second timeslice, and the TDC is telling me I'm getting about 7kW - 8kW and I can't marry the two

Thanks.