kyvol_e30_vacuum.yaml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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. icon: "mdi:clock-outline"
  128. dps:
  129. - id: 17
  130. type: integer
  131. name: sensor
  132. unit: min
  133. - entity: sensor
  134. name: Clean area
  135. category: diagnostic
  136. icon: "mdi:floor-plan"
  137. dps:
  138. - id: 16
  139. type: integer
  140. name: sensor
  141. unit: m2
  142. mapping:
  143. - scale: 10
  144. - entity: button
  145. name: Edge brush reset
  146. class: restart
  147. category: config
  148. dps:
  149. - id: 10
  150. type: boolean
  151. name: button
  152. - entity: switch
  153. deprecated: button
  154. name: Edge brush reset
  155. category: config
  156. icon: "mdi:arrow-expand-all"
  157. dps:
  158. - id: 10
  159. type: boolean
  160. name: switch
  161. - entity: button
  162. name: Roll brush reset
  163. class: restart
  164. category: config
  165. dps:
  166. - id: 11
  167. type: boolean
  168. name: button
  169. - entity: switch
  170. deprecated: button
  171. name: Roll brush reset
  172. icon: "mdi:refresh-circle"
  173. category: config
  174. dps:
  175. - id: 11
  176. type: boolean
  177. name: switch
  178. - entity: button
  179. name: Filter reset
  180. category: config
  181. class: restart
  182. dps:
  183. - id: 12
  184. type: boolean
  185. name: button
  186. - entity: switch
  187. deprecated: button
  188. name: Filter reset
  189. category: config
  190. icon: "mdi:air-filter"
  191. dps:
  192. - id: 12
  193. type: boolean
  194. name: switch
  195. - entity: sensor
  196. name: Edge brush
  197. category: diagnostic
  198. icon: "mdi:arrow-expand-all"
  199. dps:
  200. - id: 7
  201. type: integer
  202. name: sensor
  203. unit: "%"
  204. - entity: sensor
  205. name: Roll brush
  206. category: diagnostic
  207. icon: "mdi:circle"
  208. dps:
  209. - id: 8
  210. type: integer
  211. name: sensor
  212. unit: "%"
  213. - entity: sensor
  214. name: Filter
  215. category: diagnostic
  216. icon: "mdi:air-filter"
  217. dps:
  218. - id: 9
  219. type: integer
  220. name: sensor
  221. unit: "%"
  222. - entity: sensor
  223. name: Status
  224. category: diagnostic
  225. icon: "mdi:robot-vacuum"
  226. dps:
  227. - id: 5
  228. type: string
  229. name: sensor