Hi I just discovered some problems with the presets. I had a basic “White“ preset that I wanted to copy from one WLED devices to another so I did it by opening the preset and copying the API command. By doing that I caused my lights to work incorrectly. I had a setup with two strips of 184 and 186 leds controlled by two separate GPIOs of an ESP32, initially I thought something was wrong with the controller and switched it out but realized the problem, when the new one worked fine, but the same exact problem occurred when I tried to set up the preset.
Is there another way to fix this except from doing a fresh install? and how would you copy presets from one devices to another?
Thanks for your help
As with many other things it was just a lack of knowledge and being kind of stupid. I hadn’t thought that the API command from the presets would contain information like the length of the LED strip which meant by coping from device 1 with 193 LEDs to device 2 with 173 worked fine but copying to device 3 with 300+ LEDs caused the issue. Everything worked as it should and the software did what it was told to I guess my lack of knowledge of how to copy presets from one device to another and the API command was the big issue. I just changed the stop from 193 to the correct number of LEDs. But still what is the best way to copy presets between different devices? is it just to copy the API command, but remember to change the stop to the right amount of LEDs?