TRÅDFRI bulb E27 CWS opal 600lm¶
This documentation was generated from: e27_cws_opal_600lm_light.json
Attribute | Value |
---|---|
status | Bronze |
product | TRÅDFRI bulb E27 CWS opal 600lm |
modelid | TRADFRI bulb E27 CWS opal 600lm |
manufacturername | IKEA of Sweden |
1. Color light¶
Endpoint: /lights
Top level attributes¶
Attribute | Datatype | Description | Access |
---|---|---|---|
id | String | Identifier of the resource, unique within an endpoint. | R |
lastannounced | ISO 8601 timestamp | Timestamp of the last power-cyle or rejoin. | R |
lastseen | ISO 8601 timestamp | Timestamp of the last communication. | R |
manufacturername | String | "IKEA of Sweden" | R |
modelid | String | "TRADFRI bulb E27 CWS opal 600lm" | R |
name | String | Name of the resource. | RW |
swversion | String | Firmware version of the device. | R |
type | String | "Color light" | R |
uniqueid | String | Unique identifier of the resource. | R |
Config attributes¶
Attribute | Datatype | Description | Access |
---|---|---|---|
colorcapabilities | UInt16 | The supported color modes as bitmap. | R |
ctmin | UInt16 | Minimum supported color temperature. | R |
ctmax | UInt16 | Maximum supported color temperature. | R |
State attributes¶
Attribute | Datatype | Description | Access |
---|---|---|---|
on | Bool | True when device is on; false when off. | RW |
bri | UInt8 | The current brightness. | RW |
x | UInt16 | The current color x coordinate. | RW |
y | UInt16 | The current color y coordinate. | RW |
reachable | Bool | When true the device is assumed to be operational. | R |
colormode | String | The currently active color mode. Default: xy
|
R |
alert | String | The currently active alert effect. Default: none
|
RW |
Example output¶
{
"colorcapabilities": 0,
"etag": "08e72d5b3b4d09ea6eee75f92d85993f",
"hascolor": true,
"lastannounced": null,
"lastseen": "2021-03-28T16:01Z",
"manufacturername": "IKEA of Sweden",
"modelid": "TRADFRI bulb E27 CWS opal 600lm",
"name": "Color light 2",
"state": {
"alert": "none",
"bri": 0,
"colormode": "hs",
"effect": "none",
"hue": 0,
"on": false,
"reachable": true,
"sat": 0,
"xy": [
0,
0
]
}
}
Known Issues¶
Radio Silence¶
All mains powered IKEA lights and repeaters have a bug that causes the device to not operate correctly anymore. The bug is triggered mostly in larger networks with many end-devices likely after receiving a Parent Announce message a few times.
Workaround: To get the device back online it must be power-cycled. Which means cut the power for a few seconds. After that the device should work normally again.