Compatibility with Cecotec conga robot vacuum?

Gracias Raúl. Funcionando perfecto.

¿Sabes si hay manera de configurar las programaciones del robot (las hechas desde la app) desde el addon?

Le hice un reset de fábrica para borrarlas y resulta que la app está dando muchos problemas y no conecta. Por lo visto le echan la culpa a las operadoras y dicen que el robot requiere una red de 2,4 GHz “no hibrida”. Evidentemente esto es provocado por la mierda de app.

Al no poder conectar la app al wifi no te deja poner los datos de conexión al robot, así que los he tenido que meter manualmente. Lo dejo por aquí por si a alguien le sirve:

  1. Rootear el robot.
  2. Acceder por ssh.
  3. Editar el archivo /etc/wifi/wpa_supplicant.conf.
  4. Añadir al final del archivo lo siguiente:
network={
        ssid="nombre_de_red"
        psk="password"
}
  1. Reiniciar el robot con el comando de consola “reboot”.
  2. Comprobar en el addon valetudo si se ha conectado el robot, si no es así, reiniciar el addon.

Thanks Raul. Working perfect.

Do you know if there is a way to configure the robot’s programming (those made from the app) from the addon?

I did a factory reset to erase them and it turns out that the app is giving many problems and does not connect. Apparently they blame the operators and say that the robot requires a “non-hybrid” 2.4GHz network. Obviously this is caused by the app shit.

Not being able to connect the app to the Wi-Fi, it does not let you enter the connection data to the robot, so I had to enter them manually. I’ll leave it here in case it helps someone:

  1. Root the robot.
  2. Access by ssh.
  3. Edit the /etc/wifi/wpa_supplicant.conf file.
  4. [u] Add [/ u] at the end of the file the following:
network={
         ssid="network_name"
         psk="password"
}
  1. Reboot the robot with the console command “reboot”.
  2. Check in the valetudo addon if the robot has been connected, if not, restart the addon.