That’s what I was afraid of. Hopefully, the developer @thebearmay can comment on this, and hopefully they are working on updating it? I see relatively recent checkins on GitHub, so wondering.
It looks like things have changed - Daiken has a new API and it's free to use. I modified the driver from @thebearmay to make this new driver that seems to work.
Unfortuantly, the integration token is super long (1700 chars) and hubitat won't let me use preferences, so you have to modify the code in the GIST before you load it. There are three spots you need to update - API Key, your email, and the integrator token. Instructions for how to get them are here: Daikin One Open API - Documentation
I'm sure there is a better way to do this, but this is what I have!
The hub just gave my a 500 screen when I tried to run any of the functionality of the device. The only way I discovered to fix it was remove the field from the preferences section and hardcode it in the device driver code,
I'm getting the "Thermostat has not been properly configured" error even though I put in my email, integrator token, and API key.
I also get the "org.apache.http.client.ClientProtocolException: null on line 132 (method configure)" when trying to configure. Thoughts on fixing these 2 issues?
Sorry not so savvy with programming. Where should I put this code in to test the login works.
Edit; I was able to use something outside the app and was able to get it to work. So my api key, email, and integrator token works. I just can't get it to work with the driver app.
Edit 2: I figured it out with some help with ChatGPT. For some reason, the URI was not being pulled. I fixed it by making the URI a preference and inputting the URI in the device and made some adjustments to getAuth() to help with debugging.