Jump to content

Recommended Posts

Posted (edited)

Hello. I have a question.
How does a trigger work in automation, to which the state of another scene is added as a condition?

I need to create a scene that will be triggered by an event, but only if another scene is ready to run (that is, this another scene is not currently disabled).

How to do it?

Thank You for explanation. A.

sshot-2024-11-20-06-59-32.thumb.png.bbb4a063881cd415b6de625314feffbe.png

 

 

Edited by albry
Posted

A scene defines a set of conditions that trigger specific actions. Here's a clearer explanation and examples:

Simple Scene Examples:

  1. Condition: If Device A is ON
    Action: Turn Device B ON.
    Example:
    • If Shelly 1 is ON, then turn Shelly 1PM ON.
    • If Shelly Blu detects motion, then turn Shelly 1 ON.

Complex Scene Example:

Condition:

  • Device A (a light) is ON,
  • The temperature measured by Device B is below a specific value (e.g., 25°C),
  • Device C detects motion.

Action:
Turn ON Device D (e.g., a fan).

Example in Shelly Devices:

  • If Shelly 1PM is ON,
  • AND Shelly Blu H&T temperature < 25°C,
  • AND Shelly Blu Motion detects motion,
    THEN turn ON Shelly 1 (fan).

By organizing the scenes like this, it’s easier to understand the conditions that need to be met and the resulting actions.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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