kyvol_e30_vacuum.yaml 5.1 KB

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