-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
[Bug] - Hue lamps jumps the value of the color temperature always back. #208
Comments
As mentioned on Discord, I need some "magic" (a.k.a. logic) to determine wether to use the I guess I'd have to check if the Not sure how other plugins handle this. |
Just tried to reproduce this locally. A few things I've noticed:
|
Working on a filter for state updates, based on the After a bit of searching I found an issue for another Homebridge plugin, ebaauw/homebridge-hue#814, and it seems it's actually a "bug" (or poor UX?) in the Home.app. |
Apparently, "officially" it is not allowed to have both Hue / Saturation and Color Temperature, if I read this source code. |
After #335 is merged and released, the changes I've made to make the user experience a bit better can be tried out be adding the {
"platforms": [
{
"platform": "zigbee2mqtt",
"experimental": [
"COLOR_MODE"
]
}
]
} |
* Slightly improve UX for lights with temperature and hue/saturation. (see #208) * Convert temperature to hue/saturation * Make earlier changes an expeirmental feature * Add experimental flags to config.schema.json and log them when an accessory is created.
The mentioned "improvement" is now available as an experimental feature (enabled with flag If you've tried it out and have any suggestions/issues, please reply on this issue. |
@Blackymas Have you been able to try out the changes I mentioned earlier? |
It appears that this issue did not have an update in quite some time. Please check if you can provide any additional information to help resolve this issue. If there isn't any activity in the next two weeks, this issue will be closed automatically. Thank you for your contributions! |
Please use the template and fill in all the data requested below!
Describe the bug
If you have a colored lamp, the color setting works, but the color temperature value always jumps back.
The color changes as desired but in the HOME APP it is displayed incorrectly with the color of the last state.
I have also tried the devices via Home Assistant Homekit here everything is ok.
Related devices
all Hue Color Lamps
To Reproduce
Steps to reproduce the behavior, for example:
Change 'COLOR Temperature' via the Home app.
Reproduce with all Hue Lamps
short video of the problem attached!
Versions used
Please provide the version of the following pieces of software:
homebridge-z2m v1.2.0
Homebridge v1.3.4
Zigbee2MQTT 1.18.1-1
Homekit.Lampe.mov
The text was updated successfully, but these errors were encountered: