This object is in archive! 
Rule dependent of a light sensor
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
No connection
Real-time notifications may not work
Someting like this:
When Door=open and time now between 08.00 and 23.00
If Mutlisensor Lux=3
.....
Someting like this:
When Door=open and time now between 08.00 and 23.00
If Mutlisensor Lux=3
.....
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?
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?
WHEN is ok
but then simply put:
IF (multisensor luminance <= 3)
ACTION
that's it!
Like this:
WHEN is ok
but then simply put:
IF (multisensor luminance <= 3)
ACTION
that's it!
Like this:
Like this?
Like this?
If you select a action.....then yes
If you select a action.....then yes
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
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
Have fun.
Have fun.
Hi!
Here is an exampel of a similar rule that I'm using.
Hopfully you will get some inspiration :D
Hi!
Here is an exampel of a similar rule that I'm using.
Hopfully you will get some inspiration :D
Replies have been locked on this page!