logo elektroda
logo elektroda
X
logo elektroda

Flashing [WB3S] CS-SSRC-IRC Tuya IR+RF Remote for HA: Manual GPIO Discovery & Config

Ijiga 2601 1
ADVERTISEMENT
  • Helpful post
    #1 20992894
    Ijiga
    Level 5  
    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

    Black, oval remote control with aluminum trim and a side button. Box of Smart Universal IR Remote Controller with Tuya logo. Label of CS-SSRC-IRC remote packaging with technical details.


    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:
    Close-up of a circuit board of IR+RF remote with labeled pins.Interior of an electronic device with visible wiring and components.

    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
    Screenshot of BK7231 Easy UART Flasher application with an error message.

    GPIOs template and table:
    PinsRoles
    8IRrecv
    9LED
    23dInput
    26IRSend

    {
      "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)
    Do you have a problem with Arduino? Ask question. Visit our forum Arduino.
  • ADVERTISEMENT
  • #2 21014430
    p.kaczmarek2
    Moderator Smart Home
    Helpful post? Buy me a coffee.
ADVERTISEMENT