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

# Philips Hue

Here you can connect and manage your Philips Hue lamps and lighting systems with the nomos controller.

**Steps to Set Up:**

1. **Connect Hue Bridge:**
   * To integrate Philips Hue devices, the Philips Hue Bridge must be set up and connected to your network.
   * On the nomos controller, you can start the Philips Hue integration by clicking the **“On” button**.
2. **Search for Devices:**
   * After activation, nomos will look for all available Philips Hue lights and groups connected to the Bridge.
   * The found devices will then be displayed on this page and can be used for scenes, automations, and other smart home controls.
3. **Control Philips Hue Devices:**
   * After integration, you can control the Hue lamps through nomos. You can change colors, adjust brightness, and turn the lamps on and off directly in the nomos app.
   * You can also create automations to manage your lights based on schedules or other events.

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

* **Important step:** Make sure that the Philips Hue Bridge is connected to your network and that all lamps and devices are correctly configured in the Philips Hue app before starting the nomos integration.
  {% 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-en/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.
