OpenBK7231T_App icon indicating copy to clipboard operation
OpenBK7231T_App copied to clipboard

RAW IR codes, RF support

Open HGRT846 opened this issue 2 years ago • 6 comments

So... I have CS-SSRC-IRC tuya remote with IR and RF, I flashed it, found pins, it receives IR, but unfortunately my AC sends unknown IR, and I didn`t find the feature to send raw IR, also the flash does not have RFreceive/RFsend, my question is, will you plan to add support for those, or it will be easier to change the module to ESPXXX?

HGRT846 avatar Feb 24 '24 13:02 HGRT846

Do you have powersave 1 set on the device?

divadiow avatar Feb 24 '24 13:02 divadiow

What is it?

HGRT846 avatar Feb 24 '24 14:02 HGRT846

https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/commands.md

I just remember powersave 1 getting in the way of my ir being recognised. Something about it affecting timings

divadiow avatar Feb 24 '24 17:02 divadiow

I set it to 0, same input, didnt help, sometimes it decodes IR as a pulsedistance, sometimes as unknown, but I press the same button

Debug:IR:IR decode returned true, protocol 1
Debug:IR: Raw-Data=0x2
Debug:IR: 35 bits
Debug:IR: LSB first
Debug:IR:IR decode returned true, protocol PulseDistance (1)
Info:IR:IR MQTT publish IR_PulseDistance 0xA1B 0xA09 0 (35 bits) took 0ms
Debug:IR:IR fire event took 0ms
Debug:IR:IR decode returned true, protocol 1
Debug:IR: Raw-Data=0x2
Debug:IR: 35 bits
Debug:IR: LSB first
Debug:IR:IR decode returned true, protocol PulseDistance (1)
Info:IR:IR MQTT publish IR_PulseDistance 0xA1B 0xA09 0 (35 bits) took 0ms
Debug:IR:IR fire event took 0ms
Debug:IR:IR decode returned true, protocol 0
Debug:IR: Hash=0xB0894C81
Debug:IR:37 bits (incl. gap and start) received
Debug:IR:IR decode returned true, protocol UNKNOWN (0)
Info:IR:IR MQTT publish IR_UNKNOWN 0xB0894C81 0 took 0ms
Debug:IR:IR decode returned true, protocol 0
Debug:IR: Hash=0xE0782C23
Debug:IR:37 bits (incl. gap and start) received
Debug:IR:IR decode returned true, protocol UNKNOWN (0)
Info:IR:IR MQTT publish IR_UNKNOWN 0xE0782C23 0 took 0ms
Debug:IR:IR decode returned true, protocol 1
Debug:IR: Raw-Data=0x2
Debug:IR: 35 bits
Debug:IR: LSB first
Debug:IR:IR decode returned true, protocol PulseDistance (1)
Info:IR:IR MQTT publish IR_PulseDistance 0xA1B 0xA08 0 (35 bits) took 0ms
Debug:IR:IR fire event took 0ms

HGRT846 avatar Feb 24 '24 18:02 HGRT846

I'm having this same issue, did you ever find a resolution?

Razzile avatar May 19 '25 11:05 Razzile

It seems IR raw is not supported.

Debug:IR:IR decode returned true, protocol 0
Debug:IR: Hash=0x0
Debug:IR:0 bits (incl. gap and start) received
Debug:IR:IR decode returned true, protocol UNKNOWN (0)
Info:IR:IR MQTT publish IR_UNKNOWN 0x0 0 took 4ms

no luck with the espRemote build either.

totoCZ avatar Dec 15 '25 23:12 totoCZ