> 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/competenze/lutron.md).

# Lutron

La dashboard e progettata per gestire i **progetti Lutron** e collegarsi con la **Control Unit**. Ci sono due funzioni principali che possono essere utilizzate per la configurazione dei progetti Lutron:

1. **Scaricare il progetto dalla Control Unit:**
   * Questo pulsante Le permette di **scaricare un progetto esistente** dalla Control Unit al nomos system Controller.\
     Questo e utile per integrare le modifiche a un progetto Lutron gia esistente nel nomos system Controller.
   * Questo e utile per integrare le modifiche a un progetto Lutron gia esistente nel nomos system Controller.
   * Dopo il download, il progetto apparira nell'elenco, includendo informazioni come **nome file**, **nome**, **dealer**, **host/IP** e data dell'ultima modifica.
2. **Caricare il progetto:**
   * Con questa funzione, può **caricare** un progetto Lutron nuovo o modificato **sulla Control Unit**.
   * Questo viene utilizzato per attivare e far funzionare un progetto appena creato o modificato sull'hardware Lutron.
   * E importante assicurarsi che il progetto caricato sia corretto e completo prima di applicarlo alla Control Unit.

**Elenco dei progetti**

* Nella tabella sottostante, può visualizzare i progetti esistenti, includendo le seguenti informazioni:
  * **Nome file:** Il nome del file del progetto.
  * **Nome:** Il nome univoco del progetto Lutron.
  * **Dealer:** Il nome del fornitore o installatore che gestisce il progetto.
  * **Host/IP:** L'indirizzo IP o il nome host collegato alla Control Unit Lutron.
  * **Ultimo aggiornamento:** La data in cui il progetto e stato modificato o aggiornato l'ultima volta.

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

**Lutron / Aggiungi progetto:**

1. **IP/Host:**
   * Inserisca qui l'**indirizzo IP** o il **nome host** della **Control Unit Lutron**. Questo e necessario affinche nomos possa comunicare con l'hardware Lutron.
   * Esempio: 192.168.1.12
2. **Nome utente:**
   * Inserisca il **nome utente** necessario per accedere alla Control Unit Lutron. Per impostazione predefinita, e salvato come "lutron."
3. **Password:**
   * Qui deve inserire la **password** per accedere alla Control Unit. Una password comune per l'integrazione e "integration," ma dovrebbe essere modificata se e stata impostata una password diversa.
4. **Salva:**
   * Dopo aver inserito correttamente tutte le informazioni, clicchi su **Salva** per aggiungere il dispositivo e stabilire una connessione con la Control Unit.

{% hint style="info" %}
**Importante:**

Si assicuri che la connessione di rete sia stabile e che l'indirizzo IP sia inserito correttamente per evitare problemi di comunicazione.
{% endhint %}

<figure><img src="/files/9fWPO1flQvdK0LbYflR8" 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/competenze/lutron.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.
