> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integratore-it/automazioni/creare-automazione.md).

# Creare automazione

Nel nomos system Controller è possibile creare una nuova automazione che risponde a condizioni e trigger specifici. Le automazioni consentono di controllare automaticamente i dispositivi o le scene in base a regole predefinite.

Passaggi per creare un'automazione:

1. **Nome dell'automazione:**
   * Inserisca un nome univoco per l'automazione in modo da poterla identificare facilmente in seguito.
   * Esempio: "Accendi le luci al tramonto."
2. **Aggiungere trigger:**
   * Clicchi "**Aggiungi il tuo primo trigger**" per definire un trigger.
   * Un trigger è un evento che avvia l'automazione, come il raggiungimento di un orario specifico, l'accensione di un dispositivo o il rilevamento di un movimento.
3. **Impostare condizioni:**
   * Facoltativamente, clicchi "**Aggiungi la tua prima condizione**" per aggiungere condizioni che devono essere soddisfatte prima che l'automazione venga eseguita.
   * Una condizione potrebbe essere, ad esempio, che l'automazione si attivi solo di notte o solo quando nessuno è in casa.
4. **Definire azioni:**
   * Clicchi "**Aggiungi la tua prima azione**" per definire le azioni da eseguire quando le condizioni sono soddisfatte.
   * Un'azione potrebbe essere, ad esempio, accendere le luci o inviare un messaggio.
5. **Abilitare azioni negative:**
   * Facoltativamente, è possibile definire anche **azioni negative** che, ad esempio, annullano un'azione specifica quando le condizioni non sono più soddisfatte.
6. **Salvare l'automazione:**
   * Dopo aver definito tutti i trigger, le condizioni e le azioni, clicchi "**Aggiungi**" per attivare l'automazione.
   * L'automazione viene ora visualizzata nell'elenco delle automazioni ed è pronta per l'esecuzione.
7. **Annulla:**
   * Se desidera annullare il processo, clicchi "**Annulla**" per interrompere la creazione dell'automazione e tornare alla schermata precedente.

<figure><img src="/files/g36Vt8VVDUDtz0OTQgsv" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.nomos-system.com/nomos-system/integratore-it/automazioni/creare-automazione.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
