jeatheak / Mitsubishi-WF-RAC-Integration

WF-RAC homeassistant integration
MIT License
101 stars 19 forks source link

Climate: Set fan mode Auto #51

Closed NJansDev closed 1 year ago

NJansDev commented 1 year ago

Hello,

I am trying to implement the airco within an automation and am unable to set the airco to automatic fan mode with the Service call "Climate: Set fan mode". Modes 1 to 5 do work. As far as I had looked into the code, and it might be as simple as to add a translation in the const.py: FAN_AUTO = "0 Auto"?

Kind regards, Noud

jeatheak commented 1 year ago

Hi @NJansDev,

To get the FAN_AUTO working you need to use "auto" instead of "0 auto" You can lookup the supported modes in de Developers->states tab

image

And test it with the service call tab

image

This worked for me. If you have any other questions let me know.

NJansDev commented 1 year ago

Hi @NJansDev,

To get the FAN_AUTO working you need to use "auto" instead of "0 auto" You can lookup the supported modes in de Developers->states tab

image

And test it with the service call tab

image

This worked for me. If you have any other questions let me know.

I am a bit ashamed that I didn't know this before... Thanks for the solution! This ticket may be closed.