David Conran

Results 94 comments of David Conran

> But there is all state are same No. They are not both the same. uint8_t state[16] = {0x16, 0x22, 0x38, 0x00, 0x93, 0x91, 0x25, 0xB8, 0x11, 0x22, **0x08**, 0x00,...

> the first byte is constantly changing. If you're looking at it in the wrong bit order, then the first byte will be the last (sent) byte. That is usually...

FYI, that branch has now been merged into the `master` branch.

Just checking in. How are you going with this?

@SaiSridhargithub I've created a branch of the library (daikin200_basic https://github.com/crankyoldgit/IRremoteESP8266/tree/daikin200_basic) that seems to do basic decoding of this new 200 bit Daikin protocol. Please download, compile, & test it. Let...

Thanks for confirming the capture part works. I've updated it to do checksum verification as well, as it uses the same approach as other Daikin protocols. > Happy to do...

Okay, I think I mostly understand your spreadsheet. Can you please check what happens if the ON & the OFF timer are simultaneously set? I'll try to get to coding...

Sorry. I probably phrased it poorly. What I meant was try to set both the ON & the OFF timers to being on/in use. So that they both appear in...