This repository contains the results of my attempts to decode IR protocol of AC Daikin F28YTES-W with remote ARC478A65 using Raspberry Pi Pico with IR sensor TSSP4038 and AnalysIR (very powerful tool).
I wanted to control AC using Home-Assistant, and existing solutions provided very limited control at the time.
Raw results from AnalysIR can be found in decoding folder.
Interpreted protocol can be found here.
There's also JSON generator for SmartIR integration for Home-Assistant here (Broadlink controller). With the help of ir_tools.py it's possible to write generators for other controllers.
https://github.com/blafois/Daikin-IR-Reverse helped a lot.
My AC's protocol is pretty much the same, with a couple of changes due to different functions.
TODO: add breadboard photo/scheme