# MQTT

Here you can find the MQTT configuration page within the nomos system Controller, where users can set up the MQTT broker.

1. **Status:**
   * **Broker URL:** Displays the currently configured URL of the MQTT broker (e.g., mqtt://localhost).
   * **Status:** Shows the connection status of the broker..
   * **Topic Status:** Displays the status of the assigned topics (message channels).
   * **Topic Subscriber:** Number and details of clients receiving messages from a specific topic.
   * **Topic Publisher:** Number and details of clients sending messages to a specific topic.
2. **Help:**
   * Clicking on the **help** button provides assistance with configuration or issues regarding the MQTT connection.
3. **Settings:**
   * **Broker URL:** Here you can specify the URL of the MQTT broker, such as “mqtt://localhost” or an external broker address.
   * **Port:** The default port is set to **1883**, commonly used for unencrypted MQTT connections. This can be adjusted if necessary.
   * **Authentication:** When enabled, user authentication can be configured for access to the MQTT broker.

**Usage Notes:**

* **MQTT** is a lightweight messaging protocol specifically optimized for connections with minimal data traffic and low latency. It is widely used in the Smart Home sector to exchange messages between devices.
* The **MQTT broker** acts as a central unit to distribute messages between clients (devices).

<figure><img src="/files/x7ES7G9dIoq9FzsKDTYb" alt="" width="563"><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/mqtt.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.
