MiguelAngelLV / esphaier

ESP8266 code to connect to Haier Air Conditioner with wifi module support
127 stars 32 forks source link

Was it possible to add Swing Mode support? #10

Closed Basicek1 closed 2 years ago

Basicek1 commented 3 years ago

Was it possible to add Swing Mode support?

So far, I have used another modification of haier.h, which stopped working with the ESPHome upgrade to version 1.19.4. Would anyone please advise me how to modify the code?

Haier.txt

Thank you very much for this project

MiguelAngelLV commented 3 years ago

Try to change CLIMATE_MODE_AUTO to CLIMATE_MODE_HEAT_COLD.

When I upgrade to 1.9.0, I got a "invalud value 6 mode" error. Maybe It is your case.

My AC don't have Swing mode (It is by conducts), so I can't test the swing mode...

Basicek1 commented 3 years ago

I have a suggestion to modify the code for the new version of ESPHome 1.19.0. For my Haier air conditioner, this code also works. Please try it.

Haier.txt

megachammer commented 3 years ago

I've checked Basicek1's version. Everything seems to work fine with 1.19.4, swing also. Thanx!

evlo commented 2 years ago

Was it possible to add Swing Mode support?

So far, I have used another modification of haier.h, which stopped working with the ESPHome upgrade to version 1.19.4. Would anyone please advise me how to modify the code?

Haier.txt

Thank you very much for this project

@Basicek1 did you get LED_BIT_OFF to work?