UniFi Protect Übersicht | Automatisch verwaltet von Charls
| Kamera | Status | MAC | Mikrofon | HDR | LED | OSD |
|---|---|---|---|---|---|---|
| Eingang | ✅ Verbunden | 70:A7:41:0E:8B:48 | ✅ An | ✅ Verfügbar | ❌ Aus | Name + Datum |
| Terrasse | ✅ Verbunden | 70:A7:41:0F:15:2F | ✅ An | ✅ Verfügbar | ✅ An | Logo |
63c0479702940e03e400f1fa69dcf1c000b92203e4000460UniFi Protect Integration API:
https://10.168.1.1:443/proxy/protect/integration/v1x-api-key Header)GET /camerasGET /cameras/{id}/snapshot → JPEG 1920x1080Verfügbare Endpunkte:
| Endpunkt | Status |
|---|---|
/cameras |
✅ Lesezugriff |
/cameras/{id}/snapshot |
✅ Snapshot (Full-HD) |
/liveviews |
✅ Lesezugriff |
/viewers |
✅ Lesezugriff |
/events |
❌ Nicht verfügbar |
/detections |
❌ Nicht verfügbar |
/nvr |
❌ Nicht verfügbar |
curl -sk -o /tmp/cam_{name}.jpg \
https://10.168.1.1:443/proxy/protect/integration/v1/cameras/{id}/snapshot \
-H "x-api-key: {API_KEY}"
curl -X POST https://api.telegram.org/bot{TOKEN}/sendPhoto \
-F chat_id=8218070245 \
-F photo=@/tmp/cam_{name}.jpg \
-F caption="📷 {Name} - {Datum}"
Erstellt von ⚡ Charls am 2026-04-14