Hi,
I have Panasonic A/C which is compatibile with remote A75C2713. On MQTT I received message that looks like is decoded
Bits is 220 but protocol is always -1. On …/IRtoMQTT I always get same value for pressed button.
How could I sent this value if decoded, over OMG? Raw only or?
Yes if the protocol is not decoded you should go to raw value instead
Thanks, are you maybe planning to include IRremoteESP8266 lib 2.54 to OMG 0.9 realese?
Maybe take a look at this before I integrate the new version
Insert the following before #include <IRremoteESP8266.h>
#define GICABLE_BITS 16U
#define GICABLE_MIN_REPEAT 1U
#define SHERWOOD_BITS NEC_BITS
#define SHERWOOD_MIN_REPEAT 1U
#define MITSUBISHI_BITS 16U
#define MITSUBISHI_MIN_REPEAT 1U // Based on marcosamarinho’s code.
#define AIWA_RC_T501_BITS 15U
#define AIWA_RC_T501_MIN_REPEAT 1U
and you can use newver versions of IRremote8266
Hi, I found that you updated IRremote libary to version 2.5.5 (OMG v0.9 beta). I try to test it with my Panasonic AC and cant get raw data.
I updated config IR file on picture above (DumpMode decommented; pubIRunknownPrtcl is set to true). This is what I get on MQTT
So, protocol is recognized (49 - Panasonic AC). But every button pressed have the same value on MQTT. I think that message length parameter should be changed but I am not sure where. Please help which parameter should be change in order to get raw data or decoded value
Hello,
I updated to 2.5.6, may I suggest to: