Updated Daikin documentation for pydaikin v2.0.0 (#13199)

This commit is contained in:
Fredrik Erlandsson 2020-05-08 13:41:09 +02:00 committed by GitHub
parent b88a7a5d8d
commit a6ef0d9a57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,32 +24,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.
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).
- 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:
```yaml
# Full manual example configuration.yaml entry
daikin:
hosts:
- 192.168.4.161
```
{% configuration %}
hosts:
description: List of IP addresses or hostnames.
required: false
default: All discovered hosts
type: list
{% endconfiguration %}
## Climate
@ -95,7 +80,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'>