geoffdavis / esphome-mitsubishiheatpump

ESPHome Climate Component for Mitsubishi Heatpumps using direct serial connection
BSD 2-Clause "Simplified" License
498 stars 143 forks source link

Add DRY mode #137

Open RikBast opened 4 months ago

RikBast commented 4 months ago

Hi,

Is it possible to add the DRY mode to this? That would be awesome, horizontal vane is in make I see.

thx, Rik

jpgnz commented 2 months ago

Dry mode is already supported by the underlying SwiCago/HeatPump library, you may have to configure it manually:

climate:
  - platform: mitsubishi_heatpump
    name: "${friendly_name}"
    supports:
      mode: [COOL, HEAT, DRY, FAN_ONLY]

image