Open dbaq opened 4 months ago
Can you do pronto capture of follow me signal from remote when display is set in F?
I am not familiar with that but happy to give it a try. Can you point me to any kind of docs by any chance?
@dbaq Could you test #7762 pull request ?
@DjordjeMandic you rock. I will give it a try.
works wonderfully!!! https://github.com/esphome/esphome/pull/7762#issuecomment-2477188926
Describe the problem you have/What new integration you would like
The climate component for Midea works splendidly. I've also added an IR transmitter to use the "follow me" feature (described here https://esphome.io/components/climate/midea#additional-control-options-using-ir-commands).
Everything works well but when the temperature sensor has a new value and
midea_ac.follow_me
is being called, the display on the minisplit unit switches to celsius. Using the remote that comes with the minisplit reverts the display back to fahrenheit but it will go back to celsius again the next time the temperature is updated from esphome (i.e. 2min later).I am hoping
midea_ac.follow_me
could accept a third parameter (use_fahrenheit:true
) to send the temperature via IR in fahrenheit.Here is my config currently, note how I have to convert the farenheit temp sensor to celsius as well.
Please describe your use case for this integration and alternatives you've tried:
Additional context
Other people are encountering the same issue:
Thank you!