I requested that Flight Aware provide me a 1090 Receiver set up, and they agreed to do so. I imagine I will receive it within a few weeks. The problem is that I have built my own 978 UAT receiving station based upon purchasing the FlightFeeder basic, and I don’t know how to “claim” it on the FlightAware web page. When I go to the webpage to claim it, the FlightAware web site thinks that I am attempting to claim the receiver THEY Sent me for 1090 Mhz–which I don’t have yet.
The ID is generated when a new station goes live.
You then go to the Claim Page and associate the ID with your account
(hint: the station and the device you are claiming the ID from, must be on the same network)
Option-2:
You can ssh without knowing your RPi’s Local IP address by typing following command in PuTTY or Windows Command Terminal
ssh pi@raspberrypi.local
Note:
Replace pi with your actual configured username, and raspberrypi with your actual configured host name, if you changed these during setup.
For example I changed hostname from raspberrypi to rpios-trixie, so instead of command ssh pi@rapberrypi.local, I used command ssh pi@rpios-trixie.local, as shown in screenshot attached below.
While logged-in to your Flightaware account, do following:
(1) Open browser
(2) In address bar of browser, type following address, and hit Enter Key
piaware.local
(3) The step (2) above will open piaware-web page (see screenshot below)
At bottom of this page there is a link to claim your RPi.
Click the link. It will take you to Claims page.
Follow instructions on Claims page.
When trying to connect to an os like armbian or dietpi using hostname.local returns “cannot connect, address not found”, then most likely mDNS is not working. To fix mDNS, install package avahi-daemon and then try again.
Please see the last line of avahi-daemon’s log posted below:
abcd@debian-14:~$ sudo journalctl -u avahi-daemon -n5
Jun 26 11:59:56 debian-14 avahi-daemon[18358]: Registering new address record for fe80::a00:27ff:fe65:134c on enp0s3.*.
Jun 26 11:59:56 debian-14 avahi-daemon[18358]: Registering new address record for 192.168.12.40 on enp0s3.IPv4.
Jun 26 11:59:56 debian-14 avahi-daemon[18358]: Registering new address record for ::1 on lo.*.
Jun 26 11:59:56 debian-14 avahi-daemon[18358]: Registering new address record for 127.0.0.1 on lo.IPv4.
Jun 26 11:59:57 debian-14 avahi-daemon[18358]: Server startup complete. Host name is debian-14.local. Local service cookie is 3909558484.
abcd@debian-14:~$