ttec_reobipro_vacuum.yaml 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. name: Robot vacuum
  2. products:
  3. - id: 1zksgdnha6ln65md
  4. manufacturer: TTEC
  5. model: Robi Pro
  6. entities:
  7. - entity: vacuum
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: activate
  12. optional: true
  13. mapping:
  14. - dps_val: false
  15. constraint: pause
  16. conditions:
  17. - dps_val: true
  18. value: false
  19. - dps_val: false
  20. value: false
  21. hidden: true
  22. - dps_val: null
  23. value: false
  24. hidden: true
  25. - dps_val: true
  26. constraint: pause
  27. conditions:
  28. - dps_val: false
  29. value: true
  30. - dps_val: true
  31. value: true
  32. hidden: true
  33. - dps_val: null
  34. value: true
  35. hidden: true
  36. - dps_val: null
  37. value: false
  38. hidden: true
  39. - id: 2
  40. type: boolean
  41. optional: true
  42. name: pause
  43. hidden: true
  44. - id: 4
  45. type: string
  46. name: command
  47. mapping:
  48. - dps_val: smart
  49. value: smart
  50. - dps_val: chargego
  51. value: return_to_base
  52. - dps_val: zone
  53. value: zone
  54. - dps_val: pose
  55. value: clean_spot
  56. - dps_val: part
  57. value: partial
  58. - dps_val: selectroom
  59. value: room
  60. - id: 5
  61. type: string
  62. name: status
  63. mapping:
  64. - dps_val: standby
  65. value: standby
  66. - dps_val: smart
  67. value: cleaning
  68. - dps_val: zone_clean
  69. value: cleaning
  70. - dps_val: part_clean
  71. value: cleaning
  72. - dps_val: cleaning
  73. value: cleaning
  74. - dps_val: paused
  75. value: paused
  76. - dps_val: goto_pos
  77. value: going_to_location
  78. - dps_val: pos_arrived
  79. value: on_location
  80. - dps_val: pos_unarrive
  81. value: cannot_find_location
  82. - dps_val: goto_charge
  83. value: returning
  84. - dps_val: charging
  85. value: charging
  86. - dps_val: charge_done
  87. value: charged
  88. - dps_val: sleep
  89. value: sleep
  90. - dps_val: select_room
  91. value: select_room
  92. - dps_val: mop_clean
  93. value: cleaning
  94. - dps_val: manual_control
  95. value: direction_control
  96. - id: 9
  97. type: string
  98. name: fan_speed
  99. mapping:
  100. - dps_val: closed
  101. value: "Off"
  102. - dps_val: gentle
  103. value: Low
  104. - dps_val: normal
  105. value: Medium
  106. - dps_val: strong
  107. value: High
  108. - id: 11
  109. type: boolean
  110. optional: true
  111. name: locate
  112. - id: 12
  113. type: string
  114. optional: true
  115. name: direction_control
  116. mapping:
  117. - dps_val: forward
  118. value: forward
  119. - dps_val: backward
  120. value: reverse
  121. - dps_val: turn_left
  122. value: left
  123. - dps_val: turn_right
  124. value: right
  125. - dps_val: stop
  126. value: stop
  127. - id: 14
  128. type: string
  129. optional: true
  130. name: path_data
  131. - id: 15
  132. type: string
  133. optional: true
  134. name: command_tran
  135. - id: 16
  136. type: string
  137. optional: true
  138. name: request
  139. mapping:
  140. - dps_val: get_map
  141. value: Get map
  142. - dps_val: get_path
  143. value: Get path
  144. - dps_val: get_both
  145. value: Get both
  146. - id: 28
  147. type: bitfield
  148. name: error
  149. hidden: true
  150. - id: 32
  151. type: string
  152. optional: true
  153. name: device_timer
  154. - id: 33
  155. type: string
  156. optional: true
  157. name: disturb_time_set
  158. - id: 34
  159. type: string
  160. optional: true
  161. name: device_info
  162. - id: 35
  163. type: string
  164. optional: true
  165. name: voice_data
  166. - entity: button
  167. name: Start
  168. icon: "mdi:play"
  169. category: config
  170. dps:
  171. - id: 1
  172. type: boolean
  173. name: button
  174. optional: true
  175. - entity: button
  176. name: Pause
  177. category: config
  178. icon: "mdi:pause"
  179. dps:
  180. - id: 2
  181. type: boolean
  182. name: button
  183. optional: true
  184. - entity: button
  185. name: Dock
  186. category: config
  187. icon: "mdi:lightning-bolt"
  188. dps:
  189. - id: 3
  190. type: boolean
  191. name: button
  192. optional: true
  193. - entity: sensor
  194. name: Cleaning time
  195. class: duration
  196. category: diagnostic
  197. dps:
  198. - id: 6
  199. type: integer
  200. name: sensor
  201. unit: min
  202. class: measurement
  203. - entity: sensor
  204. name: Cleaned area
  205. class: area
  206. category: diagnostic
  207. dps:
  208. - id: 7
  209. type: integer
  210. name: sensor
  211. unit: m2
  212. - entity: sensor
  213. class: battery
  214. dps:
  215. - id: 8
  216. type: integer
  217. name: sensor
  218. unit: "%"
  219. class: measurement
  220. - entity: select
  221. translation_key: mopping
  222. category: config
  223. dps:
  224. - id: 10
  225. type: string
  226. name: option
  227. mapping:
  228. - dps_val: closed
  229. value: "off"
  230. - dps_val: low
  231. value: low
  232. - dps_val: middle
  233. value: medium
  234. - dps_val: high
  235. value: high
  236. - entity: button
  237. name: Reset map
  238. category: config
  239. dps:
  240. - id: 13
  241. type: boolean
  242. name: button
  243. optional: true
  244. - entity: sensor
  245. name: Edge brush life
  246. class: duration
  247. category: diagnostic
  248. dps:
  249. - id: 17
  250. type: integer
  251. name: sensor
  252. unit: min
  253. - entity: button
  254. name: Edge brush reset
  255. class: restart
  256. category: config
  257. dps:
  258. - id: 18
  259. type: boolean
  260. name: button
  261. optional: true
  262. - entity: sensor
  263. name: Roll brush life
  264. class: duration
  265. category: diagnostic
  266. dps:
  267. - id: 19
  268. type: integer
  269. name: sensor
  270. unit: min
  271. - entity: button
  272. name: Roll brush reset
  273. class: restart
  274. category: config
  275. dps:
  276. - id: 20
  277. type: boolean
  278. name: button
  279. optional: true
  280. - entity: sensor
  281. name: Filter life
  282. class: duration
  283. category: diagnostic
  284. dps:
  285. - id: 21
  286. type: integer
  287. name: sensor
  288. unit: min
  289. - entity: button
  290. translation_key: filter_reset
  291. category: config
  292. dps:
  293. - id: 22
  294. type: boolean
  295. name: button
  296. optional: true
  297. - entity: sensor
  298. name: Mop life
  299. class: duration
  300. category: diagnostic
  301. dps:
  302. - id: 23
  303. type: integer
  304. name: sensor
  305. unit: min
  306. - entity: button
  307. name: Mop reset
  308. class: restart
  309. category: config
  310. dps:
  311. - id: 24
  312. type: boolean
  313. name: button
  314. optional: true
  315. - entity: switch
  316. name: Do not disturb
  317. category: config
  318. dps:
  319. - id: 25
  320. type: boolean
  321. name: switch
  322. optional: true
  323. mapping:
  324. - dps_val: null
  325. value: false
  326. hidden: true
  327. - entity: number
  328. name: Volume
  329. category: config
  330. icon: "mdi:volume-high"
  331. dps:
  332. - id: 26
  333. type: integer
  334. name: value
  335. range:
  336. min: 0
  337. max: 10
  338. unit: "%"
  339. mapping:
  340. - scale: 0.1
  341. - entity: select
  342. translation_key: language
  343. category: config
  344. dps:
  345. - id: 36
  346. type: string
  347. name: option
  348. optional: true
  349. mapping:
  350. - dps_val: turkish
  351. value: turkish
  352. - dps_val: English
  353. value: english
  354. - dps_val: Russian
  355. value: russian
  356. - dps_val: Spanish
  357. value: spanish
  358. - entity: binary_sensor
  359. class: problem
  360. category: diagnostic
  361. dps:
  362. - id: 28
  363. type: bitfield
  364. name: sensor
  365. mapping:
  366. - dps_val: 0
  367. value: false
  368. - value: true
  369. - id: 28
  370. type: bitfield
  371. name: fault_code