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

Block scenes doesnt run on HomeCenter 3.


Question

Posted (edited)

Trying to get block scenes to trigger if motion sensor or binary sensor are triggered and then turn on some lights. But I cant seem to get any working. Have tried with several devices. What am I doing wrong?

Edited by Sbr77

5 answers to this question

Recommended Posts

  • 0
Posted

Without providing us what did you actually do, it is hard to help. Give me some screenshots about your scene.

But the first thing that comes to my mind, didn't you forget to tick the trigger checkbox?

 

Please login or register to see this image.

/monthly_2024_07/image.png.5d947d8d79e53653fa889832b9386ad1.png" />

  • 0
  • Inquirer
  • Posted

    Use as trigger is ticked. Having problems attaching files at the moment.

    Cant add files, server error. So here´s the LUA code.

     

    {
      conditions = { {
          id = 155,
          isTrigger = true,
          operator = "==",
          property = "value",
          type = "device",
          value = true
        } },
      operator = "all"
    }
     
     
    ACTIONS
    hub.call(53, 'turnOn')
    • 0
  • Inquirer
  • Posted

    @Neo Andersson Any tips you can share why this isnt working?

    • 0
    Posted (edited)

    1. What type is the motion sensor of?

    2. Can you see in logs, or in History panel, that when sensor is breached, there is an event tirggered?

    If not something's wrong with the sensor, or its parameters.

     

    3. What type is device 53?

    Can you see in logs or in history when the sensro breaches, there is an actiion called to the device 53?

    If not something's wrong with device or its parameters.

     

    4. Try separately check if you stand infront of the sensor, does it trigger the event?

    5. Try separatelly check if device can be truned on by button press, or by calling from LUA?

     

    6. Is your scene activated?

     

    Give me  a screenshot of the entire block scene. (not LUA)

    Edited by Neo Andersson
    • 0
  • Inquirer
  • Posted

    Reconfigure of the sensor did the trick this time even though I already tried that several times before. ....

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