From 1edec5c00f35bf1039e2dff863e742620c354342 Mon Sep 17 00:00:00 2001 From: Jason Cox Date: Sun, 1 Sep 2024 18:58:02 -0700 Subject: [PATCH] t64 --- proxy/RELEASE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/proxy/RELEASE.md b/proxy/RELEASE.md index e7d0d50..51d6597 100644 --- a/proxy/RELEASE.md +++ b/proxy/RELEASE.md @@ -1,5 +1,15 @@ ## pyPowerwall Proxy Release Notes +### Proxy t64 (1 Sep 2024) + +* Add PW3 features for pypowerwall v0.11.0 + +Updated APIs with PW3 payloads: +* http://localhost:8675/vitals +* http://localhost:8675/help (pw3 flag True/False) +* http://localhost:8675/tedapi/components +* http://localhost:8675/tedapi/battery + ### Proxy t63 (15 Jun 2024) * Address pyLint code cleanup and minor command mode fixes.