hristo-atanasov/Tasmota-IRHVAC

`default_x_mode` not working

greyivy opened this issue · 3 comments

Despite setting default_beep_mode: "Off" and default_light_mode: "Off", every command sent by this integration has "Beep": "On" and "Light": "On" set. How do I turn these off? This is working perfectly otherwise.

Currently I don't see something wrong with the code. But something else "rings the bells". For some models there is a possibility to send command with some option on or off, but it is not supported by the library with the IR codes. Check the support for your AC in IRremoteESP8266. Before doing that, you have to check what version of Tasmota you are using, then find this version of Tasmota what version of IRremoteESP8266 uses. In the end check that version of IRremoteESP8266 if it supports these commands for your AC brand and model (the model of the remote and it's protocol).

I am having a similar issue. I set default_light_mode to "On" and default_turbo_mode to "On", but the IR command sent always has those values "off". However, set_turbo and set_light is working individually.