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
- 22 Forums
- 2,088 Topics
- 45.8 K Posts
- 27 Online
- 3,374 Members
Join Us!
Trusted Installers
Struggling to find a reliable heat pump installer? A poor installation can lead to inefficiencies and high running costs. We now connect homeowners with top-rated installers who deliver quality work and excellent service.
✅ Verified, trusted & experienced installers
✅ Nationwide coverage expanding
✅ Special offers available
Latest Posts
-
RE: DHW SET UP with Samsung gen 5
Have always liked many Williams bros. and still do ! I ...
By Alfapat , 7 hours ago
-
We’re excited to introduce Wattson, our brand-new AI as...
By Mars , 7 hours ago
-
How not to install a heat pump
My heat pump was due to be installed in January after I...
By sandvika , 8 hours ago
-
@bart Best of luck moving forward, I look forward to he...
By ASHP-BOBBA , 22 hours ago
-
RE: Renewables & Heat Pumps in the News
By Morgan , 22 hours ago
-
RE: Ecodan EMP2 kit - is it any good?
Please note: heat meter accuracy at 95+% is as long as ...
By ASHP-BOBBA , 1 day ago
-
RE: Air Changes per Hour - ACH and the MCS requirement
@jamespa I love going on the tools, I did it yesterday,...
By ASHP-BOBBA , 1 day ago
-
RE: Flow Rate & Low Loss Headers
Houses with reasonably low loss aren't going to require...
By JamesPa , 2 days ago
-
RE: Help me keep the faith with my air source heat pump installation
If it's running on WC then at night it's quite likely t...
By JamesPa , 2 days ago
-
RE: Jokes and fun posts about heat pumps and renewables
@majordennisbloodnok That’s OK as long as the ‘Terminol...
By Toodles , 3 days ago
-
RE: RDSAP10 effect on existing heat pump EPC rating?
@aaron All features were in place for the last several ...
By AF1 , 3 days ago
-
RE: To relocate or add extra PV panels..advice required
The situation you are currently experiencing is represe...
By apollogrid , 3 days ago
-
RE: I don't need any heating in the summer. How do I turn my Samsung heat pump off?
SmartThings indeed allows remote control over the heat ...
By HCas , 3 days ago
-
RE: Remaining hot water/hot water flow meter
@lakey Hi, I had a quick read through and wanted to see...
By ASHP-BOBBA , 4 days ago
-
RE: I worry I've messed my Samsung settings up somehow
@ecobaker I missed this, sorry So 3031 was set to...
By Joshua , 4 days ago
-
RE: Forum updates, announcements & issues
@old_scientist thank you, and thank you to @Morgan for ...
By Mars , 4 days ago
-
RE: Say hello and introduce yourself
I am a UK based product manager for an energy storage s...
By shawnlee , 4 days ago
-
RE: Thinking of ripping our my IVT Greenline HT Plus C model and replacing with a gas boiler.
That's great and in principle I wouldn't disagree, but ...
By JamesPa , 4 days ago