From aec93252ca279db0ebb0e5559e0efda9cfde6bd8 Mon Sep 17 00:00:00 2001 From: Pavan <45403213+pavandave@users.noreply.github.com> Date: Thu, 20 Jun 2024 08:53:28 -0500 Subject: [PATCH] Update README.md with updated PW3 instructions Added additional information from issue #492 --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2cb8c0c..7c7a130d 100644 --- a/README.md +++ b/README.md @@ -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= +``` + ### Cloud and FleetAPI Mode