Light_profiles.csv - bug or intended behaviour?

Hello all,

I’ve been trying for a couple of hours to configure a default behavior for my (Lutron) lights… I want them to turn on full bright, no matter what was the state before…

So, followed the instructions, created light_profiles.csv with the id and brightness setting… And it kept throwing configuration errors…

Finally I found the problem… the ‘x’ and ‘y’ values need to be specified… The documentation says that all the attributes are optional… So, I’m not sure if it’s me doing something wrong, if this is an intended behavior or if I found a bug…

light_profiles.csv (not working)

id,brightness
light.cuisine_ilot.default,255

light_profiles.csv (working)

id,x,y,brightness
light.cuisine_ilot.default,0,0,255
1 Like

I have the same issue and i think it’s a bug.

I’m also trying to make use of light profile to set the default brightness of my lights. I’m using a RGBCCT light (RGB with dedicated warm white & cool white LED). If i would to specify x,y, it would only take effect for the RGB leds, which is not the intent.

Is there a way to use the light profile just to set brightness without defining the color?

I just did you include the commas for the values, but without any numbers. Mine is:

profile,color_x,color_y,brightness,transition
light.lvgrm_spot.default,200,0

no colour change, full brightness, 0 transition time.

Cheers, my first post!