-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (21 loc) · 918 Bytes
/
Copy path.env.example
File metadata and controls
29 lines (21 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copy this file to .env and update with your values
# REQUIRED: Your TAK server IP address
TAK_SERVER=192.168.1.100
# REQUIRED: Your Tesla account email
TESLA_USERNAME=your@email.com
# Optional: TAK server port (default: 8085)
TAK_PORT=8085
# Optional: Seconds between Tesla API queries (default: 10, minimum: 10)
API_LOOP_DELAY=10
# Optional: Enable dead reckoning for smooth 1Hz updates (default: True)
DEAD_RECKONING_ENABLED=True
# Optional: Seconds between dead reckoning updates (default: 1)
DEAD_RECKONING_DELAY=1
# Optional: Save all Tesla API responses for debugging (default: False)
DEBUG_MODE=False
# Optional: Filter vehicles to track (default: empty = track all)
# Examples:
# VEHICLE_FILTER=Model Y,Cybertruck # Track by display name
# VEHICLE_FILTER=5YJ3E1EA8NF000000 # Track by VIN
# VEHICLE_FILTER=Model Y,5YJ3E1EA8NF000001 # Mix names and VINs
VEHICLE_FILTER=