I have an RPi that has been feeding FlightRadar24 successfully for over a year. Today, I followed the FlightAware instructions to enable it to also feed to FlightAware.
Everything seems to have loaded properly and FlightAware is recognizing my system, but my Rpi is not sending any aircraft data. The FR24 feed still seems to be working fine.
This is what I am seeing in my log:
[2018-01-25 14:50 PST] no ADS-B data program is serving on port 30005, not starting multilateration client yet
[2018-01-25 14:51 PST] 0 msgs recvâd from dump1090 (0 in last 5m); 0 msgs sent to FlightAware
[2018-01-25 14:51 PST] no ADS-B data program seen listening on port 30005 for 311 seconds, next check in 60s
[2018-01-25 14:51 PST] no ADS-B data program is serving on port 30005, not starting multilateration client yet
When I try to look at my local live FA data via the direct IP address at port :8080, my browser says it canât see it. When I look at the same Rpi at the same IP address at port : 8754 I have no problem reading the FR24 settings.
Can any of you more experienced folks lend a hand?
This command will report the status of dump1090-fa and piaware
piaware-status
The logs are showing that dump1090-fa is not seeing any ADSB data on port 30005. So that means that the other ADSB program is not feeding the data to port 30005 or you donât have another dump1090 program running.
Once dump1090-fa receives ADS-B data it will be uploaded to FlightAware.
You can check with top to see programs running on your system
Silly question: How do I copy what Iâm seeing on the Rpi and paste it in here? I donât know how to copy out of the terminal program Iâm using. (putty)
here is what the âpiaware-statusâ command returns:
Piaware is running wid PID 518
FAUP is not running
fa-mlat-client is not running
dump1090-mutability is running with pid 687
No program appears to be listening for connections on port 30005
faup is not connected to the the ADS-B receiver
piaware is connected to FlightAware
got âcouldnât open socket:connection refusedâ
dump1090 is NOT producing data on localhost: 30005
Update:
Ok, so - contrary to what I was told, I have to use dump1090-FA in order to get this to work. I just installed that, and I seem to be feeding everything to FA just fine. Now, of course, FR24 is no longer working, so I am now I need to figure out how to get FR24 to work along with FA.
Iâm still wide open to suggestions here.
Thanks again.