This is a custom integration to control IR-based air conditioners from Tuya via Home Assistant.
WARNING: This is by no means a custom component which I can assure works with everything, this is tailored to my needs as part of my initial project which you can find here but I hope to work on making it more broad and also a standard repository with a good dev environment. Maybe someone can help me out here.
I don't know how to create a UI (SOMETHING TODO) so here is the basic configuration for HA:
climate:
- platform: tuya_smart_ir_ac
name: "Thermostat"
sensor: "sensor.whatever_sensor_you_have"
access_id: ""
access_secret: ""
remote_id: ""
ac_id: ""
You can find the IDs from the Tuya Iot Website!
Open a pull request, every contribution is welcome.