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
Robot setup 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 Recovery root password Change schedule
Building and Modifying Congatudo Congatudo core concepts MQTT
It is needed for the robot to know wich server it has to attend so then, it should be connected to your local network and point it to the Congatudo server. This is the purpose of the following steps
First, you need to have your robot connected througth your wifi to get shell access. If you already have it, you can jumpthis section, otherwise, you can use the agnoc tool form your computer to establish the connection.
$> npm install -g @agnoc/cli
$> agnoc wlan <wifissid> <pass>
⚠️ If you need to reset or recover the root password, refer to the root password recovery guide.
Open an SSH connection to your Conga. Replace 192.168.x.x
with your Conga’s actual IP address:
⚠️ Important: Since OpenSSH 8.8 (released October 2021), the
ssh-rsa
algorithm is disabled by default due to security concerns. To connect to older robots that requiressh-rsa
, you must explicitly enable it using the options below. Be aware that this method is less secure and should only be used if necessary.
$> ssh -oHostKeyAlgorithms=+ssh-rsa -oPubkeyAcceptedAlgorithms=+ssh-rsa [email protected]
and when you get the login prompt, type root
and then the password depending on your model:
Now you need to choose how to install Congatudo on your server. You can use one of the following methods:
Follow the link for your preferred method to continue with the installation.
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
Robot setup 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 Recovery root password Change schedule
Building and Modifying Congatudo Congatudo core concepts MQTT