syssi / xiaomi_airpurifier

Xiaomi Mi Air Purifier and Xiaomi Mi Air Humidifier integration for Home Assistant
Apache License 2.0
452 stars 111 forks source link

Please add deerma.humidifier.jsq2w #361

Closed PalmTamino closed 3 months ago

pticavorobey commented 9 months ago

Vote

Shagbark commented 9 months ago

Vote

mbr4cht commented 9 months ago

+1

MikeshCZ commented 9 months ago

+1

It is very nice and good product. Please add the support for it.

https://www.mi.com/global/product/xiaomi-smart-humidifier-2/

panichev-sa commented 8 months ago

+1

tanchu commented 8 months ago

+1

smkrv commented 8 months ago

+1

kristofgyuracz commented 8 months ago

https://github.com/syssi/xiaomi_airpurifier/pull/352 Added it here, you can use the changes locally until it's merged if you'd like.

pticavorobey commented 8 months ago

352 Added it here, you can use the changes locally until it's merged if you'd like.

This removes possible errors. However, it does not provide access to the necessary functionality. Personally, I am most interested in the water level, or rather the sensor for its absence.

duanemck commented 8 months ago

352 Added it here, you can use the changes locally until it's merged if you'd like.

This removes possible errors. However, it does not provide access to the necessary functionality. Personally, I am most interested in the water level, or rather the sensor for its absence.

I'm not a Python dev, so could be wrong here, but from what I can see, the jsq2w is now looped in with the *JSQS models, and those support the following attributes (including no water and tank removed)

https://github.com/syssi/xiaomi_airpurifier/blob/develop/custom_components/xiaomi_miio_airpurifier/fan.py#L1966

image

image

Will need to test this version or wait for it to make it to the core HA to confirm.

pticavorobey commented 8 months ago

Will need to test this version or wait for it to make it to the core HA to confirm.

Thank you. But unfortunately this fix did not give the expected result for me. I also do not get any changes in the status of the no water parameter. Perhaps I made a mistake during manual correction. I'll be waiting for this fix to be released to everyone.

RareGod1337 commented 8 months ago

+1

Unsupported device found! Please create an issue at https://github.com/syssi/xiaomi_airpurifier/issues and provide the following data: deerma.humidifier.jsq2w

AndriiAdamets commented 7 months ago

+1

kristofgyuracz commented 7 months ago

352 Added it here, you can use the changes locally until it's merged if you'd like.

This removes possible errors. However, it does not provide access to the necessary functionality. Personally, I am most interested in the water level, or rather the sensor for its absence.

I'm not a Python dev, so could be wrong here, but from what I can see, the jsq2w is now looped in with the *JSQS models, and those support the following attributes (including no water and tank removed)

https://github.com/syssi/xiaomi_airpurifier/blob/develop/custom_components/xiaomi_miio_airpurifier/fan.py#L1966

image

image

Will need to test this version or wait for it to make it to the core HA to confirm.

Hi, thanks for pointing out the issue. Didn't have time to check it with handling it as a jsqs model, and the PR was merged since. Will test in anyways, and submit if it works.

burcboyar commented 7 months ago

vote

smkrv commented 7 months ago

+1

Rishal92 commented 6 months ago

+1

I also would like to get support added for this device

syssi commented 3 months ago

Please try this custom component using HACS. The model is supported here. It's just not supported of the official HA core component.