I am guessing this isnt really supported but I figured I should ask. My goal is to have one lighting script per light group. (Just about entire house is Hue with Inovelli switches) So when I press the switch or tell alexa to turn on that light group (or motion is detected) I will run the specific script to turn the lights on this way the lights come on at a certain temp depending on the sun.
It seems like in the visual editor if you uncheck "Transision" and "Brightness" the lights come on with some sort of default transision, like a gradual 1 second delay on. However, if you set the brightness to be 100 and then leave the transition off they come on instantly, no gradual rise in brightness.
Clearly my script is setting the brightness to be 100% and I am setting the transision to be 1 second which I believe is causing this green color while they are coming on. its not the worst thing in the world but was curious if anyone knew something that I didnt.
The reason the transision is a var is becuase I have an automation auto update any lights that are on when the sun sets, and thats when i noticed this green hue happen, so when the sun sets right befor it calls the Update all on lights script it flips the transision to be 0 so they instantly flip from cool to warm. The problem is if I go to if a light is off and it was last on when the light was warm, and then i turn it on in the morning it does the 1 second transision and does the green thing.
This very well could be a hardware limitation but wanted to confirm before I keep testing this. Again very nit pick of this but at this point I just hit the one year of doing this house remodel and have spent thousands on lights and switches haha nevermind countless days and nights in HA to get things to work like I want.