We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Even if there is position data
http://localhost:3000/signalk/v1/history/values?from=2024-04-02T18:53:20Z&to=2024-04-03T18:55:00Z&paths=navigation.position&resolution=60000
{ "context": "vessels.urn:mrn:signalk:uuid:6e69b9a8-5512-433d-a2a1-acf80958916f", "range": { "from": "2024-04-02T18:53:20Z", "to": "2024-04-03T18:55Z" }, "values": [ { "path": "navigation.position", "method": "first" } ], "data": [ [ "2024-04-02T06:40:00.000Z", [ null, null ] ], [ "2024-04-02T23:20:00.000Z", [ 24.7366563, 59.7249807 ] ], [ "2024-04-03T16:00:00.000Z", [ null, null ] ] ] }
gpx returns nothing
<gpx xmlns="http://www.topografix.com/GPX/1/1" version="1.1" creator="signalk-to-influxdb2"> <metadata> <author>vessels.urn:mrn:signalk:uuid:6e69b9a8-5512-433d-a2a1-acf80958916f</author> </metadata> <trk> </trk> </gpx>
The text was updated successfully, but these errors were encountered:
@JonyIvy is it working for you?
Sorry, something went wrong.
fix: gps output
a8f75e0
Fixes #60, broken with previous refactoring.
a5fa839
Successfully merging a pull request may close this issue.
Even if there is position data
http://localhost:3000/signalk/v1/history/values?from=2024-04-02T18:53:20Z&to=2024-04-03T18:55:00Z&paths=navigation.position&resolution=60000
gpx returns nothing
The text was updated successfully, but these errors were encountered: