I currently have an automation script to turn on 99 ws2811 leds at sunset, randomly select an effect and palette every 10 seconds then turn off at a set time. I will be adding more leds and would like to set up segments, the script I am using was created using google and guesswork. So if I wanted to split the 99 leds into a 56 and 43 which have different random effects how to I do this.
my current script is
I have set up a new segment in WLED via the UI web page.
the new segment_1 bit of the LEDs is changing every 10 seconds but the segment_master bit is not cycling effects but does light up with an effect initially
Found the issue. When you create another segment the first segment stays as light.wled the newly created one becomes light.wled_segment_1. The light.wled_segment_master controls the overall brightness and palette for all the segments. So just in case anyone else wants to do something similar heres the code that seems to be working now.