4
0

moebot_s_mower.yaml 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. name: Lawnmower
  2. products:
  3. - id: mvt4l2evgq2l3nkn
  4. name: MoeBot S20
  5. - id: icw5sal7xfcevsve
  6. name: Parkside PMRDA 20-Li A1
  7. primary_entity:
  8. entity: lawn_mower
  9. dps:
  10. - id: 101
  11. name: activity
  12. type: string
  13. mapping:
  14. - dps_val: STANDBY
  15. value: docked
  16. - dps_val: MOWING
  17. value: mowing
  18. - dps_val: CHARGING
  19. value: docked
  20. - dps_val: EMERGENCY
  21. value: error
  22. - dps_val: LOCKED
  23. value: docked
  24. - dps_val: PAUSED
  25. value: paused
  26. - dps_val: PARK
  27. value: paused
  28. - dps_val: CHARGING_WITH_TASK_SUSPEND
  29. value: docked
  30. - dps_val: FIXED_MOWING
  31. value: mowing
  32. - dps_val: ERROR
  33. value: error
  34. - dps_val: UPDATA
  35. value: docked
  36. - dps_val: SELF_TEST
  37. value: docked
  38. - id: 115
  39. name: command
  40. type: string
  41. optional: true
  42. mapping:
  43. - dps_val: StartMowing
  44. value: start_mowing
  45. - dps_val: StartFixedMowing
  46. value: start_mowing
  47. hidden: true
  48. - dps_val: PauseWork
  49. value: pause
  50. - dps_val: CancelWork
  51. value: pause
  52. hidden: true
  53. - dps_val: ContinueWork
  54. value: start_mowing
  55. hidden: true
  56. - dps_val: StartReturnStation
  57. value: dock
  58. - id: 101
  59. name: raw_activity
  60. type: string
  61. - id: 102
  62. name: error
  63. type: bitfield
  64. # out_of_bounds, lifted, tilted, overturned, trapped, signal lost,
  65. # motor fault, overheated, battery damaged
  66. - id: 106
  67. type: integer
  68. name: password
  69. - id: 110
  70. type: string
  71. name: schedule
  72. optional: true
  73. - id: 111
  74. type: string
  75. name: error_log
  76. optional: true
  77. - id: 112
  78. type: string
  79. name: work_log
  80. optional: true
  81. - id: 113
  82. type: string
  83. name: zones
  84. optional: true
  85. secondary_entities:
  86. - entity: vacuum
  87. icon: "mdi:robot-mower"
  88. deprecated: lawn_mower
  89. dps:
  90. - id: 101
  91. name: status
  92. type: string
  93. mapping:
  94. - dps_val: STANDBY
  95. value: standby
  96. - dps_val: MOWING
  97. value: mowing
  98. - dps_val: CHARGING
  99. value: charging
  100. - dps_val: EMERGENCY
  101. value: manually stopped
  102. - dps_val: LOCKED
  103. value: locked
  104. - dps_val: PAUSED
  105. value: paused
  106. - dps_val: PARK
  107. value: returning
  108. - dps_val: CHARGING_WITH_TASK_SUSPEND
  109. value: charging
  110. - dps_val: FIXED_MOWING
  111. value: spot mowing
  112. - dps_val: ERROR
  113. value: error
  114. - id: 115
  115. name: command
  116. type: string
  117. optional: true
  118. mapping:
  119. - dps_val: StartMowing
  120. value: start
  121. - dps_val: StartFixedMowing
  122. value: clean_spot
  123. - dps_val: PauseWork
  124. value: pause
  125. - dps_val: CancelWork
  126. value: stop
  127. - dps_val: StartReturnStation
  128. value: return_to_base
  129. - entity: button
  130. name: Start fixed mowing
  131. icon: "mdi:mower-on"
  132. dps:
  133. - id: 115
  134. type: string
  135. name: button
  136. optional: true
  137. mapping:
  138. - dps_val: StartFixedMowing
  139. value: true
  140. - entity: button
  141. name: Cancel mowing
  142. icon: "mdi:mower"
  143. dps:
  144. - id: 115
  145. type: string
  146. name: button
  147. optional: true
  148. mapping:
  149. - dps_val: CancelWork
  150. value: true
  151. - entity: button
  152. name: Continue mowing
  153. icon: "mdi:mower-on"
  154. dps:
  155. - id: 115
  156. type: string
  157. name: button
  158. optional: true
  159. mapping:
  160. - dps_val: ContinueWork
  161. value: true
  162. - entity: sensor
  163. class: battery
  164. dps:
  165. - id: 6
  166. type: integer
  167. name: sensor
  168. unit: "%"
  169. class: measurement
  170. - entity: binary_sensor
  171. class: problem
  172. category: diagnostic
  173. dps:
  174. - id: 102
  175. type: bitfield
  176. name: sensor
  177. optional: true
  178. persist: false
  179. mapping:
  180. - dps_val: 0
  181. value: false
  182. - dps_val: null
  183. value: false
  184. - value: true
  185. - entity: sensor
  186. name: Problem
  187. icon: "mdi:robot-mower-outline"
  188. icon_priority: 2
  189. class: enum
  190. category: diagnostic
  191. dps:
  192. - id: 103
  193. name: sensor
  194. type: string
  195. icon_priority: 1
  196. mapping:
  197. - dps_val: MOWER_LEAN
  198. value: Tilted
  199. icon: "mdi:angle-acute"
  200. - dps_val: MOWER_STEEP
  201. value: Steep
  202. icon: "mdi:slope-uphill"
  203. - dps_val: RAIN_PARK
  204. value: Raining
  205. icon: "mdi:weather-pouring"
  206. - dps_val: BATTERY_NOT_ENOUGH
  207. value: Low battery
  208. icon: "mdi:battery-low"
  209. - dps_val: NO_LOOP_SIGNAL
  210. value: Weak signal
  211. icon: "mdi:signal-cellular-1"
  212. - dps_val: CLOSE_TOPCOVER
  213. value: Close top cover
  214. icon: "mdi:door-open"
  215. - dps_val: MOWER_IN_STATION
  216. value: Docked
  217. icon: "mdi:mower"
  218. - dps_val: MOWER_OUT_STATION
  219. value: Undocked
  220. icon: "mdi:mower-on"
  221. - dps_val: PLACE_INSIDE_STATION
  222. value: Manually dock
  223. icon: "mdi:home-alert"
  224. - dps_val: FIXED_END
  225. value: Finished fixed mowing
  226. icon: "mdi:mower"
  227. - dps_val: CHARGING_DISCONNECT
  228. value: Disconnected
  229. icon: "mdi:power-plug-battery"
  230. - dps_val: CHARGING_PAUSE
  231. value: Paused charging
  232. icon: "mdi:battery-clock"
  233. - dps_val: WORK_INTERRUPT
  234. value: Interrupted
  235. icon: "mdi:alert-octogon"
  236. - dps_val: FIXED_MOWING_INTERRUPT
  237. value: Interrupted fixed mowing
  238. icon: "mdi:alert-octogon"
  239. - dps_val: TURN_ON_BUTTON
  240. value: Turn on button
  241. icon: "mdi:button-pointer"
  242. - dps_val: PRESS_START_KEY
  243. value: Press start
  244. icon: "mdi:play"
  245. - dps_val: TIMESET_30MIN
  246. value: Set 30 minute timer
  247. icon: "mdi:fast-forward-30"
  248. - dps_val: TIMESET_UNLEGAL
  249. value: Invalid timer
  250. icon: "mdi:timer-alert"
  251. - dps_val: CHARGR_CURRENT_LOW
  252. value: Charging current low
  253. icon: "mdi:flash-alert"
  254. - dps_val: RAIN_OUT_STATION
  255. value: Caught in rain
  256. icon: "mdi:weather-pouring"
  257. - dps_val: UPDATA_FAIL
  258. value: Data upload failure
  259. icon: "mdi:cloud-alert"
  260. - dps_val: CONTINUE_TOOLTIP
  261. value: Continue
  262. icon: "mdi:step-forward"
  263. - dps_val: MOWER_EMERGENCY
  264. value: Stopped
  265. icon: "mdi:octagon"
  266. - dps_val: MOWER_UI_LOCKED
  267. value: UI locked
  268. icon: "mdi:hand-back-right-off"
  269. - entity: switch
  270. name: Rain mode
  271. icon: "mdi:weather-pouring"
  272. category: config
  273. dps:
  274. - id: 104
  275. type: boolean
  276. name: switch
  277. - entity: number
  278. name: Running time
  279. category: config
  280. icon: "mdi:clock"
  281. dps:
  282. - id: 105
  283. type: integer
  284. name: value
  285. unit: h
  286. range:
  287. min: 1
  288. max: 24
  289. - entity: button
  290. name: Clear schedule
  291. icon: "mdi:calendar-remove"
  292. category: config
  293. dps:
  294. - id: 107
  295. type: boolean
  296. name: button
  297. optional: true
  298. - entity: button
  299. name: Query schedule
  300. icon: "mdi:calendar-refresh"
  301. category: config
  302. dps:
  303. - id: 108
  304. type: boolean
  305. name: button
  306. optional: true
  307. - entity: button
  308. name: Query zones
  309. icon: "mdi:map-search"
  310. category: config
  311. dps:
  312. - id: 109
  313. type: boolean
  314. name: button
  315. optional: true
  316. - entity: select
  317. name: Mowing mode
  318. icon: "mdi:mower"
  319. category: config
  320. dps:
  321. - id: 114
  322. type: string
  323. name: option
  324. optional: true
  325. mapping:
  326. - dps_val: AutoMode
  327. value: Auto
  328. - dps_val: GardenMode
  329. value: Garden
  330. - entity: binary_sensor
  331. name: Cover
  332. category: diagnostic
  333. dps:
  334. - id: 116
  335. type: boolean
  336. name: sensor
  337. optional: true