| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- name: JJPro JPD02 dehumidifier
- products:
- - id: vraaaueoxtrhksth
- primary_entity:
- entity: humidifier
- class: dehumidifier
- dps:
- - id: 1
- name: switch
- type: boolean
- mapping:
- - dps_val: false
- icon: "mdi:air-humidifier-off"
- icon_priority: 3
- - dps_val: true
- icon: "mdi:air-humidifier"
- icon_priority: 5
- - id: 2
- type: integer
- name: humidity
- range:
- min: 30
- max: 80
- mapping:
- - step: 5
- - id: 5
- name: mode
- type: string
- mapping:
- - dps_val: "Continuities"
- value: "Strong"
- icon: "mdi:tshirt-crew-outline"
- icon_priority: 4
- - dps_val: "Auto"
- value: "Auto"
- icon: "mdi:water-outline"
- icon_priority: 4
- - dps_val: "Sleep"
- value: "Sleep"
- icon: "mdi:weather-night"
- icon_priority: 4
- - id: 19
- type: bitfield
- name: error
- mapping:
- - dps_val: 8
- value: "Tank full or missing"
- icon: "mdi:cup-water"
- icon_priority: 1
- - dps_val: 0
- value: "OK"
- readonly: true
- secondary_entities:
- - entity: fan
- dps:
- - id: 1
- type: boolean
- name: switch
- - id: 4
- type: string
- name: speed
- mapping:
- - dps_val: "low"
- value: 50
- - dps_val: "high"
- value: 100
- - entity: sensor
- name: Current humidity
- class: humidity
- dps:
- - id: 6
- type: integer
- name: sensor
- class: measurement
- unit: "%"
- readonly: true
- - entity: sensor
- name: Current temperature
- class: temperature
- dps:
- - id: 7
- type: integer
- name: sensor
- unit: C
- class: measurement
- readonly: true
- - entity: lock
- name: Child lock
- category: config
- dps:
- - id: 16
- type: boolean
- name: lock
- mapping:
- - dps_val: true
- icon: "mdi:hand-back-right-off"
- - dps_val: false
- icon: "mdi:hand-back-right"
- - entity: binary_sensor
- name: Tank
- class: problem
- category: diagnostic
- dps:
- - id: 19
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - entity: switch
- name: Ionizer
- icon: "mdi:leaf"
- dps:
- - id: 101
- type: boolean
- name: switch
|