My apologies, but I cannot find the dashboard -- nor any files I can view in HTML locally to show the plotting. I also cannot get a UUID as it says "Not valid UUID" -- how do I pair my feeder? Have been an FA feeder for several months -- unimpressed with the simplicity of their map (even with addons via github) and would like to see "blocked" flights. Familiar with linux, yadda yadda -- can someone help me in my noob moment here? Edit: terminal Not listed in Receivers: More editz: Output of netstat Code: Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 192.168.0.184:56680 165.254.239.131:https ESTABLISHED tcp 0 0 192.168.0.184:56800 feed.adsbexchange:30005 ESTABLISHED tcp 0 0 192.168.0.184:5900 192.168.0.112:57610 ESTABLISHED tcp 0 0 localhost:35268 localhost:30005 ESTABLISHED tcp 0 0 localhost:30005 localhost:35268 ESTABLISHED tcp 0 0 localhost:35208 localhost:45821 ESTABLISHED tcp 0 0 192.168.0.184:46845 hullo.hou.flightaw:1200 ESTABLISHED tcp 0 0 192.168.0.184:53812 feed.adsbexchange:31090 ESTABLISHED tcp 0 0 localhost:45821 localhost:35208 ESTABLISHED tcp 0 0 localhost:30005 localhost:35234 ESTABLISHED tcp 0 0 localhost:35234 localhost:30005 ESTABLISHED tcp6 0 0 localhost:30005 localhost:33610 ESTABLISHED tcp6 0 0 localhost:30104 localhost:48392 ESTABLISHED tcp6 0 0 localhost:33610 localhost:30005 ESTABLISHED tcp6 0 0 localhost:33648 localhost:30005 ESTABLISHED tcp6 0 0 localhost:30005 localhost:33648 ESTABLISHED tcp6 0 0 localhost:30104 localhost:48434 ESTABLISHED tcp6 0 0 localhost:48392 localhost:30104 ESTABLISHED tcp6 0 0 localhost:48434 localhost:30104 ESTABLISHED
Forget the custom VRS receivers list you won't be listed there unless you request it. And it's totally overloaded so no requests being accepted. VRS is too CPU hungry. The dashboard is only for the ADSBexchange sd-card image, not for the script install. If you don't use the ADSBx image, get the graphs, it's not the dashboard but i find it perfectly sufficient: https://github.com/wiedehopf/graphs1090#graphs1090 The myip page shows you feeding just fine, so don't worry about that. As in what you get, feeding is so that there is data in the global radar page, which is free already. There are some experimental feed stats, but that's work in progress.
Graphs are great, graphs are cool... Thank you for the prompt response. How is it that the "custom" image contains the dashboard but it's not available for Raspian? And the sources are not available? Edit: To clarify: There is no local "live" plotting view in the script install? The "Dump1090 Map Layers Selection" Edit: I see you've also uploaded the tar1090 which I assume is what I am looking for. Edit: Not really what I was looking for. Is there a release candidate of the virtual-radar-server with the functionality of the Global Radar "Virtual Radar" on the adsbexchange main page?
Ahh .. you are using FlightAware image. You can ignore my post reply from the other thread, local grafana/prometheus dash and etc are only available in ADSBx custom image. Everything is open source - Grafana, prometheus, node exporter, dump1090 exporter, and all the configuration and setup to get it working is not easily scriptable or on my radar for having to do tech support. Additionally we'd have to support it on an image that we cannot control and that FlightAware and FR24 will regularly break. "Is there a release candidate of the virtual-radar-server with the functionality of the Global Radar "Virtual Radar" on the adsbexchange main page?" VRS map is VRS. I have no control over what the developer does for that. Install it locally and point it to the output of your PI on 30005. DO NOT INSTALL ON THE Pi. http://www.virtualradarserver.co.uk/ Layers can be added, but it's not exactly easy or sane.
Also, if you are getting <invalid uuid>, there is a check to make sure uuid is a valid format. That technically shouldn't happen, you can delete /boot/adsbx-uuid on the SD card and it will regenerate the uuid. https://www.adsbexchange.com/api/feeders/?feed=9de1b5f6-f6ab-11e9-aaab-0e2223e1dc4c http://www.adsbexchange.com/api/feeders/tar1090/?feed=9de1b5f6-f6ab-11e9-aaab-0e2223e1dc4c
I am using Rapspian, the OS, not an image specifically use for one thing or another. Just not really "my style".. said pretentiously. Just kidding, I am actually not opposed to using such Images, I just prefer to pick and choose and customize and having a functioning Raspian distro to do other things such as SDR or... a file server seems more handy. Thank you for all your help, fine sir.
Great, I will try this and other suggestions you've made. Glad I have joined a very knowledgeable, helpful, and practical forum group. Thank you.
Let me know if you figure out how to make the ADSBx stats work. The script is really simple: https://github.com/adsbxchange/adsbexchange-stats
I assume you might be trying to use your FlightAware UUID without having installed the ADSBx stats script?
nice ... that's the ticket so now take your uuid from that basic html page http://www.adsbexchange.com/api/feeders/tar1090/?feed=uuid
Still not working? We got a bunch of mentions tracking the US forces heading to and from killing terrorists so the stats checker might have broken. Should be working now.
When I check mine, intermittently it will show zero aircraft even though I feeding (when I check both https://www.adsbexchange.com/myip/ & http://www.adsbx.org/sync/ ) A quick restart of the stats sudo systemctl restart adsbexchange-stats and all is well again for the map and stats pages. Next time it happens I'll check the status before restarting stats.