Cyberes a35407154f | ||
---|---|---|
lib | ||
.gitignore | ||
LICENSE | ||
README.md | ||
config.sample.yml | ||
ha-location-export.service | ||
main.py | ||
requirements.txt |
README.md
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
.