You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is tricky because key points can be shared to OwnTracks as waypoints or locations. Waypoints require unique timestamps. I was trying to have the script generate them for the user, but that creates a whole set of problems. So, it is best if you add them manually in the settings.toml.
I've updated it, and a couple other things in the code. Let me know how it works
Each keyfile MUST have it's corresponding block in settings. For each keyfile, copy this block and change it to match your keys.
# Each tag can be configured to appear as 'waypoints' on your device only, or as 'locations' that are shared# with other users. 'locations' are easier to start with.# OwnTags can share the tag as both, odd things will happen and be prepared for some challenges.
[tag_options.prefix] # change 'prefix' to your key prefix.tag_name = "prefix"# the prefix of your keylocation = true# (not required) locations are seen by everyone with access to the topic (they act like users)waypoint = false# (not required) waypoints are only seen on your phone (or device)timestamp = 1000000001# (required for wayponts) Must be unique, can be any past Unix/Posix timestamp.radius = false# (not required) use number for radius in meters, if `false` turn off, if `true` use confidence# Advance Featurestag_image = nan# base 64 encoded, 200x200, PNG or JPEG imagemqtt_topic = nan# (not required) topic for this tag, if `nan` owntags_base will be usedstatus_topic = false# (not required) if `True` messages will be published to `status_base`/prefix```
At the moment, there are 2 prefix_files in the keys folder. All data is anonymized so don't worry, everything is fine with above data.
Hope @mrmay-dev can help to fix it, i get stuck here.
The text was updated successfully, but these errors were encountered: