Skip to content

Commit

Permalink
Update README.md with updated PW3 instructions
Browse files Browse the repository at this point in the history
Added additional information from issue jasonacox#492
  • Loading branch information
pavandave authored Jun 20, 2024
1 parent 3a35b53 commit aec9325
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,27 @@ route -p add 192.168.91.1 mask 255.255.255.255 192.168.0.100

#### Powerwall 3 Mode (beta)

If you have access to the Powerwall Gateway (see local mode Extended Device Vitals Metrics note above), you can select option 4 to activate Powerwall 3 mode. All data will be pulled from the local Gateway TEDAPI endpoint.
If you have access to the Powerwall Gateway (see local mode Extended Device Vitals Metrics note above), you can select option 4 to activate Powerwall 3 mode. All data will be pulled from the local Gateway TEDAPI endpoint.

Before running ./setup.sh Perform the following steps:
* copy of pypowerwall.env.sample and rename it pypowerwall.env
* Update file contents to include PW_GW_PWD paratmeter the value being your Tesla Powerwall3 wifi password.
* Update PW_EMAIL and PW_PASSWORD to be empty.
* Save and run ./setups.sh

Example of a working env file for Powerwall 3:

```
PW_EMAIL=
PW_PASSWORD=
PW_HOST=192.168.91.1
PW_TIMEZONE=America/Los_Angeles
TZ=America/Los_Angeles
PW_DEBUG=no
PW_STYLE=grafana-dark
PW_GW_PWD=<YOUR_PW3_PASSWORD>
```


### Cloud and FleetAPI Mode

Expand Down

0 comments on commit aec9325

Please sign in to comment.