KNX Climate no logbook entries despite being triggered by automations

In my KNX configuration i have multiple climate entities. For some reason and i suspect it missing something, 2 of them do not have a logbook but do have a graph history. Those 2 are changed by automations i have, which i can see in the trace of said automation and its visible in the graph as setpoint changes.

The climate i have for the radiators: (the one with no logbook entries)

  - name: "Kantoor Radiatoren"
    temperature_address: "6/1/14"
    target_temperature_address: "6/1/12"
    target_temperature_state_address: "6/1/13"

And the climate entry for the airco: (this one has logbook entries)

  - name: "Kantoor Airco"
    temperature_address: "0/1/20"
    target_temperature_address: "8/1/2"
    target_temperature_state_address: "8/1/3"
    controller_mode_address: "8/1/4"
    controller_mode_state_address: "8/1/5"
    on_off_address: "8/1/0"
    on_off_state_address: "8/1/1"
    min_temp: 7
    max_temp: 31
    fan_speed_address: "8/1/6"
    fan_speed_state_address: "8/1/7"

The first one is setup with the minimum required settings.
It still works and the automations can set them both, for debugging it would be nice to have logbook entries tho.

Just noticed something: After i updated HA to 2025.2.2 all the climates turned unavailable but the airco’s then changed to heat, the radiators did not since they do not have that state in the yaml config.

Airco:
image

Radiator:
image

Maybe just the restart doing this, but might point to something?