Fix stream freezing and alert camera name matching

- Add auto-reconnect with exponential backoff to MSE and WebRTC streams
  when connections drop, preventing permanent freezes in grid view
- Add onDisconnect callback to Go2RTCWebRTC (connectionstate monitoring)
  and Go2RTCMSE (WebSocket close detection)
- Fix alert camera names to use Frigate names (Front_Porch, etc.)
  instead of display names which never matched MQTT events
- Disable offline WyzePanV3 camera
This commit is contained in:
root
2026-02-26 15:55:44 -06:00
parent b630ba0337
commit 23ca4ee742
3 changed files with 114 additions and 28 deletions

View File

@@ -67,7 +67,10 @@ alerts:
enabled: true
auto_dismiss_seconds: 30
suppression_seconds: 60
cameras: []
cameras:
- "Front_Porch"
- "Porch_Downstairs"
- "Driveway_door"
detection_types:
- "person"