moebot_s_mower.yaml 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. name: Lawnmower
  2. products:
  3. - id: mvt4l2evgq2l3nkn
  4. manufacturer: MoeBot
  5. model: S20
  6. - id: icw5sal7xfcevsve
  7. manufacturer: Parkside
  8. model: PMRDA 20-Li A1
  9. entities:
  10. - entity: lawn_mower
  11. dps:
  12. - id: 101
  13. name: activity
  14. type: string
  15. mapping:
  16. - dps_val: STANDBY
  17. value: docked
  18. - dps_val: MOWING
  19. value: mowing
  20. - dps_val: CHARGING
  21. value: docked
  22. - dps_val: EMERGENCY
  23. value: error
  24. - dps_val: LOCKED
  25. value: docked
  26. - dps_val: PAUSED
  27. value: paused
  28. - dps_val: PARK
  29. value: returning
  30. - dps_val: CHARGING_WITH_TASK_SUSPEND
  31. value: docked
  32. - dps_val: FIXED_MOWING
  33. value: mowing
  34. - dps_val: ERROR
  35. value: error
  36. - dps_val: UPDATA
  37. value: docked
  38. - dps_val: SELF_TEST
  39. value: docked
  40. - id: 115
  41. name: command
  42. type: string
  43. optional: true
  44. mapping:
  45. - dps_val: StartMowing
  46. value: start_mowing
  47. - dps_val: StartFixedMowing
  48. value: start_mowing
  49. hidden: true
  50. - dps_val: PauseWork
  51. value: pause
  52. - dps_val: CancelWork
  53. value: pause
  54. hidden: true
  55. - dps_val: ContinueWork
  56. value: start_mowing
  57. hidden: true
  58. - dps_val: StartReturnStation
  59. value: dock
  60. - id: 101
  61. name: raw_activity
  62. type: string
  63. - id: 106
  64. type: integer
  65. name: password
  66. sensitive: true
  67. - id: 110
  68. type: string
  69. name: schedule
  70. optional: true
  71. - id: 112
  72. type: string
  73. name: work_log
  74. optional: true
  75. - id: 113
  76. type: string
  77. name: zones
  78. optional: true
  79. - entity: button
  80. name: Start fixed mowing
  81. icon: "mdi:mower-on"
  82. dps:
  83. - id: 115
  84. type: string
  85. name: button
  86. optional: true
  87. mapping:
  88. - dps_val: StartFixedMowing
  89. value: true
  90. - entity: button
  91. name: Cancel mowing
  92. icon: "mdi:mower"
  93. dps:
  94. - id: 115
  95. type: string
  96. name: button
  97. optional: true
  98. mapping:
  99. - dps_val: CancelWork
  100. value: true
  101. - entity: button
  102. name: Continue mowing
  103. icon: "mdi:mower-on"
  104. dps:
  105. - id: 115
  106. type: string
  107. name: button
  108. optional: true
  109. mapping:
  110. - dps_val: ContinueWork
  111. value: true
  112. - entity: sensor
  113. class: battery
  114. dps:
  115. - id: 6
  116. type: integer
  117. name: sensor
  118. unit: "%"
  119. class: measurement
  120. - entity: binary_sensor
  121. class: problem
  122. category: diagnostic
  123. dps:
  124. - id: 102
  125. type: bitfield
  126. name: sensor
  127. optional: true
  128. persist: false
  129. mapping:
  130. - dps_val: 0
  131. value: false
  132. - dps_val: null
  133. value: false
  134. - value: true
  135. - id: 102
  136. type: bitfield
  137. optional: true
  138. name: fault_code
  139. - id: 111
  140. type: string
  141. name: error_log
  142. optional: 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