-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
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:
|
yes I added but it doesn't work, |
I am having the same issue. Do you by any chance have any update on this? |
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 |
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.
The text was updated successfully, but these errors were encountered: