David Conran

Results 167 comments of David Conran

I've changed my mind on the approach. I'll look at approving/merging this as is and do the other changes later. I'm quite time-poor now-a-days so best I not hold this...

Hmm. I'll probably have to dust off my old ESP32 as well. I'm a little worried at how much we've made `atomic` I think we can get away with only...

Can you please post the minimalist code that reproduces the issue you have? We are fairly confident the library is correct, and we suspect you're doing something incorrect in **your**...

> I think the problem is that the READMEs in the `docs` directory seem to be slightly modified copies of the README files in the main directory. When you go...

@kickit2 What is the make & model numbers for the a/c unit and the remote please?

I'm not aware of any active development on that front, but I can test as I have a remote for the device

> "Econo On" original remote code: > 12:03:57.755 MQT: tele/Klimaanlage_Buero/RESULT = {"IrReceived":{"Protocol":"UNKNOWN","Bits":486,"Hash":"0x9F9E8B11","Repeat":0}} FYI: This bit doesn't help us at all. See: [https://github.com/crankyoldgit/IRremoteESP8266/wiki/Frequently-Asked-Questions#my-remotes-signal-is-being-reported-as-an-unknown-code-what-does-that-mean-how-do-i-send-an-unknown-code](https://github.com/crankyoldgit/IRremoteESP8266/wiki/Frequently-Asked-Questions#my-remotes-signal-is-being-reported-as-an-unknown-code-what-does-that-mean-how-do-i-send-an-unknown-code)

Thanks for the info/feedback! Please see the following at the start of the file: https://github.com/crankyoldgit/IRremoteESP8266/blob/a295f87e067bc8ccb22523ef035a05ea11d65e49/SupportedProtocols.md?plain=1#L1-L3 You need to make this change here instead: https://github.com/crankyoldgit/IRremoteESP8266/blob/a295f87e067bc8ccb22523ef035a05ea11d65e49/src/ir_Coolix.h#L12-L27

The data you captured indicates: > Mesg Desc.: Model: **2** (AKB75215403), ... So try: ```c++ ac.next.model = 2; // Some A/Cs have different models. Try just the SECOND one. ```

Have you ever had the library successfully send a signal yet? I.e. control a device from a distance? Have you followed the trouble shooting guide yet? What is the output...