Skip to content

Smart Scenes

Where you can find it

The Smart Scenes page is placed between the Data Connectors and Smart Actions items.

Find

Usage

Smart Scenes represent a way to create your own scenes without any difficult, all you need to do is just specify your conditions and their following actions There are two big panels:

  • The IF Condition one
  • The Actions one

In the first you have to select your conditions that need to be met while in the second one you declare the actions to trigger on conditions met.

Examples:

  1. [My first Smart Scene][1]
  2. [Time Scheduler Scene][2]
  3. [Check Tag Scene][3]
  4. [Node Events Scene][4]
  5. [Gateways Condition Scene][5]

Condition Panel

GitHub Logo

A condition row is composed by:

  1. The Selected Object
    GitHub Logo

The Selected one will be the subject of our condition row. There are different types:

  • Time (Time Scheduler)
  • Nodes
  • Variables
  • Gateways
  1. Condition
    GitHub Logo

This obviously represent the Condition of the row. The image above shows an example and, as can be seen, one node's tag or one node's event may be choose.

3. Check (Only for tags)
GitHub Logo

This select box specify the action of the condition in case a tag is selected

4. Value (Only for tags)
GitHub Logo

This field specify the value of the condition in case a tag is selected

Actions Panel

GitHub Logo

A action row is composed by:

  1. The Selected Object
    GitHub Logo

As the Condition Object, the selected one will be the subject of our action row. The types are different:

  • Notification (Notification to Users)
  • Nodes
  • Variables
  • Scenes
  1. Action/Command
    GitHub Logo

The Action to perform on condition met. It can be a node's command or a node's event. It can also be a variable's value change or the start of another scene.

3. Value (Only for variable)
GitHub Logo

Set the value of the selected variable.

Note

Actions rows must be valid wich means that the Action/Command column can't be empty.

Once you have completed all desired fields you are ready to start your own customized Smart Scene