AFAIK, pawn sensing can only be used to sense actual Pawn Class objects, whereas your lightbulb and its trigger volume is (I’m guessing) an Actor class object.
What you could do is setup a custom view cone instead. Add a cone component and scale it to your sight radius. Set its collision to OverlapAllDynamic and visibility off. Then run your logic on its overlap events.
Something like…