alecoair_d12_home_dehumidifier.yaml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  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: sensor
  41. name: Current humidity
  42. deprecated: humidifier
  43. category: diagnostic
  44. class: humidity
  45. dps:
  46. - id: 3
  47. type: integer
  48. name: sensor
  49. unit: "%"
  50. class: measurement
  51. - entity: switch
  52. name: Ionizer
  53. category: config
  54. icon: "mdi:creation"
  55. dps:
  56. - id: 5
  57. type: boolean
  58. name: switch
  59. - entity: fan
  60. dps:
  61. - id: 1
  62. type: boolean
  63. name: switch
  64. - id: 6
  65. name: speed
  66. type: string
  67. mapping:
  68. - dps_val: "0"
  69. value: 100
  70. - dps_val: "1"
  71. value: 50
  72. - id: 8
  73. name: oscillate
  74. type: boolean
  75. optional: true
  76. mapping:
  77. - dps_val: null
  78. invalid: true
  79. - entity: lock
  80. name: Child lock
  81. category: config
  82. dps:
  83. - id: 7
  84. type: boolean
  85. name: lock
  86. mapping:
  87. - dps_val: false
  88. icon: "mdi:hand-back-right"
  89. - dps_val: true
  90. icon: "mdi:hand-back-right-off"
  91. - entity: select
  92. name: Countdown
  93. icon: "mdi:timer"
  94. category: config
  95. dps:
  96. - id: 12
  97. name: option
  98. type: string
  99. mapping:
  100. - dps_val: "0"
  101. value: Cancel
  102. - dps_val: "1"
  103. value: "1 hour"
  104. - dps_val: "2"
  105. value: "2 hours"
  106. - dps_val: "3"
  107. value: "3 hours"
  108. - dps_val: "4"
  109. value: "4 hours"
  110. - dps_val: "5"
  111. value: "5 hours"
  112. - dps_val: "6"
  113. value: "6 hours"
  114. - dps_val: "7"
  115. value: "7 hours"
  116. - dps_val: "8"
  117. value: "8 hours"
  118. - dps_val: "9"
  119. value: "9 hours"
  120. - dps_val: "10"
  121. value: "10 hours"
  122. - dps_val: "11"
  123. value: "11 hours"
  124. - dps_val: "12"
  125. value: "12 hours"
  126. - dps_val: "13"
  127. value: "13 hours"
  128. - dps_val: "14"
  129. value: "14 hours"
  130. - dps_val: "15"
  131. value: "15 hours"
  132. - dps_val: "16"
  133. value: "16 hours"
  134. - dps_val: "17"
  135. value: "17 hours"
  136. - dps_val: "18"
  137. value: "18 hours"
  138. - dps_val: "19"
  139. value: "19 hours"
  140. - dps_val: "20"
  141. value: "20 hours"
  142. - dps_val: "21"
  143. value: "21 hours"
  144. - dps_val: "22"
  145. value: "22 hours"
  146. - dps_val: "23"
  147. value: "23 hours"
  148. - dps_val: "24"
  149. value: "24 hours"
  150. - entity: sensor
  151. name: Remaining Time
  152. class: duration
  153. dps:
  154. - id: 13
  155. type: integer
  156. name: sensor
  157. unit: min
  158. - entity: binary_sensor
  159. name: Tank
  160. class: problem
  161. icon: "mdi:cup-outline"
  162. icon-priority: 2
  163. category: diagnostic
  164. dps:
  165. - id: 11
  166. type: bitfield
  167. name: sensor
  168. mapping:
  169. - dps_val: 8
  170. value: true
  171. icon: "mdi:cup-water"
  172. icon-priority: 1
  173. - value: false
  174. - entity: binary_sensor
  175. name: Fault
  176. class: problem
  177. category: diagnostic
  178. dps:
  179. - id: 11
  180. type: bitfield
  181. name: sensor
  182. mapping:
  183. - dps_val: 0
  184. value: false
  185. - dps_val: 8
  186. value: false
  187. - value: true
  188. - entity: switch
  189. name: Inside Drying
  190. icon: "mdi:tshirt-crew"
  191. dps:
  192. - id: 101
  193. name: switch
  194. type: boolean