eesee_adam_dehumidifier.yaml 3.8 KB

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