Phase 2: Add Reference section with 24 technical reference cards (#88)
## Summary
- Create `docs/reference/` section with 24 technical reference cards
- Services (16): alloy, argocd, borgmatic, 1password, forgejo, grafana, jellyfin, kiwix, loki, miniflux, navidrome, postgresql, prometheus, teslamate, transmission, zot
- Infrastructure (3): hosts, tailscale, routing
- Kubernetes (2): cluster, apps
- Storage (2): sifaka, backups
- Update README to mark Phase 2 as complete
- Add towncrier changelog fragment
## Deployment and Testing
- [ ] Build docs locally to verify wiki-links resolve
- [ ] Deploy via ArgoCD and verify at docs.ops.eblu.me/reference/
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/88
2026-02-03 14:27:37 -08:00
|
|
|
---
|
2026-02-07 21:44:57 -08:00
|
|
|
title: TeslaMate
|
2026-02-11 16:45:12 -08:00
|
|
|
modified: 2026-02-07
|
Phase 2: Add Reference section with 24 technical reference cards (#88)
## Summary
- Create `docs/reference/` section with 24 technical reference cards
- Services (16): alloy, argocd, borgmatic, 1password, forgejo, grafana, jellyfin, kiwix, loki, miniflux, navidrome, postgresql, prometheus, teslamate, transmission, zot
- Infrastructure (3): hosts, tailscale, routing
- Kubernetes (2): cluster, apps
- Storage (2): sifaka, backups
- Update README to mark Phase 2 as complete
- Add towncrier changelog fragment
## Deployment and Testing
- [ ] Build docs locally to verify wiki-links resolve
- [ ] Deploy via ArgoCD and verify at docs.ops.eblu.me/reference/
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/88
2026-02-03 14:27:37 -08:00
|
|
|
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` |
|
2026-02-03 16:06:35 -08:00
|
|
|
| **Database** | [[postgresql]] |
|
Phase 2: Add Reference section with 24 technical reference cards (#88)
## Summary
- Create `docs/reference/` section with 24 technical reference cards
- Services (16): alloy, argocd, borgmatic, 1password, forgejo, grafana, jellyfin, kiwix, loki, miniflux, navidrome, postgresql, prometheus, teslamate, transmission, zot
- Infrastructure (3): hosts, tailscale, routing
- Kubernetes (2): cluster, apps
- Storage (2): sifaka, backups
- Update README to mark Phase 2 as complete
- Add towncrier changelog fragment
## Deployment and Testing
- [ ] Build docs locally to verify wiki-links resolve
- [ ] Deploy via ArgoCD and verify at docs.ops.eblu.me/reference/
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/88
2026-02-03 14:27:37 -08:00
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|
|
2026-02-03 16:06:35 -08:00
|
|
|
- [[postgresql]] - Data storage
|
|
|
|
|
- [[grafana]] - Dashboards
|
|
|
|
|
- [[borgmatic]] - Database backup
|