Clean room button #284
AalianKhan
started this conversation in
Show and tell
Replies: 1 comment
-
|
If anyone's interested I've done the same for the Ecovacs Deebot range of robot vacuums using @AalianKhan's (thanks for the initial code!) instructions above. It's slightly different in that it uses the send_command service call. In dwains-dashboar/configs/rooms.yaml I have this written In button.yaml I wrote |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!

I wanted to share a little button that I made using room addons that tells my Roborock to clean that specific room
It's pretty useful and simple to use.
Here is the config
In
dwains-dashboar/configs/rooms.yamlI have this writtenThen I created this directory
dwains-dashboard/addons/rooms/clean_roomand created these files in that folder
page.yamlbutton.yamlIn button.yaml I wrote
and page.YAML is just a placeholder file as it's required by Dwain-dashboard but isn't used.
To see which segments clean which room you can either just send random numbers greater than 15 like I did and test it out or
use the miio command-line tool, here are the docs.
🎉 you can now easily clean a room
Beta Was this translation helpful? Give feedback.
All reactions