Open source cloud replacement for Conga vacuum robots enabling local-only operation
View the Project on GitHub congatudo/Congatudo
Getting Started Why Congatudo? Congatudo or Valetudo Supported Robots Buying supported robots Donate to the proyect
Home Assistant installation Docker installation Standalone installation
Valetudo Companion (Android) Valetudo Tray Companion (Windows) Valeronoi Lovelace Valetudo Map Card I can't believe it's not Valetudo node-red-contrib-valetudo Fun & Games
MQTT Home Assistant Node-RED openHAB
Conga, Files to backup Troubleshooting Empower your Conga voice Map Segments Add SSH Key Hey Google Clean My Room Get area and time in Home Assistant from Congatudo Clean me Time and Tank Virtual Sensors
Building and Modifying Congatudo Congatudo core concepts MQTT
These is a list of important files on the robot.
Zones + Spots configuration, mqtt + other config
/mnt/data/valetudo/valetudo_config.json
Status to keep map
/mnt/UDISK/log
Follow these steps to backup and restore the mapping information of your Conga robot using SCP (Secure Copy Protocol).
Use the following SCP command to copy map data from your Conga robot to your local computer:
scp -rp -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa -O 'root@<CONGA_IP_ADDRESS>:/mnt/UDISK/log/' '/path/to/local/backup/'
Note: “-O” Option may error if you have an old ssh client, remove it if it does.
Replace:
<CONGA_IP_ADDRESS>
with your robot’s IP address (e.g., 192.168.xxx.xxx
)./path/to/local/backup/
with the local folder path where you want to store the backup (e.g., /Users/yourusername/Documents/CongaBackup
).Use an SCP-compatible tool such as WinSCP or PuTTY’s PSCP.
Example using PSCP in Windows Command Prompt:
pscp -r -scp -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa root@<CONGA_IP_ADDRESS>:/mnt/UDISK/log/ C:\path\to\local\backup\
Replace:
<CONGA_IP_ADDRESS>
with your robot’s IP address.C:\path\to\local\backup\
with your preferred Windows backup location.To restore previously backed-up map data to your Conga robot, run:
scp -rp -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa /path/to/local/backup/* -O 'root@<CONGA_IP_ADDRESS>:/mnt/UDISK/log/'
Replace:
/path/to/local/backup/*
with the path to your backup folder (e.g., /Users/yourusername/Documents/CongaBackup/*
).<CONGA_IP_ADDRESS>
with your robot’s IP address.Example using PSCP:
pscp -r -scp -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa C:\path\to\local\backup\* root@<CONGA_IP_ADDRESS>:/mnt/UDISK/log/
Replace:
C:\path\to\local\backup\*
with your local backup folder location.<CONGA_IP_ADDRESS>
with your robot’s IP address.Open source cloud replacement for Conga vacuum robots enabling local-only operation
View the Project on GitHub congatudo/Congatudo
Getting Started Why Congatudo? Congatudo or Valetudo Supported Robots Buying supported robots Donate to the proyect
Home Assistant installation Docker installation Standalone installation
Valetudo Companion (Android) Valetudo Tray Companion (Windows) Valeronoi Lovelace Valetudo Map Card I can't believe it's not Valetudo node-red-contrib-valetudo Fun & Games
MQTT Home Assistant Node-RED openHAB
Conga, Files to backup Troubleshooting Empower your Conga voice Map Segments Add SSH Key Hey Google Clean My Room Get area and time in Home Assistant from Congatudo Clean me Time and Tank Virtual Sensors
Building and Modifying Congatudo Congatudo core concepts MQTT