although not a FA version, I know there are a lot of people here that have other systems. I am using Joe’s v2.6.1/adsb-receiver_2.6.1_dump1090-fa_raspbian-stretch-lite image. Now I am not sure if there is a problem with that image although freshly downloaded and installed sucessfully, however I am coming up with this sceario, the Piaware skyview 1090 map (attached) with the heywhatsthat rings showing, the FA table of currently tracked planes showing, but no planes showing on the map ??? Ideas and Happy Easter to those who celebrate.
I can’t suggest why but I noticed the table is not showing anything in the distance column so it appears that it does not know where the aircraft are located hence not placing them on the map.
Hey ABCD, thanks for your advice. Your typing in the reply has 1 - next to lat but 2-- next to lon. This is what I added, the lat and lon weren’t there but still the same result:
Already done too. I believe it is the image where the problem lies and Joe has gone deep again. Unless someone else downloads the latest FA 1090 image and gets it to work, that is my best guest.
Ok, I did it and burned a spare microSD card with freshly downloaded “adsb-receiver_2.6.1_dump1090-fa_raspbian-stretch-lite.img”,
Slipped the microSD card into Pi Model2 (the most modern Pi I have ).
Powered up Configured my feeder-id in piaware-config (see below).
Everything, including rings, is ok (even with --lat & --lon missing in the file /etc/default/dump1090). It seems LAT & LON of a feeder are obtained by dump1090-fa/Piaware from Flightaware Database.
Did you do this
sudo piaware-config feeder-id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx sudo systemctl restart piaware
(Replace xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx by your actual feeder id. Yo can get it from your FA “My ADS-B” page.
If you have already done that, then check on you Flightaware “My ADS-B” page if your coordinates are correctly recorded there.
Here is map displayed by my “adsb-receiver_2.6.1_dump1090-fa_raspbian-stretch-lite.img” running on Pi Model2
NOTE: This image does NOT have latest dump1090-fa version 3.5.3. It has older ver 3.5.1
I did another experiment.
In Flaightaware “My ADS-B” page, I opened Configuration and set my receiver’s location to your LAT and LON, and Rebooted the PI. The results are identical to your situation, but of course reversed in location. Please see the screenshots below.
Great!
So was it due to wrong Lat/Lon setting in your “My ADSB” page’s configuration?
Curious to know how you fixed it.
.
.
Open file config.js to edit
cd /usr/share/dump1090-fa/html
sudo nano config.js
.
Press Ctrl+w, and type SiteCircles, and press Enter key. The cursor will jump to this line:
SiteCirclesDistances = new Array(100,150,200);
Add the circle by adding circle dia in this line,. For example if you want a circle at 250 nm, add this number within the brackets. Note that adjuscent numbers should be seperated by a comma. The above line will become:
SiteCirclesDistances = new Array(100,150,200,250);
Save file (Ctrl+o), Close file (Ctrl+x)
Now reload/refresh browser. If extra circle dont show, clear browser cache and reload it.
This is what got it going. Once FA servers identified the feed, it worked fine, so not sure if it was an image thing or FA not picking up on the new feed, but that manual fix did it. Thanks for above I found an old post of yours re same. How do you add the circle id to the mutability version of the same?? A handy visual thing to have.