14kW Midea ASHP in ...
 
Notifications
Clear all

14kW Midea ASHP in an old leaky building

271 Posts
13 Users
75 Reactions
21 K Views
 mjr
(@mjr)
Prominent Member Member
1941 kWhs
Joined: 2 years ago
Posts: 304
 

Posted by: @cathoderay

a 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: @cathoderay

I 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.


   
ReplyQuote
cathodeRay
(@cathoderay)
Famed Member Moderator
6905 kWhs
Joined: 2 years ago
Posts: 1391
Topic starter  

@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


   
ReplyQuote
cathodeRay
(@cathoderay)
Famed Member Moderator
6905 kWhs
Joined: 2 years ago
Posts: 1391
Topic starter  

@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


   
ReplyQuote



(@batalto)
Famed Member Member
3655 kWhs
Joined: 3 years ago
Posts: 1091
 

@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??

Screenshot 2022 12 15 09 02 20 40 ffcbf0a849eb2d1a437fc62150eff770

12kW Midea ASHP - 8.4kw solar - 29kWh batteries
262m2 house in Hampshire
Current weather compensation: 47@-2 and 31@17
My current performance can be found - HERE
Heat pump calculator spreadsheet - HERE


   
ReplyQuote
 mjr
(@mjr)
Prominent Member Member
1941 kWhs
Joined: 2 years ago
Posts: 304
 

Posted by: @cathoderay

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?

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.


   
ReplyQuote
cathodeRay
(@cathoderay)
Famed Member Moderator
6905 kWhs
Joined: 2 years ago
Posts: 1391
Topic starter  

Posted by: @mjr

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.

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: @mjr

Don'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


   
ReplyQuote
(@kbedders)
New Member Member
20 kWhs
Joined: 2 weeks ago
Posts: 1
 

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

This post was modified 2 weeks ago by Mars

   
ReplyQuote
Page 23 / 23



Share:

Join Us!

Latest Posts

Heat Pump Humour

Members Online

x  Powerful Protection for WordPress, from Shield Security
This Site Is Protected By
Shield Security