Releases: jasonacox/Powerwall-Dashboard
Releases · jasonacox/Powerwall-Dashboard
v2.6.4 - Upgrade Fix
What's Changed
- Upgrade issue identified in #85 that keeps files from updating (upgrade fails). New method will stash and rebase all but non-tracked files (e.g.
grafana.env
andpypowerwall.env
local config files).
Full Changelog: v2.6.3...v2.6.4
v2.6.3 - Dashboard Updates
What's Changed
- Converts the "Energy Usage" graph to a new Grafana 9 time series graph - dashboard.json by @youzer-name in #86
- Add timezone to telegraf so tags are localized by @mcbirse in #81
- Fix bug in yesoreyeram-boomtable-panel that causes random "No data" errors in table. This uses the v1.5.0-alpha.3 boomtable by @yesoreyeram. #49
- Fix dashboard.json bugs and update the rest of dashboard-*.json files for Grafana v9.
New Contributors
- @youzer-name made their first contribution in #86
Full Changelog: v2.6.0...v2.6.3
v2.6.0 - Grafana v9.1.2 Upgrade
What's Changed
- Update dashboards and setup to use Grafana v9.1.2 by @techlover1 in #73
- Bug fix missing space in
weather.sh
by @mcbirse in #72 - Fix
upgrade.sh
to prevent sudo/root from running this script. #42
New Contributors
- @techlover1 made their first contribution in #73
Full Changelog: v2.5.0...v2.6.0
v2.5.0 - Local Weather Data
What's Changed
- Adds local weather data from OpenWeatherMap.org using the jasonacox/weather411 container (see #42 #51) by @jasonacox in #71
- Remove dew_point from API service of Weather411 by @mcbirse in #66
- Fix rain and snow values not being retrieved by @mcbirse in #69
Full Changelog: v2.4.5...v2.5.0
v2.4.5 - pyPowerwall v0.6.0
v2.4.4 - Dashboard Updates
What's Changed
- Fixed Current State panel so it is not affected by different time range selections, and "No Data" issue by @mcbirse in #50
- Made the power flow animation dashboard the default (dashboard.json). Original dashboard is still available as dashboard-no-animation.json.
New Contributors
Full Changelog: v2.4.3...v2.4.4
v2.4.3 - Setup and Upgrade Fixes
What's Changed
- Externalize Grafana environment settings into
grafana.env
to allow for additional customizations. - Update and fixes to
setup.sh
andupgrade.sh
.
Full Changelog: v2.3.0...v2.4.3
v2.3.0 - Bug Fixes and Upgrade Enhancements
What's Changed
- Fix pypowerwall.env format and timezone bug in setup #23
- Add check in setup.sh to ensure not running as root/sudo.
- Added self-upgrade feature to
upgrade.sh
withset -e
to stop on errors #45 - Added VERSION tracking to help with upgrades (
upgrade.sh
andsetup.sh
).
Full Changelog: v2.2.0...v2.3.0
v2.2.0 - Power Flow Animation
What's Changed
- Added new Grafana dashboard and panel for iFrame for pyPowerwall Proxy passthrough Power Flow Animation - see dashboard-animation.json.
- Fixed Timezone management for
tz.sh
,setup.sh
andupgrade.sh
for easier repeat setup and upgrades. #23
New Contributors
- @danisla contributed pyPowerwall Proxy web passthrough feature for iFrames (jasonacox/pypowerwall#14)
Full Changelog: v2.1.0...v2.2.0
v2.1.0 - Backup Switch and Upgrade Support
What's Changed
- Added InfluxDB downsampling and Grafana dashboard graphs for Backup Switch (TEMSA) voltages.
- Changes to allow a smooth upgrade experience. by @nhasan in #19
- Remove code duplication. Fix logic inversion error. by @nhasan in #20
New Contributors
Full Changelog: v2.0.0...v2.1.0