Download HedgieMate
Get the native iOS app for beautiful Tesla analytics on your iPhone
Beautiful Tesla analytics on your iPhone with our native iOS app. Skip the Grafana dashboards - HedgieMate brings your TeslaMate data directly to your pocket with a smooth, native iOS experience. Requires TeslaMate. Download from App Store.
Get the native iOS app for beautiful Tesla analytics on your iPhone
Start free, upgrade for advanced features anytime
Free forever - Everything you need
Unlock all features forever
Your data stays yours - complete privacy guaranteed
HedgieMate is designed with privacy and security at its core. We do not store, collect, or save any of your Tesla data.
HedgieMate simply fetches and displays your data in real-time. When you close the app, no data is retained on your device or transmitted to our servers.
Complete setup process for TeslaMate integration
HedgieMate works with your existing TeslaMate installation. For remote access, you'll need:
HedgieMate is designed with privacy and security at its core. We do not store, collect, or save any of your Tesla data.
HedgieMate simply fetches and displays your data in real-time. When you close the app, no data is retained on your device or transmitted to our servers.
HedgieMate requires TeslaMate API to function. This needs to be installed on the same server where TeslaMate is running.
Visit the TeslaMate API GitHub repository for detailed instructions.
Add this service to your existing TeslaMate docker-compose.yml file and update the environment variables to match your current TeslaMate configuration:
... existing TeslaMate docker-compose configuration ...
services:
teslamateapi:
image: tobiasehlert/teslamateapi:latest
restart: always
depends_on:
- database
environment:
- ENCRYPTION_KEY=MySuperSecretEncryptionKey
- DATABASE_USER=teslamate
- DATABASE_PASS=secret
- DATABASE_NAME=teslamate
- DATABASE_HOST=database
- MQTT_HOST=mosquitto
- TZ=Europe/Berlin
ports:
- 8080:8080
For remote access to your TeslaMate API, you have several options:
Security Tips:
Note: API token functionality for vehicle control will be added in future updates. Currently, the API is read-only for data access.
If you need help setting up public access, contact our support team for assistance.
Install HedgieMate from the App Store on your iOS device.
In HedgieMate, enter your TeslaMate API URL:
https://your-domain.com
(if using Cloudflare Zero
Trust)
https://your-ip:8080
http://192.168.1.xxx:8080
The URL should point to your TeslaMate API service running on port 8080.
Test the connection, fetch cars and start exploring your Tesla data with enhanced analytics and insights provided by HedgieMate.