Everyone knows Daikin make some of the best air conditioners out there, mechanically speaking. Sadly their WiFi control modules are not so good, especially the latest models which are all cloud based, require an internet connection to even work, and are slow.
This code/module provides local control via web interface, MQTT, and HomeAssistant integration, all with no cloud crap.
Wiki: List of supported air-con Please update this with your model
SUPPORT please start a discussion here and I can help.
This is all ESP32 based, but there is also an ESP8266 port of this code.
PCB designs are included, and also available to buy on Amazon UK. Note, whilst Amazon have done some export, some people have used a parcel forwarder for non UK, such as Forward2Me.
There have been various discussions on this - Daikin appear to have a standard connector that is S21
. They seem to have this in models that even have build in WiFi modules (see image). You need a JST-EH 5 way connector for S21
. However the module can also be wired to units that have an X50A
connector, with slightly different cabling. The discussions have various comments on this, but please do ask.
One approach is "jumper wires" using header pins or sockets, e.g
The history is that, after years of using Daikin air-con in my old home, and using the local http control, in my new house in Wales the WiFi was all cloud based with no local control, and useless, and slow. Just configuring it was a nightmare. I spent all day reverse engineering it and making a new module to provide local control. Pull requests and feature ideas welcome.
As mentioned, on Amazon UK - but not available to export everywhere. Forwarding companies are an option.
But also, the PCB designs are published, including production files for JLCPCB. You would also need somethign to program them, such as my Tasmotiser board.
Appears as access point with simple web page to set up on local WiFI. On iPhone the setup page auto-loads.
Local interactive web control page using hostname.local, no app required, no external internet required.
- KiCad PCB designs included, with JLCPCB production files.
- 3D printed case STL files
- Documentation of reverse engineered protocol included
Basically, Daikin have gone all cloudy with the latest WiFi controllers. This module is designed to provide an alternative.
- Simple local web based control with live websocket status, easy to save as desktop icon on a mobile phone.
- MQTT reporting and controls
- Works with Home Assistant over MQTT - note Home Assistant can work with HomeKit
- Includes linux mysql/mariadb based logging and graphing tools
- Works with EnvMon Environmental Monitor for finer control and status display
- or, works with BlueCoinT and Telink BLE temperature sensor as a remote reference in an auto mode
- Automatically works out if S21 or X50 protocol (used on bigger/ducted units)
- Backwards compatible direct
/aircon/...
URLs
Git clone this --recursive
to get all the submodules, and it should build with just make
. There are make targets for other variations, but this hardware is the make pico
version. The make
actually runs the normal idf.py
to build which then uses cmake. make menuconfig
can be used to fine tune the settings, but the defaults should be mostly sane. make flash
should work to program. If flashing yourself, you will need a programming lead, e.g. Tazmotizer or similar, and of course the full ESP IDF environment. The modules on Amazon come pre-loaded and can upgrade over the air.
The code is normally set up to automatically upgrade software, checking roughtly once a week. You can change this in settings via MQTT.
If you want to purchase an assembled PCB, see A&A circuit boards or Amazon.