
* Fixed Broken images, Added Sidebar and put them in the right catagorys * Forgot the image
1.7 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Daikin AC | Instructions on how to integrate Daikin AC(s) with Home Assistant. | 2017-12-03 05:00 | True | false | true | true | daikin.svg | Sensor | 0.59 | Local Polling |
Description
The sensor component integrates Daikin air conditioning systems into Home Assistant, enabling displaying the following parameters:
- inside temperature
- outside temperature
Please note, the `daikin` platform integrates **ONLY the european versions of Daikin ACs (models BRP069A41, 42, 43, 45)** into Home Assistant
Configuration
The component has been integrated with discovery so all your Daikin AC's climate devices can be automatically discovered. Manual configuration and customization is also possible by using the sample configuration from below:
# Example configuration.yaml entry
sensor:
- platform: daikin
host: 10.0.0.1
name: optional name
monitored_conditions:
- inside_temperature
- outside_temperature
{% configuration %} host: description: IP or hostname of the device. required: true type: string monitored_conditions: description: List of items you want to monitor for each device. required: false detault: All conditions type: list keys: inside_temperature: description: The current temperature measured inside the house. outside_temperature: description: The current temperature measured outside the house. {% endconfiguration %}
Please note that some AC devices may report outside temperature only when they are turned on.