ttec_reobipro_vacuum.yaml 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. name: Robot vacuum
  2. products:
  3. - id: 1zksgdnha6ln65md
  4. name: TTEC Robi Pro
  5. primary_entity:
  6. entity: vacuum
  7. dps:
  8. - id: 1
  9. type: boolean
  10. name: activate
  11. optional: true
  12. mapping:
  13. - dps_val: false
  14. constraint: pause
  15. conditions:
  16. - dps_val: true
  17. value: false
  18. - dps_val: false
  19. value: false
  20. hidden: true
  21. - dps_val: null
  22. value: false
  23. hidden: true
  24. - dps_val: true
  25. constraint: pause
  26. conditions:
  27. - dps_val: false
  28. value: true
  29. - dps_val: true
  30. value: true
  31. hidden: true
  32. - dps_val: null
  33. value: true
  34. hidden: true
  35. - dps_val: null
  36. value: false
  37. hidden: true
  38. - id: 2
  39. type: boolean
  40. optional: true
  41. name: pause
  42. hidden: true
  43. - id: 4
  44. type: string
  45. name: command
  46. mapping:
  47. - dps_val: smart
  48. value: smart
  49. - dps_val: chargego
  50. value: return_to_base
  51. - dps_val: zone
  52. value: zone
  53. - dps_val: pose
  54. value: clean_spot
  55. - dps_val: part
  56. value: partial
  57. - dps_val: selectroom
  58. value: room
  59. - id: 5
  60. type: string
  61. name: status
  62. mapping:
  63. - dps_val: standby
  64. value: standby
  65. - dps_val: smart
  66. value: cleaning
  67. - dps_val: zone_clean
  68. value: cleaning
  69. - dps_val: part_clean
  70. value: cleaning
  71. - dps_val: cleaning
  72. value: cleaning
  73. - dps_val: paused
  74. value: paused
  75. - dps_val: goto_pos
  76. value: going_to_location
  77. - dps_val: pos_arrived
  78. value: on_location
  79. - dps_val: pos_unarrive
  80. value: cannot_find_location
  81. - dps_val: goto_charge
  82. value: returning
  83. - dps_val: charging
  84. value: charging
  85. - dps_val: charge_done
  86. value: charged
  87. - dps_val: sleep
  88. value: sleep
  89. - dps_val: select_room
  90. value: select_room
  91. - dps_val: mop_clean
  92. value: cleaning
  93. - dps_val: manual_control
  94. value: direction_control
  95. - id: 9
  96. type: string
  97. name: fan_speed
  98. mapping:
  99. - dps_val: closed
  100. value: "Off"
  101. - dps_val: gentle
  102. value: Low
  103. - dps_val: normal
  104. value: Medium
  105. - dps_val: strong
  106. value: High
  107. - id: 11
  108. type: boolean
  109. optional: true
  110. name: locate
  111. - id: 12
  112. type: string
  113. optional: true
  114. name: direction_control
  115. mapping:
  116. - dps_val: forward
  117. value: forward
  118. - dps_val: backward
  119. value: reverse
  120. - dps_val: turn_left
  121. value: left
  122. - dps_val: turn_right
  123. value: right
  124. - dps_val: stop
  125. value: stop
  126. - id: 14
  127. type: string
  128. optional: true
  129. name: path_data
  130. - id: 15
  131. type: string
  132. optional: true
  133. name: command_tran
  134. - id: 16
  135. type: string
  136. optional: true
  137. name: request
  138. mapping:
  139. - dps_val: get_map
  140. value: Get map
  141. - dps_val: get_path
  142. value: Get path
  143. - dps_val: get_both
  144. value: Get both
  145. - id: 28
  146. type: bitfield
  147. name: error
  148. - id: 32
  149. type: string
  150. optional: true
  151. name: device_timer
  152. - id: 33
  153. type: string
  154. optional: true
  155. name: disturb_time_set
  156. - id: 34
  157. type: string
  158. optional: true
  159. name: device_info
  160. - id: 35
  161. type: string
  162. optional: true
  163. name: voice_data
  164. secondary_entities:
  165. - entity: button
  166. name: Start
  167. icon: "mdi:play"
  168. category: config
  169. dps:
  170. - id: 1
  171. type: boolean
  172. name: button
  173. optional: true
  174. - entity: button
  175. name: Pause
  176. category: config
  177. icon: "mdi:pause"
  178. dps:
  179. - id: 2
  180. type: boolean
  181. name: button
  182. optional: true
  183. - entity: button
  184. name: Dock
  185. category: config
  186. icon: "mdi:lightning-bolt"
  187. dps:
  188. - id: 3
  189. type: boolean
  190. name: button
  191. optional: true
  192. - entity: sensor
  193. name: Cleaning time
  194. class: duration
  195. category: diagnostic
  196. dps:
  197. - id: 6
  198. type: integer
  199. name: sensor
  200. unit: min
  201. class: measurement
  202. - entity: sensor
  203. name: Cleaned area
  204. category: diagnostic
  205. icon: "mdi:floor-plan"
  206. dps:
  207. - id: 7
  208. type: integer
  209. name: sensor
  210. unit: m2
  211. - entity: sensor
  212. class: battery
  213. dps:
  214. - id: 8
  215. type: integer
  216. name: sensor
  217. unit: "%"
  218. class: measurement
  219. - entity: select
  220. translation_key: mopping
  221. category: config
  222. dps:
  223. - id: 10
  224. type: string
  225. name: option
  226. mapping:
  227. - dps_val: closed
  228. value: "off"
  229. - dps_val: low
  230. value: low
  231. - dps_val: middle]
  232. value: medium
  233. - dps_val: high
  234. value: high
  235. - entity: button
  236. name: Reset map
  237. category: config
  238. dps:
  239. - id: 13
  240. type: boolean
  241. name: button
  242. optional: true
  243. - entity: sensor
  244. name: Edge brush life
  245. class: duration
  246. category: diagnostic
  247. dps:
  248. - id: 17
  249. type: integer
  250. name: sensor
  251. unit: min
  252. - entity: button
  253. name: Edge brush reset
  254. class: restart
  255. category: config
  256. dps:
  257. - id: 18
  258. type: boolean
  259. name: button
  260. optional: true
  261. - entity: sensor
  262. name: Roll brush life
  263. class: duration
  264. category: diagnostic
  265. dps:
  266. - id: 19
  267. type: integer
  268. name: sensor
  269. unit: min
  270. - entity: button
  271. name: Roll brush reset
  272. class: restart
  273. category: config
  274. dps:
  275. - id: 20
  276. type: boolean
  277. name: button
  278. optional: true
  279. - entity: sensor
  280. name: Filter life
  281. class: duration
  282. category: diagnostic
  283. dps:
  284. - id: 21
  285. type: integer
  286. name: sensor
  287. unit: min
  288. - entity: button
  289. name: Filter reset
  290. class: restart
  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