Tcl home integration

I didn’t find direct integration, I was able to do it through the hacs plugin.
clear

Podklyuchayem kondey k prilozheniyu Dom s Alisoy i ustanavlivayem palig dlya khaks, avtoriziruyemsya i sinkhroniziruyem ustroystvo GitHub - AlexxIT/YandexStation: Управление Яндекс.Станцией и другими устройствами умного дома с Алисой из Home Assistant

159 / 5 000

Результаты перевода

Перевод

We connect the air conditioner to the House with Alice application and install the palig for hacs, log in and synchronize the device GitHub - AlexxIT/YandexStation: Управление Яндекс.Станцией и другими устройствами умного дома с Алисой из Home Assistant

Tried but when I added TCL skill in Yandex Home, no appliance from TCL appears in the Yandex App. Can you please share more details on how you make it work?

Thank you and looking forward to hearing from you.

Was able to add it to both google home and alexa. In GH, you can only turn on/off. In Alexa, you can also set the temperature. I wish there was a way to have more controls like the ones available in the TCL Smart Home app.

I am dropping some images of the USB dongle here. Maybe we could intercept the messages through the UART protocol?

https://imgur.com/a/vvPV8eU

equally suffering here with TCL units and no proper way to unify my home automation via HA

Because of this I was forced to make a monstrosity of a freakshow in home assistant.
Basically, home assistant sends a voice over text command to Google saying “turn on AC bedroom”, google turns it on and has an own automation that “when AC bedroom turns on” it sends a voice over text command to it’s self (because for some crappy reason HA entities are not directly ussable in automations in google home?) that turns on (or off) a HA input_boolean “AC bedroom”. HA also sends the content of an input_slider to ALEXA (because for some reason Alexa CAN set the temp and google can’t) setting the Temperature of the AC. I then made a generic climate device in HA with as state the input boolean, as temp the slider and as action a freaking input_button that when triggerd uses an automation to send a voice command to both google AND alexa. i’m even ashamed of writing this down as a “solution”. mike-drop, hackerman.

1 Like

I have done this before with other devices, most recently my Solar Inverter, after I reverse engineered the protocol I created an ESP32 board that plugs into my inverter and interrogates/forwards to MQTT which works well with HA. I will be buying a TCL unit in the next week and get started with it. I am planning on buying model TAC-12CSHD/FAI, but I expect the protocol would be the same for all TCL Split Aircons. If anybody wants to follow along my status, let me know.

1 Like

Hi, is there anything new to report here, is there a solution?

Hi, I’m planning to “follow along”. Where?

I’m interested. Thank you

Would like to follow :slight_smile: hope you can save us all :slight_smile: havind 3 tcl split units…

TCL Split Aircon bought and installed model TAC-13CSD/MEI2, and begun work on replacement dongle. I designed an ESP32 based dongle, for compatibility with ESPHome. First run of boards are being manufactured now, I expect delivery about Jan 5. In the meantime, I am working on capture/decoding the protocol between the original dongle and AC, and I should have the first cut of firmware complete by the time the boards arrive. The new dongle will work over wifi direct to HA, without contacting a server. My plan is to make the dongle available to whoever wants it at my cost.

http://files.lahar.net/dongle.mp4 shows the board layout.

Hi Dave,
your project sounds very interesting.
since I am not a programmer myself, I am very interested in the project.
It would be great if you could help me and the other TCL sufferers.
All the best, Hain