Skip to content
New issue

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

Inconsistent return values when getting hue and saturation #4769

Closed
TilmanK opened this issue Oct 25, 2020 · 2 comments
Closed

Inconsistent return values when getting hue and saturation #4769

TilmanK opened this issue Oct 25, 2020 · 2 comments
Labels
problem Something isn't working

Comments

@TilmanK
Copy link
Contributor

TilmanK commented Oct 25, 2020

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:

@TilmanK TilmanK added the problem Something isn't working label Oct 25, 2020
Koenkk added a commit to Koenkk/zigbee-herdsman-converters that referenced this issue Oct 27, 2020
@Koenkk
Copy link
Owner

Koenkk commented Oct 27, 2020

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)

@TilmanK
Copy link
Contributor Author

TilmanK commented Oct 27, 2020

Thanks, Koen. Works like a charm!

@TilmanK TilmanK closed this as completed Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants