-
Notifications
You must be signed in to change notification settings - Fork 26
Xiaomi Mi Air Purifier 3C
Yann edited this page Feb 17, 2025
·
3 revisions
Process is similar to this. More information can also be found here.
As GPIO0
is not exposed, you need to short the pin directly to GND on the chip in order to get the ESP into bootloader mode.
These steps are confirmed working:
- Do a manual install (linux preferred) https://esphome.io/guides/installing_esphome.html and create a venv.
- create the folder "config" and copy the https://github.com/dhewg/esphome-miot/blob/main/config/zhimi.airp.mb4a.yaml in the config folder.
Also create a secrets.yaml and fill/change accordingly
esphome compile config/zhimi.airp.mb4a.yaml
- after some time the compiling is complete, a firmware.factory.bin will be saved (see path in the terminal)
- copy that firmware.factory.bin somewhere safe, use https://web.esphome.io/ and select "install" (not first use).