GK

Results 12 comments of GK

Can you control your air conditioner with esphome? I mean is it work properly and the only trouble is wifi LED? P.S. What is the model of your AC?

Google knows several manufacturers for KFR-35GW: Chigo, Gree, Xiaomi, Haier. Which is yours? When you switch off VERBOSE logger level (set it to DEBUG) is there any other packets in...

Yep, it is very strange. May be it has new protocol version or something like this... If you have an original AUX wifi-module for your AC and you will capture...

We need logs of communication between original wifi-module and this type of air conditioners, I don't know if this type of air conditioners is local to China or if it...

Судя по всему так совпало, что в момент отправки команды модулем, сплит решил разослать информационный пакет. В итоге есп ожидала один пакет, а получила совсем другой... В принципе, такое стечение...

@akdri thank you for your feedback. Yes, you can use previous versions of the component. Modify your config this way: ```yaml external_components: - source: type: git url: https://github.com/GrKoR/esphome_aux_ac_component ref: v.0.2.14...

@akdri it's very strange. All my air conditioners are working with esp12e based dongles. And they work stable... I have no idea about the reason of this issue yet 🤔...

Author: `Андрей Александрович` > минутку. сравнил свою старую конфигурации и новую. у меня в старой `display_inverted: false` а в новой `display_inverted: true` > что-то изменилось в этом плане? > то...

This info can be printed from the python script of the component. > ...тогда в `__init__.py` пишем: > `logging.info(f"version 0.2.14!")` I used this technique. See function `output_info()` from `climate.py`. But...

implemented in [v.0.2.15](https://github.com/GrKoR/esphome_aux_ac_component/releases/tag/v.0.2.15)