-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,14 +32,15 @@ This pyPowerwall Caching Proxy handles authentication to the Powerwall Gateway a | |
--restart unless-stopped \ | ||
jasonacox/pypowerwall | ||
|
||
# Local Access (Depreciated) - Basic Metrics for PW2 and Pw+ systems (does not work for PW3) | ||
# Local Access (Legacy) - Basic Metrics for PW2 and Pw+ systems (does not work for PW3) | ||
docker run \ | ||
-d \ | ||
-p 8675:8675 \ | ||
-e PW_PORT='8675' \ | ||
-e PW_PASSWORD='password' \ | ||
-e PW_EMAIL='[email protected]' \ | ||
-e PW_HOST='LAN_IP_of_Powerwall_Gateway' \ | ||
-e PW_GW_PWD='Optional_GW_Password_for_TEDAPI_hybrid_mode' \ | ||
-e PW_TIMEZONE='America/Los_Angeles' \ | ||
-e TZ='America/Los_Angeles' \ | ||
-e PW_CACHE_EXPIRE='5' \ | ||
|
@@ -50,6 +51,8 @@ This pyPowerwall Caching Proxy handles authentication to the Powerwall Gateway a | |
--restart unless-stopped \ | ||
jasonacox/pypowerwall | ||
|
||
# Note for TEDAPI hybrid mode PW_HOST must be set to 192.168.91.1 | ||
|
||
# Cloud Mode Setup - Basic Metrics for all Powerwall and Solar Only Systems | ||
docker run \ | ||
-d \ | ||
|