Cloud replacement for vacuum robots enabling local-only operation
View the Project on GitHub Hypfer/Valetudo
Newcomer Guide Why Valetudo? Why not Valetudo? Getting Started Supported Robots Rooting Essentials Buying Supported Robots Media & Content Creators
Implementation Overview Capabilities Overview Upgrading Firmware Updates
Valetudo Companion (Android) Valetudo Tray Companion Valeronoi Lovelace Valetudo Map Card I Can't Believe It's Not Valetudo node-red-contrib-valetudo Fun & Games Other Noteworthy Projects
MQTT Home Assistant Node-RED openHAB
FAQ Style Guide Troubleshooting
If you’re using Valetudo 2021.11.0 or later, you should be able to use its integrated updater functionality.
Below are manual upgrading instructions for older versions:
If you’re using an S5 or V1, the recommended way to upgrade Valetudo is to flash a new image. This requires you to have SSH access to the robot.
Build for manual installation (requires SSH to install)
option in the Dustbuilder. You will then receive a link to a tar.gz archive by email./mnt/data
folder and extract it:
cd /mnt/data
wget <url to tar from dustbuilder>
tar xzf <file.tar.gz>
./install_b.sh
reboot
cd /mnt/data
./install_a.sh
rm -f <file.tar.gz>
reboot
Your robot should now be running the latest version.
You can also stop the Valetudo service by running /etc/init/S11valetudo stop
, and then replace the binary via scp + reboot or restart the service.
Just make sure that you try a full reflash if you encounter any issues such as “No Map Data” or disappearing settings.
If you don’t have ssh available, you will need to do a full factory reset to re-enable OTA updates on supported robots, and then follow the initial installation procedure.
killall valetudo
/data/valetudo
with the new one
wget https://github.com/Hypfer/Valetudo/releases/latest/download/valetudo-{armv7,armv7-lowmem,aarch64} -O /data/valetudo
reboot
Cloud replacement for vacuum robots enabling local-only operation
View the Project on GitHub Hypfer/Valetudo
Newcomer Guide Why Valetudo? Why not Valetudo? Getting Started Supported Robots Rooting Essentials Buying Supported Robots Media & Content Creators
Implementation Overview Capabilities Overview Upgrading Firmware Updates
Valetudo Companion (Android) Valetudo Tray Companion Valeronoi Lovelace Valetudo Map Card I Can't Believe It's Not Valetudo node-red-contrib-valetudo Fun & Games Other Noteworthy Projects
MQTT Home Assistant Node-RED openHAB
FAQ Style Guide Troubleshooting