[Custom Integration] Daikin One Open API

Hello all!

Just thought I’d put this small integration I wrote in case it can help anyone out.

I recently got my AC upgraded and was forced to use one of those fancy new communicating thermostats (an Amana one that uses the Skyport home app), replacing my local WiFi one that worked great with Home Assistant.

Of course, I wanted to be able to control my thermostat from Home Assistant again. Looking through the forums and Google, it looked like there were a couple solutions available, but they appeared to use endpoints reverse-engineered from the app. I wanted to try to use something more “official”, and I discovered there was a public API for integrators at https://www.daikinone.com/openapi/index.html. Surprisingly, I could not find any Home Assistant integration that used it. The API appears to be more limited than the existing app-derived ones, but it has more than enough features for me. Long story short, I ended up writing my own integration to work with it.

I have only tested it on my single-thermostat system, but it should hopefully work with more advanced systems.

Here is the link; instructions are in the README. Let me know if you have any questions!

1 Like