Previous Topic

Next Topic

Book Contents

Book Index

Scenes

The Scene Command is a command that executes a sequence of other commands consecutively.

Creating a Scene

To create an automation scene:

  1. Optional. In the Commands tab create the commands that will participate in the scene.
  2. In the Scenes tab, click the icon in the top right corner to start creating the scene.
  3. In the Add Scene dialog, enter the following data:

    1. Enter a name for the scene (optional).
    2. Type the name of the application that this scene (and its commands) are part of (optional).
    3. Add commands to the scene by following these steps for each one:
      1. Select the automation command type from the Command Type drop-down list.
      2. If you will use a ready command, select it from the Command ID drop-down list.
      3. Click the button to add the command to the scene - the command will appear as the last one to be executed.
      4. Go to the command pane and enter a delay if needed.
      5. Use the button from the command pane to remove the command from the scene.
      6. Use the checkbox next to the to indicate whether this command should be enabled/disabled during the scene's execution. For example, you can uncheck the box temporarily if you know that the command will take quite a long time for its execution and thus slow down the whole scene execution. In order to execute the scene quickly, you can start it with this specific command disabled. You can enable it at any time later by simply checking the box.
      7. If the command is a predefined one (specified in the Command ID drop-down list), edit its parameters if required. If the command is to be defined, specify its properties.

    If you edit the properties of a predefined command from a scene your changes will be reflected in the original command itself.

  4. To complete the scene definition, click the Save button.

To edit a scene, click the button next to it in the Scenes tab of the Home Automation page.

Handling Scene Lifecycle

The scene has the following states:

You can start, quick run, pause and stop each scene in the Scenes tab.

For more information about scenes and instructions on how to create them programmatically, see the Developer Guide.