Skip to content
Merged
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
27 changes: 6 additions & 21 deletions source/_integrations/daikin.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,17 @@ There is currently support for the following device types within Home Assistant:

## Supported hardware

- The European versions of the Wifi Controller Unit (BRP069A41, 42, 43, 45), which is powered by the [Daikin Online Controller](https://play.google.com/store/apps/details?id=eu.daikin.remoapp) application. The new versions of WiFi Controller Unit (BRP069Bxx) also should work but it have to be confirmed by users. Tested and working devices are the BRP069B41 and BRP069B45.
- The European versions of the Wifi Controller Unit (BRP069A41, 42, 43, 45), which is powered by the [Daikin Online Controller](https://play.google.com/store/apps/details?id=eu.daikin.remoapp) application. The new version of WiFi Controller Unit BRP069Bxx also confirmed to work, tested and working devices are the BRP069B41 and BRP069B45.
- The Australian version of the Daikin Wifi Controller Unit BRP072A42. Confirmed working on a Daikin Cora Series Reverse Cycle Split System Air Conditioner 2.5kW Cooling FTXM25QVMA with operation mode, temp, fan swing (3d, horizontal, vertical) which is powered by the [Daikin Mobile Controller](https://itunes.apple.com/au/app/daikin-mobile-controller/id917168708?mt=8) ([Android version](https://play.google.com/store/apps/details?id=eu.daikin.remoapp)) application.
- BRP072Cxx based units (including Zena devices) need to provide the key during setup.
- The Australian version of the Daikin Wifi Controller for **AirBase** units (BRP15B61), which is powered by the [Daikin Airbase](https://play.google.com/store/apps/details?id=au.com.daikin.airbase) application.
- SKYFi based units (using the SKYFi app). These devices need a password which should be provided during setup.

## Configuration

The Daikin integration can be configured in three ways.

- Automatically via the [discovery]({{site_root}}/integrations/discovery/) integration.
- Via the Home Assistant user interface where it will let you enter the IP-address of your Daikin AC.
- Or via the `configuration.yaml` file by adding the following:
## Configuration

```yaml
# Full manual example configuration.yaml entry
daikin:
hosts:
- 192.168.4.161
```
The Daikin integration can be configured via the Home Assistant user interface where it will let you enter the IP-address of your Daikin AC (SKYFi based devices need to provide a password and BRP072Cxx devices need to provide a key).

{% configuration %}
hosts:
description: List of IP addresses or hostnames.
required: false
default: All discovered hosts
type: list
{% endconfiguration %}

## Climate

Expand Down Expand Up @@ -96,7 +81,7 @@ Some models only report outside temperature when they are turned on.

## Switch

Daikin AirBase units exposes zones (typically rooms) that can be switched on/off individually.
AirBase and SKYFi units exposes zones (typically rooms) that can be switched on/off individually.

<div class='note'>

Expand Down