From 57fd8ea439b669a5a3fd163a942eed58f06cb446 Mon Sep 17 00:00:00 2001 From: "Jason A. Cox" Date: Mon, 16 Jan 2023 10:06:28 -0800 Subject: [PATCH] v2.7.0 release #145 #149 #158 --- RELEASE.md | 7 +++++++ VERSION | 2 +- upgrade.sh | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index fd8f87c3..48da88e2 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,12 @@ # RELEASE NOTES +## v2.7.0 - PyPowerwall t24 and Ecowitt Weather Support + +* [[Ecowitt Weather](https://github.com/jasonacox/Powerwall-Dashboard/tree/main/weather/contrib/ecowitt#ecowitt-local-weather-server)] Added Ecowitt local weather station data import service and dashboard by @BJReplay in https://github.com/jasonacox/Powerwall-Dashboard/pull/150 https://github.com/jasonacox/Powerwall-Dashboard/pull/151 https://github.com/jasonacox/Powerwall-Dashboard/pull/153 https://github.com/jasonacox/Powerwall-Dashboard/pull/157 +* [[Tesla History Tool](https://github.com/jasonacox/Powerwall-Dashboard/tree/main/tools/tesla-history#tesla-history-import-tool)] Revise error handling of SITE_DATA request by @mcbirse in https://github.com/jasonacox/Powerwall-Dashboard/pull/156 +* [[Ecowitt Weather History Tool](https://github.com/jasonacox/Powerwall-Dashboard/tree/main/tools/ecowitt-weather-history#ecowitt-weather-history-import-tool)] Added Ecowitt Weather History Tool by @BJReplay in https://github.com/jasonacox/Powerwall-Dashboard/pull/159 +* [[pyPowerwall Proxy](https://github.com/jasonacox/pypowerwall/tree/main/proxy#pypowerwall-proxy-server)] Upgraded to pyPowerwall Proxy t24 which moves to Python 3.10 and adds /alerts/pw for easier alert history tracking by @DerickJohnson in https://github.com/jasonacox/pypowerwall/pull/26 + ## v2.6.7 - History Tools and Powerwall Firmware Version * Add Powerwall Firmware version to Power-Flow animation. #112 diff --git a/VERSION b/VERSION index e261122d..24ba9a38 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.7 +2.7.0 diff --git a/upgrade.sh b/upgrade.sh index df1633c6..36220991 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -4,7 +4,7 @@ set -e # Set Globals -VERSION="2.6.7" +VERSION="2.7.0" CURRENT="Unknown" COMPOSE_ENV_FILE="compose.env" TELEGRAF_LOCAL="telegraf.local"