-
Notifications
You must be signed in to change notification settings - Fork 5
Set Color Temperature for RGB Bulbs doesnt work #17
Comments
I will take a look at it |
The problem is, that die tradfri RGB Bulb does not support color temperature out of the box I can't change the color-temperature over the deconz website either. deconz knows 3 types of lights
I will check if i can implement a transformation formula. |
now I run into the same issue michbeck100/pimatic-hap#80 (comment) can you give me a hint?
|
no solution, but im a little closer. here my observation:
I don't know how to add RaspBeeRGBCT to action.coffee :( its a little OT, but why do you use hex values? if I take a look at the variables, I see regular numbers |
@00lex the rgb hex value is historically related :) |
that was just a question without intentions. but good, thank you! |
okay with the last update this works to: I can live with that and I´m happy. now I set a color, read the HSV values from dashboard: and then convert them on this site to the hex value for the rule: its not ideal, but it works |
wait I make a mistake! I can only read the HSV value from hue-zll bulbs, not from raspbee-bulbs |
i will rebuild the color management and change from rgb to hsv. |
okay perfect! in this context, I remember there's another benefit if you change HEX to HSV. I think the raspbee-plugin in this state makes hue-zll and the tradfri plugin obsolete 👍 |
Feedback: ok, i edit my config to transferee all my rules from the hue-zll to raspbee plugin. to handle this, I need to add a delay for the second action: everything else works as before. thank you! and this is OT too, but its a very cool hack for aqara body motion sensor. |
@00lex new beta is published
tradfri bulbs are
|
I think, but im not sure. the new versions has no for me notable issues. instal of (v0.1.1): we can no write again (v0.1.2): KUDOS! I just test it with a hue bulb and a hue light stripe. just on thing. maybe for documentation. if I bulb is turned off, you have to put a small delay after the second action if the rule dim AND set a color. else you get a error and the color will not change. this behavior doesn't exist with hue-zll, but I don't see a problem to handle this with a delay. |
from my site you can push the release button and close this issue 👍 |
0.1.2 released |
Hi Treban,
the color temperature for RGB (tradfri rgb bulb) doesnt work.
for example:
setCT?colorCode=81
or via the frontend slider for color temperature.
cany you fix this?
The text was updated successfully, but these errors were encountered: