kyvol_e30_vacuum.yaml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  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. # - id: 16
  93. # type: integer
  94. # name: clean_area
  95. # unit: m2
  96. - id: 18
  97. type: bitfield
  98. name: error
  99. mapping:
  100. - dps_val: 1
  101. value: edge_sweep
  102. - dps_val: 2
  103. value: middle_sweep
  104. - dps_val: 4
  105. value: left_wheel
  106. - dps_val: 8
  107. value: right_wheel
  108. - dps_val: 16
  109. value: garbage_box
  110. - dps_val: 32
  111. value: land_check
  112. - dps_val: 64
  113. value: collision
  114. - id: 101
  115. type: string
  116. name: unknown_101
  117. - id: 102
  118. type: string
  119. name: unknown_102
  120. - id: 104
  121. type: string
  122. name: unknown_104
  123. - id: 107
  124. type: integer
  125. name: unknown_107
  126. secondary_entities:
  127. - entity: sensor
  128. name: Clean Time
  129. category: diagnostic
  130. icon: "mdi:clock-outline"
  131. dps:
  132. - id: 17
  133. type: integer
  134. name: sensor
  135. unit: min
  136. - entity: switch
  137. name: Edge Brush Reset
  138. category: config
  139. icon: "mdi:arrow-expand-all"
  140. dps:
  141. - id: 10
  142. type: boolean
  143. name: switch
  144. - entity: switch
  145. name: Roll Brush Reset
  146. icon: "mdi:refresh-circle"
  147. category: config
  148. dps:
  149. - id: 11
  150. type: boolean
  151. name: switch
  152. - entity: switch
  153. name: Filter Reset
  154. category: config
  155. icon: "mdi:air-filter"
  156. dps:
  157. - id: 12
  158. type: boolean
  159. name: switch
  160. - entity: sensor
  161. name: Edge Brush
  162. category: diagnostic
  163. icon: "mdi-arrow-expand-all"
  164. dps:
  165. - id: 7
  166. type: integer
  167. name: sensor
  168. unit: "%"
  169. - entity: sensor
  170. name: Roll Brush
  171. category: diagnostic
  172. icon: "mdi:circle"
  173. dps:
  174. - id: 8
  175. type: integer
  176. name: sensor
  177. unit: "%"
  178. - entity: sensor
  179. name: Filter
  180. category: diagnostic
  181. icon: "mdi:air-filter"
  182. dps:
  183. - id: 9
  184. type: integer
  185. name: sensor
  186. unit: "%"
  187. - entity: sensor
  188. name: Status
  189. category: diagnostic
  190. icon: "mdi:robot-vacuum"
  191. dps:
  192. - id: 5
  193. type: string
  194. name: sensor