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: Support setting temperature in 0.5 C unit #2036

Closed k-takata closed 6 months ago

k-takata commented 9 months ago

Daikin 280-bit A/C protocol can set the temperature in 0.5 C unit. However, IRDaikinESP didn't support it. This PR allows to set and get the temperature in 0.5 C unit.

It looks like some other Daikin protocols also support setting the temperature in 0.5 C unit:

However, they are not implemented in this PR, because I cannot test them.

k-takata commented 6 months ago

Thank you for the review. Updated as suggested.