greenmigo_alpha_q25_pro_wifi.yaml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. name: Dehumidifier
  2. products:
  3. - id: b9oyi2yofflroq1g
  4. name: Alpha Q25 Pro dehumidifier
  5. primary_entity:
  6. entity: humidifier
  7. class: dehumidifier
  8. dps:
  9. - id: 1
  10. name: switch
  11. type: boolean
  12. mapping:
  13. - dps_val: false
  14. icon: "mdi:air-humidifier-off"
  15. icon_priority: 1
  16. - dps_val: true
  17. icon: "mdi:air-humidifier"
  18. icon_priority: 4
  19. - id: 2
  20. name: humidity
  21. type: integer
  22. range:
  23. min: 25
  24. max: 80
  25. mapping:
  26. - step: 5
  27. - id: 5
  28. name: mode
  29. type: string
  30. mapping:
  31. - dps_val: Manual
  32. value: normal
  33. - dps_val: Auto
  34. value: auto
  35. - dps_val: Laundrydrying
  36. value: laundry
  37. icon: "mdi:tshirt-crew-outline"
  38. icon_priority: 3
  39. - dps_val: Sleeping
  40. value: sleep
  41. - dps_val: Purifying
  42. value: purify
  43. icon: "mdi:air-purifier"
  44. icon_priority: 3
  45. - id: 6
  46. type: integer
  47. name: current_humidity
  48. - id: 19
  49. type: bitfield
  50. name: error
  51. optional: true
  52. mapping:
  53. - dps_val: 1
  54. icon: "mdi:alert-circle-outline"
  55. icon_priority: 2
  56. - dps_val: 2
  57. icon: "mdi:alert-circle-outline"
  58. icon_priority: 2
  59. - dps_val: 4
  60. icon: "mdi:cup-water"
  61. icon_priority: 2
  62. - dps_val: 8
  63. icon: "mdi:snowflake-melt"
  64. icon_priority: 2
  65. secondary_entities:
  66. - entity: sensor
  67. name: Status
  68. class: enum
  69. category: diagnostic
  70. dps:
  71. - id: 19
  72. type: bitfield
  73. name: sensor
  74. mapping:
  75. - dps_val: 0
  76. value: Normal
  77. icon: "mdi:check-circle-outline"
  78. icon_priority: 2
  79. - dps_val: 1
  80. value: E1
  81. icon: "mdi:alert-circle-outline"
  82. icon_priority: 2
  83. - dps_val: 2
  84. value: E2
  85. icon: "mdi:alert-circle-outline"
  86. icon_priority: 2
  87. - dps_val: 4
  88. value: Tank full
  89. icon: "mdi:cup-water"
  90. icon_priority: 2
  91. - dps_val: 8
  92. value: Defrosting
  93. icon: "mdi:snowflake-melt"
  94. icon_priority: 2
  95. - entity: switch
  96. name: Ionizer
  97. icon: "mdi:atom-variant"
  98. category: config
  99. dps:
  100. - id: 10
  101. type: boolean
  102. name: switch
  103. - entity: fan
  104. dps:
  105. - id: 1
  106. name: switch
  107. type: boolean
  108. mapping:
  109. - constraint: dehumidifier_mode
  110. conditions:
  111. - dps_val: [Auto, Laundrydrying, Sleeping]
  112. invalid: true
  113. - id: 4
  114. name: speed
  115. type: string
  116. mapping:
  117. - dps_val: low
  118. value: 50
  119. - dps_val: high
  120. value: 100
  121. - id: 8
  122. type: boolean
  123. name: oscillate
  124. - id: 5
  125. name: dehumidifier_mode
  126. type: string
  127. hidden: true
  128. - entity: switch
  129. name: UV sterilization
  130. icon: "mdi:lightbulb-fluorescent-tube"
  131. category: config
  132. dps:
  133. - id: 13
  134. type: boolean
  135. name: switch
  136. - entity: lock
  137. translation_key: child_lock
  138. category: config
  139. dps:
  140. - id: 16
  141. type: boolean
  142. name: lock
  143. optional: true
  144. - entity: select
  145. translation_key: timer
  146. category: config
  147. dps:
  148. - id: 17
  149. type: string
  150. name: option
  151. mapping:
  152. - dps_val: cancel
  153. value: "Off"
  154. - dps_val: 1h
  155. value: 1 hour
  156. - dps_val: 2h
  157. value: 2 hours
  158. - dps_val: 3h
  159. value: 3 hours
  160. - dps_val: 4h
  161. value: 4 hours
  162. - dps_val: 5h
  163. value: 5 hours
  164. - dps_val: 6h
  165. value: 6 hours
  166. - dps_val: 7h
  167. value: 7 hours
  168. - dps_val: 8h
  169. value: 8 hours
  170. - dps_val: 9h
  171. value: 9 hours
  172. - dps_val: 10h
  173. value: 10 hours
  174. - dps_val: 11h
  175. value: 11 hours
  176. - dps_val: 12h
  177. value: 12 hours
  178. - dps_val: 13h
  179. value: 13 hours
  180. - dps_val: 14h
  181. value: 14 hours
  182. - dps_val: 15h
  183. value: 15 hours
  184. - dps_val: 16h
  185. value: 16 hours
  186. - dps_val: 17h
  187. value: 17 hours
  188. - dps_val: 18h
  189. value: 18 hours
  190. - dps_val: 19h
  191. value: 19 hours
  192. - dps_val: 20h
  193. value: 20 hours
  194. - dps_val: 21h
  195. value: 21 hours
  196. - dps_val: 22h
  197. value: 22 hours
  198. - dps_val: 23h
  199. value: 23 hours
  200. - dps_val: 24h
  201. value: 24 hours