hristo-atanasov / Tasmota-IRHVAC

Home Assistant platform for controlling IR Air Conditioners via Tasmota IRHVAC command and compatible hardware
186 stars 64 forks source link

`default_x_mode` not working #129

Open greyivy opened 8 months ago

greyivy commented 8 months ago

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.

hristo-atanasov commented 7 months ago

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).

parcox commented 7 months ago

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.

nao-pon commented 1 week ago

@parcox This behavior occurs when Light and Turbo are included in the toggle_list setting. What this behavior is...

So, exclude any parameters for which you do not want this behavior from the toggle list.