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

feeder(adsbfi): Improve README #136

Merged
merged 1 commit into from
Jun 21, 2023
Merged

Conversation

MaxWinterstein
Copy link
Contributor

  • Add SERVICE_ENABLE_ADSBFI to common section
  • adjust naming to the style adsb.fi uses itself
  • remove duplicated MLAT section

@Thom-x Thom-x merged commit 0293167 into Thom-x:master Jun 21, 2023
2 of 5 checks passed
@Oli-BY
Copy link

Oli-BY commented Jul 6, 2023

what can i do to remove this error? I get it when i activate the Radarbox MLAT.
I use the Home Assitant Addon for multifeeding.

[radarbox-feeder] Traceback (most recent call last):
[radarbox-feeder] File "/usr/local/share/radarbox-mlat-client/venv/bin/mlat-client", line 22, in
[radarbox-feeder] import mlat.client.version
[radarbox-feeder] ModuleNotFoundError: No module named 'mlat'

@Thom-x
Copy link
Owner

Thom-x commented Jul 6, 2023

That's strange, because mlat is available, it's working on my side.
It might be due to the architecture. What are you running on ?

@Oli-BY
Copy link

Oli-BY commented Jul 6, 2023

That's strange, because mlat is available, it's working on my side.

It might be due to the architecture. What are you running on ?

I use the addon for Home Assistant from Max Winterstein. Its on docker. I reinstalled today the addon but nothing changed. I still get the error message as long as Radarbox MLAT is activated. Radarbox ADS-B works well. Yes, i think something with my installation is wrong.

The last days Radarbox had problems with the server for the feeders. Support team told me that. Now is all fixed.

FR24, dump1090, Piaware, adsbexchange, ADSBFI and Opensky are working perfectly

@Oli-BY
Copy link

Oli-BY commented Jul 7, 2023

Radarbox support team told me to do this and I have no idea what the impact would be. They always assume that everything runs on a Raspberry:

.....................................
Hi,
Please try the following MLAT install code

sudo apt purge mlat-client
sudo apt update -y
sudo apt install -y git curl build-essential debhelper python-dev python3-dev
cd
git clone https://github.com/mutability/mlat-client.git

cd mlat-client
sudo apt install -y dh-python
sudo dpkg-buildpackage -b -uc

cd
sudo dpkg -i mlat-client_*.deb

........................................................

I can only use the terminal in Home Assistant. Sudo apt wont work i guess.

@MaxWinterstein
Copy link
Contributor Author

Solved within #131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants