Hi,
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.
The KNX configuration:
knx:
sensor:
- name: knx_az_heating_diagnosis
state_address: "4/2/9"
type: string
sync_state: expire 30
I would like to have it represented as any other text / string base sensor (e.g. sun) and by that have access to past states.
I know I could achieve it by setting up an additional template sensor, but that are a lot of templatesensores for all heating actuators…
Is there a better way?