Documentation update (#52)

This commit is contained in:
Max Winterstein
2021-10-10 22:42:51 +02:00
committed by GitHub
parent 436568fff7
commit df04b9c171
4 changed files with 15 additions and 6 deletions
+6 -4
View File
@@ -4,10 +4,6 @@
_Everything here is ment to be **experimental**. Happy to see feedback!_ _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 ## Home Assistant Addon repository containing
## <img src="adsb-multi-portal-feeder/icon.png" width="40px"> ADB-S Multi Portal Feeder ## <img src="adsb-multi-portal-feeder/icon.png" width="40px"> 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. 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. 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)
Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

+9 -2
View File
@@ -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. 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 ## 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: 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. - 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. 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. - fr24feed (the feeder of FlightRader24) provides some stats at its internal port 8754.
You need to add some port mapping at the configuration page to access it. 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: ## Credits:
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB