vivosun_de0003_dehumidifier.yaml 4.0 KB

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