MaxWinterstein / homeassistant-addons

GNU General Public License v3.0
131 stars 38 forks source link

ADS-B Multi-Portal Feeder Map #114

Open JbbDE opened 1 year ago

JbbDE commented 1 year ago

Hi is there a way to integrate the map with the airplanes on it into home assistant? (Like a link to Map only view) I am already using FR24 card, but I would like to see the planes on a map. Just for clarification I can't enable "show in the sidebar" because the ADS-B Multi-Portal Feeder is installed on an other homeassistant instance connected to the main instance via "Remote Home Assistant".

Thanks for any help

MaxWinterstein commented 1 year ago

I guess you could still use the 'show in sidebar' feature.

Just install the addon also on the host where you would like to see the planes and just use it to render the data you get from the other host.

On the machine with the already running instance, you need to expose port 30005 aka tcp beast output. An the second machine, where you just want to watch, disable all receivers (FR24 and others) and just consume the data.

Config should look something like this: image

I have a small RPi Zero with ADS-B Stick that just collects the data and exposes it, all sharing and visualisation is done on the HA instance.

VikeDragon commented 1 year ago

I guess you could still use the 'show in sidebar' feature.

Just install the addon also on the host where you would like to see the planes and just use it to render the data you get from the other host.

On the machine with the already running instance, you need to expose port 30005 aka tcp beast output. An the second machine, where you just want to watch, disable all receivers (FR24 and others) and just consume the data.

Config should look something like this: image

I have a small RPi Zero with ADS-B Stick that just collects the data and exposes it, all sharing and visualisation is done on the HA instance.

Greetings! Please tell me how the settings for receiving data from an external Orange Pi Zero device are set in this addon. I'm trying to configure it in the same configuration and it doesn't work out, what am I doing wrong? Tell me in more detail how you did it