Midea AC Remote

March 2, 2025 ยท View on GitHub

Midea Electric AC remote control for Flipper Zero.

Compatible with RG10B(B)/BGEF remote type and probably others similar: RG10B(B1)/BGEFU1, RG10B1(B)/BGEF, RG10B2(B)/BGCEF, RG10B10(B)/BGEF.

Based on Mitsubishi AC Remote code by @achistyakov.

Protocol description here.

Screenshot

Screenshot silent mode

Black top-right corner of the button indicates long-press availability. Actions:

  • "Swing" button: sends command to toggle vertical swing instead of horizontal one (if supported)
  • "LED" button: sends command to change between desired and ambient temperature indication (if supported)
  • "Fan" button: toggle silent mode if supported, reset on power off, if mode or fan power changed or if "Turbo"/"Clean" pressed.

Building

# Clone repository
git clone https://github.com/xakep666/flipperzero-midea-ac-remote.git
cd flipperzero-midea-ac-remote

# Build the application
ufbt build

# Build and launch the application
ufbt launch

TODO

  • Publish to Flipper App Catalog
  • Support Silent mode
  • Support Night mode
  • Support timers setting
  • Support external IR emitter (?)