Skip to content

Commit 02cee61

Browse files
Update lucid-install.md
1 parent 373e530 commit 02cee61

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/en/lucid-install.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ docker compose up -d
1919
If you have a slow machine, the first init can take very long
2020

2121
## Connect your car to the LucidLogger
22-
Because there is right now no wizard to guide you trough the process, you have to insert your car directly into the database.
22+
Go to admin panel / settings / MyLucid credentials or directly to:
23+
http://localhost:8888/admin/password.php
2324

24-
If you have more than one Lucid / Tesla (lucky you), you have to use the next id for the next car...
25-
Enter your username, password, VIN and region of your car (US / EN ...)
25+
Click on "New Lucid".
26+
![image](https://github.com/user-attachments/assets/d196699c-e0d8-439d-9561-52ab777a9896)
2627

27-
```
28-
docker exec teslaloggernet8-teslalogger-1 mysql -u root -pteslalogger teslalogger -hdatabase -Bse "insert into cars(id, tesla_name, tesla_password, car_type, vin, fleetAPIaddress) values (1, 'enter username', 'enter password', 'LUCID', 'enter VIN', 'US');"
29-
```
28+
Enter your MyLucid credentials and select your region.
29+
Click on Get Cars.
30+
31+
![image](https://github.com/user-attachments/assets/5a8a6c28-4640-46ef-9b91-ae58d4eec40e)
32+
33+
Select your car if you have more than one and click "Save"
3034

31-
Restart the container
32-
```
33-
restart the docker container
34-
```
3535

3636
If everything works, you should see the car in the teslalogger container logfile
3737
```

0 commit comments

Comments
 (0)