-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add support for IO RGB Light (io:DimmableRGBLightIOComponent) #73
Comments
Thanks for the report. RGB support isn't implemented yet as we didn't have any device to use as a base. We'll work on that for future releases! |
Could you retrieve the values for
when the light is on with the 3 colors at full intensity (white I guess)? I wonder whether the max value is |
Are you familiar enough with git and HA to pull and test a particular branch? |
255 |
Not familiar, but I'm a fast learner ;-) |
You don't need git knowledge. You can just go to https://github.com/iMicknl/ha-tahoma/tree/add_light_rgb and press the green button 'clone or download'. Choose 'Download ZIP'. Now you can move the |
just fixed rgb limits from 0 to 255 instead of 0 to 100. be sure to get the last revision. |
I hope I did
I hope I did this correct, but still on/off and dimming OK, but can't change the color. Just saw the latest comment on values 255 and 100. |
Added rgb state update to the branch, can you update? |
Still the same. |
Added some more messages in the logs. |
Nothing for self._rgb |
thank you, not surprising for self._rgb because we receiving hue saturation info instead of rgb. I wasn't expecting that. I just pushed a fix. Can you update and keep me posted? |
All ready a big thanks for your effort and quick responses. Some more logs.
|
stupid typo on my side... fix pushed! |
It is working now. |
great, we'll include that in the next stable release. stay on this branch in the meanwhile |
IO RGB Light.
ON/Off and dimming is working at this moment, but I can't change the colors
Device details
The text was updated successfully, but these errors were encountered: