Overlap trigger fails when overlapping object has simulate physics

I have a timer that continously checks for overlapping objects (of a class) within a trigger. It works until the overlapping object is set to Simulate Physics, then it suddenly doesn’t overlap anymore even though it’s within the trigger.

I’ve set Collision Enabled (Query

and Physics) for both objects. What am I missing here?