Open source cloud replacement for Conga vacuum robots enabling local-only operation
View the Project on GitHub congatudo/Congatudo
Getting Started Why Congatudo? Supported Robots Capabilities Overview 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 Add SSH Key
Building and Modifying Congatudo Congatudo core concepts MQTT
Conga 4090 is able to talk instead of just beep to us, so here it is a guide to get it
At writing time, we just test in 4090 conga model, in other model some people already experimented some trouble. Please, do it just if you know what are you doing.
It is a good practice to do a back up if all the files we are going to handle, so:
ssh root@<Conga IP>
root@TinaLinux:~# cd /mnt/UDISK/config
root@TinaLinux:~# cp device_config.ini device_config.ini_bak
root@TinaLinux:~# vi device_config.ini
Editing with vi is not easy to explain in just a few words, but the basics for this exampel could be:
Insert
buttonEsc
and then :wq
to save and exit root@TinaLinux:~# /etc/init.d/robotManager stop
root@TinaLinux:~# kill -9 $(pidof Monitor)
root@TinaLinux:~# kill -9 $(pidof RobotApp)
root@TinaLinux:~# kill -9 $(pidof log-server)
root@TinaLinux:~# kill -9 $(pidof everest-server)
root@TinaLinux:~# kill -9 $(pidof AuxCtrl)
root@TinaLinux:~# /etc/init.d/robotManager start
You can change the language to Spanish by replacing the English audio files in the /usr/share/audio/english
folder. Before making any changes, please make a backup copy. You can download and use these audios or generate your own.
By default the robot will speak in english, but it is able to “magically learn” mandarin just editing the property sound_type
from 2 to 1 in the same file device_config.ini
This steps should be similar in all the 3XXX and 4XXX robots but, as you may think, it depends on how works Robotapp in those models.
If you want to try for the model 3090, you need to update deviceFirmsID=1003
to 1002
in both files:
Open source cloud replacement for Conga vacuum robots enabling local-only operation
View the Project on GitHub congatudo/Congatudo
Getting Started Why Congatudo? Supported Robots Capabilities Overview 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 Add SSH Key
Building and Modifying Congatudo Congatudo core concepts MQTT