> 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-nl/skills/matter.md).

# Matter

#### Integratie met Matter

De Matter-integratie maakt het mogelijk om de **nomos system Controller** te verbinden met een ecosysteem naar keuze, zoals **Amazon Alexa, Apple, Google Home, Samsung SmartThings, LG ThinkQ, Home Assistant**, en meer. Dit kan eenvoudig worden gedaan door een QR-code te scannen met een compatibel apparaat.

**Installatiestappen:**

1. **Matter inschakelen:**
   * Zorg ervoor dat de schakelaar op **AAN** staat om de Matter-functie te activeren.
2. **Start Koppelen:**
   * Open de gewenste fabrikant-app. Scan de weergegeven **QR Code** op het scherm om de **nomos system Controller** te koppelen.
3. **Alternatief: Gebruik Pin-Code:**
   * Als de QR-code niet kan worden gescand, voer dan de weergegeven **Pin-Code** in uw app in om handmatig de verbinding te maken.
4. **Extra Koppeling:**
   * Om de nomos system Controller met een **extra ecosysteem** te verbinden, gebruik de knop "**Koppelingsmodus Activeren**" en herhaal stap 2 of 3.
5. **Koppeling Resetten:**
   * Om de Matter-configuratie volledig te resetten, klikt u op de rode **Reset** knop als u de verbindingen opnieuw wilt configureren.

#### Apparaten

{% hint style="info" %}
Deze functie bevindt zich nog in de test-/bètafase.
{% endhint %}

Het is ook mogelijk om **Matter-compatibele apparaten** met de nomos system Controller te koppelen.

**Installatiestappen:**

1. **App Starten:**
   * Open de fabrikant-app of een app van uw voorkeurs-ecosysteem, zoals de Apple Home-app.
2. **Start Koppelen:**
   * Selecteer het gewenste Matter-apparaat. Open de instellingen en start de **Koppelingsmodus**, en noteer de **Code**.
3. **Apparaten Beheren:**
   * Kies "**Apparaten Beheren**" op de nomos system Controller.
4. **Apparaat Toevoegen:**
   * Het apparaat in koppelingsmodus zou in de lijst moeten verschijnen.
   * Klik op **Toevoegen** en voer de eerder genoteerde **Code** in.
   * Koppelen kan enige tijd duren. Na afronding kan het apparaat hernoemd en aan een kamer toegewezen worden.
   * Herhaal stappen 2-4 voor elk extra Matter-apparaat dat u wilt toevoegen.

**Resetten:** Om de Matter-apparaatconfiguratie volledig te resetten, klik op de rode **Reset** knop. **Waarschuwing:** U zult dan alle apparaten opnieuw moeten koppelen!


---

# 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-nl/skills/matter.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.
