vivosun_de0003_dehumidifier.yaml 4.0 KB

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