update instruction to do migration; mqtt login more verbose

This commit is contained in:
RNL
2026-02-19 10:16:17 +11:00
parent 5983d80293
commit 8ecf2864ef
2 changed files with 22 additions and 13 deletions

View File

@@ -125,7 +125,15 @@ This downloads all required software (takes a few minutes the first time).
### Step 5a: First-Time Authentication
The first time you connect, Bambu Lab requires email verification. You need to run the collector **interactively** (not in the background) so you can enter the 6-digit code:
The first time you connect, Bambu Lab requires email verification. You need to run the collector **interactively** (not in the background) so you can enter the 6-digit code.
First, set up the database:
```bash
docker compose run --rm bambu-run python standalone/manage.py migrate --noinput
```
Then run the collector (this is what triggers Bambu Lab to send the verification email):
```bash
docker compose run --rm bambu-run python standalone/manage.py bambu_collector --once