# Lutron

The dashboard is designed to manage **Lutron projects** and connect with the **Control Unit**. There are two main functions that can be used for configuring Lutron projects:

1. **Download Project from Control Unit:**
   * This button allows you to **download an existing project** from the Control Unit to the nomos controller.\
     This is useful for integrating changes to an already existing Lutron project into the nomos system Controller.
   * This is useful for integrating changes to an already existing Lutron project into the nomos system Controller.
   * After downloading, the project will appear in the list, including information such as **filename**, **name**, **dealer**, **host/IP**, and date of last modification.
2. **Upload Project:**
   * With this feature, you can **upload** a new or modified Lutron project **to the Control Unit**.
   * This is used to activate and run a newly created or changed project on the Lutron hardware.
   * It's important to ensure that the uploaded project is correct and complete before applying it to the Control Unit.

**Project List**

* InIn the table below, you can view existing projects, including the following information:
  * **Filename:** The name of the project file.
  * **Name:** The unique name of the Lutron project.
  * **Dealer:** The name of the provider or installer handling the project.
  * **Host/IP:** The IP address or hostname connected to the Lutron Control Unit.
  * **Last updated:** The date when the project was last changed or updated.

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

**Lutron / Add Project:**

1. **IP/Host:**
   * Enter the **IP address** or **hostname** of the **Lutron Control Unit** here. This is necessary for nomos to communicate with the Lutron hardware.
   * Example: 192.168.1.12
2. **Username:**
   * Enter the **username** required to access the Lutron Control Unit. By default, it is saved as "lutron."
3. **Password:**
   * Here, you need to enter the **password** to access the Control Unit. A common password for integration is "integration," but it should be adjusted if a different password has been set.
4. **Save:**
   * After entering all the information correctly, click **Save** to add the device and establish a connection with the Control Unit.

**Important:**

Make sure that the network connection is stable and that the IP address is entered correctly to avoid communication issues.

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


---

# Agent Instructions: 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:

```
GET https://documentation.nomos-system.com/nomos-system/integrator-en/skills/lutron.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
