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!
14kW Midea ASHP in an old leaky building
Posted by: @cathoderaya defrost cycle [...] the pump in vampire mode, sucking heat out of the building!
I think it might not be because it should be using the heat currently in the liquid on the heat pump side of your LLH and should be over before it cools the water returning from the heating loop much. This is one of the (few?) benefits of your plumbing. It's just heat that never reaches your space heating.
By the way, if yours is anything like ours, it's a pretty epic show if you see the pump doing it: clouds of water vapour spewing out across the back yard, like a supersized gas boiler exhaust.
Posted by: @cathoderayI will look into the available home assistant options. Any pointers towards some simpler, more robust systems? or where a good place to start is? To a beginner, the area looks like a field full of rabbit holes of unlimited depth.
Yeah, I can understand being cautious. I got onto the slippery slope by using OpenEnergyMonitor's emonSD card on a Raspberry Pi that I had lying around, because Mitsubishi's historical data recording is a bit of a pain in the bum to access (the dates reset every time, for example). I tried at least four home automation systems, including the popular "Home Assistant" before settling on domoticz because it is fairly simply but offers just enough expandability to cope with everything I've wanted to do. Home Assistant seemed more like the mythical Swiss Army Chainsaw: it can do everything, but it takes effort to learn it and use it properly, and if you get it wrong, you don't just shoot yourself in the foot, but cut your leg clean off!
I mention it only because it's one of the few ways I can think of overcoming the limitations in closed manufacturer controllers.
@mjr - thanks, very useful, and I agree about the defrost cycles being short, and taking the heat mostly from the primary side, as I mentioned the rads don't get noticably cooler, instead they are probably just held back a bit from getting any warmer. I actually have a plate heat exchanger rather than a LLH and so the separation of fluids is 100%, so even more of a barrier than a LLH I guess. I've yet to see a cycle in action at the heat pump, sounds like it's an impressive show!
What I've read about Home Assistant fits exactly with your description, lots of folks chain sawing through their home automation, and probably taking their legs off while they are at it! I'll have a look at domoticz, it sounds a better bet. Most of the Midea stuff on GitHub seems to be about air conditioners, and adapting it to heat pumps isn't easy because Midea use absurdly complicated security handshaking more suited to espionage than domestic heating/cooling. Then again, maybe they are in the espionage business, hence the security... I did appear to be able to connect to the Midea server, I got back on my PC the date that I first registered the Midea app, and my PC doesn't know that because I registered the app from my temporary mobile, unless the date came from the Midea controller, but I don't think so, but I couldn't get beyond that because the handshaking was too gomblicaded. I was using various python libraries, most of them from GitHub, there's plenty of them, see here. Most of the ones I tried are at the top of the list.
Midea 14kW (for now...) ASHP heating both building and DHW
@batalto - I have been looking at the Midea controller 'Operation Manual' (the small ~4in x 4in white booklet with the QR codes on the front) that came with the controller. I notice there is a section at the back called 'Modbus Mapping Table' and this seems to have addresses for a lot of the data, including stuff we or at least I, would be very interested in, like LWT/RWT, flow rates, power consumed etc. At the start of the section is says: Port: RS-485, and mentions various other things like XYE is the communication port for connecting with the hydraulic module and H1 and H2 are the Modbus communication ports. Further down it says the baud rate is 9600 and the Communication protocol if Modbus RTU (ASCII not supported).
A few pages earlier (p41 in my copy) it gives a very basic schematic for the wiring which shows A B X Y E and H1 H2 connections.
Elsewhere, on google, there are some suggestions that home automation and monitoring software like Domoticz can use these protocols. Could we be missing a simple trick here, just wire up a wired or wifi connection to the controller (H1 and/or H2 connections perhaps?), and have Domoticz read and log the data? Then we would have access to continuous real time and historical data, ambient, LWT/RWT and flow rate, power input/output, COP (calculated) etc. We could also probably see defrost cycles (LWT/RWT go the wrong way round), how long they take, how long recovery takes, power used during defrost etc. I also have the external ASHP energy use meter which has a blinking led and an optical sensor can use these to derive kWh used (>> accurate than the Midea figures, because it is all energy used, not just compressor energy used).
@mjr - you may have something to add here?
Midea 14kW (for now...) ASHP heating both building and DHW
@cathoderay I've noticed today that the Midea app is showing non-rounded numbers. It's still reporting rounded (see below) but the chart isn't rounded. Progress I guess??
Posted by: @cathoderayElsewhere, on google, there are some suggestions that home automation and monitoring software like Domoticz can use these protocols. Could we be missing a simple trick here, just wire up a wired or wifi connection to the controller (H1 and/or H2 connections perhaps?), and have Domoticz read and log the data?
I doubt they're on Google and you don't say what you found, but https://www.domoticz.com/forum/viewtopic.php?p=252020 suggests that one might only be for Midea air-con units. If you have any python system around, it doesn't look too difficult to "pip3 install msmart" and then "midea-discover" to see if it can see your heat pump.
I'm not familiar with modbus but I suspect wiring in a modbus adapter is an alternative approach, similar to wiring a cn105 adapter onto my Ecodan (except maybe other devices can do that without losing their cloud connection, which we use for RHI MMSP reporting).
Domoticz can read and log sensor data, but I think it only keeps detailed logs for a day (but summaries like max/min/mean for maybe a year?), so for deep analysis, openEnergyMonitor's emoncms is useful. It may be feedable directly from whatever connection you cook up, or Domoticz can be configured to pass things on over MQTT on a domoticz/out topic. Don't worry if that doesn't make sense yet: hopefully it will if/when you need it.
Posted by: @mjrsuggests that one might only be for Midea air-con units. If you have any python system around, it doesn't look too difficult to "pip3 install msmart" and then "midea-discover" to see if it can see your heat pump.
Yes, all the stuff I have found is for Midea AC units, but I reason they might be very similar.
I also tried using midea-discover (after pip install msmart, msart is obvs a python library/module, but midea-discover is a CLI program) and it does appear to discover my heat pump (gets things like 'id' and various token and keys) but it also says the unit is unsupported, because it isn't an AC unit... There's a fetched code that indicates what kind of unit (AC, ASHP etc) it is (looks like a hex number) and if it doesn't match a supported type, the return message in so many words is nice try but no cigar. The Midea handshaking protocols are fiendishly complicated, more suited to banking than domestic heating.
Posted by: @mjrDon't worry if that doesn't make sense yet: hopefully it will if/when you need it.
It doesn't (yet)! But I keep on seeing the same jargon. I expect in due course it will all become clearer.
Midea 14kW (for now...) ASHP heating both building and DHW
Hi @batalto. I see you have a Midea ASHP and I am scheduled to have one installed in August.
However, they really do not seem to feature in any Best Buys, etc. and I wondered what your experience has been overall. I am up in the top right hand side of Hampshire!
Thanks. Kerry
- 26 Forums
- 2,613 Topics
- 61 K Posts
- 853 Online
- 6,979 Members
Join Us!
Worth Watching
Latest Posts
-
RE: Solar Power Output – Let’s Compare Generation Figures
@toodles what a great month for solar! I love April as ...
By Andris , 58 minutes 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 , 1 hour ago
-
-
RE: Indevolt Batteries UK Support & Info Thread
@batpred by default the socket (Indevolt call it the by...
By Mars , 13 hours ago
-
@toodles That’s way better per kWp performance than our...
By Papahuhu , 15 hours ago
-
RE: Electricity price predictions
I was showing a friend around all our renewable tech to...
By ChandyKris , 15 hours 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 , 15 hours ago
-
The installer guide here suggests that the ODU has no ...
By JamesPa , 17 hours ago
-
RE: Anyone concerned about GivEnergy?
From the thisistsaffordshire web page it is indeed impo...
By KevH , 21 hours ago
-
We don't have time-stamps on those screenshots, nor do ...
By Transparent , 23 hours ago
-
It seems odd these companies don't design and ...
By ASHP-BOBBA , 1 day 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 , 2 days ago
-
RE: Water law settings... A year on
@jamespa I've adjusted a few parameters 201 is no...
By Profzarkov , 2 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 , 2 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 , 4 days ago
-
Thanks @editor I appreciate that things go wrong, bu...
By venkman , 4 days ago
-
RE: Home energy storage & battery register
AC coupled Pure Drive 10kW battery Solar PV Solis P...
By Little Lights , 5 days ago



