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


Question

Posted

Hi everybody,

 

I have a a problem.

I am new in the fibaro home automation, so my question would be.

I would like that my hole light to turn off from monday to friday between morning 6 and morning 9 a clock but just when i close the main door. 

i have a main door sensor and a dimmer for the hole light. 

i have made a magic scene which turning off the light when the door has been closed. 

then i have made blocks scene in which i gave day and time from... to and repeat 0 and then run that magic scene.

magic scene working but not in that period in which i would like. 

maybe i have to make  another scene?

could you please help me with examples how can i make it?

i am 0 in lua so it would be in blocks .

thank you.

best regards

Recommended Posts

  • 0
  • Inquirer
  • Posted

    Hi again,

     

    Could you please tell me examples that for what can i use motion sensor with the door sensors and with the wall plugs?

    thank you 

    • 0
  • Inquirer
  • Posted

    Hi again,

    here is what did i made, can you all please check if is there any problem or it should be any problem.

    Mentioning that at 6 a clock at morning light turns on and at 9 a clock at morning light turns off.

    My problem is that i really do not understand that repeat every 1 minutes situation. I left it as it is.

    I did not made both scenes with timing because i just realised that i can resolve the door opening light turning on situation with a block scene as if main door breached and hole light is off then turn on light on hole.

    with the closing and turning off i must put a time interval based block scene and an and main door is safe for 300 sec then turn light off.

    lets see what do you think. 

    Thank you

    Please login or register to see this attachment.

    Please login or register to see this attachment.

    • 0
  • Inquirer
  • Posted
    Just now, Hajdu Levente said:

    Please login or register to see this attachment.

     

    Here are all my scene in my house

    • 0
  • Inquirer
  • Posted

    HI again,

     

    I have setted up three motion sensors, it is writing to me that waiting for wake up. i just have to wait and it will be all normal?

    • 0
    Posted

    After setting up the motion sensors they will wait for 'wake up'. Wake up happens after the wake up interval in motion sensors settings. Its kinda like the motion sensor every so often wakes up and just 'checks in' with the home centre - at which time it also updates any settings (or parameters) you may have changed on web interface for your motion sensor.

     

    But.... to speed up wake up and wake up manually just quickly press the button inside the motion sensor three times. This should wake it up and make that message go away quick, and its good practice to wake them up after setting up anyway to check them properly.

    • 0
    Posted
    23 hours ago, Hajdu Levente said:

    Hi again,

    here is what did i made, can you all please check if is there any problem or it should be any problem.

    Mentioning that at 6 a clock at morning light turns on and at 9 a clock at morning light turns off.

    My problem is that i really do not understand that repeat every 1 minutes situation. I left it as it is.

    I did not made both scenes with timing because i just realised that i can resolve the door opening light turning on situation with a block scene as if main door breached and hole light is off then turn on light on hole.

    with the closing and turning off i must put a time interval based block scene and an and main door is safe for 300 sec then turn light off.

    lets see what do you think. 

    Thank you

    Please login or register to see this attachment.

    Please login or register to see this attachment.

     

    Hi
    I do not quite understand your criteria for the scenes.

    But here is a new way to the scene which will turn off the lights between the hours. 6 to 9.
    ---
    Create a variable called "Light Time" it can be "on" or "off"
    Create two scenes, one who gets "Light Time" "on" time. 6
    And one who gets "Light Time" "off" time. 9
    The scenes should start with HC2 and automatic.
    -
    Then delete the interval based box.
    Put the "days of week" box in to replace and choose the days.
    Set the "Light Time" "on" as a condition of the scene can run.
    -
    On the bottom image of the scene that turns off the light, move "300" seconds, from "safe" to "turn off".

    • 0
  • Inquirer
  • Posted

    so I would like that the scene which turns off and on the hole light to be inactive from 6 at morning to 9 at morning.

    i do not want that the scenes which turning on off the light to work in that time.

     

    Set the "Light Time" "on" as a condition of the scene can run

    could you please explain to me this sentence again?

    • 0
  • Inquirer
  • Posted

    i read 50 times your quote but i have to ask you to explain more detail please because i can not get that.

    • 0
    Posted (edited)

    Hi
    Do I understand your criteria now.
    I changed the name of the variable now "LightNoOff" can be "on" "off"
    There are pictures of scenes.
    ---
    Kl. 6 set the variable to "on"
    Kl. 9 set the variable to "Off"
    ---
    The scene that turns off the light:
    When "NoLightOff" = "Off" 9 a clock, as running scene if "hole Light" is "on" and "Main Door" is closed - and turn off the lights for "300" seconds.
    When "NoLightOff" = "on" 6 a clock then running scene not.

    --

    All scenes "Start with HC2" and "Automatic"

     

    Please login or register to see this attachment.

    Please login or register to see this attachment.

    Please login or register to see this attachment.

    Edited by hTiger1
    • 0
  • Inquirer
  • Posted

    Kl?

    otherwise it is clean. I will try it and get back with result. 

    • 0
    Posted

    I think I have the same question: I would like to make a scene active only between 07:00am and 08:00am. I have tried with the "on" and "off" variable but it didn't work. Is there an easy way to do this? 

    Thank you for your help :) 

    • 0
    Posted

    I have figured it out. I converted my scene into LUA and inserted this: and (os.date("%H:%M") >= "07:00" and os.date("%H:%M") <= "08:00")

    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...