From 818a8522b53141cebae99ca5249c7dc82a1cb73b Mon Sep 17 00:00:00 2001 From: yehor <yehor_vialov@fastmail.com> Date: Thu, 6 Feb 2025 16:06:50 +0200 Subject: [PATCH] Update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9feb825..7effef3 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,20 @@ Requires Dart runtime. - Defaults to `phone` for device when `tracker_id` is not provided - Removes `device_tracker.` prefix from `tracker_id` field if exists - By default waits for 2 seconds before each request to avoid hitting OpenCage free tire API rate limits (Used by Recorder for reverse geocoding) +- Tries to fix wrong battery levels +- Can continue importing the same file starting from the provided record number ## Anti-features - Errors handling is bad - Can't authenticate +- Probably will fail with self-signed certificate - Tested only on GeoJSON exported by Dawarich ## Usage ``` dart bin/owntracks_import.dart -s <GeoJSON file path> -d <Recorder IP address with protocol and port> -u <user name> -v - +``` +or +``` dart bin/owntracks_import.dart --help ``` \ No newline at end of file