Hello, I`ve had this remote for a long time and decided to flash it to work with HA, unfortunately I haven`t found it in device list, so I had to manually find GPIOs and decided to add config in case anyone have one. By the way, bought one from here
The device have IR and RF, but you can`t use RF, it`s unsupported in the flash
It`s pretty easy to open, it has 4 screws on the bottom, but be careful - plastic is of poor quality
There are 6 labeled holes, you can solder in pins:

Flashing:
I used an arduino instead of TTL converter and the baud rate of 115200, I had to manually find GPIOs, dump of tuya`s GPIOs config gave me nothing
GPIOs template and table:
P.S: I`m not sure about the model, it is written CS-SSRC-IRC on the aliexpress page, but on the board it says CS-IRC-RF V1.3 (you can see on the image)



The device have IR and RF, but you can`t use RF, it`s unsupported in the flash
It`s pretty easy to open, it has 4 screws on the bottom, but be careful - plastic is of poor quality
There are 6 labeled holes, you can solder in pins:


Flashing:
I used an arduino instead of TTL converter and the baud rate of 115200, I had to manually find GPIOs, dump of tuya`s GPIOs config gave me nothing

GPIOs template and table:
Pins | Roles |
8 | IRrecv |
9 | LED |
23 | dInput |
26 | IRSend |
{
"vendor": "Tuya",
"bDetailed": "0",
"name": "CS-SSRC-IRC Tuya IR+RF Remote",
"model": "CS-SSRC-IRC",
"chip": "BK7231T",
"board": "TODO",
"flags": "50180",
"keywords": [
"IR",
"RF",
"Remote"
],
"pins": {
"8": "IRRecv;20",
"9": "LED;10",
"23": "dInput;40",
"26": "IRSend;30"
},
"command": "",
"image": "https://obrazki.elektroda.pl/2498866000_1709734701.jpg",
"wiki": "https://www.elektroda.com/rtvforum/topic4040835.html"
}
P.S: I`m not sure about the model, it is written CS-SSRC-IRC on the aliexpress page, but on the board it says CS-IRC-RF V1.3 (you can see on the image)