Hey,
I’m currently working on a project, and I was planning to use the QuinLED Dig-Octa boards. I need WLED to do very specific things:
- 4x 24v RGBWW Strips, that are motion activated (using the PIRsensorSwitch usermod) but can also be used for displaying effects via the WIZ remote or the App (that’s why I have the “off-only” setting for the usermod enabled).
- 2x 24v WW COB Strips, two button inputs for each strip
- 2x 24v CW COB, one button input for both strips
I have it all worked out but the problem I’m facing is with turning off the controller… I can’t use presets because when I do, they turn off every strip and if I configure it in a way that only segments are turned off (bri=0%) the motions sensors don’t trigger anymore because they only do when the power is off (“off-only” setting is active because I also want to play effects and I don’t want them to be interrupted by the motion sensor triggering).
Is there a way to make this all work without Home Assistance and with one WLED instance?
Maybe there is an usermod that checks if all strips are at 0% brightness and turns off the controller?
Thanks in advance