ha-location-exporter/README.md

585 B

ha-location-exporter

Export your device location and save it in a database.

This is a service that exports your device's fine-grained location history from Home Assistant and saves it in a database indefinitely.

It also supports forwarding data to Dawarich.

Install

sudo apt-get install mariadb-client libmariadb-dev pkg-config
pip install -r requirements.txt
cp config.sample.yml config.yml

Then, edit config.yml.

There is a sample systemd service provided as ha-location-export.service.