TTS Server-Konfiguration
Webhook-Backend Status
Dieses Tool erwartet ein Backend auf http://localhost:8080 das vom Proxmox-Setup-Script installiert wird.
Das Backend empfängt TTS-Webhooks, speichert sie in SQLite und stellt sie per REST/WebSocket bereit.
Das Backend empfängt TTS-Webhooks, speichert sie in SQLite und stellt sie per REST/WebSocket bereit.
GET /api/packets?limit=500&after=ISO&before=ISO&device=id
GET /api/devices
WS /ws (live stream)
POST /api/downlink {"device_id":"..","payload_b64":"..","f_port":1}
POST /tts/webhook (TTS Webhook-Eingang)
GET /api/devices
WS /ws (live stream)
POST /api/downlink {"device_id":"..","payload_b64":"..","f_port":1}
POST /tts/webhook (TTS Webhook-Eingang)
Direkte TTS REST API (ohne Backend)
GET {url}/api/v3/as/applications/{app}/packages/storage/uplink_message
?after=ISO&before=ISO&limit=1000&order=-received_at
Authorization: Bearer {API_KEY}
?after=ISO&before=ISO&limit=1000&order=-received_at
Authorization: Bearer {API_KEY}