Replies: 10 comments 14 replies
-
Hi, is there a known list of AC using the tuya module? |
Beta Was this translation helpful? Give feedback.
-
First I've of heard of it, surprisingly come with esp since tuya now use beken chips |
Beta Was this translation helpful? Give feedback.
-
I just successfully "hacked" my BAC-003 thermostat by replacing the WiFi module with ESP12, flashed with Tasmota and added a bit of scripting (oh, and a minor custom code change) and it works great. If your thermostat speaks Tuya protocol (it's basically serial protocol, started with 0x55 0xAA) tasmota already have a set of build in command you can use. Check https://tasmota.github.io/docs/TuyaMCU/ also https://github.com/sillyfrog/Tasmota-Tuya-Helper will help you to discover other commands via |
Beta Was this translation helpful? Give feedback.
-
I've got the Kesser AC just as adaasch describes it. Apparently it does not have a Tuya MCU in it.
Can you give me a hint? |
Beta Was this translation helpful? Give feedback.
-
Ok, I finally got the first response: The problem was the way i sent the data: I flashed the tasmota-lite.bin.. 20:07:20.809 CMD: Grp 0, Cmd 'SERIALSEND', Idx 5, Len 16, Pld -99, Data 'BB000104020100BD' |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Solved see: #19497 |
Beta Was this translation helpful? Give feedback.
-
Here is the script:
Compile Tasmota with: #define USE_SCRIPT_SERIAL #ifdef USE_DOMOTICZ |
Beta Was this translation helpful? Give feedback.
-
The script still has issues with the different data sources and the timing - so it responds strangely sometimes. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I reverse engineered the UART protocol of the Tuya WIFI module of my AC and integrated into my home automation via MQTT
Perhaps somebody is interested it: https://github.com/adaasch/AC-hack
It would be nice if Tasmota would directly support the AC. Unfortunately, I do not have good knowledge of the Tasmota code base to do this job efficiently.
Beta Was this translation helpful? Give feedback.
All reactions