# Hue Bridges Module

Enables the communication between Streams and Philips Hue. The module supports several bridges and the following parameters must be defined for each of the bridges:

* **Custom Bridges Name:** This is a name of your choice, which can be freely defined. This name must be specified in the existing Hue action nodes in order to control the respective bridge in the stream designer.
* **Bridge IP:** The IP of the respective bridge.
* **API Bridge Username:** For communication between streams and the Philipe Hue system, a username must be defined for each bridge. This username can be created via the API provided by Philips Hue. The following steps are necessary:&#x20;

1. Call up the following URL (please replace the IP address with the IP address of your bridge)\
   \&#xNAN;*`https://192.168.178.32/debug/clip.html`*
2. Press link Button (on bridge}
3. Post request to: /api ( by default there is set something different) by using this payload:\
   \&#xNAN;**{“device type”:”helmut”}**
4. The response includes the username in the following form:\
   { \
   &#x20; “Success”:{\
   &#x20;                     “Username”: **r4tuhlsdfglknsdfpksdfgnsdfgknslfgkdfg835nkjf834**” \
   &#x20;                   } \
   }
5. Copy the username and add it as API Bridge Username&#x20;


---

# 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://docs.helmut.de/helmut4-releases/v4.6.0/helmut4-components/helmutfx/preferences/modules/hue-bridges-module.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.
