Replies: 1 comment 4 replies
-
The card can execute any service call, but the queue itself would have to be made using scripts and automations or node-red. I think the easiest way to achieve it might be using a script with mode |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would love to be able to issue several commands to my Roborock S8 and have them queued somehow. Some people wrote queues in NodeRed, but it would be nice, to use it from this UI.
The reason is, that I want the bot to first vacuum a room, and then mop it - wich is not possible with the out of the box config of this card.
Is there an "easy way" to do it? Or even a complicated one, where I send all the commands this card issues to some other place (e.g. node red via MQTT or something) instead of to the robot itself and due the queueing there myself)
Beta Was this translation helpful? Give feedback.
All reactions