Empty Roomba

Hello,

I cannot find an option to empty the Roomba bin into the docking station.

Is it possible?

Hi,

TL;DR: Yes. Vacuum: Send command = evac

The documentation doesn’t mention it…

but the underlying Python library has the evac command:

The HA vac entity doesn’t mention empty as an action (missing from HA), however Action vacuum.send_command works:

This sequence emptied my i7 on the base:

  • Developer tools
  • Action = Vacuum: Send command
  • Target = my i7
  • Command = evac

Personally, my robots self-empty after returning to the base. (FYI, when docked the HOME button empries the bin.)

If this helps, :heart: this post!

1 Like

Thank you James! Very helpful.

I now have automations to announce the status of the Roomba over home speakers and pause the robot if a smoke alarm goes off.

May I ask if you have experimented with Roomba ‘fan speed’ at all? Does it increase suction power?

Hi,

Do you mean the setting “vacHigh true”? I’ve not tried any vacuum fan speed settings as the robot seems to manage well enough - and the trade off is likely reduced battery life.

[If the previous post answered your question, tick Solution to help others find the answer.]