From 1ffe5109f0b74af6b2e8e4515de4086e59f9d670 Mon Sep 17 00:00:00 2001 From: Jason Cox Date: Mon, 30 Dec 2024 21:27:17 -0800 Subject: [PATCH] Add hybrid mode example --- proxy/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/proxy/README.md b/proxy/README.md index dafcc7e..06751f8 100644 --- a/proxy/README.md +++ b/proxy/README.md @@ -32,7 +32,7 @@ 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 \ @@ -40,6 +40,7 @@ This pyPowerwall Caching Proxy handles authentication to the Powerwall Gateway a -e PW_PASSWORD='password' \ -e PW_EMAIL='email@example.com' \ -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 \