rand256 / valetudo

Valetudo RE - experimental vacuum software, cloud free
Apache License 2.0
666 stars 73 forks source link

Can the original Vletudo be installe from Valetudo RE using SSH? #405

Closed 10bn closed 3 years ago

10bn commented 3 years ago

Thank you for everyone who put his effort in this project!

For exploring as well the original Vlaetudo can it be installed using SSH, without the whole mirobo process?

doemEINS commented 3 years ago

To temporarily try original Valetudo you could do the following, that worked for me to work with Valeronoi:

ssh root@192.168.1.123 /etc/init/S11valetudo stop cd /mnt/data/valetudo wget https://github.com/Hypfer/Valetudo/releases/download/2021.03.0/valetudo-armv7 mv valetudo-armv7 valetudo chmod +x valetudo ./valetudo

To experience the full potential you should of course build a complete base firmware with dustbuilder.

10bn commented 3 years ago

perfect, that was exactly my use case. Out of curiosity would it be also possible to flash the complete base firmware via ssh or is the mirobo method the only way?

doemEINS commented 3 years ago

Why wouldn't you use the integrated method in the Valetudo RE UI?

atomphil commented 3 years ago

/etc/init/S11valetudo stop

can´t find this on my Valetudo RE 0.10.5 Gen1 based on firmware version 4028

pidator commented 3 years ago

On Gen1 it's still service valetudo stop

10bn commented 3 years ago

thank you for the support.