I’m trying to setup a MDT heating actuator (AKH-0800.03). All essentials work fine, but I would also like to integrate the diagnostics text the KNX device is capable of sending. It pretty much works, Home Assistant receives the value, but it does not seem to be considered a string. It’s displayed properly, but the history is shown as a graph (with no values), therefore I can’t see any past states of the text.
Maybe have a look at the for these state changes. They might show up there.
This is actually a little bit different than entities like sun - sun is a binary_sensor with a special device_class translating True and False to different things (like window “open” “closed” etc.). So there are only 2 possible states.
Unfortunately there is no sensor device_class for pure string sensors so the UI doesn’t seem to really support these.
Sadly, it is not in the logbook. The entity does not show up at all. But it does so in the history… with the known result.
The sun sensor is a bad example, as I now know. But I have other “string sensors”, for example the IP address or SSID of ESPHome devices. They are found in the logbook.
Is there a setting, customization or anything else, that can ‘force’ an entity in the logbook instead of the history?
Aha, interesting. Can you please also post the output of for this sensor? Maybe there is something I don’t know about. But I don’t have ESPHome or any other string entity here to check.
The KNX integration generates the attribute “unit_of_measurement”, eventhough it is empty. But removing it by hand (temporarily) results in the desired outcome.
Hello,
I have also MDT heating AKH-0800. I would be interesting to know how you configured in home assistant to get all info: set point, mode, current valve position, …