Releases: jasonacox/Powerwall-Dashboard
Releases · jasonacox/Powerwall-Dashboard
v4.5.5 - Hotfix
What's Changed
- Hotfix v4.5.5 by @jasonacox in #538
- Fix bug introduced in /issues/535 as reported in #537 by @wagisdev
Full Changelog: v4.5.4...v4.5.5
v4.5.4 - Misc Bug Fixes
What's Changed
- Fix two spelling mistakes in upgrade script by @wreiske in #521
- Fix PW3 Strings E+F metrics by @jplewis2 in #528
- k3s/kubernettes install by @cfoos in #525
- Fix bug in setup.sh for MacOS hosts #534 by @jasonacox in #535
New Contributors
- @wreiske made their first contribution in #521
- @jplewis2 made their first contribution in #528
- @cfoos made their first contribution in #525
Full Changelog: v4.5.3...v4.5.4
v4.5.3 - TEDAPI Route Tool
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 beforesetup.sh
to allow extended data local mode for PW3 and PW2/+ systems. Existing users can also run this to set the route and re-runsetup.sh
to select the extended local mode.
New Contributors
- @SCHibbard made their first contribution in #520
Full Changelog: v4.5.2...v4.5.3
v4.5.2 - PW3 and FleetAPI Fixes
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
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
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
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.
Full Changelog: v4.4.5...v4.4.6
v4.4.5 - PW3 Updates
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 usefull
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
- @pavandave made their first contribution in #493
Full Changelog: v4.4.4...v4.4.5
v4.4.4 - Bug Fixes
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
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 andalerts()
where data gap from tedapi resulted in anull
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.
- Fix for TEDAPI "full" (e.g. Powerwall 3) mode, including
Full Changelog: v4.4.2...v4.4.3