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

Common AC Control - Swing turn on #2088

Closed mjtrini closed 2 months ago

mjtrini commented 2 months ago

Kudos to your excellent infrared library. I am using the Common AC control example. The code has the swing (vertical for example) turned off: ac.next.swingv = stdAc::swingv_t::kOff; // Don't swing the fan up or down.

Is there a way to turn on the swing? I tried: ac.next.swingv = stdAc::swingv_t::kAuto

It compiles but does not move the flap (my ac unit has that flap adjust feature, the coolix protocol works with it). Is there a command to allow movement of the flap via the common ac control?

Much thanks, MJ.

mjtrini commented 2 months ago

Hey my bad, i needed to use swingh