New user here. I’ve installed PiAware on my RasP4b 10(buster) install, hooked up my FAPro+ and 1090 antenna and can see my data populating as username Charles Jessee near MHT. View Live Data gives:
10.0.0.115/dump1090-fa/ doesn’t work either. I’ve tried a few things in Norton Security Suite Firewall without success. Disabling AV & Firewall didn’t work.
Hmm, my install requires inclusion of a port number with the URL. So it is https://http://10.0.1.50:8080/. Of course yours would be the Pi’s actual IP number. That “Search Google” message you pasted initially makes it seem like the colon might be missing?
Is your Pi headless or can you view it via a monitor with HDMI? If you can hook up a monitor and keyboard you could try using an IP of 127.0.0.1 instead of the actual IP address (that is a shortcut meaning to connect to the computer you’re running on, new actual network connection is used; also known as localhost).
I’ve tried 10.0.0.151:8080 and 127.0.0.1:8080 without success, although I can ping both. Wonder if another app is using that port? What’s that 595/apache2 I’m seeing?
sudo piaware-status
PiAware master process (piaware) is running with pid 618.
PiAware ADS-B client (faup1090) is running with pid 743.
PiAware ADS-B UAT client (faup978) is not running (disabled by configuration settings)
PiAware mlat client (fa-mlat-client) is running with pid 1468.
Local ADS-B receiver (dump1090-fa) is running with pid 483.
dump1090-fa (pid 483) is listening for ES connections on port 30005.
faup1090 is connected to the ADS-B receiver.
piaware is connected to FlightAware.
dump1090 is producing data on localhost:30005.
Your feeder ID is e0df51dd-4e42-46d3-a8bb-26821f2444cb (from /var/cache/piaware/feeder_id)
No, you dont have to install tar1090 or graph1090 to see SkyView web page in your browser. What you need to install is lighttpd web server, but seems you have installed apache web server, did you?
I am not sure, but as far as I know having both apache and lighttpd most likely will cause conflict.
Theretically it is possible to serve SkyView (dump1090-fa) web page using Apache, but will require reconfiguration of Apache to do so. Some one who has already done this may help you.