-
### Version/revison of the library used
v2.5.5
I'm trying to identify the protocol used by this model unit. When I TX using the ir_Midea.h, when sending the following, all that happens is the disp…
-
**Have you look for this feature in other issues and in the wiki?**
Yes
**Is your feature request related to a problem? Please describe.**
Yes, support for LCTech modules
**Describe the soluti…
KPK75 updated
6 years ago
-
This is what receive when compiling... Cannot undertand how to solve...
```
1. Desktop\Sonoff-Tasmota-development\sonoff\sonoff.ino: In function 'void setup()':
2.
3. sonoff:2672: error: 'cla…
-
Is there a hope to have an evolution to integrate the code of the remote control AR-REB1E for Futjisu air conditioner?
-
I am using this great gateway on an DOIT ESP32 DEVKITV1 for the routing of BT data for mi plants and room thermostats. I am using ZgatewayBT an it is the only one activated.
After some minutes of c…
-
Hi,
Using IRrecvDumpV2 example sketch from IRremoteESP8266 library, recommended by David Conran (Thanks!), I was able to find the RAW codes for my pellet stove IR remote control and with IRMQTTServe…
-
Learning and sending infrared remote control code for request adaptation sharp TV
It looks like the irsend code part is not yet finished?
-
### Version/revison of the library used v2.1
### Expected behavior
Should control AC unit
### Actual behavior
I used similar code from ardruino example (works fine with nano), unfortunately do…
-
Hello
The air conditioner uses a raw 199, this has to change the IRremote.h -> #define RAWBUF 100 to 200 and change IRremoteInt.h #define _GAP 5000 change to 50000, the problem is that there are over …
-
I am trying to duplicate signals. I basically want to receive a signal and send the same one. When I run the example which does:
if (irrecv.decode(&results)) {
Serial.println((uint32_t…