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

Display toggle #5

Open
Orneeman opened this issue Dec 27, 2023 · 4 comments
Open

Display toggle #5

Orneeman opened this issue Dec 27, 2023 · 4 comments

Comments

@Orneeman
Copy link

Hi,
I've been testing the -midea_ac-2022.1.2.bin binary on my AC unit, and it seems like the display toggling off feature isn't functioning when controlled via UART. All other features are working seamlessly.

Would appreciate some insights or guidance on this.

@vzagorovskiy
Copy link
Contributor

Many air conditioners do not support display toggling via UART as mentioned https://esphome.io/components/climate/midea.html#midea-ac-display-toggle-action

My air conditioners do not :(

You may add the following code to midea_ac.yaml and rebuild the firmware yourself

button:
  - platform: template
    name: ${friendly_node_name} Display Toggle
    icon: mdi:theme-light-dark
    on_press:
      midea_ac.display_toggle:      

@Orneeman
Copy link
Author

yes I added but it doesn't work,
and I am pretty sure I have this feature , because the OEM AC app can do it,

@DjBac
Copy link

DjBac commented Aug 11, 2024

I am having the same issue. Do you by any chance have any update on this?

@vzagorovskiy
Copy link
Contributor

https://esphome.io/components/climate/midea.html#midea-ac-display-toggle-action

Not all air conditioners support this via UART details can be checked with the developer of the component https://github.com/dudanov/MideaUART

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