OpenMarine

Full Version: Record my track as a gpx file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried using naiveGPXlogger for SignalK, which seems to detect I am moving, but doesn't write any data. I tried changing the destination directory, but no files are written...

[attachment=2181]
[attachment=2182]
[attachment=2183]
(2023-05-07, 04:14 PM)tobias.e Wrote: [ -> ]I tried using naiveGPXlogger for SignalK, which seems to detect I am moving, but doesn't write any data. I tried changing the destination directory, but no files are written...

Tobias

What do you see here in SignalK>Dashboard?
@tobias.e
I see you have also AvNav installed.
if yes, you can find the tracks in $HOME/avnav/data/tracks
AvNav does this automagically Wink
(2023-05-16, 06:47 PM)baltika_no_9 Wrote: [ -> ]
(2023-05-07, 04:14 PM)tobias.e Wrote: [ -> ]I tried using naiveGPXlogger for SignalK, which seems to detect I am moving, but doesn't write any data. I tried changing the destination directory, but no files are written...

Tobias

What do you see here in SignalK>Dashboard?

Sorry, the pictures are not consistent. That directory is empty as well...

(2023-05-17, 08:35 AM)BlackSea Wrote: [ -> ]@tobias.e
I see you have also AvNav installed.
if yes, you can find the tracks in $HOME/avnav/data/tracks
AvNav does this automagically Wink


Wow, that's amazing! That even includes all my old tracks!
For the benefit of anyone else struggling with this problem, what you need to do is:

Configure the plugin as above (but with a trailing / at the end of your chosen directory.)

Go into signalK server > Datafiddler and in the input box enter:

{"updates":[{"values":[{"path":"navigation.trip.logging","value":{"status":true}}]}]}

Then press Send to Server. Files will then be generated in the directory you've chosen.

To switch off logging you can send another message via data fiddler but with “status”:false or just disable the plugin.