I successfully flashed openBeken on the following Brilo Ceiling light using tuya cloudcutter
https://www.obi.de/weitere-smarte-leuchten/br...-b-smart-panel-dimmbar-schwarz-22-w/p/8464455
I was able to get the IR to work:
{
"vendor": "Brilo",
"bDetailed": "0",
"name": "Brilo LED Ceiling Light Slim 22 W with IR",
"model": "Brilo CCT IR",
"chip": "BK7231T",
"board": "TODO",
"flags": "5120",
"keywords": [
"Brilo",
"Ceiling",
"CCT IR"
],
"pins": {
"8": "IRRecv;0",
"24": "PWM;2",
"26": "PWM;1"
},
"command": "",
"image": "https://images.obi.de/product/CZ/415x415/629679_1.jpg",
"wiki": "https://www.elektroda.com/rtvforum/viewtopic.php?p=20751086#20751086l"
}
My autoexec.bat has the following contents (Not all IR buttons mapped yet):
addEventHandler2 IR_NEC 0x1 0x1 led_enableAll 1
addEventHandler2 IR_NEC 0x1 0x2 led_enableAll 0
addEventHandler2 IR_NEC 0x1 0x3 add_dimmer 1
addEventHandler2 IR_NEC 0x1 0x8 add_dimmer -1
addEventHandler2 IR_NEC 0x1 0x5 add_temperature 1
addEventHandler2 IR_NEC 0x1 0x6 add_temperature -1