Posts: 279
Threads: 36
Joined: Aug 2006
Reputation:
0
Hi,
I want to turn off the lights in a room if there is no activity on the PIR after 15 minutes from 6 pm to 6 am.
I seen this somewhere but search does not return any.
Thanks
Posts: 221
Threads: 1
Joined: Sep 2007
Reputation:
0
In comfigurator, go to Security > Zones/Inputs.
Select the PIR\'s On and Off response.
Create a new response for each of them respectively as below:
Off Response:
If Hours >= 6 Then
If Hours < 18 Then
Exit Response
End if
End if
Do Output1OFF [Output 1 OFF] After 900 Seconds Using Timer01
On Response:
If Hours >= 6 Then
If Hours <18 Then
Exit Response
End if
End if
Stop Timer Timer01
Do Output1ON [Output 1 ON]
The Off Response will be executed when there\'s no movement.
On Response will be called upon activation of the PIR.
Assuming Output 1 is your intended light.
Posts: 279
Threads: 36
Joined: Aug 2006
Reputation:
0
11-28-2007, 04:41 AM
(This post was last modified: 11-28-2007, 05:42 PM by dcrera.)
Hi,
I have a problem in coding as above.
I cannot position the Exit Response as per example.
I installed version 2.2.3 from 2.2.2 and I have the same problem.
223 also lost my .ccl file.
Thanks
Posts: 221
Threads: 1
Joined: Sep 2007
Reputation:
0
Can\'t position the exit response?
What exit response?
There are only on and off response under comfigurator\'s zones/inputs tab, isn\'t it?
Upgrading comfigurator won\'t cause saved ccl files to be lost.
Maybe you\'ve accidentally deleted it.
Look at your recycle bin.