> 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/philips-hue.md).

# Philips Hue

Hier kunt u uw Philips Hue-lampen en -verlichtingssystemen verbinden en beheren met de nomos controller.

**Stappen voor de installatie:**

1. **Verbind de Hue Bridge:**
   * Om Philips Hue-apparaten te integreren, moet de Philips Hue Bridge al zijn ingesteld en met het netwerk verbonden zijn.
   * Op de nomos system Controller kunt u de Philips Hue-integratie starten door de "Aan" knop te activeren.
2. **Apparaten zoeken:**
   * Nadat de activatie heeft plaatsgevonden, zal nomos zoeken naar alle beschikbare Philips Hue-lampen en -groepen die met de Bridge zijn verbonden.
   * De gevonden apparaten worden vervolgens op deze pagina weergegeven en kunnen worden gebruikt voor scènes, automatiseringen en andere smart home-besturingen.
3. **Philips Hue-apparaten bedienen:**
   * Na de integratie kunnen de Hue-lampen via nomos worden bediend. U kunt kleurveranderingen, helderheidsaanpassingen en het in- of uitschakelen van de lampen direct in de nomos-app uitvoeren.
   * U kunt ook automatiseringen maken om uw lichten te regelen op basis van schema's of andere gebeurtenissen.

{% hint style="info" %}
**Opmerkingen:**

* **Belangrijke stap:** Zorg ervoor dat de Philips Hue Bridge met uw netwerk is verbonden en dat alle lampen en apparaten correct zijn geconfigureerd in de Philips Hue-app, voordat u de nomos-integratie start.
  {% endhint %}

<figure><img src="/files/2A2PU91aZNcpkf8i05Nl" 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/philips-hue.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.
