Track your Kia/Hyundai car using the Kia Connect / Bluelink API.
- Make a copy of
default_database.db
, name itdatabase.db
- Create a virtualenv
- Install requirements:
pip install -r requirements.txt
- Install Grafana server
- Connect to the admin panel (usually on port 3000)
- Install the SQLite datasource plugin
- Configure datasource: locate the DB file
- Import the dashboards located in the "grafana dashboards" directory
-
Make a copy of
.env.default
, name it.env
-
edit
.env
with the required values (kia username, password, vehicle UUID) and change the default database path if needed
python main.py
python http_server.py