Revisiting this thread after some time, needed to make a minor fixes anyway, so I added the setEffectCustom function for use with WebCORE. Thanks for looking into that. Technically it works with setEffect and passing only a single parameter but you won't be able to control the other settings (speed, intensity, palette).
I was looking at the Hypercubes after seeing them on Paul Hibbert's tech channel. Pretty nice looking, so I reached out. It turns out that these support WLED so it should be possible to integrate them readily with Hubitat.
I am actually not that familiar with WLED. When I made my own WS2812-based lights a couple years ago I wrote my own code for it and created my own Hubitat drivers. They work well for the Christmas lights I made them as.
Anyways, my HyperCube arrived so I wrote a driver for it. I tried one of the WLED drivers I found on the forum but it was a bit old and most things did not quite work. So I just pulled up the WLED docs, found out about the JSON API, and then just reworked one of my other drivers for it instead last night. Considering I have a bunch of API drivers and it is so simple... it was pretty easy to do.
I'm having some problems with Hubitat's color picker popup.
Installed and configured the WLED driver no problem, and the commands all work perfectly from the devices page, but the trouble is on the dashboard. When I adjust the color (on the dashboard) it works great while I'm making the adjustment, however, the moment I close Hubitat's color selector popup, Hubitat sends 255,255,255 (white) to the WLED driver.
Here is the Log where I set the color: dev:122024-01-07 11:14:33.809 PMdebugSetting RGB Color to [53,25,229]
And here is what happens when I close the color selector popup: dev:122024-01-07 11:14:36.960 PMdebugSetting RGB Color to [255,255,255]
I have 2 segments....
I can select a segment 1 and turn on and off and select segment 2 and turn off and on #1. did anyone find a way to turn off and on multiple at the same time ? #2. is there a way to turn on and off in Rules machine?
Thx
Tim
In the wled gui, tap the power button to turn off all segments at once. If all segments were on and turned off this way, I don't remember if they all turn back on with the power button. Can't verify - my setup is down at the moment...