Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


  • 0

How many times will scene run?


Question

Posted

This might sound a bit stupid, knowing me it probably is!  Anyway if I have a simple block scene that is If LUX level < 45 turn on light.

 

I was wondering how often this scene runs, obviously when the lux level gets below 45, but does it keep triggering indefinitely while the lux level is below 45 or does it just trigger that once?

 

Soz for stupid question. 

5 answers to this question

Recommended Posts

  • 0
Posted

Scene will run everytime when lux level will change value. If condition wil be true (lux level < 45), it wil send command to the light to turn on (dosen't matter if light is on or off at the moment). If condition wil be false, scene will end doing nothing.

  • 0
  • Inquirer
  • Posted

    OK thanks for the reply, so if lux drops to 44 it sends on to light, so if it then 2 mins later drops to 42 it will send on again, yes?

    That makes sense, so the correct thing to do would be to check also if the light is off also, save sending repeat commands to an already on light.

    • 0
    Posted

    Yes, and yes..

     

    The correct way is to check ligt first, no unnecessary z-wave traffic

     

    in block you can do:

    if

    lux<45

    and

    light == off

    then

    light == on

     

    but in this case, you have to remove checkmark  from ligt in triggering devices, just leave only one on lux. Otherwise you will not be able to turn ligt off on the switch when lux level will be below 45. It will happen because changing of light value will activate scene also.

    • 0
    Posted

    Also depends how often your lux sensor reports changes, of course . Often there is a parameter to be set so that the change have to be substantial to avoid unnecessary battery drain and z wave traffic.

    • 0
  • Inquirer
  • Posted

    Thanks all, very much - that clears things up for me now. 

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Answer this question...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...