Läuft ab: 10.06.2026 08:25:01
Letzter bekannter Kamera-Snapshot — aktualisiert bei jedem Klingeln oder Bewegungsevent.
Diesen Token in docs/atrium-card.example.html bei API_TOKEN eintragen:
SSE-Stream: /events.php?token=6935115e… ·
Live-Bild: /live.php?token=…
Noch keine Events — Webhook aktiv? Klingel einmal drücken oder Polling abwarten.
Per crontab -e auf dem Server eintragen:
# Polling-Fallback (jede Minute – Webhook-Zuverlässigkeit ist schlecht) * * * * * /usr/bin/php /var/www/vhosts/fastfind.site/atrium.fastfind.site/bin/poll-events.php >> /dev/null 2>&1 # Proaktiver Token-Refresh (alle 4 Minuten) */4 * * * * /usr/bin/php /var/www/vhosts/fastfind.site/atrium.fastfind.site/bin/refresh-tokens.php >> /dev/null 2>&1 # DSGVO-Retention: Snapshots + Events nach 7 Tagen löschen (täglich 03:00) 0 3 * * * /usr/bin/php /var/www/vhosts/fastfind.site/atrium.fastfind.site/bin/purge-snapshots.php >> /dev/null 2>&1
PHP-Pfad prüfen: which php auf dem Server
Generiert: 10.06.2026 06:50:29