Testing new controls/monitoring for Midea Clone ASHP
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
@grantmethestrength it was literally just out of the box plug and play. I'll email him and see what he says.
Posted by: @grantmethestrength@benson can you post an example of your automation please
sure. Here's the automation sequence, so pre requisite is that heating must be on (this is what Control Zone 1 entity is). T4H1 is the OAT value at the colder end of the curve so if it was set back from -2, to -1, this would lower the curve sufficiently so it gradually reduces IAT, I found. The last action to run in sequence is then to turn CH back on again:
Here's the code behind it as well, if this is what you meant:
alias: ASHP WC curve overshoot adjustment
description: ""
triggers:
- trigger: numeric_state
entity_id:
- sensor.temperature_humidity_sensor_temperature
above: 21.8
conditions:
- condition: device
type: is_on
device_id: d3224b34c0e7484c771e1543c8252132
entity_id: 8116be08f573f5dc01bb0d508392cfb3
domain: switch
for:
hours: 0
minutes: 5
seconds: 0
actions:
- device_id: d3224b34c0e7484c771e1543c8252132
domain: number
entity_id: 6a61ed3c9f83ad929967dfabfd642b17
type: set_value
value: -3
- sequence:
- type: turn_on
device_id: d3224b34c0e7484c771e1543c8252132
entity_id: 8116be08f573f5dc01bb0d508392cfb3
domain: switch
mode: single
@benson - you are doing this the counter-intuitive way to me, shifting the line (curve) left and right on the x axis, rather than moving up and down on the Y axis.
Posted by: @bensonpre requisite is that heating must be on
This rings a distant bell, the unit can't be in DHW mode for some reason, and looking at my code, I do have a 'is unit in space heating mode' test before running the rest of the auto-adapt script. But if you are adjusting the curve, you will be in space heating mode anyway (unless the DHW happens to be on, which as I say you can check). I am not sure you need all the on/off stuff - I just write to the register anyway (runs once an hour).
Midea 14kW (for now...) ASHP heating both building and DHW
Edit: just had a look at some of my automations and it looks like it is home assistant creating the random entity id’s still worth checking in the non yaml version that the entities are correct. It turns out Home Assistant creates its own id in the background so that even if you rename the entity it still has the same unique id for that entity.
Kind Regards
Si
——————————————————————————
Grant Aerona3 13kW
13 x 435w + 13x 480w Solar Panels
Sigenergy 10kW Inverter
16kW Sigenstor battery
Home Assistant also has an auto-entites card so you can have a card that shows all of the entities of a device this is quite useful for finding the exact entity, its current state and its history.
Kind Regards
Si
——————————————————————————
Grant Aerona3 13kW
13 x 435w + 13x 480w Solar Panels
Sigenergy 10kW Inverter
16kW Sigenstor battery
Currently viewing this topic 2 users ( Grantmethestrength, Steelbadger ) and 1 guest.
Recently viewed by users: JamesPa 10 minutes ago, Tasos 54 minutes ago.
- 26 Forums
- 2,255 Topics
- 50.2 K Posts
- 121 Online
- 5,915 Members
Join Us!
Podcast Picks
Latest Posts
-
RE: The Hidden Secret to a Successful Heat Pump: Pipe Size Matters
@old_scientist and @allyfish , thank you both for this....
By colinc , 1 hour ago
-
RE: Testing new controls/monitoring for Midea Clone ASHP
Home Assistant also has an auto-entites card so you can...
By Grantmethestrength , 2 hours ago
-
RE: PV Panels on roof in Conservation Area
@jamespa Thanks for the input James, recording Oil usag...
By colinc , 2 hours ago
-
RE: Midea ASHP – how to set weather compensation
@dgclimatecontrol - you have awoken me from my several ...
By batalto , 2 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 , 4 hours ago
-
@majordennisbloodnok The migration hasn't started in th...
By HCas , 4 hours ago
-
RE: Radiator Sizing Dilemma: Vertical vs Type 33 for Low-Temperature Heat Pump Systems
Yep that's it, but the current design would re...
By DREI , 4 hours ago
-
RE: Buying large amp bidirectional RCD and RCBO
There won't be many RCBOs with a 100mA trip rating beca...
By Transparent , 5 hours ago
-
RE: Electricity price predictions
Because its what the investors demand, simple as that. ...
By JamesPa , 5 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 , 7 hours ago
-
RE: Mitsubishi Ecodan R290 10kW performance
@dgclimatecontrol I only have 1 cylinder and I can conf...
By Ecoste , 7 hours 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 , 8 hours ago
-
RE: Grant Aerona 3 and Drayton system questions
Good man/woman that plumber! Very likely....
By JamesPa , 8 hours ago
-
RE: New build installation query
@paullacey Hi I have managed to save the fil...
By JamesPa , 9 hours ago
-
Thanks for the response @batpred Your conversational ...
By Transparent , 11 hours ago
-
RE: What should we do with our Aga?
One slightly off-the-wall suggestion is that, if you li...
By Majordennisbloodnok , 13 hours ago
-
RE: My experience with 3 heat pump surveys: Heat Geek, British Gas & Octopus
If you paid for any of the assessments try asking for t...
By JamesPa , 1 day ago
-
I've created a separate post here, wondering about radi...
By DREI , 1 day ago
-
RE: Air source heat pump roll call – what heat pump brand and model do you have?
@ecoste, @walnut-tree-cottage these are both great piec...
By JamesPa , 1 day ago




