dennis1804 / homewizard-climate-hass

13 stars 7 forks source link

Add Aircooler and change fan #15

Closed Pascal4Games closed 9 months ago

Pascal4Games commented 1 year ago

Add the aircooler and made a change to the fan that it's working for aircooler and Dehumidifier. Can't test is for the fan.

See Issue https://github.com/dennis1804/homewizard-climate-hass/issues/12

But since you said you are rebuilding it, you may not be able to use it.

dennis1804 commented 1 year ago

Well you already did all the work for the pull request so I better merge this soon :)

Oldekamp commented 1 year ago

Nice work on def set_fan_mode, it was only when I saw that you explicitly called the 'med' for FAN_MEDIUM here that I could get that to finally work on my airconditioner. Somehow, self._device_web_socket.set_fan_speed(fan_mode) only accepted 'low' and 'high' and I had been stuck on that for.. well hours, to be honest!