Midea Air Conditionner missing "Auto" as supported mode #3302
Unanswered
PascalGodin
asked this question in
Component enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Component name
Midea Air Conditioner
Link to component documentation on our website
https://esphome.io/components/climate/midea/
Describe the enhancement
My Senville (midea) heat pump as AUTO as a supported mode instead of HEAT/COOL
I assume that all that is needed is to add
"AUTO": ClimateMode.CLIMATE_MODE_AUTO,
to the enum
ALLOWED_CLIMATE_MODES
in the file named
esphome/components/midea/climate.py
Use cases
It's not absolutely critical but having the actual AUTO as the midea climate would let me have a custom climate on top with dual setpoint heat/cool mode (by automated selecting heat/cool/off) and also have the option of a single setpoint Auto mode that would select the auto mode.
It would also represent the actual mode that the unit has.
Seems like when I manually set the unit to Auto it reports back as HEAT/COOL in the Midea Climate card.
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions