Closed DidibabaQiu closed 1 year ago
Hi, sorry it's not well documented. Fortunately it's pretty simple to achieve:
dns-mask
config, your local ip in the .env
in the frontend and backend folders, etc.docker-compose up
.Client Connected: YOUR-BOT-ID@YOUR-BOT-CLASS/YOUR-BOT-RESOURCE, to broker SOME-RANDOM-UUID
now you can get these three values, copy them in the .env
and restart the app (docker-compose restart
), no need to restart the bot.
Hi, sorry it's not well documented. Fortunately it's pretty simple to achieve:
- Follow any other steps of the tutorial (https://github.com/m8schmit/ecovacs-stack#how-to-install), the
dns-mask
config, your local ip in the.env
in the frontend and backend folders, etc.- Then start the app with
docker-compose up
.- Once everything seems good and ready, start your bot.
- It should connected to the local server and you should see a log looking like:
Client Connected: YOUR-BOT-ID@YOUR-BOT-CLASS/YOUR-BOT-RESOURCE, to broker SOME-RANDOM-UUID
now you can get these three values, copy them in the
.env
and restart the app (docker-compose restart
), no need to restart the bot.
Thank you very much for your guidance, I will try again
@DidibabaQiu did you manage to get your bot infos and use the app?
Hi,
I'm having the same issue getting my bot_id, class and resource variables. The bot does not seem to auto connect, I have been turning the bot off fully and turning it on again. When I start a clean it still does not connect to the local server.
I've attached a screenshot of what our running environment looks like:
Hi @m8schmit
Client Connected: YOUR-BOT-ID@YOUR-BOT-CLASS/YOUR-BOT-RESOURCE, to broker SOME-RANDOM-UUID
I cant find that. Could you help me get id, class and resource? I have built your docker but the message like this
Dear sir,
could you please teach me how to get my deebot BOTID, BOTCLASS, and RESOURCE? i open my ECOVACS APP but cannot find them.