eeese_anna_dehumidifier.yaml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. name: Eeese Anna dehumidifier
  2. primary_entity:
  3. entity: humidifier
  4. class: dehumidifier
  5. dps:
  6. - id: 1
  7. name: switch
  8. type: boolean
  9. - id: 2
  10. name: humidity
  11. type: integer
  12. range:
  13. min: 30
  14. max: 80
  15. mapping:
  16. - step: 5
  17. - id: 5
  18. name: mode
  19. type: string
  20. mapping:
  21. - dps_val: Manual
  22. value: normal
  23. - dps_val: Auto
  24. value: auto
  25. - dps_val: Laundrydrying
  26. value: laundry
  27. - dps_val: Sleeping
  28. value: sleep
  29. - dps_val: Purifying
  30. value: purify
  31. - id: 6
  32. name: current_humidity
  33. type: integer
  34. secondary_entities:
  35. - entity: binary_sensor
  36. translation_key: tank_full
  37. category: diagnostic
  38. dps:
  39. - id: 19
  40. type: bitfield
  41. name: sensor
  42. optional: true
  43. mapping:
  44. - dps_val: 4
  45. value: true
  46. - value: false
  47. - entity: binary_sensor
  48. translation_key: defrost
  49. category: diagnostic
  50. dps:
  51. - id: 19
  52. type: bitfield
  53. name: sensor
  54. optional: true
  55. mapping:
  56. - dps_val: 8
  57. value: true
  58. - value: false
  59. - entity: binary_sensor
  60. class: problem
  61. category: diagnostic
  62. dps:
  63. - id: 19
  64. type: bitfield
  65. name: sensor
  66. optional: true
  67. mapping:
  68. - dps_val: 0
  69. value: false
  70. - dps_val: null
  71. value: false
  72. - dps_val: 4
  73. value: false
  74. - dps_val: 8
  75. value: false
  76. - value: true
  77. - id: 19
  78. type: bitfield
  79. optional: true
  80. name: fault_code
  81. - id: 19
  82. type: bitfield
  83. optional: true
  84. name: description
  85. mapping:
  86. - dps_val: 0
  87. value: OK
  88. - dps_val: 4
  89. value: Tank full or missing
  90. - dps_val: 8
  91. value: Defrosting
  92. - entity: switch
  93. translation_key: ionizer
  94. category: config
  95. dps:
  96. - id: 10
  97. type: boolean
  98. name: switch
  99. - entity: lock
  100. translation_key: child_lock
  101. category: config
  102. dps:
  103. - id: 16
  104. type: boolean
  105. name: lock
  106. optional: true
  107. - entity: select
  108. name: Fan speed
  109. icon: "mdi:fan"
  110. category: config
  111. dps:
  112. - id: 4
  113. type: string
  114. name: option
  115. mapping:
  116. - dps_val: low
  117. value: Low
  118. - dps_val: high
  119. value: High
  120. - entity: select
  121. translation_key: timer
  122. category: config
  123. dps:
  124. - id: 17
  125. type: string
  126. name: option
  127. mapping:
  128. - dps_val: cancel
  129. value: cancel
  130. - dps_val: 1h
  131. value: 1h
  132. - dps_val: 2h
  133. value: 2h
  134. - dps_val: 3h
  135. value: 3h
  136. - dps_val: 4h
  137. value: 4h
  138. - dps_val: 5h
  139. value: 5h
  140. - dps_val: 6h
  141. value: 6h
  142. - dps_val: 7h
  143. value: 7h
  144. - dps_val: 8h
  145. value: 8h
  146. - dps_val: 9h
  147. value: 9h
  148. - dps_val: 10h
  149. value: 10h
  150. - dps_val: 11h
  151. value: 11h
  152. - dps_val: 12h
  153. value: 12h
  154. - dps_val: 13h
  155. value: 13h
  156. - dps_val: 14h
  157. value: 14h
  158. - dps_val: 15h
  159. value: 15h
  160. - dps_val: 16h
  161. value: 16h
  162. - dps_val: 17h
  163. value: 17h
  164. - dps_val: 18h
  165. value: 18h
  166. - dps_val: 19h
  167. value: 19h
  168. - dps_val: 20h
  169. value: 20h
  170. - dps_val: 21h
  171. value: 21h
  172. - dps_val: 22h
  173. value: 22h
  174. - dps_val: 23h
  175. value: 23h
  176. - dps_val: 24h
  177. value: 24h