From b13ade0cacfe8fcc67cc6bab73e3404f4f5fac22 Mon Sep 17 00:00:00 2001 From: Adrian Kumpf Date: Fri, 7 Feb 2020 14:04:34 +0100 Subject: [PATCH] 1.16.0 --- CHANGELOG.md | 5 +++-- README.md | 2 +- docs/import/teslafi.md | 12 ++++++------ mix.exs | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1f3638988..20cf3471dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## [1.16.0-dev] +## [1.16.0] - 2020-02-07 ### Enhancements @@ -758,7 +758,8 @@ New users need to sign in via the web interface. ## [1.0.0] - 2019-07-25 -[unreleased]: https://github.com/adriankumpf/teslamate/compare/v1.15.1...HEAD +[unreleased]: https://github.com/adriankumpf/teslamate/compare/v1.16.0...HEAD +[1.16.0]: https://github.com/adriankumpf/teslamate/compare/v1.15.1...v1.16.0 [1.15.1]: https://github.com/adriankumpf/teslamate/compare/v1.15.0...v1.15.1 [1.15.0]: https://github.com/adriankumpf/teslamate/compare/v1.14.3...v1.15.0 [1.14.3]: https://github.com/adriankumpf/teslamate/compare/v1.14.2...v1.14.3 diff --git a/README.md b/README.md index e11a957032..45060cf9a7 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The full TeslaMate documentation is available on [Read the Docs](https://teslama - [Advanced Docker install](https://teslamate.readthedocs.io/en/latest/installation/docker_advanced.html) (Traefik, Let's Encrypt, HTTPS, HTTP Basic Auth) - [Advanced Docker install](https://teslamate.readthedocs.io/en/latest/installation/docker_advanced_apache.html) (Apache2, HTTPS, HTTP Basic Auth) - [Manual install](https://teslamate.readthedocs.io/en/latest/installation/debian.html) (on Debian/Ubuntu without Docker) - - [Kubernetes install](https://hub.helm.sh/charts/billimek/teslamate) (opinionated helm chart) + - [Kubernetes install](https://hub.helm.sh/charts/billimek/teslamate) (opinionated helm chart; unofficial) - [Upgrading to a new version](https://teslamate.readthedocs.io/en/latest/upgrading.html) - [Frequently Asked Questions](https://teslamate.readthedocs.io/en/latest/faq.html) - Sleep Mode diff --git a/docs/import/teslafi.md b/docs/import/teslafi.md index e3346f0b21..36fe37b767 100644 --- a/docs/import/teslafi.md +++ b/docs/import/teslafi.md @@ -2,9 +2,9 @@ ## Requirements -- **CREATE A [BACKUP](../maintenance/backup_restore.html) OF YOUR DATA!** +- **CREATE A [BACKUP](../maintenance/backup_restore.html) OF YOUR DATA‼️** -- If you have been using TeslaMate prior to the release of version 1.16, the [docker-compose.yml](../installation/docker.html) needs to be updated. Add the following volume mapping to the `teslamate` service: +- If you have been using TeslaMate since before the 1.16 release, the [docker-compose.yml](../installation/docker.html) needs to be updated. Add the following volume mapping to the `teslamate` service: ```YAML services: @@ -14,15 +14,15 @@ - ./import:/opt/app/import ``` -- Export your TeslaFi data as CSV by month: `Settings -> Account -> "Download TeslaFi Data"` +- Export your TeslaFi data as CSV by month: `Settings -> Account -> Download TeslaFi Data` ## Instructions 1. Copy the exported CSV files into a **directory named `import`\*** next to the _docker-compose.yml_ 2. **Restart** the teslamate service and open the TeslaMate admin interface. Now the import form should be displayed instead of the vehicle summary. 3. Since the raw data is in the local timezone (assigned by the home address in the TeslaFi settings page) you need to **select your local timezone**. Then start the import. -4. On low-end hardware like the Raspberry Pi the import may take multiple hours, depending on the amount of data. If there is an overlap between the already existing TeslaMate and TeslaFi data, only the data prior to the first TeslaMate data will be imported. After the import is complete, remove or **empty the `import` directory** and **restart** the `teslamate` service. +4. On low-end hardware like the Raspberry Pi, importing a large data set spanning several years will take a couple of hours. If there is an overlap between the already existing TeslaMate and TeslaFi data, only the data prior to the first TeslaMate data will be imported. After the import is complete, remove or **empty the `import` directory** and **restart** the `teslamate` service. -Since the exported CSV files do not contain addresses, they are added automatically afterwards. So please note that not all addresses are visible immediately after the import/restarting. Depending on the amount of data imported, it may take a while before they appear. The same applies to elevation data. +Since the exported CSV files do not contain addresses, they are added automatically during and after the import. So please note that not all addresses are visible immediately after the import/restarting. Depending on the amount of data imported, it may take a while before they appear. The same applies to elevation data. -_\* The path of the import directory can be customized via the [`IMPORT_DIR` environment variable](../configuration/environment_variables.html)._ +_\*The path of the import directory can be customized via the [`IMPORT_DIR` environment variable](../configuration/environment_variables.html)._ diff --git a/mix.exs b/mix.exs index d72253d0e1..3656b77c23 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule TeslaMate.MixProject do def project do [ app: :teslamate, - version: "1.16.0-dev", + version: "1.16.0", elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),