> 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/wiser-by-feller/dashboard-overview-of-connected-devices.md).

# Dashboard – Overview of Connected Devices

On the **nomos/Skills/Wiser** dashboard, you can see an overview of the devices that are already connected.

**Wiser Dashboard Overview:**

1. #### Connected Devices:
   * In the main overview, all the devices that have been added, such as **ceiling lights**, **spotlights**, **blinds**, **fans**, and more, are displayed.
   * Each device is represented by an **icon** and a **name** that is associated with the respective room.
2. **IP Address of the Controller:**
   * Above the list, you will find the **IP address** of the connected controller that manages the devices. In this case, it is 192.168.1.79.
   * This is useful to ensure that the connection to the controller is set up correctly.
3. **Add Device:**
   * In the top right corner, there is a **button to add a device** to incorporate new devices into the system. Here, additional Wiser components such as switches, lamps, blinds, and more can be added.
4. **Edit or Remove Device:**
   * Next to the add button, there is also the **option to edit** or **remove** a device. These actions can be accessed through the corresponding icons (pencil for editing, X for deleting).
5. **Detailed Information about Devices:**
   * By clicking on a device, you can access more **detailed information** such as the device status, assigned scenes, or automations.

<figure><img src="/files/wqX9dXsolsTCUryx74p9" 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/integrator-en/skills/wiser-by-feller/dashboard-overview-of-connected-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.
