vivosun_de0003_dehumidifier.yaml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. name: Dehumidifier
  2. products:
  3. - id: qrjffdu2bjrd7v42
  4. name: DE0003 10L Smart Dehumidifier
  5. manufacturer: Vivosun
  6. primary_entity:
  7. entity: humidifier
  8. class: dehumidifier
  9. dps:
  10. - id: 1
  11. name: switch
  12. type: boolean
  13. mapping:
  14. - dps_val: false
  15. icon: "mdi:air-humidifier-off"
  16. icon_priority: 3
  17. - dps_val: true
  18. icon: "mdi:air-humidifier"
  19. icon_priority: 5
  20. - id: 2
  21. type: integer
  22. name: humidity
  23. range:
  24. min: 30
  25. max: 80
  26. mapping:
  27. - step: 5
  28. - id: 5
  29. name: mode
  30. type: string
  31. mapping:
  32. - dps_val: Continuities
  33. value: boost
  34. icon: "mdi:tshirt-crew-outline"
  35. icon_priority: 4
  36. - dps_val: Auto
  37. value: auto
  38. icon: "mdi:water-outline"
  39. icon_priority: 4
  40. - dps_val: Sleep
  41. value: sleep
  42. icon: "mdi:weather-night"
  43. icon_priority: 4
  44. - id: 6
  45. type: integer
  46. name: current_humidity
  47. # This doesn't actually have an ionizer, but having the dp
  48. # will aid in detection
  49. - id: 10
  50. type: boolean
  51. name: ionizer
  52. - id: 19
  53. name: error
  54. type: bitfield
  55. # E2 might be a compressor fault.
  56. mapping:
  57. - dps_val: 0
  58. value: OK
  59. - dps_val: 1
  60. value: "Water Tank Full or Removed"
  61. icon: "mdi:cup-water"
  62. icon_priority: 1
  63. - dps_val: 2
  64. value: "E2 Compressor Fault"
  65. icon: "mdi:engine-off-outline"
  66. icon_priority: 1
  67. secondary_entities:
  68. - entity: fan
  69. dps:
  70. - id: 1
  71. type: boolean
  72. name: switch
  73. - id: 4
  74. type: string
  75. name: speed
  76. mapping:
  77. - dps_val: "low"
  78. value: 50
  79. - dps_val: "high"
  80. value: 100
  81. - entity: sensor
  82. class: temperature
  83. dps:
  84. - id: 7
  85. type: integer
  86. name: sensor
  87. unit: F
  88. class: measurement
  89. - entity: lock
  90. name: Child lock
  91. category: config
  92. dps:
  93. - id: 16
  94. type: boolean
  95. name: lock
  96. mapping:
  97. - dps_val: true
  98. icon: "mdi:hand-back-right-off"
  99. - dps_val: false
  100. icon: "mdi:hand-back-right"
  101. - entity: select
  102. name: Timer
  103. icon: "mdi:timer"
  104. category: config
  105. dps:
  106. - id: 17
  107. type: string
  108. name: option
  109. mapping:
  110. - dps_val: cancel
  111. value: "Off"
  112. - dps_val: 1h
  113. value: 1 hour
  114. - dps_val: 2h
  115. value: 2 hours
  116. - dps_val: 3h
  117. value: 3 hours
  118. - dps_val: 4h
  119. value: 4 hours
  120. - dps_val: 5h
  121. value: 5 hours
  122. - dps_val: 6h
  123. value: 6 hours
  124. - dps_val: 7h
  125. value: 7 hours
  126. - dps_val: 8h
  127. value: 8 hours
  128. - dps_val: 9h
  129. value: 9 hours
  130. - dps_val: 10h
  131. value: 10 hours
  132. - dps_val: 11h
  133. value: 11 hours
  134. - dps_val: 12h
  135. value: 12 hours
  136. - dps_val: 13h
  137. value: 13 hours
  138. - dps_val: 14h
  139. value: 14 hours
  140. - dps_val: 15h
  141. value: 15 hours
  142. - dps_val: 16h
  143. value: 16 hours
  144. - dps_val: 17h
  145. value: 17 hours
  146. - dps_val: 18h
  147. value: 18 hours
  148. - dps_val: 19h
  149. value: 19 hours
  150. - dps_val: 20h
  151. value: 20 hours
  152. - dps_val: 21h
  153. value: 21 hours
  154. - dps_val: 22h
  155. value: 22 hours
  156. - dps_val: 23h
  157. value: 23 hours
  158. - dps_val: 24h
  159. value: 24 hours
  160. - entity: binary_sensor
  161. class: problem
  162. name: Tank full
  163. category: diagnostic
  164. icon: "mdi:cup-water"
  165. dps:
  166. - id: 19
  167. type: bitfield
  168. name: sensor
  169. mapping:
  170. - dps_val: 1
  171. value: true
  172. - value: false
  173. - entity: binary_sensor
  174. class: problem
  175. name: Fault
  176. category: diagnostic
  177. dps:
  178. - id: 19
  179. type: bitfield
  180. name: sensor
  181. mapping:
  182. - dps_val: 0
  183. value: false
  184. - dps_val: 1
  185. value: false
  186. - dps_val: null
  187. value: false
  188. - value: true