Skip to content

Installation

mschmit edited this page Oct 26, 2022 · 1 revision

How to install

It still in early development so it's a little bit complicated:

  • Add a new rule file in your Dsnmasq to redirect all the Ecovacs urls to your local ip
address=/ecouser.net/your-local-ip-here
address=/ecovacs.com/your-local-ip-here
address=/ecovacs.net/your-local-ip-here
address=/aliyuncs.com/your-local-ip-here
  • In the backend folder make a copy of the .env.example file to .env and add you Vacuum bot id, class and ressources, and local ip .

  • In the frontend folder make a copy of the .env.example file to .env and add your local ip .

  • run docker-compose up, you should be able to access to http://localhost:4200/

  • restart your vacuum bot, it should connect to the MQTTs server and you should see something like:

alt text

Clone this wiki locally