Daikin AC


The daikin component integrates Daikin air conditioning systems into Home Assistant.

To automatically add all your Daikin devices (ACs and associated sensors) into your Home Assistant installation, add the following to your ‘configuration.yaml’ file:

Please note, the Daikin platform integrates ONLY the european versions of Daikin ACs (models BRP069A41, 42, 43, 45) into Home Assistant.

To automatically add all your Daikin devices (ACs and associated sensors) into your Home Assistant installation, add the following to your configuration.yaml file:

# Full manual example configuration.yaml entry
daikin:
  hosts:
    - 192.168.4.161
  monitored_conditions:
    - inside_temperature
    - outside_temperature

Configuration Variables

hosts

(array)(Optional)List of IP addresses or hostnames.

Default value: All discovered hosts

monitored_conditions

(list)(Optional)List of items you want to monitor for each device.

Default value: All conditions

inside_temperature

The current temperature measured inside the house.

outside_temperature

The current temperature measured outside the house.

Please note that some AC devices may report outside temperature only when they are turned on.