msx80 / FakeA41

Tasmota enabled DIY Replacement for brp069a41 wifi modules on Daikin A/C units.
MIT License
16 stars 3 forks source link

FakeA41

Tasmota enabled DIY Replacement for brp069a41 wifi modules on Daikin A/C units.


USE THIS SOFTWARE AND THE HARDWARE DESCRIBED AT YOUR OWN RISK
I'm not an engineer, it may contains flaws that can cause any kind of damage.

Hardware

Hardware needed:

NB the unit has a 5V pin, but it doesn't seem to be able to supply enough current to run the ESP. See this issue.

The A/C unit plug is as follow (at least on my unit, check yours before connecting anything):

Circuit:

Here a couple of example boards:

example boards

Here's a smaller board with a Wemos S2 Mini:

image

Installation

Usage

On tasmota, you'll be able to control the A/C unit with a JSON command like:

DaikinCtrl {"active":true, "mode":"COOL", "fan":"NIGHT", "temperature":20, "swingH":true, "swingV":false }

Also, two sensors will be exposed:

(your ESP board will also probably have an internal temperature sensor that will be exposed by Tasmota)

This software is based on the reverse engineering work of @maser777 and @relghuar at OpenEnergyMonitor.

Thanks to you and all the other hackers!