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 ( https://dashboard.mi-cloud.co.uk/login) 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
1 week ago
-
Vaillant Arotherm yeild and COP readings
1 year 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
2 years ago
-
Slash Your Heat Pump Bills Overnight
2 years ago
- 26 Forums
- 2,255 Topics
- 50.3 K Posts
- 300 Online
- 5,918 Members
Join Us!
Podcast Picks
Latest Posts
-
That's all good news @eliuccio ... and extra thanks f...
By Transparent , 13 minutes ago
-
RE: Mitsubishi Ecodan R290 10kW performance
@jamespa I agree, I have the installer visiting tomorro...
By Ecoste , 34 minutes ago
-
RE: Are We Sleepwalking Into Another Race to the Bottom?
@jamespa Yup! 😉 Toodles.
By Toodles , 39 minutes ago
-
RE: Grant 13kW Aerona3 - issues getting zones to temp
And just when I think great they’re coming next week to...
By Crimson , 55 minutes ago
-
RE: Very Much Awake – Renewing the Heating Industry One Step at a Time
I feel that that attitude shared by Aadil from Heat Gee...
By Toodles , 2 hours ago
-
RE: My experience with 3 heat pump surveys: Heat Geek, British Gas & Octopus
I have recently gone through the whole process. I got q...
By debT , 4 hours ago
-
RE: Electricity price predictions
I suspect it's because housebuilders have lobbied/told ...
By JamesPa , 4 hours ago
-
RE: The Hidden Secret to a Successful Heat Pump: Pipe Size Matters
and we have some of the strongest tidal flows anywhere ...
By Old_Scientist , 4 hours ago
-
RE: Midea ASHP – how to set weather compensation
@pash44pump - as I said yesterday, see if you can get i...
By cathodeRay , 5 hours ago
-
RE: Radiator Sizing Dilemma: Vertical vs Type 33 for Low-Temperature Heat Pump Systems
This looks OK. Overall you have roughly the right amoun...
By Old_Scientist , 5 hours ago
-
RE: How can I programme a setback for my Samsung Gen6 8kW heat pump?
I'm not familiar with Hive thermostats/controllers, but...
By Old_Scientist , 5 hours ago
-
RE: PV Panels on roof in Conservation Area
Oh I see, I thought that there might be some sort of ga...
By JamesPa , 9 hours ago
-
RE: Testing new controls/monitoring for Midea Clone ASHP
Thanks @grantmethestrength and @cathoderay . The reas...
By benson , 19 hours ago
-
RE: Help me keep the faith with my air source heat pump installation
@jamespa mine seems changing albeit not by much, 3.21, ...
By AdamK , 23 hours ago
-
@majordennisbloodnok The migration hasn't started in th...
By HCas , 23 hours ago
-
RE: Buying large amp bidirectional RCD and RCBO
There won't be many RCBOs with a 100mA trip rating beca...
By Transparent , 24 hours ago
-
RE: One room is colder than the rest of the house
@jamespa thanks for all the advice. Just so you know, ...
By AndrewJ , 1 day ago
-
RE: Daikin Octopus installation update - I saw my first defrost. 😍😂
My MMI is in the loft but I checked the pump flow rate ...
By RadWhisperer , 1 day ago
-
RE: Grant Aerona 3 and Drayton system questions
Good man/woman that plumber! Very likely....
By JamesPa , 1 day ago






