Open whoim2 opened 1 year ago
Have this worked before? What is the output from the dumpv2 application? (As described in the issue template) also have a read in the FAQ?
I worked with nec, lg and also exported with some kind of protocol, not an exporter. The same code is executed using the console, by the value of the log line in littlefs (value, decode_type, bits) and by the trigger mqtt or http is called via send. It works right now with nec and lg, but does not work with teco, although the receiver always recognizes it perfectly, it turns out that this remote is teco. Tomorrow I will try to master the dump.
I've reviewed the library code, and I can't see anything obvious that could cause a problem. We will need to see a dump of the original remote to work backwards from there.
Ok, im dump remote in 2-3 days
How did you go?
How did you go?
No time now, trouble with health. Need many time for this, sorry. Maybe, end of this week.
I wonder if you have gotten better and have had a chance to collect some raw timing data from the original remote?
Version/revision of the library used
v2.8.4 from Library Manager in Arduino IDE 1.8.19
ESP8285 (ESP-M3) and recieve / send modules and IR-diodes with mosfet. nonos-sdk-2.2.1 +100 (190703) This problem only at TECO protocol, NEC and LG worked perfecly. This is my universal IR center with http, mqtt and IR control: https://github.com/whoim2/esp-ir-center-and-relays
Describe the bug
Readed string from IR remote / climat device: 25060053C, TECO, 35 bits. Send this code:
Result from serial debug:
Diodes flashed in camera view. Device ("Besshof" climat separated device) not view this code, not beep as original ir-remote.
To Reproduce
Read TECO data from IR-remote and send copy of this code.