alecoair_d25_traditio.yaml #937
b1be
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
name: AlecoAir D25
products:
- id: bf1872f920fbb07813iiwn
name: AlecoAir D25
primary_entity:
entity: humidifier
class: dehumidifier
dps:
- id: 1
name: switch
type: boolean
mapping:
- dps_val: false
icon: "mdi:air-humidifier-off"
icon_priority: 1
- dps_val: true
icon: "mdi:air-humidifier"
icon_priority: 4
- id: 2
name: humidity
type: integer
range:
min: 25
max: 80
mapping:
- step: 5
- id: 4
type: string
name: speed
icon: "mdi:fan"
mapping:
- dps_val: low
value: low
- dps_val: high
value: high
- id: 5
name: mode
type: string
mapping:
- dps_val: Manual
value: Manual
- dps_val: Auto
value: Auto
icon: "mdi:tshirt-crew-outline"
icon_priority: 3
- dps_val: Laundrydrying
value: Laundrydrying
icon: "mdi:air-filter"
icon_priority: 3
- dps_val: Sleep
value: Sleep
icon: "mdi:power-sleep"
icon_priority: 3
- dps_val: Purifying
value: Purifying
icon: "mdi:leaf"
- id: 19
name: error
type: bitfield
# Docs mention E1 and E2, it isn't clear which is tank full, so for now
# treat both as that.
mapping:
- dps_val: 0
value: OK
- dps_val: 1
value: E1
icon: "mdi:cup-water"
icon_priority: 2
- dps_val: 2
value: E2
icon: "mdi:cup-water"
icon_priority: 2
- id: 8
type: boolean
name: swing
mapping:
- dps_val: true
icon: "mdi:creation"
- dps_val: false
icon: "mdi:creation-outline"
secondary_entities:
name: speed
icon: "mdi:fan"
category: config
dps:
type: string
name: option
icon: "mdi:fan"
mapping:
value: low
value: high
name: swing
category: config
icon: "mdi:tailwind"
dps:
type: boolean
name: switch
mapping:
icon: "mdi:tailwind"
icon: "mdi:tailwind"
name: ionizer
category: config
icon: "mdi:creation"
dps:
type: boolean
name: switch
mapping:
icon: "mdi:creation"
icon: "mdi:creation-outline"
name: uv
category: config
icon: "mdi:leaf"
dps:
type: boolean
name: switch
mapping:
icon: "mdi:leaf"
icon: "mdi:leaf-outline"
name: Current humidity
class: humidity
dps:
type: integer
name: sensor
unit: "%"
class: measurement
name: Tank
class: problem
category: diagnostic
dps:
type: bitfield
name: sensor
mapping:
value: false
name: Child lock
category: config
dps:
type: boolean
name: lock
mapping:
icon: "mdi:lock"
icon: "mdi:lock"
name: Timer
icon: "mdi:timer"
category: config
dps:
type: string
name: option
mapping:
value: "Off"
value: 1 hour
value: 2 hours
value: 3 hours
value: 4 hours
value: 5 hours
value: 6 hours
value: 7 hours
value: 8 hours
value: 9 hours
value: 10 hours
value: 11 hours
value: 12 hours
value: 13 hours
value: 14 hours
value: 15 hours
value: 16 hours
value: 17 hours
value: 18 hours
value: 19 hours
value: 20 hours
value: 21 hours
value: 22 hours
value: 23 hours
value: 24 hours
Beta Was this translation helpful? Give feedback.
All reactions