DETA DET812HA 36W 1200 x 300mm CCT panel light configuration.
Link
This has a separate power module that is easy to open.
The configuration is a little obscure to make it work correctly. The hardware uses a PWM for each of the cool and warm LEDs.
channels 0,1,2 are just to keep the GUI happy - there's nothing connected to them. Only channels 3,4 actually do something.
P6(PWM0) PWM channel 2
P7(PWM1) PWM channel 1
P8(PWM2) PWM channel 0
P24(PWM4) PWM channel 4
P26(PWM5) PWM channel 3
Flag 9 enabled.
There might be another way of achieving the same result - this worked for me.
I used OpenBK BK7231N V1.18.24



Link
This has a separate power module that is easy to open.
The configuration is a little obscure to make it work correctly. The hardware uses a PWM for each of the cool and warm LEDs.
channels 0,1,2 are just to keep the GUI happy - there's nothing connected to them. Only channels 3,4 actually do something.
P6(PWM0) PWM channel 2
P7(PWM1) PWM channel 1
P8(PWM2) PWM channel 0
P24(PWM4) PWM channel 4
P26(PWM5) PWM channel 3
Flag 9 enabled.
{
"vendor": "Tuya",
"bDetailed": "0",
"name": "DETA DET812HA Panel Light",
"model": "DET812HA Light",
"chip": "BK7231N",
"board": "TODO",
"flags": "5632",
"keywords": [
"TODO",
"TODO",
"TODO"
],
"pins": {
"6": "PWM;2",
"7": "PWM;1",
"8": "PWM;0",
"24": "PWM;4",
"26": "PWM;3"
},
"command": ""
}
There might be another way of achieving the same result - this worked for me.
I used OpenBK BK7231N V1.18.24