A custom component for Home Assistant to integrate with Daikin One+ smart HVAC systems. This integration allows you to control your thermostats and view all the telemetry reported by your equipment.
- Controllable climate entities for each thermostat
- All HVAC modes supported by the Daikin One+ system, including Emergency Heat
- Intelligent handling of thermostat updates for ultra-fast response times
- Sensors for status, temperatures, airflow, demand, etc. for all connected equipment
Dashboard source can be found here if you'd like you use it as a starting point for your own dashboard.
- Weather entities for each thermostat
- Outdoor air quality
- Support for additional equipment types
The following is the list of currently confirmed working equipment.
If you have a Daikin One+ system and your equipment is not listed here, please open an issue and we can work on adding support. Your raw Daikin API data can be retrieved by clicking "Download Diagnostics" on a thermostat's device page in Home Assistant. That information will be required to add support for your equipment.
- One Touch Smart Thermostat
HACS must be installed before following these steps.
- Log into your Home Assistant instance and open HACS via the sidebar on the left.
- In the HACS console, open Integrations.
- On the integrations page, select the "vertical dots" icon in the top-right corner, and select Custom repositories.
- Paste
https://github.com/zlangbert/ha-daikinone
into the Add custom repository URL box and select Integration in the Category menu. - Select Add.
- Restart Home Assistant
- Click the below button to add the integration and start setup
A manual installation is more risky than installation via HACS. You must be familiar with how to SSH into Home Assistant and working in the Linux shell to perform these steps.
- Download or clone this repository
- Copy the
custom_components/daikinone
folder from the repository to your Home Assistantcustom_components
folder - Restart Home Assistant
- Click the below button to add the integration and start setup