Skip to content

Commit

Permalink
Add hybrid mode example
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Dec 31, 2024
1 parent 4525708 commit 1ffe510
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand All @@ -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 \
Expand Down

0 comments on commit 1ffe510

Please sign in to comment.