Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 28 additions & 6 deletions content/components/climate/climate_ir.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ submit a feature request (see FAQ).
| Daikin | `daikin` | yes |
| [Daikin ARC](#daikin_arc) | `daikin_arc` | yes |
| [Daikin BRC](#daikin_brc) | `daikin_brc` | yes |
| [Daikin WRC](#daikin_wrc) | `daikin_wrc` | yes |
| [Delonghi](#delonghi_ir) | `delonghi` | yes |
| Emmeti | `emmeti` | yes |
| Fujitsu General | `fujitsu_general` | yes |
Expand Down Expand Up @@ -96,6 +97,12 @@ climate:
header_low: 9856us
```

{{< anchor "daikin_arc" >}}

### `daikin_arc`

The Daikin ARC remotes (`daikin_arc` climate, `daikin_arc417`, `daikin_arc480` protocols of [Arduino-HeatpumpIR](#heatpumpir)) are used by the japanese model of Daikin.

{{< anchor "daikin_brc" >}}

### `daikin_brc`
Expand All @@ -113,17 +120,32 @@ climate:
use_fahrenheit: true
```

{{< anchor "delonghi_ir" >}}
{{< anchor "daikin_wrc" >}}

### `delonghi`
### `daikin_wrc`

The `delonghi` climate currently supports the protocol used by some Delonghi portable units, known working with Delonghi PAC WE 120HP.
The Daikin WRC remotes used by some wall mounted air conditioners of Daikin

{{< anchor "daikin_arc" >}}
- **state_sensor_id** (*Optional*, [ID](#config-id)): Binary sensor ID that provides the on/off state of the air conditioner

### `daikin_arc`
{{< note >}}

The Daikin ARC remotes (`daikin_arc` climate, `daikin_arc417`, `daikin_arc480` protocols of [Arduino-HeatpumpIR](#heatpumpir)) are used by the japanese model of Daikin.
This protocol doesn't have clear on and off commands, so to reliably determine the device's state, you must use a reed switch or a Hall effect sensor with a small magnet attached to the AC blade

{{< /note >}}

```yaml
# Example configuration entry
climate:
- platform: daikin_wrc
name: "AC"
```

{{< anchor "delonghi_ir" >}}

### `delonghi`

The `delonghi` climate currently supports the protocol used by some Delonghi portable units, known working with Delonghi PAC WE 120HP.

{{< anchor "gree_ir" >}}

Expand Down