Hello,
I cannot find an option to empty the Roomba bin into the docking station.
Is it possible?
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:
- supports self emptying base
GitHub - NickWaterton/Roomba980-Python: Python program and library to control iRobot Roomba 980 Vacuum Cleaner
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:
Vacuum: Send command
my i7
evac
Personally, my robots self-empty after returning to the base. (FYI, when docked the HOME button empries the bin.)
If this helps, this post!
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.]