-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Nice to have: horizontal speed plot in Grafana #111
Comments
This is one of those things that sounds really simple to do but is actually quite hard in Grafana. I actually spent most of tonight looking at different approaches to doing this and I couldn't find anything suitable yet. The two closest solutions I have is:
I'm leaning towards the echarts approach as it may be useful for other charts that require complex processing. For now the only work around I can offer is download the data in json format and using some other tool to calculate it. |
Hi Michaela , sorry to hear that this question takes so (maybe to) much time. Indeed it sounded really simple because the horizontal speed is allready shown in the sondehub.amateur map, so my thoughts where it was as easy as grabbing it from there. Caclulating from json export is still a possibility which would be appreciated ! Thanks, |
As a way to get a little bit closer to this, at least for some payloads, I've updated Horus-GUI (in v0.3.12), and HorusDemodLib (v0.3.11) to upload the speed information which is present in Horus Binary v2 payload telemetry. Note that the speed indication in Horus v2 is in km/hr, and will wrap at 256 km/hr! Users will need to update to the latest versions of these apps for this to be uploaded and be available for use on dashboards. For horusdemodlib, you will need to update the python package with something like:
Depending on your installation this might need to be run within a virtualenv. Hopefully we can get echarts going as well, as this will let us do speed and maybe other calculations for payloads that don't report this information in telemetry. |
It was nice to see that round 08:00 UTC the first stations updated their software :-) |
I've added an experimental eCharts widget that tries to calculate speed. There's a few issues though however.
|
Thanks again, yesterday evening PD3EGE had an 4fsk flight, and this morning he talked to me about the excessive speeds het noted yesterday evening for his payload, and the big bumps ;-) I asked him to show me what he meant and all his problems where allready solved by the developer(s) :-) We might go for a little bit less figures behind the digit ? |
That's what we get for testing this stuff on a 'production' dashboard :-P |
Only thing that still needs to be fixed is the timezone issue, however this is waiting for upstream fix. Closing for now. |
During a summerstorm PD3EGE launched an 4fsk tracker. It would be really nice to re-view the horizontal speed in Grafana too.
https://grafana.v2.sondehub.org/d/HJgOZLq7k/basic?var-Payload=PD3EGE&from=1688545183000&to=now&orgId=1&refresh=1m
Thanks,
The text was updated successfully, but these errors were encountered: