Seems they have changed the whole application for the .3 models in comparison to .1 and .2 which were previously discussed in this topic. So not everything you read here may apply.
You could consider to start a new topic with a small guide for others using this actuator when you have successfully configured it.
This is the default setpoint_shift_max value. So I guess it received something odd at target_temperature_state_address, or nothing at all (not sure of the top of my head what it does then). When it received eg. 0 as `target_temperature_state and you set the new temp to 21 it will not send 21, but the max value to the setpoint_shift_address.
Hi, I have now read through the KNX Climate documentation as well as this and 2 other threads related to my issue - but somehow I get nowhere. My current set-up works perfectly via the Gira Mobile App - but I’d like to have it also working in HA (and through HA in Homekit too). Whatever I tried, it did not work
The only two communication objects of the heating actuator created in the ETS are:
Control value (4/2/50)
State control value (4/2/51)
I determine the actual temperature via a temperature sensor in the wall switch (7/2/50)
I enter the target temperature via the Gira Mobile App (4/2/52).
In the Gira X1 I have created a LBS that compares the target/setpoint (4/2/52) and actual (7/2/50) values and then outputs the control value (4/2/50).
So, I have these 4 group addresses:
7/2/50 - Actual temperature
4/2/50 - Control value
4/2/51 - State control value
4/2/52 - Target/Setpoint value
Most recently I tried in my knx-climate.yaml:
- name: "kitchen" # name
temperature_address: "7/2/50" # KNX group address for reading current room temperature from KNX bus. DPT 9.001
target_temperature_address: "4/2/52" # KNX group address for setting target temperature. DPT 9.001
target_temperature_state_address: "?/?/?" # KNX group address for reading current target temperature from KNX bus. DPT 9.001
min_temp: 17.0 # Override the minimum temperature.
max_temp: 24.0 # Override the maximum temperature.
The target_temperature_state_address is listed as required in the documentation.
Which address do I have to use here? Where do I get it from?
Whichever you can read the current target temperature from. Most use the regulator included in the heating actuator. If you prefer a regulator from an X1 logic you’ll have to add an address that responds to GroupValueRead requests there. It could also be a sepaarate address or the same as used for setting a new value (“4/2/52”).
- name: "kitchen" # name
temperature_address: "7/2/50" # KNX group address for reading current room temperature from KNX bus. DPT 9.001
target_temperature_address: "4/2/52" # KNX group address for setting target temperature. DPT 9.001
target_temperature_state_address: "4/2/52" # KNX group address for reading current target temperature from KNX bus. DPT 9.001
min_temp: 17.0 # Override the minimum temperature.
max_temp: 24.0 # Override the maximum temperature.
I would like to raise this topic again to see if anyone can help me here.
I have the following setup.
3 different rooms
Living room 0.2 with underfloor heating with 3 electric valves
Kitchen 0.3 with underfloor heating with 3 electric valves
Basement K.2 with underfloor heating with 2 electric valves
All valves are controlled by an MDT Heating Actuator AKH-0800.02
In all rooms I use Ekinex Tasters with temperature sensors allowing me to control the temperature per room.
Currently I have the MDT Heating Actuator set up as follows:
A Mode Integrated controller for Basement K.2 and valve 1
B Mode Continuous for valve 2 for the Basement K.2
C Mode Integrated controller for Kitchen 0.3 and valve 1
D Mode Continuous for valve 2 for Kitchen 0.3
E Mode Continuous for valve 3 for Kitchen 0.3
F Mode Integrated controller for Living room 0.2 and valve 1
G Mode Continuous for valve 2 for Living room 0.2
H Mode Continuous for valve 3 for Living room 0.2
I have created the following group addresses. (see pictures)
Now I just don’t quite understand what exactly is the function of Setpoint value offset? I have only added it to the group address for the basement, but what exactly does it do?
I would also like to be able to see per room whether there is a heat demand? At the moment I take the address 0/0/17 to determine whether there is heat demand, but this is only for all groups at once. so every thermostat is “heating” also when only the valves of 1 room are open.
Is there any way to get this also from the MDT Heating actuator per group?
For a climate entity use it for command_value_state_address. 0 will be idle, >0 active.
For other uses you can do same with a sensor entity and logic.
Otherwise see the actuators manual if it has this as binary too.
Hey Guys thank you at all that thread is really helpfull.
One more question i have. how can i configure and display the actual valve opening in percentage. In German it means Stellwert of the valve ? I have configured that he will sent the value when it is changed. But which variable it is in Homeassistant. It is under the climate or do i have to create a sensor for that ?
You can use climates command_value_state_address - it uses the value to determine idle / heating. And iirc it also sets an entity attribute.
Other than that you can always use a sensor.
Thanks Matthias, command_value_state_address im using alread for this i try to change my card for this maybe i will get a better graphical solution. If not i have to configure a sensor for it.
Another problem i have like we already talked in the discord.
If i change the HVAC Mode from Komfort to Night or Standby the Sollwert remains the actual one. But i want that the Sollwert will change to the Night or Standby temperature. In the ETS i can just config the Sollwertverschiebung for that Modes with -3K from the Sollwert. Which value i have to configure in the Homeassistant config and which KNX adress i need to use ? Somebody can help ?
So with help of Matthias i got a final configuration which is working fine for me in HA
This is working with MDT Glastaster I and MDT Heating Aktor AKH0800.002
First of all, thank you for publishing the configuration. I have made the same settings in ETS and HA. However, I noticed that after a certain time, the setpoint and the operating mode change.
I’ve the following Problem in Home Assistant:
In general the Operating Modes of all termostats should be “Komfort”. So after I configured all rooms, I set every termostat to “Komfort”. But after a few Minutes the Operating Mode changed back to “Abwesend”. I don’t understand why.