deiger / AirCon

Scripts for controlling Air Conditioners, e.g. with HiSense modules.
GNU General Public License v3.0
218 stars 58 forks source link

Serial comm #6

Open glmnet opened 4 years ago

glmnet commented 4 years ago

As I understand this WiFi module communicates with the AC main board via RS485. Is there any documentation on that? Had anyone connected a logic analyzer there?

deiger commented 4 years ago

Haven't tested it - I only reverse engineered their protocol.

happylichuanxi commented 4 years ago

i have tried the serial comm to control it,using esp8266 and ttl-to-rs485 module,and it's hard to analysis the code,any help would be grateful!