-
-
Notifications
You must be signed in to change notification settings - Fork 713
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
deerma.humidifier.jsq2w water shortage fault #1021
Comments
Try this configuration: # configuration.yaml
xiaomi_miot:
device_customizes:
deerma.humidifier.jsq2w:
exclude_miot_services: null
binary_sensor_properties: water_shortage_fault,the_tank_filed
miot_type: urn:miot-spec-v2:device:humidifier:0000A00E:deerma-jsq5:1 |
Does it work ? |
Yes! The configuration works perfectly with the humidifier model derma.humidifier.jsqm in local mode
|
Sorry for the delay with the response. Am I right that the meaning of them as follows:
|
water-shortage: the-tank-filed: |
Thank you. I will report back. Not sure if the status changes when the event takes place. |
Hello, the solution above is almost good, but it doesn't work for the "Fan Level" and it swaps the water shortage and tank removal errors, as these are reversed for the two devices. The following solution will work:
|
It works for me with this:
xiaomi_miot:
device_customizes:
deerma.humidifier.jsq2w:
miot_type: urn:miot-spec-v2:device:humidifier:0000A00E:deerma-jsq5:1
miot_local: true
chunk_properties: 10
exclude_miot_services: null
sensor_properties: target_humidity,fault
switch_properties: alarm
binary_sensor_properties: water_shortage_fault,the_tank_filed
|
With this jsq2w miot type:
EDIT: these are available but the integration recreates these two with a postfix eg:_2
|
Apart from swapped, actually the |
Hi, I have this humidifier running in both of my apartments and it works perfectly with this setting. I recommend you remove the dehumidifier from Home Assistant and copy the following code into the configuration.yaml file:
Then restart Home Assistant and add it to HA with the IP address and token. Wait for 30-40 seconds and then it should appear correctly. |
My firmware shows: 2.2.2
Also note that mode is not a switch when you use |
Well, with this configuration.yaml, it doesn't reload :) Restarting doesn't take long at all. Especially when something doesn't go as it should. |
It seems a bit complicated compared to the |
I have added the water shortage sensor to my jsq2w but it is still off. Is it working for anyone? |
Is it all right now? |
Device model / 设备型号
deerma.humidifier.jsq2w
Component version / 插件版本
No response
HA core version / HA版本
No response
Integrated mode / 集成方式
Local (本地模式)
The problem / 问题详情
I have integrated
deerma.humidifier.jsq2w
using the device typejsq5
spec (#930) to provide proper handling of modes:But custom sensors are not available (Xiaomi Miot custom water-shortage-fault, Xiaomi Miot custom the-tank-filed):
Entity attributes / 实体属性
Home Assistant Logs / 系统日志
No response
The text was updated successfully, but these errors were encountered: