Daikin AC
The daikin
sensor platform 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.
To enable the platform manually, add the following lines to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: daikin
host: 10.0.0.1
monitored_conditions:
- inside_temperature
- outside_temperature
Configuration Variables
Please note that some AC devices may report outside temperature only when they are turned on.