Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADSB Report Generation #208

Open
Mike-D-424 opened this issue Oct 26, 2024 · 2 comments
Open

ADSB Report Generation #208

Mike-D-424 opened this issue Oct 26, 2024 · 2 comments
Labels
deferred Left to be resolved at a later time or in a later release enhancement New feature or request

Comments

@Mike-D-424
Copy link

Please remove or relocate if this is posted in a different place. I tried to email you; however, it bounced back.

I wish to find a magic way for either my existing ADS-B feed or from the internet to create and (preferably e-mail me) a weekly report, including aircraft ID, speed, heading, date, time, altitude, etc., of any aircraft lower than 1000 ft, within two miles of my home.

I want this because I am tired of helicopters making my house shake since I live under their approach to a local airport.

I am not a coding or pi expert; therefore, a more straightforward and easier-to-implement solution is preferred.

@kx1t
Copy link
Member

kx1t commented Dec 9, 2024

Hi - I will add this as a potential future feature request, but we're currently not considering to implement this. The data that you would need for this is already available on your Pi, in whatever directory you mapped for "html":

  • ....html/planefence-yyyymmdd.csv has the Planefence data (in CSV format, you can import this in Excel/Google Sheets/MacOS Numbers) for that date
  • ....html/plane-alert.csv has the Plane-Alert data (from the beginning of times), you can similarly import this into any of the spreadsheet programs

We also added MQTT notifications; if you have a MQTT broker, you can integrate this with your Google Smart Speaker, etc.
All of this is not exactly what you asked for, but maybe it helps.

@kx1t kx1t added enhancement New feature or request deferred Left to be resolved at a later time or in a later release labels Dec 9, 2024
@Mike-D-424
Copy link
Author

Thank you for answering.

Could you please give me some idea of how to find the directory where the files are?

I am NOT a tech guy (especially with the pi)

Thank you again!

Michael

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deferred Left to be resolved at a later time or in a later release enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants