[OBSOLETE] Daikin WiFi Split System v1.4.1

What I read:

Daikin has removed their local API in newer products. They offer a cloud API accessible only under NDA, which is incompatible with open source. This affects units fitted with the BRP069C4x wifi adapter. Units listed under Supported Hardware below continue to have access to local control. Additionally the older but commonly available BRP072A42 adapter can be fitted to most if not all newer units for access to local control.

I played around last evening. I can access the / of the AC, but it doesnt expose the API as documented here GitHub - ael-code/daikin-control: Unofficial api documentation and web interface to control "Daikin Emura" air conditioner

In some other post I read I have to add some additional header to the REST request.
If I do so, I get 403 instead of 404, which is bad, but good in some way…

I am dev since quite a long time, but starting with IoT programming,
so let me read about EDGE and see what I can find out about the Daikin API.

I guess devices with older WIFI boards that haven’t been updated should still work …

Thank you so much for looking into this. If im not mistaken my adapter is BRP069B41, but will check later today. I have no knowledge on programing so im really hopeful on your skills. :slight_smile: If you can crack this one i will definetelly make you a donation for your work.

Is there anything helpfull on this thread? GitHub - Apollon77/daikin-controller: Control Daikin Air Conditioner devices using nodejs

I think there is (currently) no direct access to the newer devices with BRP069C4x adapter.
As long as Daikin doesn’t change their strategy (cloud), a solution can only be simulating the onecta app. Seems that iobroker has already published such a driver.
So there is light at the end of the tunnel (one light, not three. sorry, this joke is only understandable in Germany where trains have 3 front lights) … :smiley:

For the older adapters, the groovy driver could probably be migrated to edge, but for the C4x a completely new driver must be written.

I am looking to purchase a wifi adapter for my unit, i actually need 6 but have been holding off. I can only purchase the newer adapter as the older wifi adapter os bo longer available. Will you be able to include the newer adapter?

Is there any update regarding this? I still can’t control temperature with smartthings app, bit somehow I can with Alexa and Google Home. Still getting same error “a network or server error occurred. Try again later”.

I have an older wifi module, not the latest one

@bonaventure have you been able to update the dth to edge,?

@Dzamonjoza Mine’s doing the same thing, exactly the same behaviour and error message.

Strange, because it was working (see my post above in Nov 2020) and now it only works from Alexa, not direct from ST.

Updating the groovy to Edge? No, I’d have to smart up first :o) and though I see the problem of owners of the old WIFI cards, I can’t promise when I could do this. There are too many things piled up ahead already.

Also, for the newer WIFI-builtin-ACs like Perfera, as DAIKIN is not really cooperative, it seems that only a “DIY” approach similar to the ioBroker solution is possible (e.g. DAIKIN has no login API via REST, you have to simulate a user logging in on their html web page).

That’s what I find confusing as it’s connected to both Alexa and GH through smartthings, and both can change temperature either by voice or on screen hubs, but if I try in smartthings app or actiontiles screen, it doesn’t work. I actually lost + and - buttons on Actiontiles thermostat tile

Is there any update regarding Daikin edge driver? Until yesterday I was at least able to switch it on and off, now I lost all controls

To be honest i just jumped to Home Assistant a few months ago and i just regret not doing it earlier. All my smart tech is now in one system and all works brilliantly. :wink: Smartthings is just dead in the water…

Same here.

Heatpump turned into a “LAN Thing” with no capabilities. ST getting less and less useful.

I have written scripts that run on a raspberry and I call them via virtual devices and http instead. That works.

When you posted it was still working for me, but now it’s not! WTF.

I’m really surprised nobody’s written a proper driver for Daikin and ST.

Still working through Alexa via the “Daikin Airbase Voice” skill.

Look at hubitat as they have itt working for thier hub.

I’m taking a stab at making an Lua edge driver for it right now. Mine just stopped working on the old groovy DTH a few days ago. Just finished reading TFM. I’ve recently managed to control it perfectly with python so hope that means I have a chance. I have BRP069A42.

Thats sounds fantastic :slight_smile:

If this could be fixed it would be super helpful, I know there are a lot of folks wanting to get this working.

I have 5 x adapters that I would like to get working again with ST.

If an edge driver could be made it would be amazing.

I have a partial functional edge driver (derived from the @bendews one) which is working for my needs . It turns the AC on and off and reads/displays some of the temp and fan values. If someone has the time/skills/patience to get it to a publishable state I am happy to send it through. My model is BRP072A42

Im not sure how soon I’ll be able to take a look but I’m happy to take a look if you dont mind sharing.

Thanks,
Kyle