Question: Philio PSP05 Motion Sensor and security lighting

Good morning.
I want to control outdoor security lighting with a motion detector and am looking at the Philio PSP05 motion sensor. I’m currently using a PSP01 multi-sensor, but it’s not an outdoor product and it’s suffering in the cold wet UK winter weather.
My question is, how do I stop the motion sensor turning on the lights during daylight hours? The Vera plugin for my PSP01 has a Bypass function, so I can enable and disable it from the Vera controller. Is it the same for the PSP05?
The only other outdoor sensor is the Everspring SP816, but that’s been out of stock at Vesternet for a long time.

To only turn on lights at night, in your scene that turns on the lights when motion is detected, add this bit of lua code:
return luup.is_night()