Files
homeassistant-addons/adsb-multi-portal-feeder
Max Winterstein c6deb9a052 Fix typo
Rel
2023-06-22 16:33:38 +02:00
..
2021-10-10 23:39:38 +02:00
2023-06-22 16:33:38 +02:00
2021-10-10 15:22:02 +02:00
2022-12-07 16:58:09 +01:00

Home Assistant Add-On: dump1090 based feeder for FlightRadar24, FlightAware, ADSBexchange and Plane Finder

Buy Me a Coffee at ko-fi.com

Add-on to feed ADS-B data from a cheap USB ADS-B Stick (e.g. Nooelec NESDR Mini) to FlightRadar24, FlightAware, ADSBexchange and Plane Finder.

screenshot

Prolog

This Add-On is based on the incredible docker-fr24feed-piaware-dump1090 docker image by Thom-x.

I just added a few sprinkles to make it work with Home Assistant.

Installation

  • If not already done, add the Add-on repostitory (see)
  • If you want to share to FlightRadar24 and/or FlightAware and/or ADSBexchange and/or Plane Finder, generate needed keys (see below)
  • If you want to use the dump1090 WebInterface (like the screenshot above) you need to set Lat/Lon for your location (see below)

Sensors for Home Assistant

If you would like some nice statistics you can use a rest sensor with some template magic to show e.g. the number of aircrafts currently tracked:

sensor aircraft tracked

Example of 'Aircrafts tracked' sensor

See this Home Assistant Community post.
Just replace the <raspberry pi> ip with

resource: http://f1c878cb-adsb-multi-portal-feeder:8754/monitor.json

Configuration

The whole configuration is meant to work alike the original docker image.
See docker-fr24feed-piaware-dump1090 for more info.

I pre-provivde the (i guess) most used workflow: Send data from USB ADS-B stick to FlightRadar24, FlightAware, ADSBexchange and Plane Finder and have a nice little web based overview as Home Assistant menu entry.

It it possible to retrive and use the location information of home assistant itself, using some magic variables, which will be replaced automatically:

  • HOMEASSISTANT_LATITUDE
  • HOMEASSISTANT_LONGITUDE
  • HOMEASSISTANT_ELEVATION

If you want to add anything else just add the corresponding environment variable as config option.
You might need to press the three little dots in the upper right corner and choose Edit in YAML.

E.g.: You want to change the default tracker on the HTML site from FlightAware to Flightradar24?

...
HTML_DEFAULT_TRACKER: 'Flightradar24'
...

FlightAware Feeder ID / FlightRader24 KEY / ADSBexchange UUID / Plane Finder Sharecode

There are multiple options to obtain the needed keys to supply data towards the platforms.
Running the original image as interactive docker container is one of them.
Either on your local machine, or e.g. the Home Assistant addon SSH & Web Terminal .

See docker-fr24feed-piaware-dump1090 for more info.

Latitude / Longitude

You can

Accessing the UI

  • This Add-On provides ingress functionality to some nice map of received data.
    Simply enable the Show in sidebar function or access vie the OPEN WEB UI button.
  • fr24feed (the feeder of FlightRader24) provides some stats at its internal port 8754.
    To access add some external port at the configuration tab at Network like this: network
    fr24stats

Credits:

TODO