How can openhab receive cyclically sended KNX telegrams if the status does not change

Hello,

I have the following problem: I need the cyclically from an presence sensor sended state in openhab. Basically no problem, but I want also to receive the cyclically sended states also when there is no change of the state.
Actually I only receive a change of the state (e.g. from OPEN to CLOSED or vice versa). My goal is to receive also the state when there is no change, because I want to retrigger a rule.
I am using oh3.2.

Thank you for your help!

So … you would use a ‘received update’ rule trigger, not a ‘changed’ trigger?

yes, “received a command” or “was updated” as rule trigger…