esphome / feature-requests

ESPHome Feature Request Tracker
https://esphome.io/
419 stars 26 forks source link

Enable Tuya air conditioner mode change using TuyaMCU and climate components #1519

Open rickydg opened 2 years ago

rickydg commented 2 years ago

Describe the problem you have/What new integration you would like

Change air conditioner mode Please describe your use case for this integration and alternatives you've tried:

My Tuya air conditioner has 4 modes; Auto, Cool, Fan and Dry. I can see no way of controlling the modes through the current component abilities. I would like to be able to set a mode datapoint to control these modes. For my air conditioner modes it is datapoint 4 (enum). Additional context

Currently, I am only able to control the fan using the Tuya fan component and the Cool mode using the Tuya Climate component. I seem to be able to use all other functions through ESPHome.

nagyrobi commented 2 years ago

Perhaps you could share your results here, that may speed up development and increase chances for somebody who can do it.

moriahmorgan commented 1 year ago

@rickydg There may be this functionality coming soon, based on the PR I created. https://github.com/esphome/esphome/pull/5159