crankyoldgit / IRremoteESP8266

Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
GNU Lesser General Public License v2.1
2.84k stars 810 forks source link

Need help for Panasonic Remote Control N2QAYB000354 #2065

Closed stieneker closed 4 months ago

stieneker commented 4 months ago

I use IRrecvDUMPV2 with the remote and a TSMP58000. Unfortunately, the program does not recognize the codes and constantly throws out codes that are unfortunately non-repeating, like these: 17:29:00.434 -> uint16_t rawData[1827] = {26, 6, 18, 8, 18, 6, 18, 6, 20, 8, 16, 10, 16, 8, 16, 10, 16, 8, 18, 8, 16, 8, 20, 8, 18, 8, 18, 8, 18, 10, 16, 10, 14, 10, 16, 10, 18, 8, 18, 6, 18, 8, 18, 10, 16, 8, 18, 6, 18, 6, 18, 10, 14, 10, 16, 8, 18, 6, 18, 10, 16, 10, 14, 10, 20, 8, 16, 8, 18, 6, 18, 6, 18, 10, 16, 8, 18, 6, 18, 10, 16, 10, 14, 10, 16, 10, 18, 8, 18, 8, 16, 8, 20, 8, 18, 8, 18, 8, 18, 8, 18, 10, 18, 6, 18, 6, 20, 10, 14, 10, 16, 8, 16, 10, 18, 8, 18, 8, 18, 8, 20, 6, 18, 6, 18, 6, 18, 8, 18, 8, 16, ... eingekürzt 24, 26, 8, 20, 26, 24, 28, 6, 18, 6, 18, 24, 6, 22, 4, 22, 24, 26, 26, 24, 6, 18, 4, 20, 8, 20, 24, 6, 1720, 6, 20, 6, 20, 26, 26, 6, 20, 26, 26, 8, 18, 6, 20, 24, 26, 6, 18, 6, 20, 26, 26, 6, 18, 6, 22, 24, 6, 18, 6, 22, 24, 582, 6, 20, 26, 8, 18, 6, 20, 26, 6, 18, 6, 20, 26, 24, 6, 18, 6, 22, 24, 26, 6, 18, 24, 6, 22, 26, 24, 6, 20, 4, 20, 30, 582, 4, 20, 26, 4, 22, 26, 6, 18, 24, 6, 22, 6, 18, 4, 22, 26, 26, 8, 18, 6, 20, 24, 26, 6, 20, 26, 24, 6, 22, 26, 26, 1726, 8, 18, 6, 20, 26, 26, 6, 18, 6, 20, 24, 8, 20, 24, 6, 18, 6, 20, 6, 20, 4, 20, 30, 22, 8, 18, 6, 20, 26, 26, 6, 22, 26, 1726, 26, 24, 26, 28, 26, 26, 26, 26, 6, 20, 24, 26, 6, 20, 26, 24, 6, 20, 6, 20, 26, 26, 26, 6, 18, 6, 20, 1726, 8, 18, 6, 20, 6, 18, 10, 18, 26, 4, 22, 24, 10, 18, 24, 6, 20, 4, 20, 8, 22, 24, 6, 20, 26, 6, 20, 4, 20, 6, 18, 10, 18, 26, 4, 22, 1724, 8, 20, 24, 4, 22, 26, 24, 6, 22, 26, 26, 6, 18, 26, 6, 18, 8, 20, 24, 4, 22, 24, 8, 20, 24, 26, 26, 6, 20, 4, 20}; // UNKNOWN 104AEAFE

I tried changing the timing, all to no avail. What can I do?