## Summary - Remove aliases from all zk cards to prevent them from capturing wiki-links - Convert all wiki-links from `[[filename|Title]]` to `[[Title]]` format - Replace `doc-filenames` task with `doc-titles` for duplicate title detection - Update pre-commit hook to use `doc-titles` Wiki-links now resolve to reference docs by their frontmatter title, which is more readable and maintainable than filename-based links. ## Deployment and Testing - [x] Pre-commit hooks pass (including new `doc-titles` check) - [x] Manually verified zk cards have aliases removed - [ ] Deploy docs v1.0.7 and verify wiki-links resolve correctly - [ ] Test links to reference docs (e.g., [[Grafana Alloy]], [[ArgoCD]]) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/91
58 lines
1.4 KiB
Markdown
58 lines
1.4 KiB
Markdown
---
|
|
title: TeslaMate
|
|
tags:
|
|
- service
|
|
- vehicle
|
|
---
|
|
|
|
# TeslaMate
|
|
|
|
Self-hosted Tesla data logger collecting vehicle telemetry from the Tesla Owner API.
|
|
|
|
## Quick Reference
|
|
|
|
| Property | Value |
|
|
|----------|-------|
|
|
| **URL** | https://tesla.ops.eblu.me |
|
|
| **Tailscale URL** | https://tesla.tail8d86e.ts.net |
|
|
| **Namespace** | `teslamate` |
|
|
| **Image** | `teslamate/teslamate:2.2.0` |
|
|
| **Database** | [[PostgreSQL]] |
|
|
|
|
## Data Collected
|
|
|
|
- Battery level, state of charge, range estimates
|
|
- Charging sessions (location, energy, cost, duration)
|
|
- Drives (distance, efficiency, routes)
|
|
- Climate/HVAC usage
|
|
- Software update history
|
|
- Vampire drain analysis
|
|
- Vehicle states (asleep, driving, charging, online)
|
|
|
|
## Grafana Dashboards
|
|
|
|
18 dashboards in the "TeslaMate" folder:
|
|
- Overview, Charges, Drives, Efficiency, States
|
|
- Battery Health, Vampire Drain, Statistics
|
|
- Charge Level, Locations, Trip, Mileage
|
|
- Drive Stats, Charging Stats, Projected Range
|
|
- Timeline, Updates, Visited
|
|
|
|
Dashboards use PostgreSQL datasource (not Prometheus).
|
|
|
|
## Authentication
|
|
|
|
Uses Tesla Owner API via OAuth:
|
|
1. Access https://tesla.ops.eblu.me
|
|
2. Click "Sign in with Tesla"
|
|
3. Tokens encrypted with ENCRYPTION_KEY
|
|
|
|
## Credentials
|
|
|
|
**1Password:** `TeslaMate` item with `db_password` and `api_enc_key`
|
|
|
|
## Related
|
|
|
|
- [[PostgreSQL]] - Data storage
|
|
- [[Grafana]] - Dashboards
|
|
- [[Borgmatic]] - Database backup
|