Commit Graph

124 Commits

Author SHA1 Message Date
Tobias Lindberg
6050dc53f3 postgres to alpine and runs on to latest ubuntu (#1576)
* using ubuntu-latest instead of ubuntu-18.04

* appending -alpine to postgres

on workflow and in documentations

* Revert "using ubuntu-latest instead of ubuntu-18.04"

This reverts commit 7f84b1c99a.

Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
2021-05-02 13:55:34 +02:00
Martin Nadvornik
b60bf5e6bb add drive state battery power to published mqtt topics (#1504) 2021-04-26 11:36:59 +02:00
Adrian Kumpf
06530a70bb Update website dependencies 2021-04-26 10:34:46 +02:00
Tobias Lindberg
97ac8f2b19 Bump traefik to v2.4 (#1496) 2021-03-31 23:20:56 +02:00
Adrian Kumpf
1ea28ec96a Update website dependencies 2021-03-21 16:05:10 +01:00
Tobias Lindberg
b2dad66d99 Translations, docs typo and other badges (#1461)
* adding swedish translation string for token related things

* typo in docs FAQ page

* switching microbadger images to shields.io
2021-03-18 11:48:57 +01:00
Toni
69d8b117d2 Explaing the asleep mode with MCU1 and the non-streaming mode (#1453) 2021-03-17 17:17:37 +01:00
Tobias Lindberg
5b3c513a69 adding fixed pricing information to TeslaMateAgile project description (#1399) 2021-03-02 17:40:33 +01:00
Philippe Gressé-Lugué
1c785b70e1 Update home_assistant.md (#1374)
Units fixes
2021-02-21 17:35:51 +01:00
Tobias Lindberg
84d9f020a2 Updating docs with following.. (#1350)
* adding TeslaMateApi to projects

* reordering projects list to alphabetical order

* adding index of available projects to documentation top
2021-02-16 10:59:40 +01:00
Jason Schollenberger
ac3677e84d HomeAssistant documentation update (#1321)
* update homeassistant sensors.yaml example

* update homeassistant lovelace example
2021-02-08 17:47:07 +01:00
Tobias Lindberg
27e4117f4f Updating docks with minor things (#1287)
* removing user param from grafana section

* switching to Berlin as timezone

* updating htpass to BCrypt encryption mode
2021-02-03 17:56:23 +01:00
Adrian Kumpf
b4b24b7359 Update FAQ 2021-01-31 18:53:24 +01:00
Leland Sindt
23ef9eaca4 Gaussmeter for sale! (#1225) 2021-01-21 14:41:08 +01:00
Matt White
cf043c0e3a Add link to Home Assistant addon (#1188)
* Add link to Home Assistant addon

* Update projects.md

* Add LINK

* Fix brackets
2021-01-10 15:49:38 +01:00
Adrian Kumpf
90dedcb0d5 Fix typo 2021-01-03 23:06:22 +01:00
Adrian Kumpf
ab7556e8af Allow to use non-standard MQTT ports 2021-01-03 22:40:07 +01:00
Bdot42
354270c86a Update tesla_apiscraper.md (#1174)
Give an example how to get the vehicle_id from teslamate.
2021-01-03 21:36:40 +01:00
Frank van Boven
3beb8161aa Add Docker update documentation (#1170) 2021-01-03 21:35:59 +01:00
Adrian Kumpf
2360f3d0d4 Fix unit of measurements (docs)
Fixes #1131
2020-12-25 23:05:41 +01:00
Adrian Kumpf
8a44481048 Update installation docs 2020-12-22 16:10:27 +01:00
JakobLichterfeld
e23c476484 Doc: Add TeslaMate_Telegram_Bot (#1122)
* Update projects.md

added TeslaMate_Telegram_Bot

* Update projects.md

add link for TeslaMate_Telegram_Bot
2020-12-19 21:51:19 +01:00
Juanky
b2654f0e63 Update apache.md (#1124)
Grafana needs its own certificate
2020-12-19 21:49:48 +01:00
Adrian Kumpf
6cc55be92c Fix website build 2020-12-02 12:09:40 +01:00
Adrian Kumpf
37a60829ab Allow to connect to MQTT broker via IPv6
Addresses #1000
2020-12-01 18:09:24 +01:00
Adrian Kumpf
1c94355e8b Bump js dependencies 2020-12-01 17:58:30 +01:00
Tobias Lindberg
96e8e1cd89 Adjusting documentation info about TeslaMateAgile text to mention Tibber support (#1097)
* adding swedish translation

* adding comments from endlish errors.po

* adding new translations for swedish

* fix #524 of adriankumpf/teslamate

* adding translation for geo-fence in swedish

* fixing translation of charge limit in swedish

* fixiing translation of mileage in swedish

* Fix typos

* adding swedish translations

* adjustment of swedish translation suggested by Thomas Hennig

* MQTT_HOST default should be 127.0.0.1 for screen, as in systemd

* adding drop_cap to traefik example, which all other guides have

* removing quotation marks around ports for portainer

* adjusting volumes for portainer to match other guides

* fix #635 fr translation

* Minor adjustments to swedish translation

and removing translations that are the same as in english

* Adjusting TeslaMateAgile text to mention Tibber support

Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
2020-12-01 17:50:58 +01:00
Peter Boothby
19352545a8 updated traefik guide to use a single public hostname instead of two (#1101)
* Fix overlapping timestamps in Discrete map

Fix overlapping timestamps in Discrete map of state changes by adding 1 second to start times for charging_processes, drives and updates tables.

* Update traefik.md

Edited to show how to configure with a single public hostname instead of two as in the original guide.

* Lowercase header key

Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
2020-12-01 17:49:30 +01:00
Adrian Kumpf
e0b3d3d6b5 Allow to connect to Postgres via IPv6 (#1006) 2020-11-05 12:20:09 +01:00
Lauri Andler
533e4c0a23 Fix unit of measurement for charge added shown in overview, documentation to be correct (#1061)
* Fix units of charge energy added to be correct

The name of the measurement didn't make sense, since it is plotting added energy but was using an unit of power (kW). Changed to make sense.

* Fix unit of energy added

Documentation was using the wrong unit for energy added, fixed.

* Fix unit of energy added

Documentation was using unit of power (kW) for measuring energy added. Fixed to use the correct unit (kWh)
2020-10-30 12:05:23 +01:00
Adrian Kumpf
c7a0875680 Bump js dependencies 2020-10-27 16:16:49 +01:00
andrewfoster
a37f6c5fe7 Improve garage door automation example (#1039)
The current automation example incorrectly triggers based on the state of the garage door switch, rather than on the state of the Tesla's location. Also changed the action to turn on the garage door switch to be consistent with the description of the automation.
2020-10-27 16:10:57 +01:00
Pi Home Server
a369e514c2 Update backup_restore.md (#1027)
Add information about the potential parameters modified by a .env file
Add the restart of the container
2020-10-24 12:51:39 +02:00
Samar Dhwoj Acharya
3dd1916de5 fix version info on development guide & minor spelling fix (#994)
* update note about dev setup

* fix spelling error in import module
2020-10-11 17:05:56 +02:00
Adrian
7872184a5c Display update version in the homescreen update tooltip (#976)
* Make update_version of the API available

* Add update version to the update tooltip

* Fix formatting

* Update translations to reflect the new tooltip

* Fix car controller test

* Add update_version to the mqtt documentation
2020-10-08 10:33:56 +02:00
Adrian Kumpf
0831124f08 Update sample docker-compose configs 2020-10-05 12:25:49 +02:00
Adrian Kumpf
05be81816c Update CHANGELOG 2020-10-03 14:29:22 +02:00
Adrian Kumpf
35add49583 Update Apache example config to not require auth for WS
Closes #952
2020-10-03 13:16:15 +02:00
Adrian Kumpf
3b4fd0776c Bump dependencies 2020-10-03 10:00:29 +02:00
Adrian Kumpf
925141455a Bump js dependencies 2020-09-24 12:10:37 +02:00
Adrian Kumpf
d5ed95b830 Bump docusaurus to 2.0.0-alpha.63 2020-09-05 00:02:56 +02:00
Adrian Kumpf
209b995ad7 Update instruction for checking out latest release
Closes #873
2020-08-27 19:57:30 +02:00
Adrian Kumpf
67f17857cb Link the python script to export TeslaFi data
Closes #563
2020-08-11 10:47:47 +02:00
Adrian Kumpf
b2d2c2dbf2 Bump js dependencies 2020-08-05 12:10:59 +02:00
Adrian Kumpf
daf29a5ac3 Update links to other documents 2020-07-26 13:25:14 +02:00
Adrian Kumpf
afdad879d6 Bump js dependencies 2020-07-26 13:10:15 +02:00
Vianney Lecroart
9abc38215f Add -T option (#851) 2020-07-26 12:57:37 +02:00
Travis Collins
2e446243bf An important note about moving the backup file (#813)
* An important note about moving the backup file

* Change default backup path

Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
2020-07-10 16:35:50 +02:00
Adrian Kumpf
e649a2c2dd Add a page that lists projects that use TeslaMate 2020-07-01 15:09:08 +02:00
Johannes K
6d93b28138 Update upgrading.mdx (#790)
"docker-compose up -d" als Default hinzugefügt.
2020-06-13 16:36:05 +02:00