Coder Social home page Coder Social logo

Comments (3)

crankyoldgit avatar crankyoldgit commented on August 20, 2024

I had a look at the decoding code. There is a routine for decoding Daikin A/C remotes, however it is not included in the default decoding list. I suspect it hasn't been added for a reason. A number of A/C IR code schemes split up the command into multiple separate-IR-like sequences. The way the library handles the decodes is for the typical use cases of simple IR commands. If you want it to work, you'll probably need to add the decodeDaikin() call in the appropriate place and play around with the routines that capture the incoming IR sequence so it can span across large gaps in transmission to collect the entire code at once. In the case of the Daikin protocol, there is a 29+msec gap in the middle of the protocol. Oh, and you'll probably need to increase the rawlen parameter up to about 255 as well to capture the entire length of the command.

from irremoteesp8266.

crankyoldgit avatar crankyoldgit commented on August 20, 2024

Friendly ping. Any update/feedback/more info?

from irremoteesp8266.

crankyoldgit avatar crankyoldgit commented on August 20, 2024

Closing this due to inactivity. Please re-open if have an update/feedback/more info etc.

from irremoteesp8266.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.