> 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/hap-apple-homekit.md).

# HAP (Apple HomeKit)

{% hint style="info" %}
Deze vaardigheid is verouderd en wordt niet verder ontwikkeld! In plaats daarvan bevelen we [Matter](/nomos-system/integrator-nl/skills/matter.md) aan als een nieuwe toekomstgerichte standaard.
{% endhint %}

De HAP-integratie (HomeKit Accessory Protocol) maakt het mogelijk om de **nomos controller** met **Apple HomeKit** te verbinden. Dit gaat heel eenvoudig door een QR-code te scannen met uw iPhone/iPad.

**Stappen voor de installatie:**

1. **HAP activeren:**
   * Zorg ervoor dat de schakelaar op **AAN** staat om de HAP-functie te activeren.
2. **Koppeling starten:**
   * Open de **HomeKit-app** op uw **iOS**-apparaat.
   * Scan de weergegeven **QR-code** op het scherm om de **nomos controller** met HomeKit te koppelen.
3. **Alternatief: Pin-code gebruiken:**
   * Als de QR-code niet gescand kan worden, voer dan de weergegeven **pin-code** in uw HomeKit-app in om de verbinding handmatig tot stand te brengen.
4. **Status van de apparaten:**
   * De huidige status toont aan hoeveel apparaten van het nomos-platform momenteel met **Apple HomeKit** verbonden zijn. Hier in het voorbeeld: “13 van 149 apparaten worden gebruikt”.
5. **Terugzetten van de koppeling:**
   * Om de HomeKit-koppeling terug te zetten, klikt u op de rode knop '**Terugzetten**', als je de verbinding met Apple HomeKit opnieuw wilt configureren.
6. **HomeKit-app instellen:**

   * Als de QR-scan (of PIN) succesvol is gekoppeld aan de HomeKit-app, kan de integratie in de Apple HomeKit-app worden voortgezet.

   <figure><img src="/files/BtUfc638Q8Uyf7R6WItj" 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-nl/skills/hap-apple-homekit.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.
