crankyoldgit / IRremoteESP8266

Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
GNU Lesser General Public License v2.1
2.84k stars 810 forks source link

DAIKIN IRHVAC Off Issue. #2097

Closed orthobots closed 1 month ago

orthobots commented 1 month ago

Hi, Thanks for all the work put into this.

I'm trying to get my Daikin FTKF (2021 model) HVAC working properly. It took many tries, the default remote kept sending raw data with 293 bits, that wasn't being recognized. I finally managed to get the AC to respond using the DAIKIN2 / DAIKIN216 protocols. Most of the functions seem to work with the exception of the "Off" function.

How might i go about fixing this?

Thanks!

NiKiZe commented 1 month ago

If you create an issue, make sure you fill out the issue template as requested.

It has links to the faq on relevant sections, such as how to deal with unknown messages.

Testing other protocols and hope they work isn't the right way. The only way to try and figure out why the off function doesn't work is to compare to the original remote that is known to work by collecting data. Since you don't have this it's simply impossible to try and fix that way

I would recommend a new issue for the unknown protocol, collecting the raw data of full temperature range, and then filling out the fields in the issue template