moebot_s_mower.yaml 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  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: returning
  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. sensitive: true
  70. - id: 110
  71. type: string
  72. name: schedule
  73. optional: true
  74. - id: 111
  75. type: string
  76. name: error_log
  77. optional: true
  78. - id: 112
  79. type: string
  80. name: work_log
  81. optional: true
  82. - id: 113
  83. type: string
  84. name: zones
  85. optional: true
  86. secondary_entities:
  87. - entity: button
  88. name: Start fixed mowing
  89. icon: "mdi:mower-on"
  90. dps:
  91. - id: 115
  92. type: string
  93. name: button
  94. optional: true
  95. mapping:
  96. - dps_val: StartFixedMowing
  97. value: true
  98. - entity: button
  99. name: Cancel mowing
  100. icon: "mdi:mower"
  101. dps:
  102. - id: 115
  103. type: string
  104. name: button
  105. optional: true
  106. mapping:
  107. - dps_val: CancelWork
  108. value: true
  109. - entity: button
  110. name: Continue mowing
  111. icon: "mdi:mower-on"
  112. dps:
  113. - id: 115
  114. type: string
  115. name: button
  116. optional: true
  117. mapping:
  118. - dps_val: ContinueWork
  119. value: true
  120. - entity: sensor
  121. class: battery
  122. dps:
  123. - id: 6
  124. type: integer
  125. name: sensor
  126. unit: "%"
  127. class: measurement
  128. - entity: binary_sensor
  129. class: problem
  130. category: diagnostic
  131. dps:
  132. - id: 102
  133. type: bitfield
  134. name: sensor
  135. optional: true
  136. persist: false
  137. mapping:
  138. - dps_val: 0
  139. value: false
  140. - dps_val: null
  141. value: false
  142. - value: true
  143. - entity: sensor
  144. name: Problem
  145. icon: "mdi:robot-mower-outline"
  146. icon_priority: 2
  147. class: enum
  148. category: diagnostic
  149. dps:
  150. - id: 103
  151. name: sensor
  152. type: string
  153. icon_priority: 1
  154. optional: true
  155. persist: false
  156. mapping:
  157. - dps_val: null
  158. value: OK
  159. - dps_val: MOWER_LEAN
  160. value: Tilted
  161. icon: "mdi:angle-acute"
  162. - dps_val: MOWER_STEEP
  163. value: Steep
  164. icon: "mdi:slope-uphill"
  165. - dps_val: RAIN_PARK
  166. value: Raining
  167. icon: "mdi:weather-pouring"
  168. - dps_val: BATTERY_NOT_ENOUGH
  169. value: Low battery
  170. icon: "mdi:battery-low"
  171. - dps_val: NO_LOOP_SIGNAL
  172. value: Weak signal
  173. icon: "mdi:signal-cellular-1"
  174. - dps_val: CLOSE_TOPCOVER
  175. value: Close top cover
  176. icon: "mdi:door-open"
  177. - dps_val: MOWER_IN_STATION
  178. value: Docked
  179. icon: "mdi:mower"
  180. - dps_val: MOWER_OUT_STATION
  181. value: Undocked
  182. icon: "mdi:mower-on"
  183. - dps_val: PLACE_INSIDE_STATION
  184. value: Manually dock
  185. icon: "mdi:home-alert"
  186. - dps_val: FIXED_END
  187. value: Finished fixed mowing
  188. icon: "mdi:mower"
  189. - dps_val: CHARGING_DISCONNECT
  190. value: Disconnected
  191. icon: "mdi:power-plug-battery"
  192. - dps_val: CHARGING_PAUSE
  193. value: Paused charging
  194. icon: "mdi:battery-clock"
  195. - dps_val: WORK_INTERRUPT
  196. value: Interrupted
  197. icon: "mdi:alert-octogon"
  198. - dps_val: FIXED_MOWING_INTERRUPT
  199. value: Interrupted fixed mowing
  200. icon: "mdi:alert-octogon"
  201. - dps_val: TURN_ON_BUTTON
  202. value: Turn on button
  203. icon: "mdi:button-pointer"
  204. - dps_val: PRESS_START_KEY
  205. value: Press start
  206. icon: "mdi:play"
  207. - dps_val: TIMESET_30MIN
  208. value: Set 30 minute timer
  209. icon: "mdi:fast-forward-30"
  210. - dps_val: TIMESET_UNLEGAL
  211. value: Invalid timer
  212. icon: "mdi:timer-alert"
  213. - dps_val: CHARGR_CURRENT_LOW
  214. value: Charging current low
  215. icon: "mdi:flash-alert"
  216. - dps_val: RAIN_OUT_STATION
  217. value: Caught in rain
  218. icon: "mdi:weather-pouring"
  219. - dps_val: UPDATA_FAIL
  220. value: Data upload failure
  221. icon: "mdi:cloud-alert"
  222. - dps_val: CONTINUE_TOOLTIP
  223. value: Continue
  224. icon: "mdi:step-forward"
  225. - dps_val: MOWER_EMERGENCY
  226. value: Stopped
  227. icon: "mdi:octagon"
  228. - dps_val: MOWER_UI_LOCKED
  229. value: UI locked
  230. icon: "mdi:hand-back-right-off"
  231. - entity: switch
  232. name: Rain mode
  233. icon: "mdi:weather-pouring"
  234. category: config
  235. dps:
  236. - id: 104
  237. type: boolean
  238. name: switch
  239. - entity: number
  240. name: Running time
  241. category: config
  242. icon: "mdi:clock"
  243. dps:
  244. - id: 105
  245. type: integer
  246. name: value
  247. unit: h
  248. range:
  249. min: 1
  250. max: 24
  251. - entity: button
  252. name: Clear schedule
  253. icon: "mdi:calendar-remove"
  254. category: config
  255. dps:
  256. - id: 107
  257. type: boolean
  258. name: button
  259. optional: true
  260. - entity: button
  261. name: Query schedule
  262. icon: "mdi:calendar-refresh"
  263. category: config
  264. dps:
  265. - id: 108
  266. type: boolean
  267. name: button
  268. optional: true
  269. - entity: button
  270. name: Query zones
  271. icon: "mdi:map-search"
  272. category: config
  273. dps:
  274. - id: 109
  275. type: boolean
  276. name: button
  277. optional: true
  278. - entity: select
  279. name: Mowing mode
  280. icon: "mdi:mower"
  281. category: config
  282. dps:
  283. - id: 114
  284. type: string
  285. name: option
  286. optional: true
  287. mapping:
  288. - dps_val: AutoMode
  289. value: Auto
  290. - dps_val: GardenMode
  291. value: Garden
  292. - entity: binary_sensor
  293. name: Cover
  294. category: diagnostic
  295. dps:
  296. - id: 116
  297. type: boolean
  298. name: sensor
  299. optional: true