IRHVAC SAMSUNG_AC how to send "Breeze" ON/OFF according to latest IRremoteESP8266? #18824
-
Hello, Thank you. Kind Regards |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
ASAIU, the library Tasmota uses for IRHVAC did not expose the Breeze methods in the API common to all HVAC models: crankyoldgit/IRremoteESP8266#1062 I don't know if it would be better to hack into IRremoteESP8266 to expose that as a common option (although it's pretty specific to Samsung) or put some Samsung-specific code into Tasmota. |
Beta Was this translation helpful? Give feedback.
-
For anyone coming here in the future: I ended up forking Tasmota and making a little patch. It works for my needs (fan speed auto == breeze is fine for me) and maybe whoever else has a Samsung Windfree A/C :-) |
Beta Was this translation helpful? Give feedback.
-
I am coming across this discussion trying to send the setBreeze command to my AC. Only to find out it is not supported. If not, I do see the {
"Vendor": "SAMSUNG_AC",
"Model": -1,
"Command": "Control",
"Mode": "Heat",
"Power": "Off",
"Celsius": "On",
"Temp": 27,
"FanSpeed": "Auto",
"SwingV": "Off",
"SwingH": "Off",
"Quiet": "Off",
"Turbo": "Off",
"Econo": "Off",
"Light": "On",
"Filter": "Off",
"Clean": "Off",
"Beep": "Off",
"Sleep": -1,
"iFeel": "Off",
"SensorTemp": null
} |
Beta Was this translation helpful? Give feedback.
I'm afraid it can't because of a couple of reasonable reasons. It is a brand-specific feature that can't really be generalized.