Commit Graph
2170 Commits
Author SHA1 Message Date
JakobLichterfeld be00a2e9f3 doc: Add Grafana VS Code extension documentation (#4025)
* doc: Add Grafana VS Code extension documentation

* doc: update changelog
2024-07-02 18:42:41 +02:00
Matthias Wirtz 6f3757f5b1 Grafana & Dashboard improvements (#4019) 2024-07-02 18:29:01 +02:00
Jakob Lichterfeld 6cbdee922e doc: update changelog 2024-07-02 15:49:19 +02:00
Jakob Lichterfeld 8d2ee87fad doc: update changelog 2024-07-02 15:47:50 +02:00
jlestelandJulien 2ca545aea3 doc: Documentation for new endpoint changes (#3978)
* Update docs

* Update for streaming

* Update guides and add a reference in the project page

* Update for readability

* readability

* format

* update fleet api price

* Update direct Tesla API part

---------

Co-authored-by: Julien <julien@citio.digital>
2024-07-02 15:47:29 +02:00
scottbot95 25c161135b feat: Create NixOS module (#3998)
* feat: Create NixOS module

* Fix typos and improve naming
2024-07-02 15:39:59 +02:00
Jakob Lichterfeld 0e454f41ed doc: update changelog 2024-07-02 15:38:05 +02:00
jlestelandJulien c8159cfc51 Customize intervals between vehicle_data calls (#3940)
* feat: endpoints by env

* fix: typo

* fix: useless env

* fix: format

* fix: distinct auth domain and url

* format

* fix: force issuer url if needed

* feat: new streaming based on vin

* fix refresh

* revert

* up

* feat: no need for access token / refresh token if the TOKEN env var is present

* feat: update login if token env var exists

* feat: add ENV var to allow insecure wss

* fix: remove TESLA_CN

* fix(naming): TESLA_API_URL to TESLA_API_DOMAIN

* feat: add an env var to allo invalid certs on WSS

* doc: add API domains env vars description

* fix: typo

* feat: add env var to change log level

* fix: APP_LOG_LEVEL

* feat: add TOKEN documention and wording

* fix: refacto insecure param

* feat: naming and doc

* fix: missing env var usage

* fix: rebound variable issuer_url

* fix: compilation warning on the issuer_url variable

* fix: format code

* fix: issuer_url assignments

* feat: customize polling intervals

* typo

* update doc

* typo

* add online interval

* add POLLING_ONLINE_INTERVAL

* format

* add minimum interval

* Add minimum on fetch parameter

* typo

* format

* respect immediate fetch, add charging interval

* add log level

* Respect log_level

* format

* use LOG_LEVEL env var to facilitate debug

* revert on log_level

* format

* typo

* format again

* revert on default error intervals

* Add a note in MD about polling settings

* not let the user set intervals via env variables shorter than our defaults

---------

Co-authored-by: Julien <julien@citio.digital>
2024-07-02 15:36:46 +02:00
Jakob Lichterfeld f5f9f27980 doc: update changelog 2024-07-02 09:01:36 +02:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 56bac891a8 build(deps): bump crate-ci/typos from 1.21.0 to 1.22.9 (#4021)
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.21.0 to 1.22.9.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crate-ci/typos/compare/v1.21.0...v1.22.9)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 09:01:10 +02:00
JakobLichterfeld feede9b8da doc: update the Contributor's Guide with the latest requirements (#4017)
* doc: update the Contributor's Guide with the latest requirements

* doc: update changelog
2024-06-30 13:24:12 +02:00
Jakob Lichterfeld 8ce39b60ac doc: update changelog 2024-06-30 13:05:55 +02:00
DrMichael a0cf8247c7 Update drives.json: show drives with duration=0 but distance>0 (#3867)
* Update drives.json: show drives with duration=0 but distance>=0

For discussion.
I would like to show also drives, where a duration of 0 is stored, but the distance is not 0. Kind of infinite speed... :-)

* Update drives.json: duration = 0 AND distance > 0

If distance > 0, drive should be shown.
2024-06-30 13:05:18 +02:00
Jakob Lichterfeld e74a1249d4 doc: update changelog 2024-06-28 10:31:01 +02:00
Jakob Lichterfeld de2b276ab4 doc: update changelog 2024-06-28 09:59:25 +02:00
Juan Carlos Heredia 27a6a7eb7e Improve visualizations on Battery Health dasboard (#4005)
* Updata labels and data

* Update screenshot

* Update Readme

* Update drive screenshot
2024-06-28 09:57:58 +02:00
Chris Wanja 9540a7c278 Update CHANGELOG.md
Added PR #4004
2024-06-26 20:41:18 -05:00
Juan Carlos Heredia c0dd0e284a Improve drive details (#4004)
* Remove 0 from speed histogram

* Remove top row
2024-06-26 20:40:19 -05:00
Jakob Lichterfeld 533cfd9728 doc: update changelog 2024-06-26 10:59:08 +02:00
jlestelandJulien 2c4639e32d feat: allow Fleet API users to change client_id (#3984)
Co-authored-by: Julien <julien@citio.digital>
2024-06-26 10:58:31 +02:00
Jakob Lichterfeld 9df4e7c932 doc: update changelog 2024-06-19 10:31:21 +02:00
Saswat Padhi 195433c319 Track open/close states for individual doors (#3962)
* feat: track open/close states for individual doors

* doc: add individual door open states
2024-06-19 10:28:19 +02:00
Jakob Lichterfeld 5c6372919e doc: update changelog 2024-06-18 19:04:14 +02:00
Olex S be2609c475 doc: fix MMM-Teslamate and ha-addon-teslamate project links (#3973)
Fixes an incorrect change made in #3953
2024-06-18 19:03:29 +02:00
JakobLichterfeld eaa518d8a5 doc: remove outdated, unsupported, unmaintained portainer doc (#3972)
* doc:remove outdated, unmaintained portainer doc

* doc: Remove unmaintained Portainer documentation

* doc: update changelog
2024-06-18 19:01:49 +02:00
Jakob Lichterfeld 57589802b6 build: prepare v1.29.3-dev 2024-06-18 18:28:40 +02:00
Jakob Lichterfeld 19b6e9ad52 build: release v1.29.2 v1.29.2 2024-06-18 18:27:37 +02:00
Jakob Lichterfeld c909295b01 doc: update changelog 2024-06-18 18:16:50 +02:00
Matthias Wirtz 796e13c82d Export all Dashboards via Grafana 11.0.0 (#3971) 2024-06-18 18:16:04 +02:00
Jakob Lichterfeld a6eee7e80e doc: update changelog 2024-06-18 14:51:32 +02:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 73245cbcd6 build(deps): bump braces from 3.0.2 to 3.0.3 in /website (#3967)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 14:51:05 +02:00
Matthias Wirtz 6615acbc71 Integrate LFP specific dashboards into regular dashboards (#3966)
* Remove LFP Dashboards

* update LFP detect via VIN based on latest info available
2024-06-18 14:45:26 +02:00
Jakob Lichterfeld 81c1b5dcae doc: update changelog 2024-06-11 08:36:56 +02:00
top-gun 8876759df8 Update projects.md mit new MMM (#3953)
MMM-Teslamate has a new maintainer, updated the link to the new repo
2024-06-11 08:36:02 +02:00
Jakob Lichterfeld 533baafd06 doc: update changelog 2024-06-10 15:23:47 +02:00
Juan Carlos Heredia 16c8adebbb Remove A lot of empty space on the drive graph (#3950) 2024-06-10 15:23:22 +02:00
Jakob Lichterfeld 6696b2cb85 doc: update changelog 2024-06-10 15:22:31 +02:00
Juan Carlos Heredia 370a78a03f Update and fix timeline dashboard (#3951)
* Update and fix timeline dashboard

* Update filter label
2024-06-10 15:22:05 +02:00
Jakob Lichterfeld 0b8ce55646 doc: update changelog 2024-06-10 15:21:28 +02:00
woyteck1 136c313fc5 Projected Range fix (using usable_battery_level) (#3859)
* Fix to usable battery level

* Update projected-range.json

* Update projected-range.json
2024-06-10 15:20:46 +02:00
Jakob Lichterfeld e6324a2fe2 doc: update changelog 2024-06-09 09:29:17 +02:00
FL42 0dec13ca9c Add network flows that should be authorized (#3886) 2024-06-09 09:28:37 +02:00
Jakob Lichterfeld 23654b053a doc: update changelog 2024-06-07 18:56:35 +02:00
Matthias Wirtz 7daf6f4e5e feat: use Grafana 11.0.0 (#3895) 2024-06-07 18:55:00 +02:00
Jakob Lichterfeld cf7e8ee7c6 doc: update changelog 2024-06-07 10:11:09 +02:00
jlestelandJulien b900a98d08 feat: Respect Retry-After header on 429 response code (#3943)
* Respect 429 response code instructions

* format

* up

* up

---------

Co-authored-by: Julien <julien@citio.digital>
2024-06-07 10:10:35 +02:00
Jakob Lichterfeld f34c0876e8 doc: update changelog 2024-06-07 10:09:21 +02:00
Suthep Yonphimai bb123b2cbd Update default.po for thai (#3945)
Update some msgid
2024-06-07 10:08:28 +02:00
Jakob Lichterfeld 31cdaac395 doc: update changelog 2024-06-05 10:55:28 +02:00
dependabot[bot]dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Jakob Lichterfeld
ce57db92db build(deps): bump elixir from 1.16.1-otp-26 to 1.16.2-otp-26 (#3935)
* build(deps): bump elixir from 1.16.1-otp-26 to 1.16.2-otp-26

Bumps elixir from 1.16.1-otp-26 to 1.16.2-otp-26.

---
updated-dependencies:
- dependency-name: elixir
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: bump elixir version to 1.16.2

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakob Lichterfeld <jakob-lichterfeld@gmx.de>
2024-06-05 10:55:00 +02:00