David Conran

Results 94 comments of David Conran

@NicoThien I've created a [bosch](https://github.com/crankyoldgit/IRremoteESP8266/tree/bosch) branch: https://github.com/crankyoldgit/IRremoteESP8266/tree/bosch It should enable _basic_ sending and decoding of the 144 bit protocol you've documented. I'll leave the 48 bit (short) messages till later...

> The commands of the original remote control are recognized as BOSCH144 protocol. Excellent! > But the remote ESP8266 does not transmit. The IR LED does not turn on. It...

I think there is "more to it" if you want to get it working in Tasmota. Not sure. You may also not be using the branch of the library required....

Great. Github or Chrome seems to have eaten my huge reply the other day. The short version (from memory) is we need to find a difference in protocol messages to...

Okay, than we/you need to find another way of telling it's a different model from the `state[]` code alone. e.g. See if you can find any consistent bits or pattern...

Please follow the steps in the wiki for adding a new protocol: https://github.com/crankyoldgit/IRremoteESP8266/wiki/Adding-support-for-a-new-IR-protocol We will need to the complete capture (especially the RawData) from the IRrecvDumpV2 (or V3) program. Looking...

Looking at the timing data provided, it's not like the other carrier protocols thus far, so we will have to write a new send/decode routine for it. I should have...

@MarkEvens I've created the following branch: [carrier128_basic](https://github.com/crankyoldgit/IRremoteESP8266/tree/carrier128_basic) / PR #1798 Please download that branch and try it out. It should send & detect the protocol now. You will need to...

> I test your brach It detects protocol as carrier128_basic, but it shows exact decoding no matter whatever command I am the fire. Can you please include an example? I.e....