I have several LED light strips in my studio controlled by their own ESP32 module. I currently have designed an app on my phone that targets each individually but it sometimes is a hassle... Say, when I come into my studio and want to turn them all on to the same setting to get into the mood to do some work! I was wondering what you'd recommend in order to have a "one-stop" place on my computer to trigger them all at the same time.
My first thought was to go the simple, albeit very un-elegant route: I was thinking of creating an internal website that allowed me to choose the setting (ie the strip animation), the brightness and whether the lights should be turned on or off; when hitting Send it would open a new tab for each IP, sending the necessary commands through the URL. Then, somehow, I would get each tab to close automatically once the success message was received (I don't even know if this is possible, but having to close the tabs one by one seems as practical as having to manually set each light's configuration!).
I'm sure there must be a better way. Thanks in advance!