Joining the Renewable Heating Hub forums is completely free and only takes a minute. By registering you’ll be able to ask questions, join discussions, follow topics you’re interested in, bookmark useful threads and receive notifications when someone replies. Non-registered members also do not have access to our AI features. When choosing your username, please note that it cannot be changed later, so we recommend avoiding brand or product names. Before registering, please take a moment to read the Forum Rules & Terms of Use so we can keep the community helpful, respectful and informative for everyone. Thanks for joining!
@pash44pump what we did to resolve a not too dissimilar issue with our installers was to simply provide them some screenshots of our graphs showing IAT, OAT, and flow temp over a 24 hour period or so- as Cathoderay says the proof is in actually whether it works, rather than heat loss estimations. For us this clearly evidenced that a max flow temp of 45 (which they specified would be required to meet design temp at -2) was not enough to keep the house warm enough, when it was between 0 and -2 outside.
Hope you get it all sorted.
@pash44pump - to collect the IAT/OAT data, can I suggest you get a couple (more if you want) of these RC-4 data loggers:
Ebay listing here, these are used but look OK to me, under a tenner each. New ones are also available for about £20, see also on Amazon. They run for ages off a button cell, logging the air temperature at whatever interval you specify (I use an hour). You can then download the data over USB in spreadsheet format using a rather clunky software interface and produce whatever charts take your fancy.
I haven't done it (because I get the data via the wired controller), but it may also be possible to record at least an approximation to the flow temp, by taping and then insulating the supplied external probe onto the primary flow pipe. For air temps, you don't need the external probe.
I can go into more detail later if necessary, but there is one potential difficulty: the time stamps in the two (or more) data sets are different eg one data logger records the temp at nine minutes past the hour, the other at ten minutes past the hour, ie the data is out of sync, which can make for awkward plotting, but there are ways round this eg just remove the minutes (datetime stamp becomes yyyy-mm-dd-hh, but you do have to be careful, spreadsheets can be very annoying in the way they handle date/time) .
Midea 14kW (for now...) ASHP heating both building and DHW
@benson thanks. @cathoderay suggests using data loggers to collect the data. How did you do it? Same method or different?
@pash44pump at the time I was using the homely installer dashboard, as this is what I had initially installed as the controls. This provided plots of all of the different running parameters on an easy to read graph, if you registered as an installer and got access via the backdoor to speak (homely don't really want customers seeing the data for some unfathomable reason). You can see in this screenshot with the max flow temp set at 46, that the IAT would struggle to reach 20 when outdoors it was around zero degrees C, and this is what I used to evidence our particular case.
screencapture-dashboard-homelyenergy-charts-d4-d4-da-14-58-88-2025-01-04-21_37_04.pdf
I now use home assistant and a svenar heat pump controller (which basically allows integration of the controls and measurement parameters from the heat pump in HA and connects via modbus) due to a few issues with homely, and this essentially provides the same thing. I have a tp link temp sensor again all integrated within HA, which measures the indoor hallway temp. The below is a screenshot where I have just isolated the outlet temp and the hallway temp sensor. Obviously the outlet flow temp at the moment is just for hot water.
I don't know if you use HA. I'd probably class myself as a beginner, but it is quite easy to set up. Others might be able to advise on a simpler or indeed cheaper solution but this is what I have done. I can also adjust the WC parameters vi HA as well. I went for the ready made home assistant green which was even easier to get all up and running. Likewise the svenar controller is an out of the box solution made by a chap called Sven who lives in the netherlands....clearly a small business/DIY type setup but I really like it thus far.
I think cathoderay would have been recommending those devices as the cheapest starting point to logging data. CR is far more knowledgeable than I when it comes to this sort of thing so may be able to provide further advice.
Posted by: @bensonI don't know if you use HA. I'd probably class myself as a beginner, but it is quite easy to set up. Others might be able to advise on a simpler or indeed cheaper solution but this is what I have done.
HA does work for some, but I found it over-complicated, a bit like using a sledge hammer to crack a nut. I do in fact still have it installed, but my primary monitoring is done over modbus (Midea and Midea clone heat pumps make this relatively easy) using python scripts (which is what HA does under the hood). The raw data ends up in csv files, not a temperamental database setup (HA uses sqlite which is OK until HA corrupts the main database file) and can be plotted either in any spreadsheet or using something a bit more chart focused like plotly in python (see the chart I posted recently for an example). The other advantage of this approach is you can do DIY 'smart' controls' eg my auto-adapt script which tweaks the weather curve and thereby the LWT in response to the IAT being too low or too high.
The weak points in Midea based monitoring are the IAT and OAT. The former uses a sensor in the wired controller, nut much use if the wired controller is in a non-living space (mine is in the airing cupboard), and the OAT sensor is in the heat pump, believed to be near the air intake, meaning it is in fact the air intake temp, close to but not the same as the OAT. The IAT I now monitor with a separate modbus temp sensor place centrally in the living space.
@pash44pump - it all depends how much time and money you want to invest. Some time ago I wrote a guide on how to do it the way I did it, see here, so far complete apart from the code details which I have for my sins never got round to posting. But it will give you an idea of what is involved if you do go down this route. The reward is very robust and detailed monitoring.
Midea 14kW (for now...) ASHP heating both building and DHW
@cathoderay is one possible slight advantage with the HA setup the ability to integrate a wireless smart temp sensor?
I've also got an auto adapt of sorts via an automation to lower the curve if the IAT rises. Yet to be tested though.
Posted by: @bensonis one possible slight advantage with the HA setup the ability to integrate a wireless smart temp sensor?
I think the setup I have could use wireless sensors, the mini-pc has a wireless card, but being paranoid about some joker dialing my DHW temp up to 90 degrees I chose to go down the wired route. It's also simpler, two wires, no networking hardware or configuration to set up.
Posted by: @bensonI've also got an auto adapt of sorts via an automation to lower the curve if the IAT rises. Yet to be tested though.
I am sure that is possible, and once you test it, plus or minus a few tweaks, it will work. But I think, being HA, the code will be less human readable. One thing to watch out for if you haven't, make sure you don't have anything that can do a runaway continuous positive feedback thing. You don't want your heat pump to do this:
Midea 14kW (for now...) ASHP heating both building and DHW
@pash44pump My opinion on data collection is the following:
Regarding OAT, I would use the pump's sensor, since it is this value that the system uses to control outflow water temperature.
Regarding, IAT, I would use the wired controller's value, if it is correctly positioned, i.e. in a "representative" location, away from heating or cooling sources.
These 2 values, together with water temperature can be initially monitored manually for a period of 16 hours (that is 24 minus sleep).
Your installer can also record these values I think, by connecting remotely to the wired controller.
I assume these would be enough to decide what is wrong with the installation.
My feeling is, the system will be adequate for the UFH of the ground floor, but not for the whole house.
Midea MHCV10WD2N7 R290, 5.8kWp energy community solar power.
Posted by: @tasosThese 2 values, together with water temperature can be initially monitored manually for a period of 16 hours (that is 24 minus sleep).
Your installer can also record these values I think, by connecting remotely to the wired controller.
I don’t get how you’d do this effectively without something collecting the data and plotting it on a graph, over time. Snapshot data manually read from the control panel every now and again is surely of limited use?
@benson I believe, noting the data in 16 hourly intervals should be more than enough for the purpose we are discussing (after the system has been working for some days). That is if the user is willing to do it. Otherwise, of course he may invest in the other things that have been suggested.
Midea MHCV10WD2N7 R290, 5.8kWp energy community solar power.
Posted by: @tasosRegarding OAT, I would use the pump's sensor, since it is this value that the system uses to control outflow water temperature.
Regarding, IAT, I would use the wired controller's value, if it is correctly positioned, i.e. in a "representative" location, away from heating or cooling sources.
On the OAT, what you say is true, it is the value the system uses to set the leaving water temperature via the weather compensation curve, which I thought made sense, but @jamespa has done some work based on the fact the building, which is what loses heat, is sitting in another slightly different temperature. See again my recent plot with the OAT spikes (especially pronounced because they are associated with defrost cycles).
One the IAT, yes, fine if the wired controller is in a representative location, but what if it is not (mine isn't, it is in the airing cupboard, along with the DHW tank). An RC-4 data logger (like the one I linked to before) is the obvious simple inexpensive solution if the owner doesn't want to go down the full monitoring route. In fact, two RC-4s can take of both the IAT and the OAT.
There is really only one definitive test @pash44pump needs to do, record the IAT in one or more locations for a few hours minimum, preferably (much) longer, at a time when the OAT is at or very close to the design OAT. RC-4s can do that. Then plot the two on a chart and you have your answer.
Midea 14kW (for now...) ASHP heating both building and DHW
@cathoderay OK let's wait and see, it sounds an interesting exercise.
Midea MHCV10WD2N7 R290, 5.8kWp energy community solar power.
- 26 Forums
- 2,613 Topics
- 61 K Posts
- 396 Online
- 6,981 Members
Join Us!
Worth Watching
Latest Posts
-
RE: Solar Power Output – Let’s Compare Generation Figures
@toodles Im trying me best to ignore orangeman, I figur...
By Papahuhu , 4 hours ago
-
RE: Growatt battery disconnected
We assume that 'electrician' was a UKPN engineer @eliuc...
By Transparent , 4 hours ago
-
RE: New Vaillant aroTherm Plus in black - When will it come to the UK?
Heat Geek already has the Pro on offer now: even mo...
By marcexec , 14 hours ago
-
RE: Indevolt Batteries UK Support & Info Thread
@batpred by default the socket (Indevolt call it the by...
By Mars , 1 day ago
-
@toodles That’s way better per kWp performance than our...
By Papahuhu , 1 day ago
-
RE: Electricity price predictions
I was showing a friend around all our renewable tech to...
By ChandyKris , 1 day ago
-
RE: Help me keep the faith with my air source heat pump installation
Just seen the videos for the new arotherm pro. They’ve ...
By AdamK , 1 day ago
-
The installer guide here suggests that the ODU has no ...
By JamesPa , 1 day ago
-
RE: Anyone concerned about GivEnergy?
From the thisistsaffordshire web page it is indeed impo...
By KevH , 1 day ago
-
We don't have time-stamps on those screenshots, nor do ...
By Transparent , 1 day ago
-
It seems odd these companies don't design and ...
By ASHP-BOBBA , 2 days ago
-
RE: Ecoflow UK Support & Info Thread
As promised, the review is out:/p> See discount codes...
By Mars , 2 days ago
-
@cathoderay great, thank you.
By Painter26 , 3 days ago
-
RE: Microbore heat pump installs
When I wrote the piece I didn't have anything in mind, ...
By JamesPa , 3 days ago
-
RE: Water law settings... A year on
@jamespa I've adjusted a few parameters 201 is no...
By Profzarkov , 3 days ago
-
RE: Installer Fitted 9kW Instead of 11kW Heat Pump and Changed MCS Paperwork - What do I do?
@lejamaiscontent There’s a couple of things to add. We ...
By Judith , 3 days ago
-
RE: Seeking ideas / information / commiseration - Pure Drive
That may well be correct. However we don't have enoug...
By Transparent , 3 days ago
-
RE: Rate the quality of your heat pump design and installation
@editor Thank you. I joined because I really liked your...
By claireisamazing , 4 days ago
-
RE: UK DIY Battery: SEPLOS 48V 200Ah x2 + Sunsynk 8K – Safe Installation for Garage Conversion
@madsid I don't quite understand what extra you need...
By Bash , 4 days ago
-
@transparent thank you. Be Thursday before my mate giv...
By David999 , 4 days ago
-
RE: Peak Energy Products V therm 16kW unit heat pump not reaching flow temperature
@johnd our Peak system is no more. The installer cam...
By DaveC , 4 days ago
-
Hah! Well I guess we're all in the realm of conjectu...
By Transparent , 4 days ago
-
RE: Octopus Cosy Heat Pump Owners & Discussion Thread
Ah, not so useful then For sure, hopefully before ...
By JamesPa , 5 days ago
-
Thanks @editor I appreciate that things go wrong, bu...
By venkman , 5 days ago






