Neue NINA-Integration: Automatisches Polling der BBK-Warn-API (warnung.bund.de/api31) und Weiterleitung von Warnmeldungen ins Meshtastic-Netz. Separate Admin-Konfigurationsseite (/nina) analog zum Scheduler. - meshbot/nina.py: NinaBot – Polling, De-Duplikation, Schweregrad- und Quellen-Filterung, WebSocket-Broadcast (nina_alert) - nina.yaml + conf/nina.yaml: Hot-reload-faehige Konfiguration - static/nina.html + static/js/nina.js: Konfigurationsseite mit AGS-Code-Verwaltung, Quellen-Auswahl und Live-Alerts-Tabelle - webserver.py: GET/PUT /api/nina/config + GET /nina (Admin-only) - main.py: NinaBot initialisieren, watch/start/stop im Lifecycle - app.js: NINA-Sidebar-Eintrag (Admin-only, shield-exclamation) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
174 B
YAML
13 lines
174 B
YAML
enabled: false
|
|
poll_interval: 300
|
|
channel: 0
|
|
min_severity: Severe
|
|
ags_codes: []
|
|
sources:
|
|
katwarn: true
|
|
biwapp: true
|
|
mowas: true
|
|
dwd: true
|
|
lhp: true
|
|
police: false
|