Daikin AC


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

Manual configuration and customization is 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 Variables

host

(string)(Required)IP or hostname of the device.

monitored_conditions

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

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.