| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- name: Dehumidifier
- products:
- - id: bfba28a17b4fe4e87aljv2
- name: Qlima D820A
- primary_entity:
- entity: humidifier
- class: dehumidifier
- dps:
- - id: 1
- type: boolean
- name: switch
- - id: 3
- type: integer
- name: humidity
- range:
- min: 35
- max: 80
- mapping:
- - step: 5
- - id: 5
- type: string
- name: mode
- mapping:
- - dps_val: dry_clothes
- value: laundry
- - dps_val: sleep_mode
- value: sleep
- - dps_val: manual_dehumidify
- value: normal
- - dps_val: auto
- value: auto
- - id: 6
- type: integer
- name: current_humidity
- - id: 19
- type: bitfield
- name: fault_code
- secondary_entities:
- - entity: fan
- dps:
- - id: 1
- type: boolean
- name: switch
- - id: 4
- type: string
- name: speed
- mapping:
- - constraint: mode
- conditions:
- - dps_val: airpurify
- value_redirect: purify_speed
- - dps_val: [dehum_air, dehum30_air]
- mapping:
- - dps_val: low
- value: 33
- - dps_val: mid
- value: 67
- - dps_val: high
- value: 100
- - id: 8
- type: boolean
- name: oscillate
- - id: 103
- type: string
- name: purify_speed
- mapping:
- - dps_val: high
- value: 100
- - dps_val: mid
- value: 67
- - dps_val: low
- value: 33
- - id: 105
- type: string
- name: mode
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 19
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - entity: select
- name: Indicators
- icon: "mdi:led-on"
- category: config
- dps:
- - id: 104
- type: string
- name: option
- mapping:
- - dps_val: "1"
- value: "Humidity off"
- - dps_val: "2"
- value: "All off"
- - dps_val: "3"
- value: "All on"
- - entity: select
- name: Operating mode
- dps:
- - id: 105
- type: string
- name: option
- mapping:
- - dps_val: dehum_air
- value: Dehumidify only
- icon: "mdi:water-percent"
- - dps_val: airpurify
- value: Purify only
- icon: "mdi:air-filter"
- - dps_val: dehum30_air
- value: Both
- icon: "mdi:air-humidifier"
- - entity: switch
- name: Internal dry
- category: config
- dps:
- - id: 108
- type: boolean
- name: switch
- - entity: switch
- name: Silent
- icon: "mdi:volume-mute"
- category: config
- dps:
- - id: 109
- type: boolean
- name: switch
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 16
- type: boolean
- name: lock
- - entity: sensor
- class: temperature
- category: diagnostic
- dps:
- - id: 7
- type: integer
- name: sensor
- unit: C
- class: measurement
- - entity: select
- translation_key: timer
- category: config
- dps:
- - id: 17
- type: string
- name: option
- mapping:
- - dps_val: cancel
- value: cancel
- - dps_val: "1h"
- value: "1h"
- - dps_val: "2h"
- value: "2h"
- - dps_val: "3h"
- value: "3h"
- - entity: sensor
- translation_key: time_remaining
- class: duration
- category: diagnostic
- dps:
- - id: 18
- type: integer
- name: sensor
- unit: min
- - entity: switch
- translation_key: sleep
- category: config
- dps:
- - id: 102
- type: string
- name: switch
- mapping:
- - dps_val: manual
- value: false
- - dps_val: night
- value: true
|