Skip to content

Commit

Permalink
1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Feb 7, 2020
1 parent 91f6a8f commit b13ade0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## [1.16.0-dev]
## [1.16.0] - 2020-02-07

### Enhancements

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions docs/import/teslafi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)._
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit b13ade0

Please sign in to comment.