Moving scene to PLEG question

Hi
Wondering if someone can point out where I an going wong with my scene

[code]Triggers
Name Description
t1BedroomD Whenever the Bedroom1 Dimmer is turned off
t1BedroomL 3 in 1 sensor (light brightness goes below 50
t1BedroomM Whenever Bedroom PIR detects motion whether is armed or disarmed

Schedules
Name On Type On Time On Days Random On Delay Off After Type Off Time Off Days Random Off Delay
s1LightTime Weekly 08:30:00 1,2,3,4,5,6,7 None Weekly 22:00:00 1,2,3,4,5,6,7 None
Conditions
Name Repeat Expression
c1 No t1BedroomD AND t1BedroomL AND t1BedroomM AND s1LightTime
Actions

Actions for Condition: c1

Device Actions:

Immediate

Device Action Arguments
Bedroom1 Dimmer SetLoadLevelTarget newLoadlevelTarget=100
Delay 05:00

Device Action Arguments
Bedroom1 Dimmer SetLoadLevelTarget newLoadlevelTarget=0

[/code]

The issue I have is that it’s not working and I expect my PLEG scripting to be at fault

Anyone able to help?

Thanks
N

My status report

[code]Triggers
Name Description State Last True Last False
t1BedroomD Whenever the Bedroom1 Dimmer is turned off true 2015-08-28 21:54:45.590 2015-08-28 21:54:37.180
t1BedroomL 3 in 1 sensor (light brightness goes below 50 true 2015-08-28 21:23:47.126 0
t1BedroomM Whenever Bedroom PIR detects motion whether is armed or disarmed false 2015-08-28 22:02:47.399 2015-08-28 22:03:38.899
Schedules
Name On Type On Time On Days Random On Delay Off After Type Off Time Off Days Random Off Delay State Last On Last Off
s1LightTime Weekly 08:30:00 1,2,3,4,5,6,7 None Weekly 22:00:00 1,2,3,4,5,6,7 None false 0 0
Conditions
Name Repeat Expression State Last True Last False
c1 No t1BedroomD AND t1BedroomL AND t1BedroomM AND s1LightTime false 0 0
Actions

Actions for Condition: c1

Device Actions:

Immediate

Device Action Arguments
Bedroom1 Dimmer SetLoadLevelTarget newLoadlevelTarget=100
Delay 05:00

Device Action Arguments
Bedroom1 Dimmer SetLoadLevelTarget newLoadlevelTarget=0[/code]

Were you just not in the time period? for the Schedule?
It looks like the schedule has yet to be true (no last on value)
And the latest time that motion was true was at 22:02 which is after your timed schedule.
So it isn’t going to work until your schedule is true.

s1LightTime - was probably created at 8:30 … it won’t automatically trigger until the specified time. So it should work OK tomorrow.

You can always change a timer’s status with the “Do it Now” button in the schedules tab.

Also there are plenty of free PDF printers (i.e. CutePDF for windows) to print your Status report. They are much easier to read when printed as a PDF file. (I down’t mean pasting images into a PDF!)

Thanks

Will test tonight

I don’t this all on my phone and the print to PDF option crashed so I just copied all the text