I have a few color bulbs around the house Philips Hue, LIFX and some IKEA ones connected Zigbee2MQTT.
On the IKEA ones (LED bulb E27 600 lumen, wireless dimmable colour and white spectrum/globe opal white), I cannot get the color Warm White when I ask Google Assistant. The result is rather a more warmer color, actually around 2200K.
Zigbee2MQTT gives this result when the light set through the voice command to Warm White:
Debug Received MQTT message on 'zigbee2mqtt/Small Room/set' with data '{"state": "ON", "color": {"x": 0.5, "y": 0.389}, "brightness": 254}'
And another IKEA bulb with White spectrum:
Debug Received MQTT message on 'zigbee2mqtt/Desk Lamp/set' with data '{"state": "ON", "color_temp": 333}'
“x”: 0.5, “y”: 0.389 corresponds to about 2200K
“color_temp”: 333 corresponds to about 3000K
Warm white is usually between 2700K and 3000K, and definitely not 2200K.
But anyhow, how the results can mismatch from 2200K to 3000K on two different bulbs.
(I tried soft white as well, that gives the same result.)
The expected value should be "x": 0.458, "y": 0.41
.
I tried to look for any issue related to color temperature or treats from Google Assistant, but I cannot find any which would match this.
Any advice to fix it would be appreciated.
(All bulbs Philips and LIFX give normal warm white.)