This is a full integration for Daikin air conditioners using local network access. It includes UI-based setup and supports climate control, switches, selects, and sensors. Built quick and dirty as a bridge until we have a better solution available, this custom integration allows you to connect Daikin air conditioners, specifically those running firmware version 2.8.0, to Home Assistant. It serves as a temporary solution to ensure compatibility until the official Home Assistant team can address the issue.
-
Copy the
local_daikinfolder into your Home Assistantcustom_componentsdirectory:<config>/custom_components/local_daikin/ -
Restart Home Assistant.
-
Go to: Settings → Devices & Services → Add Integration → Local Daikin
-
Enter the IP address of your Daikin air conditioner.
- Full climate control (temperature, HVAC mode, fan, swing)
- Extra entities:
-
Switches: Power, Quiet Fan, Swing Mode
-
Select: HVAC Mode Fan Speed, Swing Mode
-
Sensors: Outdoor temperature, energy today, runtime today indoor temp, humidity
-
Sensor: Target temperature (Not programming only, not in UI, Null if not applicable due to HVAC Mode)
-
- If upgrading from v0.0.5 (or earlier), you will need to delete the manual configuration in your
configuration.yamland reconfigure via the Home Assistant devices panel. - Ensure your Daikin unit is on the same network as Home Assistant.
- Communicates with the
/dsiot/multireqendpoint on your device.
This integration has been tested and confirmed to work with the following Daikin models:
- FTKM20YVMA with firmware version 2.8.0.
- FTXM46WVMA with firmware version 2.8.0.
Compatibility with other models or firmware versions is not guaranteed. I keep my own units on firmware 2.8.0 and haven’t upgraded because I don’t want to risk breaking anything.
This integration is a quick and dirty fix, and any suggestions for improvements or expansions are welcome. If you encounter issues or have ideas for enhancements, please open an issue in the GitHub repository for this project.
This integration is not officially supported by Home Assistant or Daikin. Use it at your own risk. The creators of this integration are not responsible for any issues that may arise from its use. This README template should help users understand how to install, configure, and use the integration, as well as set the right expectations regarding its temporary nature and supported models. If there are any other specifics or additional sections you'd like to include, feel free to let me know!