question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Mi Air Purifier 3C (zhimi.airpurifier.mb4) support

See original GitHub issue

Hey,

could you please add support for the Xiaomi Air purifier C3. miiocli info attached:

Model: zhimi.airpurifier.mb4
Hardware version: esp32
Firmware version: 2.0.8

Regards Marc

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:4
  • Comments:61 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
arturdobocommented, Mar 17, 2021

Chase me, if it’s not done till end of this week

2reactions
nervous-inhumancommented, Jun 5, 2021

I’m trying to get this Air Purifier to work nicely with denysdovhan/purifier-card

image

Not everything is working (e.g. Power ON/OFF button; ON/OFF State; AQI on top of the purifier), as the card expects the Air Purifier to be a fan entity, with service calls for it hardcoded.

For anyone wanting to do the same, here’s my card config:

type: custom:purifier-card
entity: climate.3c_air_purifier
aqi:
  - entity: climate.3c_air_purifier
    attriubte: environment.pm2_5_density
stats:
  - attribute: filter.filter_life_level
    unit: '%'
    subtitle: Filter Remaining
  - attribute: custom_service.moto_speed_rpm
    unit: RPM
    subtitle: Motor Speed
  - attribute: environment.pm2_5_density
    unit: µg/m³
    subtitle: AQI
actions:
  - name: Silent
    icon: mdi:weather-night
    service: xiaomi_miot.set_property
    service_data:
      entity_id: climate.3c_air_purifier
      field: air_purifier.mode
      value: 1
  - name: 25%
    icon: mdi:circle-slice-2
    service: xiaomi_miot.set_property
    service_data:
      entity_id: climate.3c_air_purifier
      field: custom_service.favorite_speed
      value: 550
  - name: 50%
    icon: mdi:circle-slice-4
    service: xiaomi_miot.set_property
    service_data:
      entity_id: climate.3c_air_purifier
      field: custom_service.favorite_speed
      value: 1100
  - name: 75%
    icon: mdi:circle-slice-6
    service: xiaomi_miot.set_property
    service_data:
      entity_id: climate.3c_air_purifier
      field: custom_service.favorite_speed
      value: 1650
  - name: 100%
    icon: mdi:circle-slice-8
    service: xiaomi_miot.set_property
    service_data:
      entity_id: climate.3c_air_purifier
      field: custom_service.favorite_speed
      value: 2200
  - name: Auto
    icon: mdi:brightness-auto
    service: xiaomi_miot.set_property
    service_data:
      entity_id: climate.3c_air_purifier
      field: air_purifier.mode
      value: 0
show_name: true
show_state: true
show_toolbar: true
compact_view: false
Read more comments on GitHub >

github_iconTop Results From Across the Web

Xiaomi Mi Air Purifier 3C (zhimi.airpurifier.mb4)
Currently xiaomi_miio is not working for Xiaomi Mi Air Purifier 3C - zhimi.airpurifier.mb4 -. Would be great if there is an integration for ......
Read more >
Can someone add "zhimi.airpurifier.mb4" to Xiaomi.miio profile?
Here is Xiaomi Mi Air purifier 3C "zhimi.airpurifier.mb4". ... There's a lot of works putting in to support a specific model.
Read more >
How to Set Up XIAOMI Mi Air Purifier 3C - YouTube
Find out more tutorials about XIAOMI Mi Air Purifier 3C : https://www.hardreset.info/devices/xiaomi/xiaomi- mi - air - purifier - 3c /In this video, ...
Read more >
Xiaomi Wifi devices (Mi IO) - Bindings - openHAB
Device ThingType Device Model Supported AUX Smart Air Conditioner miio:unsupported aux.aircondition.v1 No Mi Air Frying Pan miio:basic careli.fryer.maf01 Experimental Mi Smart Air Fryer (3.5L) miio:basic careli.fryer.maf02...
Read more >
Mi Home - Apps on Google Play
Manage and communicate to devices. Connect devices to network. Connect devices to each other. Xiaomi Home app obtained the Kitemark™ ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found