We have had one radiator plumbed in an odd way in parallel to the heatsource, some 10 years ago. We had a "regular" boiler at the time, with a pump far away from the boiler. I queried it with the plumber years ago when he did it - he just said I didn't know what I was talking about, plumbed it how he liked, and I just left him to it - it seemed to work with the boiler - but who knew how well as nobody checked beyond everything "gets hot". Anyway, now we have a heatpump with a cop display - if I turn that radiator on then the COP plummets from 4 down to 3. It's because that radiator steals some of the flow from the heatpump, so the heatpump has a low flowrate and is forced to supply water inefficiently at a higher temperature (it is a simple heatpump).
In contrast all our other radiators are best left on full - the TRVs are removed from all downstairs radiators, leaving some adjustability in bedrooms.
@kev-m I can access the energy delivered and consumed but was hoping the MELcloud app would show me the COP like it does on your example. I don't have MMSP.
Interestingly my heating was turned off during the summer and the ASHP was only heating the DHW yet the MELcloud is still, as per my pic above, still shows energy being consumed for heating. What's that all about I wonder?
Retrofitted 11.2kw Mitsubishi Ecodan to new radiators commissioned November 2021.
14 x 500w Monocrystalline solar panels.
2 ESS Smile G3 10.1 batteries.
ESS Smile G3 5kw inverter.
Here is a clear example for people on logging issues with apps. On the left you have the reported from my Midea app, 2kw per hour for the heat pump. On the right is the direct reading through my battery inverter, which tracks house load. Given my base load is around 400w the heat pump is drawing around 1.3/1.4kw - but reporting 2kw. Looks like Midea rounds up, so all my COP figures will actually be better than I calculated. I am going to ask Midea if they can update the app module to include decimal places.
Â
Update from Midea
Q to Midea:
Thanks for your reply.
Please note that our technical team is already working on it, and we promise that it will be fixed as Soon as Possible.Â
Appreciate your patience.
Â
Best regards,
Mark D
MSmartHome Support Team
Posted by: @morgan@kev-m I can access the energy delivered and consumed but was hoping the MELcloud app would show me the COP like it does on your example. I don't have MMSP.
Like you, I don't have MMSP and I don't have a "CoP" line on my MELcloud. However, if you use the developer tools on your browser to see the raw JSON response of the report, it does actually contain that information, even though it doesn't show it on the graph.
This is what that looks like (in Firefox):
(hope that picture attaches properly)
I've made a script in R to download all the raw data returned in JSON format and plot it, but if you want to do that it's a bit technical. There's no easy way of doing it, and no public API, which is very frustrating...
Interestingly my heating was turned off during the summer and the ASHP was only heating the DHW yet the MELcloud is still, as per my pic above, still shows energy being consumed for heating. What's that all about I wonder?
My guess is that it's the "idle" power consumption that it attributes to heating (2-ish kWh per day, so 85-ish kW idle). I don't think any of it is measured particularly accurately without the MMSP stuff. Again, frustrating, not sure why that isn't just standard!
Â
ASHP: Mitsubishi Ecodan 8.5kW
PV: 5.2kWp
Battery: 8.2kWh
Posted by: @scrchngwslHowever, if you use the developer tools on your browser to see the raw JSON response of the report, it does actually contain that information, even though it doesn't show it on the graph.
That is extremely interesting. I was hoping to do something similar with the Midea app, but Midea's app only runs on a smartphone in its own process, not through a browser with access to Developer tools. My intention was to be able to download the data so I can play with it and just as importantly keep historical records. I'm familiar with the basic process as a way of getting the data behind an onscreen chart. I've also dabbled in R (and usually end up tearing my hair out).
Has anyone found a way to access Midea data via a browser?
Â
Midea 14kW (for now...) ASHP heating both building and DHW
Posted by: @bataltoPlease note that our technical team is already working on it, and we promise that it will be fixed as Soon as Possible.Â
AKA 'don't call us, we'll call you', 'the cheque's in the post' etc.Â
See also above posts on getting to Midea data via a browser - if we can do that, we will have a way of downloading data, instead of having to manually transcribe it. There may even be hidden gems that don't get plotted, as in the above example!Â
Midea 14kW (for now...) ASHP heating both building and DHW
Posted by: @scrchngwslPosted by: @morgan@kev-m I can access the energy delivered and consumed but was hoping the MELcloud app would show me the COP like it does on your example. I don't have MMSP.
Like you, I don't have MMSP and I don't have a "CoP" line on my MELcloud. However, if you use the developer tools on your browser to see the raw JSON response of the report, it does actually contain that information, even though it doesn't show it on the graph.
This is what that looks like (in Firefox):
-- Attachment is not available --
(hope that picture attaches properly)
I've made a script in R to download all the raw data returned in JSON format and plot it, but if you want to do that it's a bit technical. There's no easy way of doing it, and no public API, which is very frustrating...
Interestingly my heating was turned off during the summer and the ASHP was only heating the DHW yet the MELcloud is still, as per my pic above, still shows energy being consumed for heating. What's that all about I wonder?My guess is that it's the "idle" power consumption that it attributes to heating (2-ish kWh per day, so 85-ish kW idle). I don't think any of it is measured particularly accurately without the MMSP stuff. Again, frustrating, not sure why that isn't just standard!
Â
What on earth are you talking about? Is this Greek? 😂
JSON, API, developer tools…………….. fair to say you lost me early on in your response 😂😂😂
Â
Â
Retrofitted 11.2kw Mitsubishi Ecodan to new radiators commissioned November 2021.
14 x 500w Monocrystalline solar panels.
2 ESS Smile G3 10.1 batteries.
ESS Smile G3 5kw inverter.
Posted by: @morganWhat on earth are you talking about? Is this Greek?
It might as well be Greek is you are not used to this stuff. JSON is just a way of storing data, a bit like a CSV file if you are familiar with them, but JSON is much more common on the web. API is Application Programming Interface, basically a gateway that allows others to query data from a server. In plain English, it is a web way of calling your bank and saying send me all transactions from the last month. Put these two (JSON and an available API) together and with the right code you can download data.Â
The problem is the API doesn't exist so we move on to method 2, basically looking behind the scenes to see what is being downloaded in the background. That's where browser Developer Tools come in, they allow us a way of seeing whats going on in the background. What @scrchngwsl's screen grab shows is a json response for various things eg Hot water, Heating and COP. Those strings of numbers are the individual data points. You can select them and then copy and paste them into a spreadsheet, and bingo, you have your own data.Â
Comment in passing: the COPs are to a vast number of decimal places. I suppose that is possible if they just do a division, but odd not to round them to say 2 decimal places.Â
Midea 14kW (for now...) ASHP heating both building and DHW
@cathoderay could you emulate an Android phone on the PC and capture the data coming in. Maybe via wireshark?
Posted by: @bataltocould you emulate an Android phone on the PC and capture the data coming in. Maybe via wireshark?
We talked about this a while back. Emulating android on a PC is a nightmare, and generally fails, mostly on connectivity eg Bluefang doesn't work, stuff in the emulator can't see stuff outside it, so can't set up the app. I had a look at wireshark, and it made my head hurt.
I'm wondering whether mi-cloud (
is the way to go. As I said recently, it appears to have a consumer/home owner dashboard, but I only managed to get into an installer dashboard, and couldn't connect to anything. It's from our dear friends at Freedom, so I am not holding my breath.
Forecast for the next few days especially next weekend looks like it might get cold enough to test our systems a bit more thoroughly. A sort of mini beast from the east coming our way.  Â
Midea 14kW (for now...) ASHP heating both building and DHW
Posted by: @cathoderayPosted by: @morganWhat on earth are you talking about? Is this Greek?
It might as well be Greek is you are not used to this stuff. JSON is just a way of storing data, a bit like a CSV file if you are familiar with them, but JSON is much more common on the web. API is Application Programming Interface, basically a gateway that allows others to query data from a server. In plain English, it is a web way of calling your bank and saying send me all transactions from the last month. Put these two (JSON and an available API) together and with the right code you can download data.Â
The problem is the API doesn't exist so we move on to method 2, basically looking behind the scenes to see what is being downloaded in the background. That's where browser Developer Tools come in, they allow us a way of seeing whats going on in the background. What @scrchngwsl's screen grab shows is a json response for various things eg Hot water, Heating and COP. Those strings of numbers are the individual data points. You can select them and then copy and paste them into a spreadsheet, and bingo, you have your own data.Â
Comment in passing: the COPs are to a vast number of decimal places. I suppose that is possible if they just do a division, but odd not to round them to say 2 decimal places.Â
Oh wow. Everything is now so much clearer.......................not 🤨 🤨 🤣Â
Probably best I give this topic a miss lol.
Â
Retrofitted 11.2kw Mitsubishi Ecodan to new radiators commissioned November 2021.
14 x 500w Monocrystalline solar panels.
2 ESS Smile G3 10.1 batteries.
ESS Smile G3 5kw inverter.
-
Rate the quality of your heat pump design and installation
4 months ago
-
Vaillant Arotherm yeild and COP readings
12 months ago
-
What is the most important factor for you when choosing a heat pump brand?
1 year ago
-
Viessmann Vitocal 250-A in the UK
1 year ago
-
Slash Your Heat Pump Bills Overnight
2 years ago
Currently viewing this topic 1 guest.
- 26 Forums
- 2,171 Topics
- 47.8 K Posts
- 42 Online
- 5,744 Members
Podcast Picks
Latest Posts
-
RE: Big Changes Coming to Our Heat Pump System
@editor A blessing in dis guy?😉 Toodles.
By Toodles , 7 minutes ago
-
RE: MCS certificate SCOP vs real-world performance
MCS:3.65 Reported by Vaillant: 3.96 (heating only); 3....
By JamesPa , 1 hour ago
-
I think, based on what others have said here, that the ...
By JamesPa , 1 hour ago
-
RE: Mitsu PAR-WT60R Wireless Controller - options
@abernyte Thank you for passing on your experience and ...
By DavidAlgarve , 3 hours ago
-
RE: Powerwall 3 or Myenergi or something else?
Yes I was thinking of outdoor, IP65 batteries with buil...
By Temperature_Gradient , 4 hours ago
-
RE: Help me keep the faith with my air source heat pump installation
Water pump will certainly make a hum (which could conce...
By JamesPa , 7 hours ago
-
@jamespa Thanks. Yeah any adjustments Ive made at pr...
By cliffhanger , 7 hours ago
-
RE: How to choose Towel Rails for an ASHP
@rob-nezard yes absolutely. Here is the link and a pho...
By GrahamF , 2 days ago
-
@mixergy Thanks for the update, I would appreciate some...
By bontwoody , 2 days ago
-
RE: Is Your Broadband Router the Weak Link in Your High-Tech Home?
Unfortunately I'm not that well connected 😂 ...
By Scalextrix , 2 days ago
-
RE: A Customer's Lessons Learnt from a Heat Pump Installation in a Large House
It is interesting to see what our new Grant Aerona 290 ...
By GrahamF , 2 days ago
-
RE: Testing new controls/monitoring for Midea Clone ASHP
I've never physically seen it, but I seem to recall som...
By cathodeRay , 2 days ago
-
RE: Midea ASHP – how to set weather compensation
I noticed that too and thought the same thing, but then...
By cathodeRay , 3 days ago
-
RE: Ya can’t win! It is S*d’s Law!
@old_scientist If IOF is still running next late spring...
By Toodles , 3 days ago
-
RE: Electricity price predictions
Those of you on Agile will do well tomorrow; there are ...
By Toodles , 3 days ago
-
RE: Who’s Caved and Switched the Heating On Already?
We've been running our Ecodan system, installed in June...
By Sheriff Fatman , 3 days ago
-
Ok. Two schools of thought. The first is to run the ...
By JamesPa , 4 days ago
-
@drei Willing as I am to help, I don't think I'm yet ...
By JamesPa , 4 days ago
-
Selling 5 year old ASHP & Gas Combi Boiler - £590
Selling a 5-year-old Daikin Altherma Hybrid Air Source ...
By Paul G , 4 days ago