diff --git a/README.md b/README.md index 96204d9..8ee255a 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,6 @@ _Everything here is ment to be **experimental**. Happy to see feedback!_ -## Installation - -Go to the _Supervisor_ Panel, select _Add-on Store_, click the three little dots on the upper right and select _Repositories_. Now fill the _Add repository_ testbox with `https://github.com/MaxWinterstein/homeassistant-addons/` and click _Add_. - ## Home Assistant Addon repository containing ## ADB-S Multi Portal Feeder @@ -39,3 +35,9 @@ This is a complete copy of https://github.com/hassio-addons/addon-portainer/tree As the current version (`2.0.0` at this time) of this addon has problems with starting containers this clone simply provides easy access to v1.5.2. See https://community.home-assistant.io/t/portainer-v2-6-2-unable-to-start-containers/332356 or https://github.com/hassio-addons/addon-portainer/issues/127 for more. + +## Installation + +Go to the _Supervisor_ Panel, select _Add-on Store_, click the three little dots on the upper right and select _Repositories_. Now fill the _Add repository_ testbox with `https://github.com/MaxWinterstein/homeassistant-addons/` and click _Add_. + +![installation](https://raw.githubusercontent.com/MaxWinterstein/homeassistant-addons/main/add_repository.png) diff --git a/add_repository.png b/add_repository.png new file mode 100644 index 0000000..03ad612 Binary files /dev/null and b/add_repository.png differ diff --git a/adsb-multi-portal-feeder/README.md b/adsb-multi-portal-feeder/README.md index 6d44de5..528e048 100644 --- a/adsb-multi-portal-feeder/README.md +++ b/adsb-multi-portal-feeder/README.md @@ -10,6 +10,12 @@ This Add-On is based on the incredible [docker-fr24feed-piaware-dump1090](https: I just added a few sprinkles to make it work with Home Assistant. +## Installation + +- If not already done, add the Add-on repostitory ([see](https://github.com/MaxWinterstein/homeassistant-addons#installation)) +- If you want to share to FlightRadar24 and/or FlightAware, generate needed keys ([see below](https://github.com/MaxWinterstein/homeassistant-addons/tree/main/adsb-multi-portal-feeder#flightaware-feeder-id--flightrader24-key)) +- If you want to use the dump1090 WebInterface (like the screenshot above) you need to set Lat/Lon for your location ([see below(https://github.com/MaxWinterstein/homeassistant-addons/tree/main/adsb-multi-portal-feeder#latitude--longitude)) + ## 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: @@ -65,8 +71,9 @@ SERVICE_ENABLE_HTTP: false - 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 :8754. - You need to add some port mapping at the configuration page to access it. +- 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](https://raw.githubusercontent.com/MaxWinterstein/homeassistant-addons/main/adsb-multi-portal-feeder/images/port-8754.png) ## Credits: diff --git a/adsb-multi-portal-feeder/images/port-8754.png b/adsb-multi-portal-feeder/images/port-8754.png new file mode 100644 index 0000000..c1efb26 Binary files /dev/null and b/adsb-multi-portal-feeder/images/port-8754.png differ