| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- name: EBAC DJ4000 dehumidifier
- products:
- - id: ehsgslj5gb0amqnx
- name: DJ4000
- primary_entity:
- entity: humidifier
- class: dehumidifier
- dps:
- - id: 1
- name: switch
- type: boolean
- mapping:
- - dps_val: false
- icon: "mdi:ait-humidifier-off"
- icon_priority: 1
- - dps_val: true
- icon: "mdi:air-humidifier"
- icon_priority: 3
- - id: 2
- name: humidity
- type: integer
- range:
- min: 35
- max: 80
- mapping:
- - step: 5
- - id: 5
- name: mode
- type: string
- mapping:
- - dps_val: dehumidify
- value: comfort
- - dps_val: drying
- value: laundry
- icon: "mdi:tshirt-crew-outline"
- icon_priority: 2
- - dps_val: manual
- value: normal
- - dps_val: boost
- value: boost
- - id: 6
- type: integer
- name: current_humidity
- - id: 9
- type: boolean
- name: defrosst
- optional: true
- - id: 13
- type: boolean
- name: uv
- optional: true
- - id: 19
- type: bitfield
- name: fault_code
- - id: 27
- type: integer
- name: total_runtime
- - id: 28
- type: boolean
- name: runtime_reset
- secondary_entities:
- - entity: fan
- dps:
- - id: 103
- name: switch
- type: boolean
- readonly: true
- - id: 4
- type: string
- name: speed
- mapping:
- - dps_val: low
- value: 50
- - dps_val: high
- value: 100
- - entity: sensor
- class: temperature
- dps:
- - id: 7
- type: integer
- name: sensor
- unit: C
- class: measurement
- - entity: sensor
- name: Filter life
- category: diagnostic
- icon: "mdi:air-filter"
- dps:
- - id: 23
- type: integer
- name: sensor
- unit: "%"
- - entity: button
- name: Filter reset
- category: config
- icon: "mdi:air-filter"
- dps:
- - id: 20
- type: boolean
- name: button
- - entity: sensor
- translation_key: time_remaining
- category: diagnostic
- class: duration
- dps:
- - id: 18
- type: integer
- name: sensor
- unit: min
- - entity: binary_sensor
- translation_key: tank_full
- category: diagnostic
- dps:
- - id: 102
- type: string
- name: sensor
- mapping:
- - dps_val: Bucket_OK
- value: false
- - dps_val: Bucket_Full
- value: true
- - entity: switch
- name: Night mode
- category: config
- icon: "mdi:weather-night"
- dps:
- - id: 101
- type: boolean
- name: switch
- - id: 30
- type: integer
- name: display_brightness
- mapping:
- - scale: 0.05
- - entity: select
- translation_key: timer
- category: config
- dps:
- - id: 17
- type: string
- name: option
- mapping:
- - dps_val: cancel
- value: "Continuous"
- - dps_val: 1h
- value: 1 hour
- - dps_val: 2h
- value: 2 hours
- - dps_val: 3h
- value: 3 hours
- - dps_val: 4h
- value: 4 hours
- - dps_val: 5h
- value: 5 hours
- - dps_val: 6h
- value: 6 hours
- - dps_val: 7h
- value: 7 hours
- - dps_val: 8h
- value: 8 hours
|