Releases: jasonacox/Powerwall-Dashboard
Releases · jasonacox/Powerwall-Dashboard
v2.8.10 - Revert Animation Auto-Scale
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
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
What's Changed
- Upgraded to pyPowerwall v0.6.2 Proxy t25 which fixes Cache-Control no-cache header and adds an option to set max-age, See https://github.com/jasonacox/pypowerwall/blob/main/proxy/RELEASE.md#proxy-t25-21-mar-2023
- Solar Only Support Development by @mcbirse in #211 and in #218 in https://github.com/jasonacox/Powerwall-Dashboard/tree/main/tools/solar-only
- Grafana Options - Base setup in grafana.env.sample will allow embedding of graphs into webpages #219 and optional removal of login requirement #221
- Tools - InfluxDB 2.x optional setup, tasks, and dashboard by @ThePnuts in #223 See https://github.com/jasonacox/Powerwall-Dashboard/tree/main/tools/influxdb2
New Contributors
Full Changelog: v2.8.7...v2.8.8
v2.8.7 - Preserve Peaks in Graphs
What's Changed
- Update Live Monitoring graph queries for Dashboard to use
max()
instead ofmean()
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
What's Changed
- Weather411 v0.2.0 - Upgrade InfluxDB Client to support InfluxDB 1.8 and 2.x by @jasonacox in #196 closes #195 re: #191 (reply in thread)
- README Improvements by @BJReplay in #192
- Ecowitt Weather v0.2.2 - Upgrade InfluxDB Client to support InfluxDB 1.8 and 2.x by @BJReplay in #200
Full Changelog: v2.8.4...v2.8.6
v2.8.4 - Custom Docker Compose Support
What's Changed
- Added support for extending docker-compose setup via
powerwall.extend.yml
by @BJReplay in #186 - Renamed
backup.sh
tobackup.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
What's Changed
- Added "Net Grid Usage" meter by @wreiske and "% Solar Powered" meter by @jasonacox in #179
- Dashboard archived and versioned in ./dashboards by @jasonacox in #181
- Added alerts CQ to copy data from "raw" 3 day retention policy to an "alerts" infinite (INF) retention policy by @mcbirse in #182
Full Changelog: v2.8.2...v2.8.3
v2.8.2 - Bug Fix Grid Voltage Data Migration
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
Full Changelog: v2.8.0...v2.8.1
v2.8.0 - Grid Voltage Upgrade
What's Changed
- Now using
ISLAND_VLxN_Main
data for Grid voltage (instead ofMETER_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
- @longzheng made their first contribution in #163
Full Changelog: v2.7.1...v2.8.0