Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Jun 8, 2024
1 parent 4c9b619 commit 994e870
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ The dashboard can be installed in two different configurations.
-----------------------------------------
Select configuration mode:

1 - Local Access (Powerwall 1, 2, or + using the Tesla Gateway on LAN) - Default
2 - Tesla Cloud (Solar-only systems or Powerwalls without LAN access)
1 - Local Access (Powerwall 1, 2, or + using the Tesla Gateway on LAN) - Default
2 - Tesla Cloud (Solar-only systems or Powerwalls without LAN access)
3 - FleetAPI Cloud (Powerwall systems using Official Telsa API)
```

For Powerwall 1, 2 or + owners with a Tesla Energy Gateway accessible on their LAN, select `option 1` (Local Access).
For Tesla Solar owners or Powerwalls without LAN access, select `option 2` (Tesla Cloud) and the dashboard will be installed to pull the data available from the Tesla Cloud API. This mode works for [Solar Only](tools/solar-only/) and Powerwall 3 owners, but will not provide all the details or fidelity that the "Local Access" mode offers.
For Tesla Solar owners or Powerwalls without LAN access, select `option 2` (Tesla Cloud) or `option 3` (FleetAPI) and the dashboard will be installed to pull the data available from the Tesla Cloud API. This mode works for [Solar Only](tools/solar-only/) and Powerwall 3 owners, but will not provide all the details or fidelity that the "Local Access" mode offers.
Next, you will then be asked for your Local *timezone*, and your Powerwall details or Tesla Cloud login details. To find your timezone, see the second column in this table: [https://en.wikipedia.org/wiki/List_of_tz_database_time_zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)
Expand Down
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ if [ ! -f ${PW_ENV_FILE} ]; then
if [[ "$response" =~ ^([nN][oO]|[nN])$ ]]; then
IP=""
else
echo ""
echo "Congratulations!"
echo "Extended Device Metrics (vitals) are available on this endpoint via TEDAPI."
echo "However, you will need the Gateway password to access them."
Expand Down

0 comments on commit 994e870

Please sign in to comment.