multiple sites

I have added and claimed a second receiver but it has not shown up under My Ads-b. Is there something I am missing ?

Do you know the MAC address of the second device?

I can look to see if it’s feeding us data if you can post it here.

b8:27:eb:f2:28:e8 is the second receiver

Your MAC is not connected to FlightAware.
If you can get to the command prompt you can try the following commands.

Status report on programs and the connections needed to feed FlightAware
“sudo piaware-status”

Detail logs which will show any error messages
“cat /tmp/piaware.out”

root@piaware:~# piaware-status
dump1090 is running.
faup1090 is running.
piaware is running.
dump1090 is listening for connections on port 30005.
faup1090 is connected to port 30005.
piaware is connected to FlightAware.
dump1090 is producing data on port 30005.

root@piaware:~# tail -f /tmp/piaware.out
12/24/2015 14:57:20 piaware version 2.1-5 is running, process ID 2161
12/24/2015 14:57:20 your system info is: Linux piaware 4.1.13-v7+ #826 SMP PREEMPT Fri Nov 13 20:19:03 GMT 2015 armv7l GNU/Linux
12/24/2015 14:57:20 Connecting to FlightAware adept server at piaware.flightaware.com/1200
12/24/2015 14:57:20 Connection to adept server at piaware.flightaware.com/1200 failed: couldn’t open socket: no such device or address (No address associated with hostname)
12/24/2015 14:57:20 reconnecting in 76 seconds…
12/24/2015 14:57:20 ADS-B data program ‘dump1090’ is listening on port 30005, so far so good
12/24/2015 14:57:20 Starting faup1090: /usr/lib/piaware/helpers/faup1090 --net-bo-ipaddr localhost --net-bo-port 30005 --stdout
12/24/2015 14:57:20 Started faup1090 (pid 2310) to connect to dump1090
12/24/2015 14:57:21 piaware received a message from dump1090!
12/24/2015 14:57:50 72 msgs recv’d from dump1090; 0 msgs sent to FlightAware
12/24/2015 14:58:36 Connecting to FlightAware adept server at piaware.flightaware.com/1200
12/24/2015 14:58:36 Connection with adept server at piaware.flightaware.com/1200 established
12/24/2015 14:58:37 FlightAware server SSL certificate validated
12/24/2015 14:58:37 encrypted session established with FlightAware
12/24/2015 14:58:37 autoUpdate in adept config is enabled, allowing update
12/24/2015 14:58:37 manualUpdate in adept config is enabled, allowing update
12/24/2015 14:58:37 multilateration support enabled (use piaware-config to disable)
12/24/2015 14:58:37 logged in to FlightAware as user w2brw1
12/24/2015 14:58:42 piaware has successfully sent several msgs to FlightAware!

Looks like it is there now: flightaware.com/adsb/stats/user … tats-16660

Yes I had a bad dongle out of the box that was causing me issues. Thanks everyone