adaasch / AC-hack

Reverse engineered UART protocol of the WIFI module for several airconditioner units (AC) / heat pumps from makes like Kesser, TCL, and others.
13 stars 2 forks source link

Usage unknwon #2

Closed Binozo closed 5 months ago

Binozo commented 5 months ago

Hello there 👋

I am very interested into this project and hacking my tuya powered air conditioner after all.

I am having a hard time to get things started. Can you give me a hint how I have to proceed to get those serial commands into my tuya board? Do I have to connect an seperate esp32 board to the tuya board using UART?

Thanks in advance Greetings from Germany 🍻

adaasch commented 5 months ago

Basically you flash Tasmota on the tuya module of the A/C: https://tasmota.github.io/docs/Getting-Started. After that you can send the serial commands over mqtt to the A/C or you use the mqtt bridge to get a more convenient API: https://github.com/adaasch/AC-hack/issues/1#issuecomment-2031340282

Binozo commented 5 months ago

Thanks!