David Conran

Results 180 comments of David Conran

Try putting: ```c++ ac.setSwingV(true); ``` just before the `ac.send();` Unfortunately, both `setSwingV()` & `setSwingH()` both set a button value. One is probably overwriting the other.

Probably easy enough to code up. But can you see if there is some ways to tell the models apart from the message code/array? If we can find that, we...

Compare the hex string generated by the library and your remote. If there are other differences other then the but you're talking about, they may help

Sorry, I looked at your data earlier. The protocol it is using is not a simple message protocol. It looks kind-of like RC family of protocols, but not. The automatic...

I did some research, it seems to be a variant of XMP protocol, you might want to look at/tweak the `ir_XMP.[cpp|h]` files. You might be able to fiddle the values...

Yes, it bounces between models. Fujitsu uses protocols that have common messages between models. So, often the library can't tell from a single message what kind of remote/AC you have....

Hey, congrats on writing some code that works for you. The library has routines for send the data directly, rather than building up a raw data arrays and send that....

Unable to reproduce.

Tested this via another PR. It should work after being rebased to current master branch. (The alternate PR passed the tests ok.)