Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAW IR codes, RF support #1103

Open
HGRT846 opened this issue Feb 24, 2024 · 4 comments
Open

RAW IR codes, RF support #1103

HGRT846 opened this issue Feb 24, 2024 · 4 comments

Comments

@HGRT846
Copy link

HGRT846 commented Feb 24, 2024

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 HGRT846 changed the title RAW IR/RF codes RAW IR codes, RF support Feb 24, 2024
@divadiow
Copy link
Contributor

Do you have powersave 1 set on the device?

@HGRT846
Copy link
Author

HGRT846 commented Feb 24, 2024

What is it?

@divadiow
Copy link
Contributor

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

@HGRT846
Copy link
Author

HGRT846 commented Feb 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants