dhewg / esphome-miot

ESPHome components for MIoT devices
Other
42 stars 17 forks source link

add air purifier 4 pro to the supported devices #30

Closed duckimann closed 2 months ago

duckimann commented 2 months ago

I've flashed my air purifier using the config zhimi.airp.mb5.yaml

Board: AC-M15-SC_B01 Board img: image

Pinout: J5:

J4 (by wire color):

Other:

Any other modification i have to do:

dhewg commented 2 months ago

If this is https://home.miot-spec.com/spec/zhimi.airp.vb4 it's very similar to zhimi.airp.mb5 indeed, but there are differences in SIID:PIID: 3:8 new 3:9 new 9:11 gone 9:12 new 15:1 new

So I think we should add it's own config for it. Do you want to do that and open a PR for it here? Thanks!