Skip to content

Releases: jasonacox/Powerwall-Dashboard

v4.6.1 - pyPowerwall Updates

03 Feb 00:53
9fa36ba
Compare
Choose a tag to compare

What's Changed

Updates to using pypowerwall v0.12.4 t68 which includes:

New Contributors

Full Changelog: v.4.6.0...v4.6.1

v4.6.0 - Powerwall Temps

29 Nov 23:59
49f9b98
Compare
Choose a tag to compare

What's Changed

  • Powerwall Temps support by @jasonacox in #549
  • Updates to pypowerwall proxy v0.12.0 t66 (jasonacox/pypowerwall#114) which supports a new TEDAPI call to gather vitals that includes Powerwall Temps.
  • Updates telegraf.conf to read Dashboard VERSION using ver.sh.
  • Updates dashboard.json to include Powerwall Temps and current Dashboard Version.
  • Add support for pypowerwall environmental variable PW_NEG_SOLAR to allow users to zero out negative values (see pypowerwall.env.example)
  • Update k3sdashboard.json by @cfoos in #531

Example Powerwall Temps Panel

image

Credit to @ygelfand (and go-powerwall proxy) for Powerwall temp payload discovery as reported in #392 (comment)

Full Changelog: v4.5.5...v.4.6.0

v4.5.5 - Hotfix

14 Oct 06:03
ef2da45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.5.4...v4.5.5

v4.5.4 - Misc Bug Fixes

13 Oct 18:05
7881ffa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.3...v4.5.4

v4.5.3 - TEDAPI Route Tool

16 Sep 03:34
2aa7118
Compare
Choose a tag to compare

What's Changed

  • New add_route.sh tool to add persistent TEDAPI network routing by @SCHibbard in #520
  • Users can run add_route.sh to create a persistent route to the Powerwall TEDAPI endpoint. This can run before setup.sh to allow extended data local mode for PW3 and PW2/+ systems. Existing users can also run this to set the route and re-run setup.sh to select the extended local mode.

New Contributors

Full Changelog: v4.5.2...v4.5.3

v4.5.2 - PW3 and FleetAPI Fixes

07 Sep 23:54
Compare
Choose a tag to compare

What's Changed

  • Updates pyPowerwall to v0.11.1 to fix a PW3 bug in TEDAPI and a site ID bug in FleetAPI.
  • Fix bug in verify.sh reporting TEDAPI vitals capabilities incorrectly as identified by @SCHibbard in #515 and #516
  • Update gitattributes to force .env files to have LF line ending by @longzheng in #511.

Full Changelog: v4.5.1...v4.5.2

v4.5.1 - Powerwall 3 Metrics

02 Sep 04:24
Compare
Choose a tag to compare

What's Changed

  • Add Powerwall 3 Metrics by @jasonacox in #513
  • Updates pyPowerwall to v0.11.0 to include PW3 Vitals: string data, capacity, voltages, frequencies, and alerts.
  • Updates InfluxDB CQs to include Strings E-F and expands support for up to 6 Inverters (sets of Strings)

Full Changelog: v4.5.0...v4.5.1

v4.5.0 - Auto Provision Datasources

01 Sep 15:43
Compare
Choose a tag to compare

What's Changed

  • Setup: Automatically set up the InfluxDB and Sun-and-Moon data sources in Grafana by @longzheng in #512
  • This adds an "(auto provisioned)" suffix to the data source name to prevent breaking exiting installations and to allow custom configurations.
  • Setup now attempts to automatically detect latitude and longitude for Sun-and-Moon and Weather setup.

Full Changelog: v4.4.6...v4.5.0

v4.4.6 - Add Voltage and Current

21 Jul 23:39
94a5afd
Compare
Choose a tag to compare

What's Changed

  • Add panel for system current and voltages (solar, home, grid and powerwall). Includes continuous queries and dashboard.json update, by @jasonacox in #503 as raised in #109 (reply in thread).
  • Add data points for system current and voltages (solar, home, grid and powerwall).
  • Includes continuous queries and dashboard.json updates.
  • Upgrades pypowerwall proxy to v0.10.9 to include TEDAPI mode patch that adds computed voltage and current to aggregates (jasonacox/pypowerwall#107) for PW3 or TEDAPI only (full) mode. Note: This mode only includes current data for grid.
image

Full Changelog: v4.4.5...v4.4.6

v4.4.5 - PW3 Updates

07 Jul 05:05
dab9b28
Compare
Choose a tag to compare

What's Changed

  • Update README.md with updated PW3 instructions by @pavandave in #493
  • Powerwall 3 Setup Help - If local setup is selected, it will work with the Powerwall 3 but will produce errors in pypowerwall and not have the complete data. This updates setup.sh so ensure Powerwall 3 setups use full TEDAPI mode for local access. Raised by @pavandave in #492.
  • Add check in setup.sh script to ensure user has permission to write to the current directory. Raised in #494.
  • Update to latest pypowerwall, updates TEDAPI with new function to provide correct Powerwall firmware version. Discovered by @geptto in jasonacox/pypowerwall#97. This function has been integrated into pypowerwall existing APIs and proxy features used by the Dashboard.

New Contributors

Full Changelog: v4.4.4...v4.4.5