-
-
Notifications
You must be signed in to change notification settings - Fork 674
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
leshow.humidifier.jsq1 wrong water level reported #556
Comments
There is no You need to specify it manually: # configuration.yaml
xiaomi_miot:
device_customizes:
leshow.humidifier.jsq1:
miot_type: urn:miot-spec-v2:device:humidifier:0000A00E:leshow-jsq1:2 |
From what I see there is water-percentage and water-level property in the "device" section but unfortunately I am not confident in reading this miot specs. if I change specification manual as you say, after restart (both, config only and full reload) it's state reports as:
This line seems strange: In configuration.yaml I have this:
Mb I am doing something wrong. |
Try restart HA. |
Restarted HA, and whole machine (Raspberry PI 4B) - nothing, still uses old miot spec. |
Restarted HA, checked logs - nothing, seems like it just ignoring |
Try master branch. |
Thanks for your work, updated, re added device via cloud:
Over local wifi I have this (no updated mitt config)
|
Fixed in cbdf7ef, try master branch. |
Great, now it reports water level locally. Mb, some properties with 1 or -1 values should be treated as bool. Thanks for you work.
|
About # configuration.yaml
xiaomi_miot:
device_customizes:
leshow.humidifier.jsq1:
miot_type: urn:miot-spec-v2:device:humidifier:0000A00E:leshow-jsq1:2
sensor_properties: humidifier.water_level
switch_properties: alarm,warm_wind_turn |
Try master again. |
Added some lines to config:
Now device looks like this: |
Hi, I've got a leshow.humidifier.jsq1 but it reports water level wrongly
In devices states it is
device.water_level: 1
But if I use
Xiaomi Miot Auto: get_properties
service:[{'did': 'prop.2.7', 'siid': 2, 'piid': 7, 'code': 0, 'value': 20}]
Same as in MiHome App
Home Assistant 2022.4.7
Xiaomi Miot 0.6.1
The text was updated successfully, but these errors were encountered: