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

Scene without trigger


Question

Posted

Hello,

 

Newbie for the Fibaro system, I'm using HCL and 2 x Relay Modules + 1 dimmer module + 1 plug in my living room. I want to create some shortcut scenes in order to use as a widget in my iPhone. Some example scenes are;

 

- ALL LIGHTS ON : Which sets all modules to ON (dimmer %100)

- ALL LIGHTS OFF : Which sets all modules to OFF 

- Reading : Which sets all modules to OFF except dimmer (setted to %70)

 

Now, when I try to create first scene, it always starts with an "IF" condition. However, my main purpose to combine some bulk actions together. 

 

The only way I found is to set an impossible trigger (such as IF THE WEATHER IS 200 C, THEN ..). Is this the correct configuration for my purpose or am I missing something?

 

Thanks in advance.

8 answers to this question

Recommended Posts

  • 0
Posted

Hello,

 

Newbie for the Fibaro system, I'm using HCL and 2 x Relay Modules + 1 dimmer module + 1 plug in my living room. I want to create some shortcut scenes in order to use as a widget in my iPhone. Some example scenes are;

 

- ALL LIGHTS ON : Which sets all modules to ON (dimmer %100)

- ALL LIGHTS OFF : Which sets all modules to OFF 

- Reading : Which sets all modules to OFF except dimmer (setted to %70)

 

Now, when I try to create first scene, it always starts with an "IF" condition. However, my main purpose to combine some bulk actions together. 

 

The only way I found is to set an impossible trigger (such as IF THE WEATHER IS 200 C, THEN ..). Is this the correct configuration for my purpose or am I missing something?

 

Thanks in advance.

This is my question too

  • 0
Posted

You can use "Timer" and "once" and set the date back to 2010..

  • 0
Posted

You can use "Timer" and "once" and set the date back to 2010..

it works thanks Robert

  • 0
Posted

Timer does not seems to be such a good idea. It will work offcourse.
But you better make an opposite 'if statement'.

 

For example:

- ALL LIGHTS ON : Which sets all modules to ON (dimmer %100)

in this example your if condition must be 'if all lights off'.

  • 0
  • Inquirer
  • Posted

    Timer does not seems to be such a good idea. It will work offcourse.

    But you better make an opposite 'if statement'.

     

    For example:

    - ALL LIGHTS ON : Which sets all modules to ON (dimmer %100)

    in this example your if condition must be 'if all lights off'.

     

    Thanks for your reply but setting "if all lights off" seems not a good approach as I may choose to switch all lights on while only some of the light were ON.  Using ALL LIGHTS ON shortcut should not require ALL lights to be OFF.

    • 0
    Posted

    In that case, you can use 'or'. If lights 'A' are off or lights 'B' are off or ....

    Or even better, you can use a variable. Create a variable which you change if you start scene 'all lights on'. For example set variable to 1.

    In 'all lights off' scene you add an if condition 'if variable = 1' then ...

    An offcourse, also in opposite order. Don't forget to unmark the 'triggering variables'.

    Both above ways allow you to keep related items together and not abuse other variables or timers which actually doesn't do anything.

    • 0
    Posted

    My solution to this problem was to create a variable "Olways1" which has a defined value = 1. Then in the scene I use the condition "If Olways1 = 1 then... "

    • 0
    Posted

    just use virtual devices

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