A Beginner's Guide to Heat Pump Monitoring Reloaded (v2)
I did made a heat meter - I used the tsic716 sensor (tho the one you point at is a lot cheaper, and similar accuracy, which is great). I connected two of them directly to an ‘mbed’ running Arm C code, bitbashing the sensors. The mbed is overkill - it doesn’t take a lot of processing power, although a low power lcd display would be nice. The same part measured flow (a square wave o/p sensor, frequency proportional to flow), and also electrical power - from a mid certified meter with an isolated optical pulse output. The mbed then calculates COP, displays it (add on 3 digit led display) and logs it (the mbed is a low power uP board, has an rtc, flash memory, both very handy for logging). Proper software engineers would hate the code- no interrupts, just does one measurement after another - takes a second or two to do the lot, fine as the heatpump and pumps run at constant speed.
What will HA run on? If it’s on a raspberry pi or similar, Googling ds18b20 and raspberry pi indicates there’s been a few projects connecting them directly - with a pull up resistor on the data line. Am I looking at the right part - it’s a one wire digital o/p part?
The sensors really need to be well connected - I ended up soldering short lengths of thin copper pipe to my flow and return pipes, that had the sensors pushed in, and insulating the whole lot. Just strapping the sensor on will almost certainly limit your accuracy. If you don’t want to solder, can I suggest fixing the sensor to the pipe with several layers of copper tape, then covering with at least 1cm of insulation, making sure there are no air gaps cooling them down.
Posted by: @georgeedjonesI’ve been hoping you’d do an update
I've been waiting for the heating season to start, once the heating is on I want to check and double check my monitoring system works as it should do, and then I will post the details. There are also some anomalies that need to be sorted out eg collecting the data and calculating the COP using different methods gives similar but not the same results, and I don't know which, if either, is right.
@robl - sounds interesting, but I have to say that one of my guiding principles has been simplicity - I want to have a system that anyone with enough interest and the ability to use a screwdriver without stabbing themselves can use. That effectively rules out Home Assistant (too complicated to set up, even in its 'green' incarnation) and raspberry Pis, arduinos and all similar hardware (again just too complicated for a novice who doesn't want to spend days leaning about such things). I don't want something that relies on proprietary or quasi-proprietary software (another reason for ruling out Home Assistant) because all too often the developers will introduce breaking changes and/or insist on arbitrary system requirements, and likely as not they will store the data in hard to access databases (I use csv files, very robust and accessible). The whole package also needs to be affordable - off the top of my head, I think I spent £50 or thereabouts in total.
In brief, I have a small fanless PC running linux (for historical reasons, it could also run Windows) with a wired modbus RTU connection to the Midea wired controller, USB connection at PC end, screwed wire connectors at Midea wired controller end. A simple, and I mean simple, python script uses the python minimalmodbus module to get data over modbus once a minute from the wired controller, and logs it to a csv file. Another simple python script then converts that minute data into hourly and daily data, and logs the hourly and daily data into their own respective csv files. For charting, I use a mixture of spreadsheets (another reason for using csv files, spreadsheets can chart then out of the box), highcharts.js and plotly in python. And that's it.
The obvious downside to this approach is that it is totally dependent on Midea data. If Midea cook the books (not an absurd notion at all, remember dieselgate), then my monitoring results will also be cooked. That said, I have taken some precautions to confirm that Midea aren't roasting the data before making it available, but I can't rule out a bit of gentle simmering.
Full details to follow...
Midea 14kW (for now...) ASHP heating both building and DHW
- 26 Forums
- 2,158 Topics
- 47.4 K Posts
- 33 Online
- 5,736 Members
Join Us!
Podcast Picks
Latest Posts
-
RE: What crazy nonsense are inverter limits and why are they imposed?
@toodles its easier to clean up afterwards too 😁...
By Scalextrix , 40 minutes ago
-
RE: Heat Pump Servicing & Maintenance – Good Value or Rip-Off?
@majordennisbloodnok I too have received the email f...
By Morgan , 1 hour ago
-
RE: Who’s Caved and Switched the Heating On Already?
Central heating still switched off and will be until Oc...
By AllyFish , 4 hours ago
-
RE: Is a Valliant Inline 6kW heater a BUS buster?
Please read to the very end of this post, I shift my po...
By JamesPa , 5 hours ago
-
RE: COP is not the only measure of efficiency
We keep all our TRVs fully open using the whole house a...
By Old_Scientist , 5 hours ago
-
RE: Midea ASHP – how to set weather compensation
I think it is a bug in the code, it comes on even when ...
By cathodeRay , 19 hours ago
-
RE: Havenwise App Help & Forum Support – Get the Most from Your Heat Pump
I am pleased to say at 4pm today we have added another ...
By ASHP-BOBBA , 21 hours ago
-
RE: Buffers, hot water and cooling
@jamespa Your reasonably close! Especially with warmer ...
By dgclimatecontrol , 22 hours ago
-
RE: Renewables & Heat Pumps in the News
To unpack this a little.... 1) how many of us in this...
By Lucia , 1 day ago
-
RE: Vaillant aroTherm Plus 10kW thoughts?
@realevil the fans and fan speed / coil size (height, w...
By ASHP-BOBBA , 2 days ago
-
RE: Mitsubishi Ecodan 11kw Defrosting Issue.
@morgan this can just be done by your sepecilist when t...
By ASHP-BOBBA , 2 days ago
-
RE: Anyone still weathering it out with Agile?
@toodles I guess it all comes down to import averages. ...
By Tim441 , 2 days ago
-
RE: 300 Liter Tank - Do I have to heat it all?
The size of DHW tank affects the anti-legionella cycle....
By Transparent , 2 days ago
-
RE: Heat Pump SCOPs – The Truth Might Not Be What You Think
@scalextrix Name plate capacity
By HCas , 2 days ago
-
RE: Solar Thermal DHW and ASHP
I was originally contemplating a solar thermal installa...
By jamespetts , 2 days ago
-
RE: Solar Power Output – Let’s Compare Generation Figures
My system installed in July 2024 has produced 6.4mWh in...
By jamespetts , 2 days ago
-
RE: A Customer's Lessons Learnt from a Heat Pump Installation in a Large House
@judith thanks for your suggestions. Starting from col...
By GrahamF , 3 days ago
-
RE: Inventor (Midea) Heat Pump short cycling advice
I switched to "fan coil mode" to be able to set water t...
By immunity , 3 days ago
-
RE: DESNZ doing a survey which asks the right questions!
Without a survey their only source of data is probably ...
By JamesPa , 3 days ago