Preset turning lights off

I’ve saved some presets but whenever I try to use one, the lights automatically turn off. The lights are on briefly but not long. Only have Segment 0 as well. Tried increasing Transition more than 0.7 s but same thing.

Any help is appreciated.

You need to let us know your system config to get any help. :wink:

Running WLED 0.14.0-b1 on a dig quad. Running two data channels with 779 total lights, plan on another channel just haven’t gotten there yet. Any other information that would be helpful?

Here is code on one of the presets after saving.
{“on”:false,“bri”:128,“transition”:7,“mainseg”:0,“seg”:[{“id”:0,“start”:0,“stop”:778,“grp”:1,“spc”:0,“of”:0,“on”:true,“frz”:false,“bri”:255,“cct”:127,“col”:[[255,0,0],[0,0,255],[255,255,255]],“fx”:54,“sx”:60,“ix”:240,“pal”:5,“c1”:128,“c2”:128,“c3”:16,“sel”:true,“rev”:false,“mi”:false,“o1”:false,“o2”:false,“o3”:false,“si”:0,“m12”:1},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0},{“stop”:0}]}

If I uncheck ‘Save Segment Bounds’ all of the stops go away.
{“on”:false,“bri”:128,“transition”:7,“mainseg”:0,“seg”:[{“id”:0,“grp”:1,“spc”:0,“of”:0,“on”:true,“frz”:false,“bri”:255,“cct”:127,“col”:[[255,0,0],[0,0,255],[255,255,255]],“fx”:54,“sx”:60,“ix”:240,“pal”:5,“c1”:128,“c2”:128,“c3”:16,“sel”:false,“rev”:false,“mi”:false,“o1”:false,“o2”:false,“o3”:false,“si”:0,“m12”:1}]}

I’ve tried both ways and lights turn off.

It clearly says “on”:false

Unfortunately what is obvious to most on here is not for me, code is a foreign language to me. The above was a copy and paste from WLED on my presets, definitely nothing I came up with. So do I just change it to “on”:true? Anything in my settings that would cause WLED to write it like this? Anything I can change to get WLED to create the right code?

I think I figured it out. Originally had Segment 0 for the entire run of lights but when I broke out the two outputs into separate segments, seems to be working now.