Hi Tony
I don't think the X200 helped, but allowing an air gap at the back of the stove, enabling flow round the back boiler has helped a lot.
The sensors are DS1820 chips which are attached to the pipework. The sensors are on a "1-wire network" which allows you to run a single cable around the house and attach sensors wherever you like, meaning the installation is not like 3 platefuls of spaghetti!
When I added the gas boiler flow/return sensors, I just connected them both to the end of the cable in the airing cupboard.
These all connected to a small computer (PIC chip) which I've made and programmed. It's taken some time, but works well. I can set the interval between readings from 1 second to months, name the sensors eg SF,SR,HW etc and the computer writes these to a CSV file like this:
[code:1]Time,HW,SF,IC,SR,IF,GF,HF,GR,IR
05:59:33,48,42,72,29,25,26,43,25,22
05:59:38,48,42,72,29,25,26,43,25,22
05:59:43,48,42,72,29,25,26,43,25,22
05:59:48,48,42,72,29,25,26,43,25,22
[/code:1]
The CSV file is saved on a normal SD card (like the one you stick in your camera) and when I want the data, I put the SD card into my laptop computer, copy the data over and load it into a spreadsheet. I use OpenOffice, but any spreadsheet will load a CSV file.
All the data is now in nice rows and columns and I just select it and use the spreadsheet graphing tools to make a nice graph to look at the data.
I really wouldn't have been able to diagnose some of these problems without it. With such a complex system, it would have been impossible to see the interaction between parts without some periodic logging.
As you can tell from the above, I'm a bit handier with computers than pipes
Just for fun, and to prove I'm bonkers I'll share this: In order to prove the stove was kettling, I attached a walkman earpiece to a bit of bent coathanger and strapped this to the stove flow, close to the stove. The earpiece acted as a microphone and the coathanger stopped it cooking. The other and I plugged into my PC and recorded it for a few hours and graphed it. Here's what I got:
View media item 2284
If I get a mo, I'll post a piccy up of the computer.
Cheers
Steve