alecoair_d12_home_dehumidifier.yaml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. name: AlecoAir Home dehumidifier
  2. products:
  3. - id: hp1sjssyokokbrsg
  4. name: AlecoAir D12/D16 Home
  5. primary_entity:
  6. entity: humidifier
  7. class: dehumidifier
  8. dps:
  9. - id: 1
  10. name: switch
  11. type: boolean
  12. - id: 2
  13. name: mode
  14. type: string
  15. mapping:
  16. - dps_val: "1"
  17. value: boost
  18. - dps_val: "0"
  19. value: auto
  20. - id: 3
  21. name: current_humidity
  22. type: integer
  23. - id: 4
  24. name: humidity
  25. type: integer
  26. range:
  27. min: 30
  28. max: 80
  29. mapping:
  30. - step: 5
  31. - id: 11
  32. name: error
  33. type: bitfield
  34. mapping:
  35. - dps_val: 0
  36. value: OK
  37. - dps_val: 8
  38. value: tank
  39. secondary_entities:
  40. - entity: switch
  41. translation_key: ionizer
  42. category: config
  43. dps:
  44. - id: 5
  45. type: boolean
  46. name: switch
  47. - entity: fan
  48. dps:
  49. - id: 1
  50. type: boolean
  51. name: switch
  52. - id: 6
  53. name: speed
  54. type: string
  55. mapping:
  56. - dps_val: "0"
  57. value: 100
  58. - dps_val: "1"
  59. value: 50
  60. - id: 8
  61. name: oscillate
  62. type: boolean
  63. optional: true
  64. mapping:
  65. - dps_val: null
  66. invalid: true
  67. - entity: lock
  68. translation_key: child_lock
  69. category: config
  70. dps:
  71. - id: 7
  72. type: boolean
  73. name: lock
  74. - entity: select
  75. name: Countdown
  76. translation_key: timer
  77. category: config
  78. dps:
  79. - id: 12
  80. name: option
  81. type: string
  82. mapping:
  83. - dps_val: "0"
  84. value: Cancel
  85. - dps_val: "1"
  86. value: "1 hour"
  87. - dps_val: "2"
  88. value: "2 hours"
  89. - dps_val: "3"
  90. value: "3 hours"
  91. - dps_val: "4"
  92. value: "4 hours"
  93. - dps_val: "5"
  94. value: "5 hours"
  95. - dps_val: "6"
  96. value: "6 hours"
  97. - dps_val: "7"
  98. value: "7 hours"
  99. - dps_val: "8"
  100. value: "8 hours"
  101. - dps_val: "9"
  102. value: "9 hours"
  103. - dps_val: "10"
  104. value: "10 hours"
  105. - dps_val: "11"
  106. value: "11 hours"
  107. - dps_val: "12"
  108. value: "12 hours"
  109. - dps_val: "13"
  110. value: "13 hours"
  111. - dps_val: "14"
  112. value: "14 hours"
  113. - dps_val: "15"
  114. value: "15 hours"
  115. - dps_val: "16"
  116. value: "16 hours"
  117. - dps_val: "17"
  118. value: "17 hours"
  119. - dps_val: "18"
  120. value: "18 hours"
  121. - dps_val: "19"
  122. value: "19 hours"
  123. - dps_val: "20"
  124. value: "20 hours"
  125. - dps_val: "21"
  126. value: "21 hours"
  127. - dps_val: "22"
  128. value: "22 hours"
  129. - dps_val: "23"
  130. value: "23 hours"
  131. - dps_val: "24"
  132. value: "24 hours"
  133. - entity: sensor
  134. translation_key: time_remaining
  135. class: duration
  136. dps:
  137. - id: 13
  138. type: integer
  139. name: sensor
  140. unit: min
  141. - entity: binary_sensor
  142. translation_key: tank_full
  143. category: diagnostic
  144. dps:
  145. - id: 11
  146. type: bitfield
  147. name: sensor
  148. mapping:
  149. - dps_val: 8
  150. value: true
  151. - value: false
  152. - entity: binary_sensor
  153. class: problem
  154. category: diagnostic
  155. dps:
  156. - id: 11
  157. type: bitfield
  158. name: sensor
  159. mapping:
  160. - dps_val: 0
  161. value: false
  162. - dps_val: 8
  163. value: false
  164. - value: true
  165. - entity: switch
  166. name: Inside drying
  167. dps:
  168. - id: 101
  169. name: switch
  170. type: boolean