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!
I think I've hit a stumbling block, or at least when it comes to any over/undershooting adjustments. I just can't figure out a way of effectively circumventing the fact that the midea unit turns itself off when changing serviceman settings. I've tried adding a building block to the automations that slightly adjust the WCC, in that I've included a sequence action to turn the CH back on. It doesn't work though, I guess because it still does both actions at the same time so it hasn't actually 'exited' the serviceman settings before the sequence action can operate.
It is very annoying that they've designed the controls like this. The only thing I can think of doing just having set flow temperatures at particular OATs which then won't involve any alteration to serviceman settings. That said setting up automations to then dial up or down dependent upon IAT are seemingly problematic as all I can do with automations that change the value of a setting, is to specify a particular value rather than say reduce it by 1 etc.
Any other ideas welcome....
I've just defaulted back to turning off all of the automations and just running the same set curve for the time being.
Posted by: @bensonThe midea unit turns itself off when changing serviceman settings.
Are weather curve parameters changed through serviceman mode ? Not in my controller (I think).
Midea MHCV10WD2N7 R290, 5.8kWp energy community solar power.
Posted by: @tasosAre weather curve parameters changed through serviceman mode ?
They are on my Midea unit. I wonder if your more recent unit is different?
Posted by: @bensonI think I've hit a stumbling block, or at least when it comes to any over/undershooting adjustments.
Can you remind of the end to end details of how you connect to your heat pump? My auto-adapt script doesn't turn the unit off, even though it adjusts things that manually are found in the FOR SERVICEMAN menu, which means it can be done without turning off the unit.
Midea 14kW (for now...) ASHP heating both building and DHW
Posted by: @cathoderayCan you remind of the end to end details of how you connect to your heat pump? My auto-adapt script doesn't turn the unit off, even though it adjusts things that manually are found in the FOR SERVICEMAN menu, which means it can be done without turning off the unit.
Via the modbus using the svenar (ESP home?) controller. It is odd how yours works, and this device doesn't.
@tasos definitely in the serviceman settings unfortunately. Sounds like you might have a newer model perhaps.
@benson - can you provide a bit more detail, or links, or even links to the code used? Then I can compare to what I use, to see if I can spot any differences.
Midea 14kW (for now...) ASHP heating both building and DHW
Kind Regards
Si
——————————————————————————
Grant Aerona3 13kW
13 x 435w + 13x 480w Solar Panels
Sigenergy 10kW Inverter
16kW Sigenstor battery
Yikes...I don't even know how you managed to find that 😆 . I also don't know if there's any way I can change the code on the physical device I have? I can approach Mr Sven to see if he has any ideas potentially?
Posted by: @bensonYikes...I don't even know how you managed to find that 😆 . I also don't know if there's any way I can change the code on the physical device I have? I can approach Mr Sven to see if he has any ideas potentially?
lol I have been stalking his repo for a while and am currently building my own smart controller for my Grant Aerona3
Just had a look at his repo and there is no way to raise an issue on his git-repo so you would need to email him through his website.
@cathoderay is definitely onto something using minimal modbus but I just can’t walk awat from home assistant it is like a drug lol! I have a ton of esp32 chips lying around I might just build a simple controller that can control the ashp and publish the readout to HA. That said my little touchscreen project should do that.
Kind Regards
Si
——————————————————————————
Grant Aerona3 13kW
13 x 435w + 13x 480w Solar Panels
Sigenergy 10kW Inverter
16kW Sigenstor battery
The weather compensation curve 9 end point settings are in the yaml file (thanks for the github link), at lines 2722 and 2734, registers 265 and 266, but I can't make out how they are used.
There are two things in particular I want to look at: how it makes the modbus connection (the 'handshaking'), and how it writes to the register. The code I use for the latter (having used minimalmodbus to make the connection) is for example:
if aIAT - dIAT >= 3: # house is too warm, lower ends of WCC by 3 degree C
instrument.write_register(265, leftBase - 3, 0)
instrument.write_register(266, rightBase - 3, 0)
where aIAT is actual IAT, dIAT is the desired IAT, leftBase is the default left hand setting and rightBase is the default right hand setting.
@benson - no harm at all in trying to contact Mr Sven. He may not even know the problem exists, because I suspect few people are trying to do what you are trying to do. The registers are in the code because, so far as I can see, all the registers are in the heatpump.yaml file (itself quite an achievement!), whether they are directly used or not. Even the first run drying out the floor settings are in there, how many people will use them?
Note: edited for clarity, and to remove a redundant comment
Midea 14kW (for now...) ASHP heating both building and DHW
@grantmethestrength yes I remember you mentioning. Sounds impressive what you are doing. Hats off to you, and cathoderay...definitely lagging behind with respect to both of your knowhow when it comes to the more advanced stuff like coding.
I feel like this is another stupid question but could he apply a firmware upgrade remotely to all of his devices, if it was an issue with the coding? How would I know if the device is firmware upgradeable?
@benson it is based on an esp32 so yes it is updateable but you would probably need to do it yourself or send it back for an update. I haven’t used this particular one but I am assuming you had initial instructions to place a yaml file into esphome and then compile and then upload it to the device. If you get an update you would just do the same process.
Kind Regards
Si
——————————————————————————
Grant Aerona3 13kW
13 x 435w + 13x 480w Solar Panels
Sigenergy 10kW Inverter
16kW Sigenstor battery
Posted by: @bensonI think I've hit a stumbling block, or at least when it comes to any over/undershooting adjustments. I just can't figure out a way of effectively circumventing the fact that the midea unit turns itself off when changing serviceman settings. I've tried adding a building block to the automations that slightly adjust the WCC, in that I've included a sequence action to turn the CH back on. It doesn't work though, I guess because it still does both actions at the same time so it hasn't actually 'exited' the serviceman settings before the sequence action can operate.
@benson can you post an example of your automation please
Kind Regards
Si
——————————————————————————
Grant Aerona3 13kW
13 x 435w + 13x 480w Solar Panels
Sigenergy 10kW Inverter
16kW Sigenstor battery
- 26 Forums
- 2,590 Topics
- 60.3 K Posts
- 761 Online
- 6,922 Members
Join Us!
Worth Watching
Latest Posts
-
RE: Air-to-air heat pumps - best models and installers
@ashp-bobba, do I remember correctly that you install A...
By Mars , 7 hours ago
-
RE: A2A vs A2W: Which Heat Pump Would You Pick?
There isn’t as far as I know, @djh, but you’re welcome ...
By Majordennisbloodnok , 11 hours ago
-
RE: Can anyone explain the following behaviour with a Grant Aerona 3 R30 / Smart Controller?
Final Update. Yesterday, I was going through the moti...
By Unsure , 12 hours ago
-
RE: How much can an east/west solar solar system be oversized?
Best performance occurs with PV string near inverter no...
By bobflux , 12 hours ago
-
RE: Forum updates, announcements & issues
Thank you Mars for all your dedication to improvements;...
By Toodles , 15 hours ago
-
RE: Who do I complain to about a poor ECO4 installation, can anyone advise?
Take it one step at a time. If you can get the dhw and...
By JamesPa , 22 hours ago
-
RE: Selling 2 x Kensa Shoebox 7kw GSHP (New)
Hi Jain, we’ve got an ashp so I’m afraid we won’t be yo...
By Judith , 22 hours ago
-
No buffer or low loss header Grant controller in sens...
By JamesPa , 1 day ago
-
RE: Are We Sleepwalking Into Another Race to the Bottom?
That's an amazing job to get all that in there! A truly...
By Batpred , 1 day ago
-
RE: Anyone concerned about GivEnergy?
Thanks for your advice - I'll keep trying with the inst...
By JohnDwyer , 2 days ago
-
RE: Plug and play solar. Thoughts?
I am also yet to find a case where an installation that...
By Batpred , 2 days ago
-
RE: British Gas vs Octopus Energy vs Heat Geek vs EDF vs Aira vs OVO vs EON.Next vs Boxt
This is what I got from OVO. At least it was quick.. ...
By Batpred , 2 days ago
-
RE: IVT greenline HT Plus E - Circulation Pump Constantly On
Welcome to the forums. Irrespective of which brand yo...
By Mars , 2 days ago
-
RE: 7.5kW Heat Loss, But Quoted a 10kW Midea. No Re-Pipe, No Buffer Tank. Does This Add Up?
Oh, how I love these old scientists!I'm in with your 5 ...
By LeJamaisContent , 2 days ago
-
RE: Jokes and fun posts about heat pumps and renewables
@jamespa Someone who is not easily phased I suppose.
By Toodles , 3 days ago
-
@downfield Once OE had removed our gas meter and capped...
By Toodles , 3 days ago
-
Living with a Low Loss Header (Or Measure For Measure, it’s All About the Pump)
I know, low loss headers (LLHs) aren’t necessarily ‘low...
By Toodles , 3 days ago
-
RE: What is the main ‘dictator’ of Agile’s unit price?
After seeing umpteen negative price slots again today, ...
By ChandyKris , 3 days ago
-
RE: The Reality Behind a Failed Heat Pump Installation – and an IWA Insurance Rejection
@ian-w Getting back to the problem in hand, what do yo...
By JamesPa , 3 days ago
-
RE: Solar Power Output – Let’s Compare Generation Figures
@papahuhu Generally, I leave Homely to take care of mat...
By Toodles , 3 days ago
-
@judith, glad you found the story interesting. On eff...
By Mars , 4 days ago
-
RE: New Vaillant aroTherm Plus in black - When will it come to the UK?
The vaillant controller and app do all of that (and mor...
By JamesPa , 4 days ago



