Skip to content

dollop80/homeassistant-xiaomi-water-purifier-yunmi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

homeassistant-xiaomi-water-purifier-yunmi

Yunmi Xiaomi Water Purifier component for Homeassistant.

Based on https://github.com/bit3725/homeassistant-mi-water-purifier component

This component allows to integrate Yunmi Xiaomi Water Purifier to Homeassistant. This component supports the following Xiaomi water purifiers:

  • MRB23 model
  • C1 model
  • MRB33 model

All of them look preety same:

Screenshot1

The following entities are added to Homeassistant with the help of the component:

Screenshot1

Installation

  1. Copy the following files: init.py, manifest.json, sensor.py to config/custom_components/water_purifier_yunmi directory
  2. Determine the IP-addres of your water purifier.
  3. Follow Retrieving the Access Token guide to get the token of your water purifier

Configuration

put the following lines in your configuration.yaml

sensor:
  - platform: water_purifier_yunmi
    host: YOUR_SENSOR_IP
    token: YOUR_SENSOR_TOKEN
    name: YOUT_SENSOR_NAME

put the following lines in your groups.yaml

water_purifier:
  name: Xiaomi Water Purifier
  icon: mdi:water
  entities:
    - sensor.run_status
    - sensor.tds_in
    - sensor.tds_out
    - sensor.ppc_filter
    - sensor.ro_filter
    - sensor.cb_filter
    - sensor.temperature
    - sensor.rinse
    - sensor.water_used
    - sensor.water_purified

Some screen shots...

Screenshot2 Screenshot3 Screenshot4 Screenshot5

About

Xiaomi Water Purifier component for Homeassistant

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages