I have installed on a dedicated Pi3 the piaware and dump978.
Setup with piaware-config:
pi@pi3:~ $ sudo piaware-config
allow-auto-updates yes # value set at /etc/piaware.conf:7
allow-manual-updates yes # value set at /etc/piaware.conf:8
receiver-type none # value set at /etc/piaware.conf:10
uat-receiver-type sdr # value set at /etc/piaware.conf:9
Well, I get no traffic from the SDR receiver. The antenna signal is splitted to a UAT flight-feeder and that one sees planes.
The flightaware website for that site has three green āflagsā.
Any ideas?
LE: I have marked this thread as āSolvedā because my issue was solved.
It seems that dump1090-fa is activeā¦ donāt know why.
pi@pi3:~ $ piaware-status
PiAware master process (piaware) is running with pid 542.
PiAware ADS-B client (faup1090) is not running.
PiAware ADS-B UAT client (faup978) is not running (disabled by configuration settings)
PiAware mlat client (fa-mlat-client) is not running.
Local ADS-B receiver (dump1090-fa) is running with pid 541.
dump1090-fa (pid 541) is listening for ES connections on port 30005.
faup1090 is NOT connected to the ADS-B receiver.
piaware is connected to FlightAware.
pi@pi3:~ $ sudo systemctl restart piaware
pi@pi3:~ $ piaware-status
PiAware master process (piaware) is running with pid 1105.
PiAware ADS-B client (faup1090) is not running.
PiAware ADS-B UAT client (faup978) is not running (disabled by configuration settings)
PiAware mlat client (fa-mlat-client) is not running.
Local ADS-B receiver (dump1090-fa) is running with pid 801.
dump1090-fa (pid 801) is listening for ES connections on port 30005.
faup1090 is NOT connected to the ADS-B receiver.
piaware is connected to FlightAware.
I though that dump1090-fa is needed to ātranslateā the dump978-fa and bring in the lighttpd? On flightaware page is not clear.
Anyway, the dump978-fa is still disabled:
pi@pi3:~ $ piaware-status
PiAware master process (piaware) is running with pid 1424.
PiAware ADS-B client (faup1090) is not running.
PiAware ADS-B UAT client (faup978) is not running (disabled by configuration settings)
PiAware mlat client (fa-mlat-client) is not running.
Local ADS-B receiver (dump1090) is not running.
no program appears to be listening for ES connections on port 30005.
faup1090 is NOT connected to the ADS-B receiver.
piaware is connected to FlightAware.
got ācouldnāt open socket: connection refusedā
dump1090 is NOT producing data on localhost:30005.
This seemed to temporarily fix a UAT-978 pi that was receiving 1090 instead of 978 but ended up reimaging it
sudo systemctl stop dump1090-fa
sudo systemctl restart dump978-fa
the presence of dump1090-fa running seemed to block dump978-fa from working
piaware-status from working uat receiver:
PiAware master process (piaware) is running with pid 20467.
PiAware ADS-B client (faup1090) is not running (disabled by configuration settings)
PiAware ADS-B UAT client (faup978) is running with pid 20508.
PiAware mlat client (fa-mlat-client) is not running.
Local ADS-B UAT receiver (dump978-fa) is running with pid 1663.
dump978-fa (pid 1663) is listening for UAT connections on port 30978.
faup978 is connected to the ADS-B UAT receiver.
piaware is connected to FlightAware.
pi@pi3:~ $ sudo piaware-status
PiAware master process (piaware) is running with pid 1424.
PiAware ADS-B client (faup1090) is not running (disabled by configuration settings)
PiAware ADS-B UAT client (faup978) is running with pid 1468.
PiAware mlat client (fa-mlat-client) is not running.
Local ADS-B UAT receiver (dump978-fa) is running with pid 1459.
dump978-fa (pid 1459) is listening for UAT connections on port 30978.
faup978 is connected to the ADS-B UAT receiver.
piaware is connected to FlightAware.
Well, wait, if itās a brand new system then you donāt really have enough data to say that it was working ābeforeā, because there wasnāt much ābeforeā.