Skip to content

Releases: jasonacox/Powerwall-Dashboard

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

v4.4.4 - Bug Fixes

07 Jul 04:47
3a35b53
Compare
Choose a tag to compare

What's Changed

  • Bug Fixes by @jasonacox in #489
  • Fix setup.sh gateway detection logic to better work on Synology and other host without user ping commands as raised by @zcpnate in #488
  • Update to pypowerwall 0.10.6: pyLint code optimization, fix timeout logic for TEDAPI and FleetAPI modes, fix battery backup reserve level scaling for TEDPAI mode, fix grid status bug in FleetAPI mode and fix control mode error in proxy.

Full Changelog: v4.4.3...v4.4.4

v4.4.3 - Minor Fixes

15 Jun 06:18
c2ad9ae
Compare
Choose a tag to compare

What's Changed

  • Update to Latest pyPowerwall to 0.10.5 by @jasonacox in #487

    • Fix for TEDAPI "full" (e.g. Powerwall 3) mode, including grid_status bug resulting in false reports of grid status, level() bug where data gap resulted in 0% state of charge and alerts() where data gap from tedapi resulted in a null alert.
    • Add TEDAPI API call locking to limit load caused by concurrent polling. This should provide greater stability.
    • Proxy - Add battery full_pack and remaining energy data to /pod API call for all cases.

Full Changelog: v4.4.2...v4.4.3

v4.4.2 - Powerwall 3 Local Support

11 Jun 07:07
Compare
Choose a tag to compare

What's Changed

  • Add Powerwall 3 Local Support by @jasonacox in #483
  • Update to pypowerwall v0.10.4 to add support for Powerwall 3 using local Gateway only.
  • Setup script adjusted to provide Powerwall 3 local mode setup option.

Full Changelog: v4.4.1...v4.4.2

v4.4.1 - FleetAPI Hotfix

09 Jun 04:41
9f2f055
Compare
Choose a tag to compare

What's Changed

  • FleetAPI Hotfix by @jasonacox in #482
  • Update to pypowerwall v0.10.2 to fix FleetAPI setup bug as raised in jasonacox/pypowerwall#98.
  • Update setup.sh to add optional command line switch -f for standalone FleetAPI mode setup.

Full Changelog: v4.4.0...v4.4.1