kyvol_e30_vacuum.yaml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. name: Kyvol E30 vacuum
  2. primary_entity:
  3. entity: vacuum
  4. dps:
  5. - id: 1
  6. type: boolean
  7. name: power
  8. - id: 2
  9. type: boolean
  10. name: activate
  11. - id: 3
  12. type: string
  13. name: status
  14. mapping:
  15. - dps_val: standby
  16. value: standby
  17. - dps_val: random
  18. value: random
  19. - dps_val: smart
  20. value: smart
  21. - dps_val: wall_follow
  22. value: wall_follow
  23. - dps_val: mop
  24. value: mop
  25. - dps_val: spiral
  26. value: clean_spot
  27. - dps_val: left_spiral
  28. value: left_spiral
  29. - dps_val: right_spiral
  30. value: right_spiral
  31. - dps_val: bow
  32. value: bow
  33. - dps_val: left_bow
  34. value: left_bow
  35. - dps_val: right_bow
  36. value: right_bow
  37. - dps_val: partial_bow
  38. value: partial_bow
  39. - dps_val: chargego
  40. value: return_to_base
  41. - dps_val: single
  42. value: single
  43. - dps_val: zone
  44. value: zone
  45. - dps_val: pose
  46. value: pose
  47. - dps_val: point
  48. value: point
  49. - dps_val: part
  50. value: part
  51. - dps_val: pick_zone
  52. value: pick_zone
  53. - id: 4
  54. type: string
  55. name: direction_control
  56. mapping:
  57. - dps_val: forward
  58. value: forward
  59. - dps_val: backward
  60. value: reverse
  61. - dps_val: turn_left
  62. value: left
  63. - dps_val: turn_right
  64. value: right
  65. - dps_val: stop
  66. value: stop
  67. - id: 6
  68. name: battery
  69. type: integer
  70. readonly: true
  71. - id: 13
  72. type: boolean
  73. name: locate
  74. - id: 14
  75. type: string
  76. name: fan_speed
  77. mapping:
  78. - dps_val: "0"
  79. value: strong
  80. - dps_val: "1"
  81. value: normal
  82. - dps_val: "2"
  83. value: quiet
  84. - dps_val: "3"
  85. value: gentle
  86. - dps_val: "4"
  87. value: closed
  88. - id: 15
  89. type: string
  90. name: clean_record
  91. readonly: true
  92. optional: true
  93. - id: 18
  94. type: bitfield
  95. name: error
  96. mapping:
  97. - dps_val: 1
  98. value: edge_sweep
  99. - dps_val: 2
  100. value: middle_sweep
  101. - dps_val: 4
  102. value: left_wheel
  103. - dps_val: 8
  104. value: right_wheel
  105. - dps_val: 16
  106. value: garbage_box
  107. - dps_val: 32
  108. value: land_check
  109. - dps_val: 64
  110. value: collision
  111. - id: 101
  112. type: string
  113. name: water_status
  114. - id: 102
  115. type: string
  116. name: model
  117. - id: 104
  118. type: string
  119. name: mode
  120. - id: 107
  121. type: integer
  122. name: carpet_adaptive
  123. secondary_entities:
  124. - entity: sensor
  125. name: Clean time
  126. category: diagnostic
  127. class: duration
  128. icon: "mdi:clock-outline"
  129. dps:
  130. - id: 17
  131. type: integer
  132. name: sensor
  133. unit: min
  134. - entity: sensor
  135. name: Clean area
  136. category: diagnostic
  137. icon: "mdi:floor-plan"
  138. dps:
  139. - id: 16
  140. type: integer
  141. name: sensor
  142. optional: true
  143. unit: m2
  144. mapping:
  145. - scale: 10
  146. - entity: button
  147. name: Edge brush reset
  148. class: restart
  149. category: config
  150. dps:
  151. - id: 10
  152. type: boolean
  153. name: button
  154. - entity: button
  155. name: Roll brush reset
  156. class: restart
  157. category: config
  158. dps:
  159. - id: 11
  160. type: boolean
  161. name: button
  162. - entity: button
  163. name: Filter reset
  164. category: config
  165. class: restart
  166. dps:
  167. - id: 12
  168. type: boolean
  169. name: button
  170. - entity: sensor
  171. name: Edge brush
  172. category: diagnostic
  173. icon: "mdi:arrow-expand-all"
  174. dps:
  175. - id: 7
  176. type: integer
  177. name: sensor
  178. unit: "%"
  179. - entity: sensor
  180. name: Roll brush
  181. category: diagnostic
  182. icon: "mdi:circle"
  183. dps:
  184. - id: 8
  185. type: integer
  186. name: sensor
  187. unit: "%"
  188. - entity: sensor
  189. name: Filter
  190. category: diagnostic
  191. icon: "mdi:air-filter"
  192. dps:
  193. - id: 9
  194. type: integer
  195. name: sensor
  196. unit: "%"
  197. - entity: sensor
  198. name: Status
  199. category: diagnostic
  200. icon: "mdi:robot-vacuum"
  201. dps:
  202. - id: 5
  203. type: string
  204. name: sensor