You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Air Purifier 4 Compact (zhimi.airp.cpa4) with a ESP32-WROOM-32D that I successfully flashed using the toolchain. However, it doesn't seem to work as expected. At first, I noticed that the buttons didn't light and the initial beep would not be heard as with the stock firmware.
In the logs, I noticed that the firmware would constantly repeat over and over the same sequences:
I was wondering if the communication with the MCU is operational. I noticed that if I invert the UART pins for MCU serial communication I obtain the same output.
For those who are interested, here's a picture of my board, with the mandatory flashing pins highlighted.
Not seen on the photo the board model: AC-M18-SC_B01
I also join with this issue the stock firmware logs and the complete ESPHome firmware logs:
The Xiaomi Compact 4 Air Purifier does not have a secondary MCU onboard. Instead every thing is controlled by the onboard ESP32. There is no individual integrations in ESPhome for the components of this air purifier.
The lights are controlled by a CMS1650S IC, The Touch interface is controlled by a BS83B04A-4.
Hello,
I have a Air Purifier 4 Compact (zhimi.airp.cpa4) with a ESP32-WROOM-32D that I successfully flashed using the toolchain. However, it doesn't seem to work as expected. At first, I noticed that the buttons didn't light and the initial beep would not be heard as with the stock firmware.
In the logs, I noticed that the firmware would constantly repeat over and over the same sequences:
It seems no action are being taken into account.
I was wondering if the communication with the MCU is operational. I noticed that if I invert the UART pins for MCU serial communication I obtain the same output.
For those who are interested, here's a picture of my board, with the mandatory flashing pins highlighted.
Not seen on the photo the board model: AC-M18-SC_B01
I also join with this issue the stock firmware logs and the complete ESPHome firmware logs:
logs_zhimi.airp.cpa4_run.log
stock_firmware_ac-m18-sc.log
Also the MIOT specs:
https://home.miot-spec.com/spec/zhimi.airp.cpa4
Here's the config used for this project:
The text was updated successfully, but these errors were encountered: