https://github.com/pcboy/aircon-controller
Controlling my Daikin Risora AC from anywhere in the world.
https://github.com/pcboy/aircon-controller
Last synced: 4 months ago
JSON representation
Controlling my Daikin Risora AC from anywhere in the world.
- Host: GitHub
- URL: https://github.com/pcboy/aircon-controller
- Owner: pcboy
- Created: 2020-03-09T05:06:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:34:40.000Z (over 3 years ago)
- Last Synced: 2025-08-01T20:09:34.370Z (11 months ago)
- Language: C++
- Size: 343 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aircon controller
Controlling my air conditioner remotely from anywhere by using an ESP32 and an IR emitter.
Working for the Daikin Risora models (https://www.daikinaircon.com/risora/roomaircon.html).
Daikin is advertising IoT features on this model but are basically lying to your face.
You only get IoT support if you buy another board separetely (great user experience Daikin!), and the board costs around 100 USD.
For something with a terrible UI and quite possibly security issues. Better to build one yourself for a few bucks like I did.
The Esp32 connects to a remote MQTT server (pubnub in my case) and listen to events.
The UI simply send MQTT messages to the MQTT server and the esp32 turn on/off the AC.