How to only send knx telegram once

Hello Guys…
I have made some logic, controlling my outdoor lights, the rule is triggered every time the LUX sensor from the KNX updates (10 min cycle), how do you guys handle that this rule should only turn off the light, if it is turned on from here?

Every time the conditions for triggering a rule is active, then it will turn of the lights, even if it is turned on from any other rules…

I tried making a memory bit, so it only turns the light once, but i’ve seen many times that a command is lost, so it will not turn off thwe lights, and the rule only get 's one shot to turn it off…

Is there a smart way controlling this?

You need to have all the rules turning on/off this light in the same file
In the LUX rule set a flag and check the flag for turning off the light