syssi / xiaomi_airpurifier

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

Add deerma.humidifier.jsq4 support #217

Closed easuvorov closed 1 month ago

easuvorov commented 2 years ago

Hi, is it possible to add support for Evaporative Humidifier deerma.humidifier.jsq4 (CJSJSQ01DY). This one seems similar to other deerma devices apart from that it doesn't report water level via Mi Home - only humidity is provided. Mi Home app allows to turn on / off, switch modes (1 - low, 2 - high, 3 - target humidity), setting target humidity level and configure led / buzzer.

I installed this repository via HACS, then configured device as following: climate:

Thanks in advance.

drschmurge1 commented 2 years ago

Hi, meanwhile you may add it via homebridge and HA integration "Homekit Controller", i did it and it works. The plugin is called Homebridge Miot. My config in homebridge: { "devices": [ { "name": "Humidifier", "ip": "192.168.0.121", "token": "your_token", "deviceId": "14", "pollingInterval": 7, "deepDebugLog": false, "micloud": { "timeout": 5000 }, "buzzerControl": true, "ledControl": true, "swingControl": false, "fanLevelControl": true, "modeControl": true, "showTemperature": false } ], "platform": "miot" } image image

ertoron commented 2 years ago

any updates?

SandDeath commented 2 years ago

Are there any updates? can i help you with something?

Grawl commented 5 months ago

https://github.com/syssi/xiaomi_airpurifier/issues/109

syssi commented 1 month ago

This is a duplicate of #109.