A project to make meteo alert (https://www.meteoalarm.eu/) weather warning data available over the APRS network.
- captures and sends warnings for configured regions
- creates a status message to the existing WX Station (no beacon or weather data is sent)
- creates bulletin message
- multiple bulletin can be configured
Aee requirements.txt.
pip install -r requirements.txt
regions = [
Region(country='Senec', bulletin='BLN1WXSC', callsign='OM1PU-6'), # send status message to object defined by callsign and bulletin message
Region(country='Bratislava', bulletin='BLN1WXBA'), # send only bulletin messages
]
# aprs
callsign = 'NOCALL-6' # callsign
passwd = '12345' # APRS pass code
host = 'euro.aprs2.net' # APRS server host
port = 14580 # APRS server port
python meteoalarm.py
/usr/bin/python3 /home/aprs/meteoalarm.py
- Add APRS WX station beacon
- Better data extraction
- Better warning processing
Based on work SQ9MDD Rysiek Labus