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:
The following entities are added to Homeassistant with the help of the component:
- Copy the following files: init.py, manifest.json, sensor.py to config/custom_components/water_purifier_yunmi directory
- Determine the IP-addres of your water purifier.
- Follow Retrieving the Access Token guide to get the token of your water purifier
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