-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[avmfritz] Fritz DECT 500 lightbulb - not possible to change from color to white mode #14287
Comments
Hi @outerSpaceToast! Thanks four interest on that light blub. I saw that you already mentioned that problem in the old issue! I'm also not happy with the behavior of that Light Blub Thing, but when I had some of my very limited time to play with openhab I had was busy with other things. Yesterday I re setup the dev enviroment, so I hope I can give that old PR a more detailed look and finalize it. I remember there still was some problem with swiching the light blub totally off. Did it work to you? I hope my very limited java knowlage is enought to get it working. KR Vich |
That would be geat :-)
The behaviour is not intuitive, but it works, when you create separate items for the switch, the brightness and the color, which are linked to the color channel.
Same situation here, only working with plain C at work. |
I check that issue with ON/OFF:
I finally added also the update of color temperature is reflected to OpenHAB GUI. Here is my PR to fix this issue: #14373 Thanks to @sommer for providing the base code of this PR. Without it my knowlage is currently not enought to do this changes. |
Thank you very much for your time and good work! One question: I saw that the brightness is coupled to the On/Off-switch. If you set brightness to 50%, then switch off, then switch on again: Does it remember the brightness with your changes? |
|
That sounds like a good solution. |
I created a branch to make it OH3.4.x compatible, what I use currently in my "produktive" setup: https://github.com/vich-667/openhab-addons/tree/task/3.4.x/colortemp |
I learned that the PR for 3.4.x version is not welcome. If someone is interrested either see the branch or here you can find the jar file: org.openhab.binding.avmfritz-3.4.3-SNAPSHOT.zip |
Rebuild on base of latest 3.4.x release: |
It seems that with the current version of openHAB 3.5 changing color is working now, BUT obviously it is not possible to change back to white mode, after once having set a color option.
Did I miss something?
Expected Behavior
There is an option to chose white mode (or even better to chose the color temperature) on a Fritz DECT 500 light bulb (created as
HAN_FUN_COLOR_BULB
).There should be a separate channel for the brightness.
Current Behavior
As soon as you select a certain color value, the bulb switches to color mode, no more change to white mode possible via openHAB.
Brightness can only be changed, when another manual Dimmer item is linked to the color chaannel.
Possible Solution
I've tested this changeset from @sommer and @vich-667, which implements a temperature color channel. It is working fine:
https://github.com/vich-667/openhab-addons/pull/1/files
Discussion here: #12427
What is missing to bring this change into the main development branch?
Can I support somehow?
Steps to Reproduce (for Bugs)
avmfritz:HAN_FUN_COLOR_BULB
Color
item to itscolor
channelYour Environment
openHAB 3.4.0
Best regards,
Thomas.
The text was updated successfully, but these errors were encountered: