KNX Climate valve status

Hi :slight_smile:
my heating is connected via knx and mdt actuators
I’m looking for a way to read the status of the valves. I was able to read out all other values normally and also change values, but unfortunately I couldn’t find a way to read out the valve status. Has anyone done this before?

edit: data type 5.001 percent
thank you

Hi :wave:!
You can use command_value_state_address to have it as an extra attribute of your climate entity or just configure a sensor with type: percent for it. What ever you prefer - or both.

this was fast :slight_smile:
thank you very much, it seems to be working. but it is now only displayed that the heating is idling. can i also have the percentage values displayed?

edit:
ok, sorry … if i take the sensor, i can at least display it as a new line.

Thx for the solution, it works good for me.
Is it possible to integrate the value also in the climate box ?

Not with the default climate card. I don’t know anything about custom cards 🤷

Hello,
I have the same issue and found a good solution for me.
If you use that card you can add some indicators like the valve status.
https://github.com/artem-sedykh/mini-climate-card

  - type: custom:mini-climate
    entity: climate.eg_kuche_heizung
    indicators:
      stellgrosse:
        unit: '%'
        source:
          entity: sensor.eg_kuche_heizung_stellgrosse

I hope it will help you too.

1 Like