As a WLED co-author I can say that this is a very good explanation of how to set up/customize segments. I would add that when using "i" (individual pixel) API you can as well use hexadecimal notation instead of individual RGB color array. So instead of "i":[[255,0,0],...]" you can also write "i":["FF0000",...].
Mind blown! I have been using WLED for 3 years and have always wondered how to set the static pattern like this. We love the 2 red - 2 green pattern and have avoided using pixels because I didn't know how to do it. You sir, have made my lighting life complete! Thank you SO MUCH!!! You have a new subscriber!
Great suggestions on doing custom patterns. Just to note, when doing two alternating colors you can use the "Solid Pattern" effect. It works just like Solid Pattern Tri, but for two colors instead of three.
This gave me the head start I needed in using WLED. I've found that 'Solid Pattern' and 'Solid Pattern Tri' along with changing 'Segment 0' gets me most of what I need over creating multi segments. Thanks for everything! Great video!
OMG, this was so informative!!! I just added lights to my staircase this afternoon!!! Perfect timing!!! I tried to create some of the effects using the offset option before and I was able to get a couple of patterns to work BUT using the segments and overlapping them is brilliant!!! I had not thought of that. I loved how you showed us how to modify the API code and basically create any pattern imaginable!!! I also loved the favorite team site to get the exact team colors!!! 😁 Thank you so much for taking the time to make the video and explain how you did everything. I am a total noobie and this was a game changer!!! BIG THANKS!!!
@@handydadtv It was EXTREMELY helpful!!! I will be up all night playing around with this now. I am tinkering around with the API code for some custom lighting effects and will tackle the sync issue I ran into. I am like a kid in a candy shop!!! Thanks again!!!
Thank you so much for putting this together. I loved it so much! I've been using magic home and my lights flash a lot on most modes that they have. I will be trying a wLED controller soon
This is awesome thank you. I recently installed Bright Home Lights based on a video of yours and have been trying to figure out customization. Just what i needed to get started! Cheers
I’m try to accomplish timestamp 2:13 where you set every other bulb to 1 red and 1 green. I’ve followed your tutorial to the letter but my WS2811 led strip shows 3 red and 3 green. What am I doing wrong? Please help!
Thank you for the video it help but I am wanting to do a animation when I first turn on the led strip. Right now I can have it come on and go off. I would like when I turn them on, to start in the center of the strip and then fill out in both directions. And then when I turn them off, have the strip lights disappear into the center. Do segments play all at once, or do they activate one at a time?
WLED just concatenates the outputs as one segment, unless you split them manually. I have 200 lights on each of my 2 outputs. By default, WLED just treats it as a single, 400-light segment. Watch my latest video to see the setup.
Hi Chris, I've ordered all the lights and parts needed for my house, but my question is what app controls it all? Does it come with the Digi-uno controller?
Once you get your custom colors and segments set up, how do you make them March? That is shift the colors. So the red bulb after and number of seconds becomes a green bulb and after a number of seconds becomes a white bulb etc
In Config>LED Preferences set the preset number to use at power on. There’s a delete button inside the preset. Also, you can always overwrite a preset with the current state.
Hello. Do you know how to write / create API commands manually ? Because one of the available modes ("Glitter") does not suit me - white flashes are too rare, I need to make them more dense.
Just added some of the patterns in your video to my stair case. They look AWESOME! Question. I have 3 ESP 32 controllers and they have been synced. I can control all 3 controllers no problem. However, when I get to a couple of the custom ones I created only the controller with the preset saved on it changes to the custom led pattern i created. Do I have to load the custom preset on the other two controllers in order for them to display the same effect as the primary controller? I hope that makes sense? THanks! 😛
@@handydadtv Understood. Will do. I will try experimenting and see if I can figure out how to make it work. I will post my findings if successful, in case someone finds it helpful.
@mongo wongo actually I have the one ESP8266 on my Tree in the house, as the main custom presets and you just configure the others to receive from the main one or the one you have all of your presets on. They will change with the primary. Under the config section choose "Synch Interfaces" and the main one set it as send only by removing receive and all of the others with just receive. Enjoy!
I’m surprised you didn’t state the limitation of using the API command when you were saying you could just copy & paste. If someone was trying to use even your example of the 3 or more colors by copy & paste they would never make it to 600 bulbs which is close to average for a simple house. They would get a lot of errors after somewhere around 300. The ESP board has a space problem. You will find the same problem if you break out into many segments even if you ONLY have 1 preset. Hope that helps someone when they try to do what you said for the API commands. If it’s a small number of bulbs, it will work.
When attempting to save the API command as a preset I get an API Syntax error - any idea what might be the cause of this? Is there some additional code needed?
@@handydadtv I was trying to translate from other language, "fine-tune" I meant how to make sure that we can adjust the light in a precise and personalized way ? In my case, I'm trying to imitate the flicker of the Eiffel Tower as it glows with white flashes at the beginning of each hour. I have a garland with separate lights that I can't seem to set up.
Unless you’re willing to do some programming, just play with the built-in effects until you find one that works for you. Try Glitter to simulate the Eiffel Tower.
As a WLED co-author I can say that this is a very good explanation of how to set up/customize segments. I would add that when using "i" (individual pixel) API you can as well use hexadecimal notation instead of individual RGB color array. So instead of "i":[[255,0,0],...]" you can also write "i":["FF0000",...].
Thanks for this great tip!
And let me say, thanks for your service to mankind!
Mr. Frogman
We have searched everywhere for WLED tips and this was the best explanation.
Glad it was helpful 👍🏻
I've been working with WLED for over a year and never knew you could do that. Thanks for sharing this powerful technique.
My pleasure.
Mind blown! I have been using WLED for 3 years and have always wondered how to set the static pattern like this. We love the 2 red - 2 green pattern and have avoided using pixels because I didn't know how to do it. You sir, have made my lighting life complete! Thank you SO MUCH!!! You have a new subscriber!
Glad it was helpful. Thanks for subscribing! Welcome to the family!
You can also use the 'Color Pattern' Effect, then change 'Segment 0' grouping to 2.
Great suggestions on doing custom patterns.
Just to note, when doing two alternating colors you can use the "Solid Pattern" effect. It works just like Solid Pattern Tri, but for two colors instead of three.
Thanks! I’ll have to look for that!
This gave me the head start I needed in using WLED. I've found that 'Solid Pattern' and 'Solid Pattern Tri' along with changing 'Segment 0' gets me most of what I need over creating multi segments. Thanks for everything! Great video!
Glad it was helpful 👍🏻
Very helpful. Thank you. This is exactly what I was looking for. Didn't want to have to use Xlights just for this simple multi color string setup.
Glad it was helpful 👍🏻
Wow. I think this is the first video that I have seen that explained grouping and spacing.
Glad it was helpful 👍🏻
OMG, this was so informative!!! I just added lights to my staircase this afternoon!!! Perfect timing!!!
I tried to create some of the effects using the offset option before and I was able to get a couple of patterns to work BUT using the segments and overlapping them is brilliant!!! I had not thought of that.
I loved how you showed us how to modify the API code and basically create any pattern imaginable!!!
I also loved the favorite team site to get the exact team colors!!! 😁
Thank you so much for taking the time to make the video and explain how you did everything. I am a total noobie and this was a game changer!!! BIG THANKS!!!
Thanks so much! 😊
Glad it was helpful.
@@handydadtv It was EXTREMELY helpful!!! I will be up all night playing around with this now. I am tinkering around with the API code for some custom lighting effects and will tackle the sync issue I ran into. I am like a kid in a candy shop!!! Thanks again!!!
Happy to hear I’m not the only one who gets giddy over cool technology. 👍🏻
Thank you! This video drop was perfect timing and answered every question I had. You saved me hours of trying to figure it out.
Glad it was helpful
Thank you so much for putting this together. I loved it so much! I've been using magic home and my lights flash a lot on most modes that they have. I will be trying a wLED controller soon
Glad it was helpful 👍🏻
I never tried Magic Home.
@@handydadtv it's not worth it, lol!
This is awesome thank you. I recently installed Bright Home Lights based on a video of yours and have been trying to figure out customization. Just what i needed to get started! Cheers
I’d love to see video of your installation. Send me a link at chris@handydad.tv.
@handydadtv will do. I actually have a question for you too.
I’m try to accomplish timestamp 2:13 where you set every other bulb to 1 red and 1 green. I’ve followed your tutorial to the letter but my WS2811 led strip shows 3 red and 3 green. What am I doing wrong? Please help!
You need two segments - red and green - both with Spacing=1.
Red: START LED=0
Green: START LED=1
Keep trying. You’ll figure it out.
Ws2811 strings are in groups of 3 pixels with 1 IC per group of 3. That's why they come out in 3s. They are working as designed.
Liked it , Can I turn light 1,15,30,40 white and others off
Yes
What an awesome video! My sports teams are now presets. Now if they could only win!. You've earned my subscription. Thank you!!!
Thanks for subscribing! Welcome to the family!
Thank you for the video it help but I am wanting to do a animation when I first turn on the led strip. Right now I can have it come on and go off. I would like when I turn them on, to start in the center of the strip and then fill out in both directions. And then when I turn them off, have the strip lights disappear into the center. Do segments play all at once, or do they activate one at a time?
I don’t think that’s possible.
Great video. Your pacing and explanations are very easy to follow along with.
Thanks so much 😊
Thank you for putting this together. If you have multiple outputs from controller how would you segment those different strands?
WLED just concatenates the outputs as one segment, unless you split them manually.
I have 200 lights on each of my 2 outputs. By default, WLED just treats it as a single, 400-light segment. Watch my latest video to see the setup.
Hi Chris, I've ordered all the lights and parts needed for my house, but my question is what app controls it all? Does it come with the Digi-uno controller?
The DigUno comes with WLED preinstalled. You control it via web browser or the WLED app.
Once you get your custom colors and segments set up, how do you make them March? That is shift the colors. So the red bulb after and number of seconds becomes a green bulb and after a number of seconds becomes a white bulb etc
WLED has over 100 built-in effects. You can spend hours tweaking colors and effects.
@@handydadtv yes, but I want to share them between controllers and users
Have you tried backup/restore of your presets?
How do you delete a pattern and save a new one? Mine keeps on going to a color pattern I first used. Can't seem to save a new one.
In Config>LED Preferences set the preset number to use at power on.
There’s a delete button inside the preset.
Also, you can always overwrite a preset with the current state.
Is there a way to add a custom chase pattern? If you set up segments with certain spacing and colors, can you make them chase?
I’ve only gotten it to chase with three colors, or a built in palette.
Hello. Do you know how to write / create API commands manually ? Because one of the available modes ("Glitter") does not suit me - white flashes are too rare, I need to make them more dense.
No sorry.
When I click on solid it says color palate not used and blinks the lights in all color, think the latest version is bug to hell and back.
I don’t use the WLED app anymore. I either use a web browser or the WLED Native app.
My left ear loved this video
Thanks so much 😊
Just added some of the patterns in your video to my stair case. They look AWESOME!
Question. I have 3 ESP 32 controllers and they have been synced. I can control all 3 controllers no problem. However, when I get to a couple of the custom ones I created only the controller with the preset saved on it changes to the custom led pattern i created. Do I have to load the custom preset on the other two controllers in order for them to display the same effect as the primary controller? I hope that makes sense?
THanks! 😛
I can’t help. Never tried syncing controllers, but I’ll put it on my list.
I recommend asking on Reddit r/WLED.
@@handydadtv Understood. Will do. I will try experimenting and see if I can figure out how to make it work. I will post my findings if successful, in case someone finds it helpful.
@mongo wongo actually I have the one ESP8266 on my Tree in the house, as the main custom presets and you just configure the others to receive from the main one or the one you have all of your presets on. They will change with the primary. Under the config section choose "Synch Interfaces" and the main one set it as send only by removing receive and all of the others with just receive. Enjoy!
@@oneGooWorld oh wow!! Thanks. I will try that.
@Goo Does it sync by preset number? Is that how it works?
Great video. Thanks! Even gets a thumbs up from a Bengals fan ;)
Thanks 😊
These bulbs are C9 individually addressable bulbs or analog?
Individually addressable RGB pixels.
I’m surprised you didn’t state the limitation of using the API command when you were saying you could just copy & paste. If someone was trying to use even your example of the 3 or more colors by copy & paste they would never make it to 600 bulbs which is close to average for a simple house. They would get a lot of errors after somewhere around 300. The ESP board has a space problem. You will find the same problem if you break out into many segments even if you ONLY have 1 preset. Hope that helps someone when they try to do what you said for the API commands. If it’s a small number of bulbs, it will work.
Good point. I didn’t think of that.
How do you make a color scheme with more than 3 colors?
Overlapping segments.
whats the app you are using and can this save to a script
The app is WLED and it can save custom presets but it doesn’t have scripts per se.
What lights are these and where do I get them.
Http://handydad.tv/c9s from a vendor called Christmas Lights Are Us LLC, but it looks like he’s sold out already this year.
When attempting to save the API command as a preset I get an API Syntax error - any idea what might be the cause of this? Is there some additional code needed?
Probably an extra comma or missing bracket.
Question, anyone help me as to why my Color pallets says not used? i cant seem to get the color palettes back
Ask on Reddit /r/wled
where do you download the app for pc
Use any web browser from a PC.
great, now how to make it animated?
Play with the built-in effects until you find one you like.
Can you save the hex decimal color pallettes
The colors are saved when you save a Preset.
How do I add a 4th color
Just like I did for 3, just use 4 segments.
Very informative thank you
Glad it was helpful 👍🏻
Please make a video on how to fine-tune the mode of each individual LED.
Fine tune?
@@handydadtv I was trying to translate from other language, "fine-tune" I meant how to make sure that we can adjust the light in a precise and personalized way ?
In my case, I'm trying to imitate the flicker of the Eiffel Tower as it glows with white flashes at the beginning of each hour. I have a garland with separate lights that I can't seem to set up.
Unless you’re willing to do some programming, just play with the built-in effects until you find one that works for you.
Try Glitter to simulate the Eiffel Tower.
Most of your audio is ONLY IN THE LEFT CHANNEL.
Oh wow. Rookie mistake. Thanks for letting me know.
Thanks for this.
My pleasure
Great explanation, shame about the audio dropping the right channel during your explanation, but very clear to understand.
That was my fault. I should have noticed during editing.
Very helpful
Glad it was helpful 👍🏻
Good God, get an adblocker
👌🏻