Switch off light after no motion HELP

Good evening

I need some help for using PLEG to be able to switch off light if no motion have been reported for last 5minutes.

Thank you

Rich

Sent from my iPad using Tapatalk

Rich,

I have this exact thing setup in my Kitchen, hopefully this will help.

Create a Schedule like the following:
[table]
[tr]
[td]Name[/td][td]On Type[/td][td]On Time[/td][td]On Days[/td][td]Random on Delay[/td][td]Off After Type[/td][td]Off Time[/td]
[/tr]
[tr]
[td]Kitchen Timer[/td][td]Self ReTrigger[/td][td][/td][td][/td][td]None[/td][td]Interval[/td][td]05:00[/td]
[/tr]
[/table]
Conditions:
[table]
[tr]
[td]Name[/td][td]Repeat[/td][td]Expression[/td][/tr]
[tr]
[td]KitchenAutoOn[/td][td]no[/td][td]!KitchenLightOn and Night and KitchenMotion and (!KitchenLightOn; KitchenMotion > 30)[/td]
[/tr]
[tr]
[td]KitchenAutoOff[/td][td]no[/td][td]KitchenLightOn and !KitchenTimer and (KitchenLightOn; !KitchenTimer) and (!KitchenLightON; KitchenLightOn > 10)[/td]
[/tr]
[tr]
[td]KeepKitchenOn[/td][td]no[/td][td](KitchenLightOn and KitchenMotion and (KitchenLightOn; KitchenMotion)) or KitchenAutoOn[/td]
[/tr]
[/table]

This should get you started, if you have any questions please feel free to ask.

Hi

Thanks. I will give it a go and let you know

Thanks

Rich

Sent from my iPhone using Tapatalk

There is also a plugin called smart switch and takes a motion and light and adds a nice interface with over rid options and such. Check that free plugin out.

[quote=“cleight”]Rich,

I have this exact thing setup in my Kitchen, hopefully this will help.

Create a Schedule like the following:
[table]
[tr]
[td]Name[/td][td]On Type[/td][td]On Time[/td][td]On Days[/td][td]Random on Delay[/td][td]Off After Type[/td][td]Off Time[/td]
[/tr]
[tr]
[td]Kitchen Timer[/td][td]Self ReTrigger[/td][td][/td][td][/td][td]None[/td][td]Interval[/td][td]05:00[/td]
[/tr]
[/table]
Conditions:
[table]
[tr]
[td]Name[/td][td]Repeat[/td][td]Expression[/td][/tr]
[tr]
[td]KitchenAutoOn[/td][td]no[/td][td]!KitchenLightOn and Night and KitchenMotion and (!KitchenLightOn; KitchenMotion > 30)[/td]
[/tr]
[tr]
[td]KitchenAutoOff[/td][td]no[/td][td]KitchenLightOn and !KitchenTimer and (KitchenLightOn; !KitchenTimer) and (!KitchenLightON; KitchenLightOn > 10)[/td]
[/tr]
[tr]
[td]KeepKitchenOn[/td][td]no[/td][td](KitchenLightOn and KitchenMotion and (KitchenLightOn; KitchenMotion)) or KitchenAutoOn[/td]
[/tr]
[/table]

This should get you started, if you have any questions please feel free to ask.[/quote]

Good afternoon

Would it be possible of a screen shot just to double I have it correct please

Thanks

Rich

Sent from my iPad using Tapatalk