Skip to content

Releases: Alexeyisme/ACWebRemote

AC Web Remote v1.0.0

22 Aug 14:22

Choose a tag to compare

🎉 Initial Release

✨ Features

  • Professional ESP32-based AC controller for Tadiran air conditioners
  • Clean modular architecture with separated concerns
  • WiFi Manager with captive portal for easy setup
  • Responsive web interface with mobile support
  • Complete AC control: power, mode, temperature, fan, swing
  • mDNS support for friendly URLs (http://accontrol.local)
  • Configuration system with secrets template
  • Comprehensive documentation and GitHub workflows

🚀 Quick Start

  1. Flash the firmware to your ESP32
  2. Connect to 'ACWebRemote' WiFi network (password: 12345678)
  3. Visit any website or http://accontrol.local
  4. Configure your WiFi and start controlling your AC!

�� Requirements

  • ESP32 development board
  • IR LED connected to GPIO 33
  • Tadiran air conditioner

🔧 Technical Details

  • RAM Usage: 14.7% (48,176 bytes)
  • Flash Usage: 71.5% (936,729 bytes)
  • Build Time: ~5 seconds
  • Dependencies: WiFiManager, IRremoteESP8266, ArduinoJson

📚 Documentation

🙏 Acknowledgments

  • Based on IRTadiran library by arikfe (MIT License)
  • Uses WiFiManager, IRremoteESP8266, and other open-source libraries

License: MIT License - see LICENSE file for details.