Just need to figure out where your dump1090 is writing to and configure script appropriately ... I guess I'm going to have to give the json-stats a config in /etc/default/adsbexchange-stats
From those errors it thinks it's in /run/dump1090-fa .. did you try rebooting Pi and letting script try to detect again?
Just go with this for now: https://github.com/wiedehopf/adsb-scripts/wiki/Bundle-install-for-dump1090fa With that you get multiple interfaces and the adsbx stats should work as well. It should remove the readsb no issues.
That's not correct. It wouldn't or shouldn't be in /home/pi/adsbexchange by default. You need to figure out how you are launching dump1090 and how to pass args to it. If you are writing dump1090 json to teh SD and you've configure web server to view local dump1090 map from the Pi - then you will wreck the SD card with writes.
/etc/default/dump1090-fa config file # dump1090-fa configuration # This is sourced by /usr/share/dump1090-fa/start-dump1090-fa as a # shellscript fragment. # If you are using a PiAware sdcard image, this config file is regenerated # on boot based on the contents of piaware-config.txt; any changes made to this # file will be lost. # dump1090-fa won't automatically start unless ENABLED=yes ENABLED=yes RECEIVER_OPTIONS="--device-index 0 --gain -10 --ppm 0" DECODER_OPTIONS="--lat 52.9673029 --lon -112.6567874 --max-range 360 --fix" NET_OPTIONS="--net --net-heartbeat 60 --net-ro-size 1300 --net-ro-interval 0.2 --net-ri-port 0 --net-ro-port 30002 --net-sbs-port 30003 --net-bi-port 30004,30104 --net-bo-port 30005" JSON_OPTIONS="--json-location-accuracy 1"
The logs already show the stats script has been working for the last half hour. Just check the stats page please ....
https://www.adsbexchange.com/api/feeders/?feed=2ce8601e-2f24-11ea-966b-b827eb6ac427 http://www.adsbexchange.com/api/feeders/tar1090/?feed=2ce8601e-2f24-11ea-966b-b827eb6ac427 Appears to be working now - based on uuid from screenshot
The files are being writing in /var/run/dump1090-fa, but adsbexchange-stats isn't reading from that directory. What do I need to change? Thanks
You need to understand the log as well. The last line says it was started, there is no error showing below/after that. Thus it is working.