Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default_x_mode not working #129

Open
greyivy opened this issue Nov 9, 2023 · 2 comments
Open

default_x_mode not working #129

greyivy opened this issue Nov 9, 2023 · 2 comments

Comments

@greyivy
Copy link

greyivy commented Nov 9, 2023

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
Copy link
Owner

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
Copy link

parcox commented Nov 18, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants