Skip to content

Releases: jasonacox/Powerwall-Dashboard

v2.8.10 - Revert Animation Auto-Scale

02 Apr 15:51
Compare
Choose a tag to compare

What's Changed

  • Problem with scaling causing scrollbar and clipping reported and reproducible on Windows 11 as raised in #216
  • Few fixes and moved to grafana variables use instead of grafana.ini by @ThePnuts in #233

Full Changelog: v2.8.9...v2.8.10

v2.8.9 - Animation Auto-Scale

01 Apr 17:53
Compare
Choose a tag to compare

What's Changed

  • Solar Only Support Development - Fix timezone for solar only sites using an offset by @mcbirse in #226
  • Add code to power flow animation dashboard panel to auto-scale based on window size by @dkerr64 in #216 and PR by @jasonacox #228
  • Tools - InfluxDB 2.x updates to instructions and dashboard by @ThePnuts in #232

Full Changelog: v2.8.8...v2.8.9

v2.8.8 - pyPowerwall Cache-Control

23 Mar 04:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.7...v2.8.8

v2.8.7 - Preserve Peaks in Graphs

11 Mar 22:11
a7f577c
Compare
Choose a tag to compare

What's Changed

  • Update Live Monitoring graph queries for Dashboard to use max() instead of mean() for Solar, Home, Grid and Powerwall to preserve peaks across all time filters as raised in #203
  • Add support for Solar Only Tesla energy sites to tesla-history script by @mcbirse in #204
  • Change graph queries from mean() to max() by @jasonacox in #205
  • Updated to use timezone from calendar history data by @mcbirse in #206
  • Update pyPowerwall proxy service to v0.6.1 Proxy t24 (see https://github.com/jasonacox/pypowerwall/releases/tag/v0.6.1)

Full Changelog: v2.8.6...v2.8.7

v2.8.6 - Weather Updates

03 Mar 07:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.4...v2.8.6

v2.8.4 - Custom Docker Compose Support

20 Feb 17:26
Compare
Choose a tag to compare

What's Changed

  • Added support for extending docker-compose setup via powerwall.extend.yml by @BJReplay in #186
  • Renamed backup.sh to backup.sh.sample to allow local settings changes without impacting upgrade by @BJReplay in #186

Full Changelog: v2.8.3...v2.8.4

v2.8.3 - Dashboard Meters & Alerts Updates

19 Feb 23:35
3252601
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.2...v2.8.3

v2.8.2 - Bug Fix Grid Voltage Data Migration

11 Feb 16:08
Compare
Choose a tag to compare

What's Changed

  • Grid Voltage Upgrade Fix - This will fix the run-once script so tags are also copied with historic data by @mcbirse in #177

Note: For anyone that already upgraded to 2.8.0 or 2.8.1, there is an option to fix the untagged data by running the Fix Month Tags Tool. Thanks to @mcbirse for spotting this issue, submitting the fix and the fixmonthtags tool!

Full Changelog: v2.8.1...v2.8.2

v2.8.1 - Backup Reserve

09 Feb 07:01
Compare
Choose a tag to compare
  • Add Powerwall backup reserve setting (%) to Energy Usage graph thanks to @mp09 in #174

Full Changelog: v2.8.0...v2.8.1

v2.8.0 - Grid Voltage Upgrade

03 Feb 06:54
Compare
Choose a tag to compare

What's Changed

  • Now using ISLAND_VLxN_Main data for Grid voltage (instead of METER_x_VLxN) as this appears to be more common across systems. Upgrade script executes a run-once query to copy historic data over. #167
  • Added logic to Voltage panel to sum Powerwall L1 and L2 voltages for 230V grid users thanks to @longzheng in #165
  • Change frequency panel to 3 decimal places by @longzheng in #163
  • Update README.md by @BJReplay in #168

New Contributors

Full Changelog: v2.7.1...v2.8.0