Each interface in Antcas Control supports a maximum of one gateway. Currently, only devices and groups are supported.
Note: The older Bridge 1 is also still supported. Here the protocol must be set to HTTP in the gateway.
To communicate with the bridge, follow these steps:
To also control groups, this function must be activated in the gateway. This makes the transmission somewhat slower but can bring a great advantage with many lights. The groups are assigned absolutely by name. If a name is later changed in the Hue app, that group and its assignment will be removed.
In the device structure, channels can be created. For these to be created, various prerequisites must be met.
| Types | Prerequisite |
|---|---|
| The light must be visible in the structure. | |
| The light must be visible in the structure. In addition, at least Hue or XY must be available. |
The monitor can be found under Installation
Wireless
Philips Hue
Monitor.
The target register can contain the following values:
| Target | Description |
|---|---|
| Server | Value received from the bridge to the PLC. |
| Bridge | The command was directly received by the bridge. |
| Cache | The value was cached because the light is off. This value is sent to the PLC when the light is turned on. If an ON value is received, the cache is deleted. |
All available values are read from the bridge. It may happen that lights from third-party manufacturers do not support all communication variables.
| Variable | Data Type | Description |
|---|---|---|
| bool | Turns the light on or off. | |
| uint | Dims the light and turns it on if necessary. The value range is between 0 to 254. | |
| uint | Sets the saturation of the light. The value range is between 0 to 254. | |
| uint | Sets the color (angle of the color circle) of the light. The value range is between 0 to 65'535. | |
| string | Sets the color based on coordinates. The values are between 0 and 1 and are passed as a string separated by a semicolon. E.g.: 0.409;0.5179 | |
| uint | Sets the color temperature of the light. The value is between 153 (6500K) to 500 (2000K). | |
| bool | The value is true if the light can be reached by the bridge. |
To make the integration of Philips Hue easy, we provide templates. These must each be imported.
Note: The templates for RGB lights cannot be imported into lights without RGB and vice versa.
| Type | Description |
|---|---|
| Light only with switch command. | |
| Light with dimming range 0..254 | |
| Light with dimming range 0..254 and color temperature |
| Type | Description |
|---|---|
| RGB light with RGB control | |
| RGB light with color temperature | |
| XY light converted to RGB | |
| XY light with color temperature |