> 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/integrator-en/skills/eltako/add-eltako-devices.md).

# Adding Eltako devices

Once a gateway is connected, you take over its devices into the nomos system Controller – all at once or one by one.

**Initial Setup: all devices at once**

1. **Start the initial setup:**
   * On the skill page, click **Initial Setup** and then **Start**. The Controller takes over every device the gateway knows.
   * Devices that have already been imported are skipped, so no duplicates are created.
2. **Result:**
   * When the run is finished, the dialog shows which devices were **imported** and which **could not be imported**.

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

**Adding devices one by one**

1. **Open the device list:**
   * Click **Add Device**. The list of all devices of the gateway appears, each with its model designation, symbol and status.
2. **Understanding the status:**
   * **New** – the device is not in the Controller yet and can be taken over.
   * **Already added** – the device is already there and is not offered again.
   * **Not supported** – there is no profile for this Eltako device type yet.
   * Use **Reload** to fetch the list again if you have paired devices in the Eltako Connect app in the meantime.
3. **Naming:**
   * The Controller suggests the name the device carries in the Eltako Connect app. A name entered here applies in the Controller and is not overwritten by a later rename in the Eltako app.
   * Optionally pick the room the device is assigned to right away.
4. **Choose the device type (relays only):**
   * With a relay, the gateway cannot know what is connected to it. The dialog therefore asks for the **Device Type**: **Switch** or **Lightbulb**.

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

{% hint style="info" %}
**The device type decides more than the symbol.** It determines which tile the device gets in the control panel and which device type it is passed on as to Apple HomeKit and Matter. Changing it later is only possible by deleting the device and adding it again with the other type – so pick what is really connected to the relay right away.
{% endhint %}


---

# 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/integrator-en/skills/eltako/add-eltako-devices.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.
