ginkage / MHI-AC-Ctrl-ESPHome

ESPHome integration for MHI-AC-Ctrl project
MIT License
101 stars 35 forks source link

Only 3 speeds #96

Open TGgrimreaper opened 2 months ago

TGgrimreaper commented 2 months ago

Hi

Ive just installed the esp home version. I noticed that there are only 3 fan speeds, exclusing automatic. Wilst the original has 4 and automatic. Is it possible to ad the 4th fan speeds? Screenshot_20240718_153541_Home Assistant

RobertJansen1 commented 1 month ago

Your image looks different from mine:

afbeelding

I can send 5 different speeds from the remote, and from HA / ESPHome climate (2,3,4,5,6)

You might have an updated yaml file where the 5th value is not yet mapped to quiet in the esphome climate class.

I don't think we can send more than 5 speed settings to the unit using the current reverse-engineering of the protocol. if you have information on how to do this otherwise, we can patch the core files to do so :)