-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.env
22 lines (19 loc) · 857 Bytes
/
example.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#eGauge parameters
EGDEV="eGauge local ip"
EGUSR="eGauge username"
EGPWD="eGauge password"
EGAUGE_GEN="eGauge generation register, i.e. gen"
EGAUGE_USE="eGauge usage register, i.e. use"
EGAUGE_CHARGER="eGauge register name for your Tesla Charger"
EGAUGE_CHARGER_SENSOR="eGauge sensor for your Tesla Charger, i.e. S6"
#Tesla Vehicle Command parameters
export TESLA_KEY_NAME='user name used to generate key, i.e. pi'
export TESLA_VIN='Tesla VIN'
export TESLA_KEY_FILE='private key location, i.e. /home/pi/.local/share/keyrings/private_key.pem'
TESLA_CONTROL_BIN='Tesla control bin location, i.e. /home/pi/go/bin/tesla-control'
#TeslaBleHttpProxy parameters (optional, enabled in config.toml)
PROXY_HOST='proxy local ip:8080'
#MQTT parameters
BROKER="local IP for your MQTT broker"
PORT="port to use, i.e. 1883"
CLIENT_ID="client ID to use, i.e. Garage_Pi"