KNX binary sensor junk up my logs

I have a problem with almost all knx binary sensors in my Homeassistant configuration.
I expect the sensor to report only when the status has changed or initially when HA is restarted.

In my case, the status is proactively queried several times an hour.
This fills up my logs and lets me overlook the essentials.

Here’s an example of what it looks like:


This is my config:

- name: Wohnungstür
  state_address: '6/5/0'
  device_class: door
  sync_state: init

How can I improve this?

Actually you are missing the essential here: Your KNX interface is disconnecting every couple minutes (“Nicht mehr verfügbar”) - most probably because some other integration is behaving badly. See KNX entities switching constantly from available to unavailable · Issue #59170 · home-assistant/core · GitHub

Hi farmio thanks for your quick reply and the hint.

I spend a couple of hours investigating my settings, gateway etc.
I will continue in github