xiaomi_airpurifier icon indicating copy to clipboard operation
xiaomi_airpurifier copied to clipboard

Unsupported device found: deerma.humidifier.jsq5

Open josephfh opened this issue 1 year ago • 7 comments

deerma.humidifier.jsq5

josephfh avatar Oct 04 '22 06:10 josephfh

Same here. New Air Humidifier 2.

wilotas avatar Oct 04 '22 20:10 wilotas

Going over documentation...this model should be recognized because it is supported under specs, isn´t it?

wilotas avatar Oct 05 '22 16:10 wilotas

There is some confusion because this custom component supports some more devices compared to the official xiaomi_miio component. The HA core doesn't support the jsq5. This component does support the jsq5.

syssi avatar Oct 05 '22 16:10 syssi

Same issue here. Here is my configuration:

`climate:
  - platform: xiaomi_miio_airpurifier
    name: Xiaomi Dehumidifier
    host: 192.168.1.72
    token: !secret xiaomi_humidifier_token
#   model: deerma.humidifier.jsq5`

Model line commented out due to check config error: Invalid config for [climate.xiaomi_miio_airpurifier]: value must be one of ['nwt.derh.wdh318efw1'] for dictionary value @ data['model']. Got 'deerma.humidifier.jsq5'. (See ?, line ?).

I changed the configuaration entry from "climate" to "fan" and now it seems to be working:

fan:
  - platform: xiaomi_miio_airpurifier
    name: Xiaomi Dehumidifier
    host: 192.168.1.72
    token: !secret xiaomi_humidifier_token
    model: deerma.humidifier.jsq5

steveof2620 avatar Oct 07 '22 08:10 steveof2620

deerma.humidifier.jsq5

Same here! I'll try the "fan" workaround.

elminos avatar Oct 12 '22 17:10 elminos

@steveof2620 Thanks for the tip, changing the entry to fan did help and the humidifier appeared in the dashboard, but for some reason there are only two types of controls: on/off switch and mode selector: image I know from the Mi Home app you can control the Buzzer, Target humidity and Led settings, but here they only appear as attributes. How can I add the missing controls?

foreignmeloman avatar Oct 26 '22 22:10 foreignmeloman

You will most likely need to add those via template sensors referencing the device attributes. Instructions are in the documentation.

https://github.com/syssi/xiaomi_airpurifier

steveof2620 avatar Oct 27 '22 02:10 steveof2620