kyvol_e30_vacuum.yaml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. name: Kyvol E30 vacuum
  2. entities:
  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: 13
  68. type: boolean
  69. name: locate
  70. - id: 14
  71. type: string
  72. name: fan_speed
  73. mapping:
  74. - dps_val: "0"
  75. value: strong
  76. - dps_val: "1"
  77. value: normal
  78. - dps_val: "2"
  79. value: quiet
  80. - dps_val: "3"
  81. value: gentle
  82. - dps_val: "4"
  83. value: closed
  84. - id: 15
  85. type: string
  86. name: clean_record
  87. optional: true
  88. - id: 18
  89. type: bitfield
  90. name: error
  91. hidden: true
  92. - id: 101
  93. type: string
  94. name: water_status
  95. - id: 102
  96. type: string
  97. name: model
  98. - id: 104
  99. type: string
  100. name: mode
  101. - id: 107
  102. type: integer
  103. name: carpet_adaptive
  104. - entity: sensor
  105. class: battery
  106. dps:
  107. - id: 6
  108. type: integer
  109. name: sensor
  110. unit: "%"
  111. class: measurement
  112. - entity: sensor
  113. name: Clean time
  114. category: diagnostic
  115. class: duration
  116. icon: "mdi:clock-outline"
  117. dps:
  118. - id: 17
  119. type: integer
  120. name: sensor
  121. unit: min
  122. - entity: sensor
  123. name: Clean area
  124. class: area
  125. category: diagnostic
  126. dps:
  127. - id: 16
  128. type: integer
  129. name: sensor
  130. optional: true
  131. unit: m2
  132. mapping:
  133. - scale: 10
  134. - entity: button
  135. name: Edge brush reset
  136. class: restart
  137. category: config
  138. dps:
  139. - id: 10
  140. type: boolean
  141. name: button
  142. - entity: button
  143. name: Roll brush reset
  144. class: restart
  145. category: config
  146. dps:
  147. - id: 11
  148. type: boolean
  149. name: button
  150. - entity: button
  151. translation_key: filter_reset
  152. category: config
  153. dps:
  154. - id: 12
  155. type: boolean
  156. name: button
  157. - entity: sensor
  158. name: Edge brush
  159. category: diagnostic
  160. icon: "mdi:arrow-expand-all"
  161. dps:
  162. - id: 7
  163. type: integer
  164. name: sensor
  165. unit: "%"
  166. - entity: sensor
  167. name: Roll brush
  168. category: diagnostic
  169. icon: "mdi:circle"
  170. dps:
  171. - id: 8
  172. type: integer
  173. name: sensor
  174. unit: "%"
  175. - entity: sensor
  176. name: Filter
  177. category: diagnostic
  178. icon: "mdi:air-filter"
  179. dps:
  180. - id: 9
  181. type: integer
  182. name: sensor
  183. unit: "%"
  184. - entity: sensor
  185. translation_key: status
  186. category: diagnostic
  187. icon: "mdi:robot-vacuum"
  188. dps:
  189. - id: 5
  190. type: string
  191. name: sensor
  192. - entity: binary_sensor
  193. class: problem
  194. category: diagnostic
  195. dps:
  196. - id: 18
  197. type: bitfield
  198. name: sensor
  199. mapping:
  200. - dps_val: 0
  201. value: false
  202. - value: true
  203. - id: 18
  204. type: bitfield
  205. name: fault_code
  206. - id: 18
  207. type: bitfield
  208. name: description
  209. mapping:
  210. - dps_val: 0
  211. value: ok
  212. - dps_val: 1
  213. value: edge_sweep
  214. - dps_val: 2
  215. value: middle_sweep
  216. - dps_val: 4
  217. value: left_wheel
  218. - dps_val: 8
  219. value: right_wheel
  220. - dps_val: 16
  221. value: garbage_box
  222. - dps_val: 32
  223. value: land_check
  224. - dps_val: 64
  225. value: collision