This object is in archive! 

Rule dependent of a light sensor

Aril Wretblad shared this question 10 years ago
Need Answer

Hi,


How do I create a rule that, if triggered by a Fibaro door sensor (when the door opens) between 08:00-23:00, runs a scene if the light meter (Aeon Labs multisensor) is 3 lux or less?Regards,Aril

Replies (8)

photo
2

Someting like this:


When Door=open and time now between 08.00 and 23.00

If Mutlisensor Lux=3

.....

photo
1

Thanks! I kind of understand how to write the rule in text, but I can't seem to figure out how to puzzle it with the pieces in the rule creator. Is this how you should put it together?

photo
2

WHEN is ok

but then simply put:


IF (multisensor luminance <= 3)

ACTION


that's it!


Like this:

  1. WHEN gallerdorr open AND time between .....
  2. IF (multisensor luminance <= 3)
  3. ACTION

photo
1

Like this?

photo
1

If you select a action.....then yes

photo
1

Yes of course, I noticed a little too late that the action command had reset... but I figured you would see past that.

Anyways, thank you very much for the help. Very much appreciated!

Have a nice evening.

Best regards,

Aril

photo
1

Have fun.

photo
1

Hi!

Here is an exampel of a similar rule that I'm using.

Hopfully you will get some inspiration :D

Leave a Comment
 
Attach a file