Important Conga Stuff

These is a list of important files on the robot.


List of files/folder

Zones + Spots configuration, mqtt + other config

/mnt/data/valetudo/valetudo_config.json

Status to keep map

/mnt/UDISK/log


How to Backup and Restore Map Information from Conga Robot

Follow these steps to backup and restore the mapping information of your Conga robot using SCP (Secure Copy Protocol).


1. Backup Map Information

For Mac/Linux Users:

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:

For Windows Users:

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:


2. Restore Map Information

For Mac/Linux Users:

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:

For Windows Users:

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:


Notes:

Congatudo

Open source cloud replacement for Conga vacuum robots enabling local-only operation

View the Project on GitHub congatudo/Congatudo

General

Getting Started Why Congatudo? Congatudo or Valetudo Supported Robots Buying supported robots Donate to the proyect

Installation

Home Assistant installation Docker installation Standalone installation

Usage

Capabilities Overview

Companion Apps

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

Integrations

MQTT Home Assistant Node-RED openHAB

Misc

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

Development

Building and Modifying Congatudo Congatudo core concepts MQTT