DzVents automation wizard: Difference between revisions
Jump to navigation
Jump to search
Created page with "The '''Domoticz Automation Wizard''' is a built-in step-by-step UI tool allowing you to create <code>dzVents</code> Lua scripts without writing code. Accessible via the Events Editor, it guides you through selecting triggers, conditions, and actions. The tool automatically translates these parameters into readable, underlying code. == How to Access the Wizard == # Open your '''Domoticz dashboard''' and navigate to <code>Setup</code> → <code>More Options</code> → <c..." |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
== How to Access the Wizard == | == How to Access the Wizard == | ||
# Open your '''Domoticz dashboard''' and navigate to <code>Setup</code> → <code>More Options</code> → <code>Events</code>. | # Open your '''Domoticz dashboard''' and navigate to <code>Setup</code> → <code>More Options</code> → <code>Events</code>. (see als wiki [[Events]]) | ||
# Click the '''+ button''' to create a new script. | # Click the '''+ button''' to create a new script. | ||
# Select '''dzVents''' and launch the '''Automation Wizard'''. | # Select '''dzVents''' and launch the '''Automation Wizard'''. | ||
| Line 14: | Line 14: | ||
* '''Configuration:''' Establish exactly which device or condition to evaluate. | * '''Configuration:''' Establish exactly which device or condition to evaluate. | ||
* '''Action Setup:''' Determine the outcome (e.g., toggle another light, send a notification). | * '''Action Setup:''' Determine the outcome (e.g., toggle another light, send a notification). | ||
* '''Review & Output:''' The wizard dynamically generates the proper <code>dzVents</code> syntax, minimizing potential syntax errors. | * '''Review & Output:''' The wizard dynamically generates the proper [[DzVents: next generation Lua scripting|<code>dzVents</code> syntax]], minimizing potential syntax errors. | ||
== Typical Use Cases == | == Typical Use Cases == | ||
Latest revision as of 09:18, 10 July 2026
The Domoticz Automation Wizard is a built-in step-by-step UI tool allowing you to create dzVents Lua scripts without writing code. Accessible via the Events Editor, it guides you through selecting triggers, conditions, and actions. The tool automatically translates these parameters into readable, underlying code.
How to Access the Wizard
- Open your Domoticz dashboard and navigate to
Setup→More Options→Events. (see als wiki Events) - Click the + button to create a new script.
- Select dzVents and launch the Automation Wizard.
How it Works (UI Steps)
- Trigger Selection: Define what activates the script (e.g., a specific device turning On, a security panel state change, or a time schedule).
- Configuration: Establish exactly which device or condition to evaluate.
- Action Setup: Determine the outcome (e.g., toggle another light, send a notification).
- Review & Output: The wizard dynamically generates the proper
dzVentssyntax, minimizing potential syntax errors.
Typical Use Cases
- Linking a motion detector to a smart plug while factoring in room temperature or lux constraints.
- Setting up automatic sunset and sunrise schedules.
- Sending automated alerts if a door sensor changes state
