Commit Graph
94 Commits
Author SHA1 Message Date
Rob Walsh 9500a2d8a4 Add Plugin Notification Example (#2712) 2022-06-24 14:21:02 +02:00
cwanja b7c305d4e3 Add FAQ around Docker timestamp logs (#2655)
This PR will add a FAQ around Docker container timestamp logs and why they differ from your machine if you do not configure the TZ environment variable.
2022-06-24 13:33:03 +02:00
Heesik Shin 901d02df5c update HomeAssistant Integration example yaml (#2704)
Defining manually configured MQTT entities directly under the respective platform keys (e.g., fan, light, sensor, etc.) is deprecated, and support will be removed in Home Assistant Core 2022.9.

Manually configured MQTT entities should now be defined under the mqtt configuration key in configuration.yaml instead of under the platform key.
2022-06-24 11:52:24 +02:00
Julien 47f30e2d30 Update to projects page (doc/website) (#2518)
For TeslaMate-ABRP:
- Fixed name to reflect the repo's.
- Header links to the repo's webpage (Jekyll render of the README), link kept to GitHub's repo page.
- Slightly rephrased the description, also mentioning that the project can also be run as an independent python script.
2022-04-04 15:37:01 +02:00
Adrian Kumpf 0d6e288c70 Encrypt API tokens (#2360)
Store API tokens encrypted in the database.

During the database migration a randomly generated key will be used encrypt the tokens if no ENCRYPTION_KEY environment variable was provided.

If the application is started without the presence of an ENCRYPTION_KEY (or if the key failed to decrypt the existing tokens), the UI will display a warning with further instructions.
2022-02-18 17:03:13 +01:00
ToniandAdrian Kumpf 41b9a1c4d7 DC charge curve scatter graph (#2093)
* DC charge curve scatter graph

* Display geofence name if possible

* Add natel-plotly-panel to plugins (docs)

Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
2022-02-18 16:28:59 +01:00
DrMichael 27dc029254 Added ProxyPreserveHost On to the Grafana entries in Apache2 config (#2471) 2022-02-18 14:21:57 +01:00
Adrian Kumpf a8bcb906b1 Add charge_current_request(_max) MQTT topics
Implements #2412
2022-02-09 17:13:35 +01:00
Pierre Belanger 29bbf7a67c README.md typo (#2410) 2022-01-31 12:47:10 +01:00
cwanja fb430f4ef7 Update upgrading.mdx (#2368)
Added text to clarify that the `pull` command needs to be ran from the directory where the docker YML file is located.
2022-01-25 17:08:25 +01:00
Adrian Kumpf b4b33af497 Migrate discrete-panels to native timeline panel 2022-01-21 17:31:38 +01:00
Adrian Kumpf 8dca810cfd Migrate Charging Stats dashboard
- New native pie charts
- Upgrade panodata-map-panel
2022-01-21 17:31:36 +01:00
rustikles 7662e3ebe6 Update freebsd.md (#2226)
Additional package dependencies for freebsd installations of teslamate.
2022-01-21 10:52:20 +01:00
cwanja d1039b8b05 Update faq.md (#2345)
Clarified the consumption values and what triggers the recalculations based on issues #2229 and #2272
2022-01-21 10:51:20 +01:00
panaut0lordv 0158c70afe Added TeslaMate-ABRP and typo fix (#2314) 2022-01-19 10:00:26 +01:00
Adrian Kumpf fff6915e73 Disable anonymous login to Grafana 2022-01-12 00:23:16 +01:00
Adrian Kumpf c0e4a0bee4 Update installation guides 2022-01-12 00:14:41 +01:00
Oddadin f032ee76a5 Update backup_restore.md (#2217)
Replacing "loose" with "lose"
2021-12-13 16:41:44 +01:00
Adrian Kumpf 1992af38c3 Show token sign-up form by default 2021-11-12 17:39:20 +01:00
Peter BoothbyandAdrian Kumpf 1f8bbef39a Integration Guide for Node-RED, with examples (#2098)
* Create Node-RED.md

* Update Node-RED.md

* Add files via upload

* Update Node-RED.md

* Update Node-RED.md

* Add files via upload

* Update Node-RED.md

* Update Node-RED.md

* Add files via upload

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Add files via upload

* Update Node-RED.md

* Create Node-RED.md

* Add files via upload

* Update Node-RED.md

* Update Node-RED.md

* Add files via upload

* Update Node-RED.md

* Update Node-RED.md

improved the directions for adding node-red modules

* Add sidebar link

* Format markdown file

* Fix file link

* Move assets into separate directory

* Optimize images

* fix spelling error

"hamburber" sounds like something Donald Trump would write. I fixed the spelling error. :)

Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
2021-11-08 17:05:36 +01:00
withanHdammit d9a3b7cf35 Update: upgrading Manual install (Debian) (#2043)
Added a note to step 2 to possibly requiring environment variables.
2021-10-15 12:35:08 +02:00
Adrian Kumpf 70468ea762 Migrate from webpack to esbuild 2021-09-22 22:07:14 +02:00
Kyle Awayan 0da1fc6946 Add note with custom TM_DB_USER when backing up (#1931)
I was trying to backup my TeslaMate instance, and tried using the command given in the documentation. I kept getting this error:

```
pg_dump: error: connection to database "teslamate" failed: FATAL:  role "teslamate" does not exist
```

However when I was setting up TeslaMate with [this guide](https://docs.teslamate.org/docs/guides/traefik), I changed the values in the `.env` file, specifically `TM_DB_USER`. Since I changed that, I needed to change it in the backup command also.

I added another little note box for others in this scenario.
2021-08-30 12:41:14 +02:00
Benoit Masson 59d81c8105 Update grafana rule to limit to teslamate host (#1937)
useful if you share an already running traefik or have multiple domain
2021-08-30 12:14:37 +02:00
Erik Billerby a6a45ff325 Added a note about RAM needed after having issues, also a small clarification on where to place the .env file in the advanced guide. (#1857) 2021-07-24 12:37:30 +02:00
Adrian Kumpf 88d9ac757e Change icon name
Fixes #1832
2021-07-19 15:19:04 +02:00
Jux a6d881f54f Update home_assistant.md (#1756)
Fixed heading for binary_sensor config. Old one caused some confusion
2021-07-09 15:09:47 +02:00
Matt Jeanes ba435b2ed1 Add aWATTar to TeslaMateAgile supported providers (#1804) 2021-07-08 11:02:47 +02:00
paulhargreaves 9b85d7a4fe Update environment_variables.md (#1736)
Fix typo
2021-06-23 16:25:40 +02:00
JakobLichterfeld aa220d975b Docu: Home Assistant fixed (#1711)
* Update home_assistant.md

- ui-lovelace: added needed views array, now able to load in Home Assistant
- sensor.yml: Correct spacing, now valid yaml-file and able to load in Home Assistant

* Update home_assistant.md

- ui-lovelace: entities with binary_sensor fixed, un-needed '' removed
2021-06-15 12:14:42 +02:00
Iulius fd66b2c4d2 rc.d script updated (#1712)
adds data model migration to start up
2021-06-15 12:13:00 +02:00
IuliusandAdrian Kumpf 493177571f Documentation update: FreeBSD added (#1646)
* Create freebsd.md

Basic instruction how to install Teslamate on FreeBSD

* Small adjustments necessary for FreeBSD reflected

* Add empty line before closing tag

* Add FreeBSD guide to the sidebar

* Move FreeBSD upgrade instruction into separate tab

Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
2021-06-04 12:04:04 +02:00
ffeingol e810a9b199 Update home_assistant.md (#1634)
Corrected binary_sensors to be sensors in the binary_sensors/tesla.yaml example file
2021-05-20 10:17:31 +02:00
Sean Vig 43ad712fac Add device classes and binary sensors to documented Home Assistant config (#1597)
For the Home Assistant config, for all of the sensors which are binary on/off sensors, add a section which configures these as a binary sensor type. In addition, add device classes to both the binary sensors as well as some of the regular sensors. The device class makes it so the UI will show, for example "Open" or "Closed" for the door, rather than "On" or "Off.
2021-05-13 14:12:08 +02:00
Adrian Kumpf 6cfb2a24cf Revert "postgres to alpine and runs on to latest ubuntu (#1576)"
This reverts commit 6050dc53f3.

The alpine images don't work on the Raspberry Pi because its package
sources contains an old version of libseccomp, which causes the time to
be at 1970: https://github.com/docker-library/postgres/issues/812
2021-05-03 16:39:49 +02:00
Adrian Kumpf 4284e04b05 Update Mosquitto version used in docker-compose examples 2021-05-03 11:30:21 +02:00
Tobias LindbergandAdrian Kumpf 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
Tobias Lindberg 97ac8f2b19 Bump traefik to v2.4 (#1496) 2021-03-31 23:20:56 +02: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