We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When requesting hue and saturation from my Philips Hue devices I get color back as x and y and color temperature.
Z2M requests color properties and reports them back as requested (hue + saturation). No color temperature is returned.
Set a JSON payload to get color to /get topic:
{ 'color': { 'hue': null, 'saturation': null } }
Zigbee2MQTT version: 1.15.0 Adapter hardware: CC26X2R1 Adapter firmware version:
The text was updated successfully, but these errors were encountered:
Only read requested color properties. Koenkk/zigbee2mqtt#4769
52abed5
Fixed, please verify.
Changes will be available in the latest dev branch in a few hours (https://www.zigbee2mqtt.io/how_tos/how-to-switch-to-dev-branch.html)
Sorry, something went wrong.
Thanks, Koen. Works like a charm!
No branches or pull requests
What happened
When requesting hue and saturation from my Philips Hue devices I get color back as x and y and color temperature.
What did you expect to happen
Z2M requests color properties and reports them back as requested (hue + saturation). No color temperature is returned.
How to reproduce it (minimal and precise)
Set a JSON payload to get color to /get topic:
{
'color': {
'hue': null,
'saturation': null
}
}
Debug info
Zigbee2MQTT version: 1.15.0
Adapter hardware: CC26X2R1
Adapter firmware version:
The text was updated successfully, but these errors were encountered: