[Bug]: Home Assistant Crashes when viewing tracked objects Video file (when file is non existent?) #18964
-
Checklist
Describe the problem you are havingWhen viewing a tracked object inside frigate (UI over ingress in Home Assistant, might be true also for web) the complete home assistant becomes unavailable and the host system has to be manually restarted. Steps to reproduce
Version0.16.0-f141b58 In which browser(s) are you experiencing the issue with?Google Chrome 137.0.7151.122 (official Build) (arm64) Frigate config fileenvironment_vars:
LIBVA_DRIVER_NAME: i965 # <------ https://docs.frigate.video/configuration/hardware_acceleration#intel-based-cpus
shm_size: 1024MB
mqtt:
host: core-mosquitto
user: mqttuser
password: FQoMFBeViA
ffmpeg:
hwaccel_args: preset-vaapi # <------ https://docs.frigate.video/configuration/hardware_acceleration#intel-based-cpus
input_args: preset-rtsp-restream
# input_args: -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -flags low_delay -strict experimental -analyzeduration 1000M -probesize 1000M -rw_timeout 5000000 # <------ Testing Stuff
# output_args:
# record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
output_args:
record: preset-record-generic-audio-copy
#detectors:
# coral:
# type: edgetpu
# device: usb
detectors:
ov:
type: openvino
device: GPU
model:
model_type: yolonas
width: 320 # <--- should match whatever was set in notebook
height: 320 # <--- should match whatever was set in notebook
input_tensor: nchw
input_pixel_format: bgr
path: /config/yolo_nas_s.onnx
labelmap_path: /labelmap/coco-80.txt
# model:
# width: 300
# height: 300
# input_tensor: nhwc
# input_pixel_format: bgr
# path: /openvino-model/ssdlite_mobilenet_v2.xml
# labelmap_path: /openvino-model/coco_91cl_bkgr.txt
record:
enabled: true
# Optional: Number of minutes to wait between cleanup runs (default: shown below)
# This can be used to reduce the frequency of deleting recording segments from disk if you want to minimize i/o
expire_interval: 30
# Optional: Sync recordings with disk on startup and once a day (default: shown below).
sync_recordings: true
retain: # <--- maybe causing higher cpu-load and storage fillup when enabled for all. BUUUUUUT!!!!!!: When disabled, errors of "unable to keep up with cache" start to appear inside the log! So just leave it on and reduce the number if you don't want permanent recordings. Rebooting all cameras and restarting frigate shortly after sometimes also helps.
days: 0.042
mode: all
alerts:
retain:
days: 7
mode: active_objects
pre_capture: 15
post_capture: 15
detections:
retain:
days: 7
mode: active_objects
pre_capture: 15
post_capture: 15
snapshots:
enabled: true
timestamp: false
bounding_box: true
crop: false
retain:
default: 7
quality: 75
detect:
# Optional: enables detection for the camera (default: shown below)
enabled: true
# Optional: desired fps for your camera for the input with the detect role (default: shown below)
# NOTE: Recommended value of 5. Ideally, try and reduce your FPS on the camera.
fps: 4
# Optional: Number of consecutive detection hits required for an object to be initialized in the tracker. (default: 1/2 the frame rate)
min_initialized: 2
# Optional: Number of frames without a detection before Frigate considers an object to be gone. (default: 5x the frame rate)
max_disappeared: 20
# Optional: Configuration for stationary object tracking
stationary:
# Optional: Frequency for confirming stationary objects (default: same as threshold)
# When set to 1, object detection will run to confirm the object still exists on every frame.
# If set to 10, object detection will run to confirm the object still exists on every 10th frame.
interval: 40
# Optional: Number of frames without a position change for an object to be considered stationary (default: 10x the frame rate or 10s)
threshold: 40
objects:
# Optional: list of objects to track from labelmap.txt (default: person)
track:
- person
- cat
# Optional: filters to reduce false positives for specific object types
filters:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
# min_area: 5000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
# max_area: 100000
# Optional: minimum width/height of the bounding box for the detected object (default: 0)
# min_ratio: 0.5
# Optional: maximum width/height of the bounding box for the detected object (default: 24000000)
# max_ratio: 2.0
# Optional: minimum score for the object to initiate tracking (default: shown below)
min_score: 0.5
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.7
cat:
# Optional: minimum score for the object to initiate tracking
min_score: 0.3
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive
threshold: 0.5
go2rtc:
streams:
garten_main:
- rtsp://admin:XXXXXXXXXXXXX@192.168.0.143/Preview_01_main
garten_sub:
- rtsp://admin:XXXXXXXXXXXXX@192.168.0.143/Preview_01_sub
terrasse1og_main:
- rtsp://admin:XXXXXXXXXXXXX@192.168.0.57/Preview_01_main
terrasse1og_sub:
- rtsp://admin:XXXXXXXXXXXXX@192.168.0.57/Preview_01_sub
balkon1og_main:
- rtsp://admin:XXXXXXXXXXXXX@192.168.0.74/Preview_01_main
balkon1og_sub:
- rtsp://admin:XXXXXXXXXXXXX@192.168.0.74/Preview_01_sub
hauseingang_main:
- rtsp://admin:XXXXXXXXXXXXX@192.168.0.227/Preview_01_main
hauseingang_sub:
- rtsp://admin:XXXXXXXXXXXXX@192.168.0.227/Preview_01_sub
garage1og_main:
- rtsp://admin:XXXXXXXXXXXXX@192.168.0.210/Preview_01_main
garage1og_sub:
- rtsp://admin:XXXXXXXXXXXXX@192.168.0.210/Preview_01_sub
webrtc:
candidates:
- 192.168.0.200:8555
- stun:8555
cameras:
Garten: # <------ Name the camera
enabled: true
ffmpeg:
inputs:
- path: rtsp://ccab4aaf-frigate-fa-beta:8554/garten_sub # <----- The stream you want to use for detection
roles:
- detect
- path: rtsp://ccab4aaf-frigate-fa-beta:8554/garten_main # <----- The stream you want to use for detection
roles:
- record
live:
streams:
Main Stream: garten_main
Sub Stream: garten_sub
objects:
track:
- person
- cat
- bird
motion:
mask:
- 0.086,0.953,0.176,0.97,0.146,0.663,0.106,0.661,0.084,0.56,0.014,0.613
- 0,0.178,0.245,0.172,0.245,0.067,0.299,0.069,0.322,0.073,0.333,0.004,0,0
- 0.632,0.06,0.647,-0.002,1,0,1,0.208,0.76,0.208,0.758,0.103,0.689,0.052
- 0.08,0.525,0.156,0.458,0.219,0.415,0.246,0.393,0.256,0.391,0.258,0.449,0.251,0.503,0.243,0.584,0.228,0.597,0.195,0.598,0.189,0.642,0.178,0.674,0.166,0.672,0.146,0.663,0.106,0.661
- 0.356,0.018,0.428,0.036,0.442,0,0.389,0
threshold: 40
contour_area: 13
improve_contrast: true
zones:
Rasen_Mitte:
coordinates:
0.367,0.588,0.491,0.586,0.495,0.523,0.479,0.503,0.507,0.459,0.537,0.329,0.571,0.367,0.593,0.37,0.612,0.388,0.623,0.383,0.629,0.401,0.627,0.421,0.613,0.425,0.616,0.455,0.611,0.488,0.629,0.47,0.669,0.488,0.704,0.495,0.715,0.527,0.735,0.554,0.757,0.566,0.787,0.575,0.874,0.611,0.904,0.609,0.919,0.579,0.937,0.537,0.968,0.504,0.993,0.516,0.999,0.419,0.998,0.4,0.774,0.22,0.508,0.213,0.277,0.233,0.256,0.28,0.389,0.268,0.389,0.285,0.384,0.301,0.386,0.369,0.388,0.404,0.392,0.435,0.382,0.477,0.37,0.531
loitering_time: 0
Beet:
coordinates:
0.753,0.219,0.738,0.161,0.638,0.125,0.545,0.145,0.433,0.141,0.373,0.142,0.319,0.143,0.292,0.216,0.298,0.231,0.508,0.213
loitering_time: 0
Oben:
coordinates:
0.738,0.161,0.73,0.083,0.689,0.052,0.632,0.06,0.604,0.067,0.574,0.074,0.554,0.076,0.55,0.045,0.501,0.042,0.488,0.068,0.443,0.071,0.391,0.076,0.357,0.078,0.34,0.097,0.332,0.127,0.329,0.143,0.545,0.145,0.639,0.125
loitering_time: 0
Wiese:
coordinates:
0.001,0.178,0.244,0.172,0.192,0.219,0.189,0.292,0.106,0.311,0.064,0.326,0.035,0.34,0.019,0.352,0.018,0.193,0.003,0.191
loitering_time: 0
Terasse_1OG: # <------ Name the camera
enabled: true
ffmpeg:
inputs:
- path: rtsp://ccab4aaf-frigate-fa-beta:8554/terrasse1og_sub # <----- The stream you want to use for detection
roles:
- detect
- path: rtsp://ccab4aaf-frigate-fa-beta:8554/terrasse1og_main # <----- The stream you want to use for detection
roles:
- record
live:
streams:
Main Stream: terrasse1og_main
Sub Stream: terrasse1og_sub
motion:
mask:
- 0.205,0.082,0.001,0.094,0.004,0.009,0.211,0
- 0.687,0.217,0.67,0.104,0.655,0,0.698,0,0.826,0.002,0.86,0.132,0.836,0.196,0.802,0.107,0.781,0.168,0.761,0.239
- 0.801,0.343,0.811,0.535,0.84,0.652,0.886,0.678,0.898,0.559,0.836,0.286
- 0.891,0.424,0.916,0.535,0.937,0.527,0.948,0.561,0.934,0.595,0.951,0.678,0.976,0.627,0.968,0.518,0.955,0.448,0.943,0.392,0.945,0.339,0.948,0.281,0.944,0.232,0.926,0.158,0.907,0.09,0.895,0.051,0.879,0.004,0.861,0.009,0.826,0.002,0.859,0.13,0.848,0.163,0.837,0.193,0.859,0.181,0.867,0.203,0.865,0.23,0.853,0.247,0.858,0.277,0.868,0.313,0.881,0.32,0.892,0.33,0.903,0.35,0.907,0.384
- 0.463,0.166,0.648,0.209,0.655,0,0.472,0.002
- 0.184,0.458,0.21,0.442,0.216,0.368,0.142,0.224
threshold: 33
contour_area: 12
improve_contrast: true
zones:
Treppe:
coordinates: 0.678,0.783,0.728,0.817,0.804,0.783,0.821,0.904,0.79,0.953,0.756,0.998,0.698,1
loitering_time: 0
Terrasse_1OG:
coordinates:
0.641,0.284,0.698,1,0.268,1,0.111,0.684,0.184,0.33,0.233,0.33,0.294,0.288,0.353,0.264,0.43,0.235,0.555,0.232,0.629,0.256
loitering_time: 0
inertia: 3
Terrasse_2OG:
coordinates:
0.111,0.684,0.152,0.486,0.191,0.33,0.2,0.264,0.194,0.213,0.151,0.286,0.144,0.316,0.136,0.367,0.125,0.403,0.115,0.439,0.106,0.478,0.09,0.422,0.064,0.535,0.085,0.582,0.076,0.601
loitering_time: 0
Balken:
coordinates: 0.817,0.175,0.903,0.576,0.899,0.714,0.94,0.814,1,0.704,1,0.496,0.863,0.104
loitering_time: 0
inertia: 3
objects: cat
Balkon_1OG: # <------ Name the camera
enabled: true
ffmpeg:
inputs:
- path: rtsp://ccab4aaf-frigate-fa-beta:8554/balkon1og_sub # <----- The stream you want to use for detection
roles:
- detect
- path: rtsp://ccab4aaf-frigate-fa-beta:8554/balkon1og_main # <----- The stream you want to use for detection
roles:
- record
live:
streams:
Main Stream: balkon1og_main
Sub Stream: balkon1og_sub
motion:
mask: 0.732,0.103,0.578,0.12,0.024,0.979,0,1,0,0,0.485,0,0.731,0
Hauseingang: # <------ Name the camera
enabled: true
ffmpeg:
inputs:
- path: rtsp://ccab4aaf-frigate-fa-beta:8554/hauseingang_sub # <----- The stream you want to use for detection
roles:
- detect
- path: rtsp://ccab4aaf-frigate-fa-beta:8554/hauseingang_main # <----- The stream you want to use for detection
roles:
- record
live:
streams:
Main Stream: hauseingang_main
Sub Stream: hauseingang_sub
motion:
mask:
- 0,0.103,0.205,0.103,0.204,0,0,0
- 0.881,1,0.913,0.682,0.918,0.455,0.948,0.318,0.995,0.3,1,1
- 0.519,0.013,0.515,0.322,0.565,0.339,0.602,0
threshold: 33
contour_area: 12
improve_contrast: true
genai:
enabled: false # <- enable GenAI for your front camera
use_snapshot: true
zones:
Haustur:
coordinates:
0.605,0.849,0.595,0.001,0.312,0,0.341,0.591,0.361,0.58,0.371,0.567,0.38,0.725,0.386,0.823,0.394,0.908,0.404,0.951,0.42,0.955,0.473,0.959,0.51,0.97,0.558,0.966
loitering_time: 0
Treppe_Garten:
coordinates:
0.605,0.826,0.605,0.996,0.651,0.972,0.731,0.849,0.763,0.795,0.802,0.746,0.834,0.719,0.863,0.704,0.898,0.712,0.904,0.68,0.915,0.574,0.918,0.476,0.943,0.42,0.958,0.399,0.974,0.386,0.994,0.301,0.973,0.237,0.927,0.173,0.908,0.154,0.897,0.151,0.865,0.104,0.789,0.119,0.72,0.162,0.65,0.267,0.599,0.305
loitering_time: 0
Tisch:
coordinates:
0.37,0.568,0.341,0.591,0.332,0.417,0.28,0.535,0.264,0.712,0.265,0.885,0.307,0.97,0.347,0.979,0.394,0.908
loitering_time: 0
Garage_1OG: # <------ Name the camera
enabled: true
ffmpeg:
inputs:
- path: rtsp://ccab4aaf-frigate-fa-beta:8554/garage1og_sub # <----- The stream you want to use for detection
roles:
- detect
- path: rtsp://ccab4aaf-frigate-fa-beta:8554/garage1og_main # <----- The stream you want to use for detection
roles:
- record
live:
streams:
Main Stream: garage1og_main
Sub Stream: garage1og_sub
motion:
mask:
0.296,1,0.324,0.934,0.328,0.815,0.281,0.691,0.293,0.468,0.28,0.373,0.227,0.348,0.259,0.322,0.261,0.172,0.294,0.167,0.295,0,0,0,0,1
threshold: 33
contour_area: 12
improve_contrast: true
zones:
Einfahrt:
coordinates:
0.23,0.554,0.299,0.565,0.343,0.527,0.422,0.533,0.425,0.486,0.575,0.497,0.576,0.471,0.669,0.465,0.689,0.42,0.719,0.516,0.867,0.889,0.878,0.913,0.858,0.996,0.187,1,0.128,0.949,0.19,0.755,0.225,0.631
loitering_time: 0
Garage:
coordinates: 0.717,0.511,0.749,0.19,0.936,0.503,0.867,0.889
loitering_time: 0
Wiese:
coordinates:
0.644,0.436,0.66,0.437,0.698,0.053,0.657,0.032,0.605,0.015,0.58,0.004,0.51,0.002,0.454,0.019,0.381,0.096,0.328,0.205,0.304,0.264,0.28,0.373,0.263,0.471,0.292,0.479,0.347,0.484,0.416,0.49,0.422,0.426,0.504,0.443,0.57,0.463,0.569,0.426,0.626,0.431
loitering_time: 0
genai:
enabled: false
provider: gemini
api_key: XXXXXXXXXXXXX
model: gemini-1.5-flash
semantic_search:
enabled: false
model_size: small
face_recognition:
enabled: true
model_size: small
lpr:
enabled: true
classification:
bird:
enabled: true
version: 0.16-0
camera_groups:
Garten:
order: 1
icon: LuLeaf
cameras:
- Garten
- Terasse_1OGdocker-compose file or Docker CLI commandHome Assistant Addon (fa-Beta)Relevant Frigate log output2025-07-02 12:04:25.267029084 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/preview/Balkon_1OG/start/1751456907/end/1751456995 HTTP/1.1" 200 169 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.269304048 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/preview/Balkon_1OG/start/1751456767/end/1751456876 HTTP/1.1" 200 169 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.279958927 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/config HTTP/1.1" 200 46039 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.298305007 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/review?limit=10&severity=alert HTTP/1.1" 200 4112 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.311287322 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/go2rtc/streams HTTP/1.1" 200 26509 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.370680975 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/Garage_1OG/latest.webp?height=360&store=1&cache=1751457600 HTTP/1.1" 200 61428 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.413815466 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/Balkon_1OG/latest.webp?height=360&store=1&cache=1751457600 HTTP/1.1" 200 37098 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.471760568 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/Hauseingang/latest.webp?height=360&store=1&cache=1751457600 HTTP/1.1" 200 62198 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.475992077 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/go2rtc/streams/garage1og_main HTTP/1.1" 200 3195 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.518632380 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET / HTTP/1.1" 200 2646 "-" "HomeAssistantSupervisor/2025.06.2 aiohttp/3.12.13 Python/3.13" "-"
2025-07-02 12:04:25.526259172 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/Garten/latest.webp?height=360&store=1&cache=1751457600 HTTP/1.1" 200 54790 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.556274915 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/Terasse_1OG/latest.webp?height=360&store=1&cache=1751457600 HTTP/1.1" 200 87660 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.560349277 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/Garten/latest.webp?height=336&store=1&cache=1751457600 HTTP/1.1" 200 39220 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.593196285 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&store=1&cache=1751457600 HTTP/1.1" 200 26918 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.621444585 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/Terasse_1OG/latest.webp?height=341&store=1&cache=1751457600 HTTP/1.1" 200 78446 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.651728738 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/Hauseingang/latest.webp?height=341&store=1&cache=1751457600 HTTP/1.1" 200 57666 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.662779462 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /clips/previews/Balkon_1OG/1751454000.084114-1751457600.083854.mp4 HTTP/1.1" 206 4067328 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.675726999 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/Garage_1OG/latest.webp?height=341&store=1&cache=1751457600 HTTP/1.1" 200 49614 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.696728955 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/Garten/latest.webp?height=336&cache=1751457865562 HTTP/1.1" 200 39220 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.705897436 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457865594 HTTP/1.1" 200 26918 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.767729347 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/Terasse_1OG/latest.webp?height=341&cache=1751457865623 HTTP/1.1" 200 78446 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.768594440 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/Hauseingang/latest.webp?height=341&cache=1751457865655 HTTP/1.1" 200 57666 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.777435267 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /clips/previews/Balkon_1OG/1751454000.084114-1751457600.083854.mp4 HTTP/1.1" 206 1505069 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.785809768 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /clips/previews/Balkon_1OG/1751454000.084114-1751457600.083854.mp4 HTTP/1.1" 206 622592 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.790987260 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/go2rtc/streams/hauseingang_main HTTP/1.1" 200 3492 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.834897959 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/go2rtc/streams/terrasse1og_main HTTP/1.1" 200 3489 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.849447914 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/Garage_1OG/latest.webp?height=341&cache=1751457865677 HTTP/1.1" 200 49664 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.951445723 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/Garten/latest.webp?height=336&cache=1751457865897 HTTP/1.1" 200 39220 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:25.954031047 172.30.32.2 - - [02/Jul/2025:14:04:25 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457865906 HTTP/1.1" 200 26918 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:26.039029082 172.30.32.2 - - [02/Jul/2025:14:04:26 +0200] "GET /api/Terasse_1OG/latest.webp?height=341&cache=1751457865969 HTTP/1.1" 200 77710 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:26.044587049 172.30.32.2 - - [02/Jul/2025:14:04:26 +0200] "GET /api/Hauseingang/latest.webp?height=341&cache=1751457865969 HTTP/1.1" 200 57734 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:26.109196260 172.30.32.2 - - [02/Jul/2025:14:04:26 +0200] "GET /api/Garage_1OG/latest.webp?height=341&cache=1751457866050 HTTP/1.1" 200 49638 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:26.188789060 172.30.32.2 - - [02/Jul/2025:14:04:26 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457866154 HTTP/1.1" 200 26918 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:26.194465747 172.30.32.2 - - [02/Jul/2025:14:04:26 +0200] "GET /api/Garten/latest.webp?height=336&cache=1751457866151 HTTP/1.1" 200 39220 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:26.247187190 172.30.32.2 - - [02/Jul/2025:14:04:26 +0200] "GET /api/review?limit=10&severity=alert HTTP/1.1" 200 4112 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:26.267051126 172.30.32.2 - - [02/Jul/2025:14:04:26 +0200] "GET /api/Hauseingang/latest.webp?height=341&cache=1751457866210 HTTP/1.1" 200 57982 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:26.301084875 172.30.32.2 - - [02/Jul/2025:14:04:26 +0200] "GET /api/Terasse_1OG/latest.webp?height=341&cache=1751457866241 HTTP/1.1" 200 77710 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:26.364511673 172.30.32.2 - - [02/Jul/2025:14:04:26 +0200] "GET /api/Garage_1OG/latest.webp?height=341&cache=1751457866310 HTTP/1.1" 200 49680 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:26.421650108 172.30.32.2 - - [02/Jul/2025:14:04:26 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457866388 HTTP/1.1" 200 26918 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:26.433174618 172.30.32.2 - - [02/Jul/2025:14:04:26 +0200] "GET /api/Garten/latest.webp?height=336&cache=1751457866395 HTTP/1.1" 200 39220 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:26.566005404 172.30.32.2 - - [02/Jul/2025:14:04:26 +0200] "GET /api/Terasse_1OG/latest.webp?height=341&cache=1751457866502 HTTP/1.1" 200 77768 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:26.665822558 172.30.32.2 - - [02/Jul/2025:14:04:26 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457866623 HTTP/1.1" 200 26918 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:26.678555894 172.30.32.2 - - [02/Jul/2025:14:04:26 +0200] "GET /api/Garten/latest.webp?height=336&cache=1751457866636 HTTP/1.1" 200 39172 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:26.793241236 172.30.32.2 - - [02/Jul/2025:14:04:26 +0200] "GET /api/Terasse_1OG/latest.webp?height=341&cache=1751457866733 HTTP/1.1" 200 78656 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:26.900137589 172.30.32.2 - - [02/Jul/2025:14:04:26 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457866868 HTTP/1.1" 200 26918 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:26.917280636 172.30.32.2 - - [02/Jul/2025:14:04:26 +0200] "GET /api/Garten/latest.webp?height=336&cache=1751457866880 HTTP/1.1" 200 39172 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:27.135537411 172.30.32.2 - - [02/Jul/2025:14:04:27 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457867100 HTTP/1.1" 200 26918 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:27.157048535 172.30.32.2 - - [02/Jul/2025:14:04:27 +0200] "GET /api/Garten/latest.webp?height=336&cache=1751457867118 HTTP/1.1" 200 39172 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:27.371722893 172.30.32.2 - - [02/Jul/2025:14:04:27 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457867337 HTTP/1.1" 200 26918 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:27.396818339 172.30.32.2 - - [02/Jul/2025:14:04:27 +0200] "GET /api/Garten/latest.webp?height=336&cache=1751457867358 HTTP/1.1" 200 39172 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:27.608623327 172.30.32.2 - - [02/Jul/2025:14:04:27 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457867572 HTTP/1.1" 200 26918 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:27.636652632 172.30.32.2 - - [02/Jul/2025:14:04:27 +0200] "GET /api/Garten/latest.webp?height=336&cache=1751457867598 HTTP/1.1" 200 39056 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:27.841085037 172.30.32.2 - - [02/Jul/2025:14:04:27 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457867809 HTTP/1.1" 200 26940 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:27.875135128 172.30.32.2 - - [02/Jul/2025:14:04:27 +0200] "GET /api/Garten/latest.webp?height=336&cache=1751457867836 HTTP/1.1" 200 39056 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.086674487 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457868042 HTTP/1.1" 200 26940 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.113740525 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /api/Garten/latest.webp?height=336&cache=1751457868075 HTTP/1.1" 200 39056 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.274180325 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /live/mse/api/ws?src=garten_main HTTP/1.1" 101 4 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.294791106 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /live/mse/api/ws?src=balkon1og_main HTTP/1.1" 101 4 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.318964452 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457868286 HTTP/1.1" 200 26940 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.349029551 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /api/Garten/latest.webp?height=336&cache=1751457868314 HTTP/1.1" 200 39056 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.550036707 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457868519 HTTP/1.1" 200 26940 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.584711875 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /api/Garten/latest.webp?height=336&cache=1751457868549 HTTP/1.1" 200 39056 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.716747464 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /live/jsmpeg/Garten HTTP/1.1" 101 4 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.716900090 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /live/mse/api/ws?src=terrasse1og_main HTTP/1.1" 101 2009534 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.717443663 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /live/jsmpeg/Balkon_1OG HTTP/1.1" 101 4 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.717530860 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /live/mse/api/ws?src=garage1og_main HTTP/1.1" 101 1994000 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.717610436 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /live/mse/api/ws?src=hauseingang_main HTTP/1.1" 101 2010976 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.725928244 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "POST /api/reviews/viewed HTTP/1.1" 200 52 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.736120408 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /api/review?reviewed=1&before=1751457869&after=1751371469 HTTP/1.1" 200 18368 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.743648529 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /api/config HTTP/1.1" 200 46039 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.745659027 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /api/preview/all/start/1751371200/end/1751461200 HTTP/1.1" 200 2679 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.752477924 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /api/review/summary?timezone=Europe/Berlin HTTP/1.1" 200 552 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.779301301 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /api/recordings/summary?timezone=Europe/Berlin HTTP/1.1" 200 19 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.806191564 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /api/recordings/summary?timezone=Europe/Berlin&cameras%5B%5D=Garten&cameras%5B%5D=Terasse_1OG&cameras%5B%5D=Balkon_1OG&cameras%5B%5D=Hauseingang&cameras%5B%5D=Garage_1OG HTTP/1.1" 200 19 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.816532913 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /clips/previews/Balkon_1OG/1751454000.084114-1751457600.083854.mp4 HTTP/1.1" 206 3179112 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.889741693 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /api/review/activity/motion?before=1751457869&after=1751371469&scale=15&cameras=Balkon_1OG HTTP/1.1" 200 43976 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.892181886 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /clips/previews/Garten/1751454000.209078-1751457600.134741.mp4 HTTP/1.1" 206 4145999 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.902841446 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /clips/previews/Terasse_1OG/1751454000.19186-1751457600.256033.mp4 HTTP/1.1" 206 4068624 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.931341788 2025/07/02 14:04:28 [error] 239#239: *24514 media_set_parse_durations: invalid number of elements in the durations array 1150 while sending to client, client: 172.30.32.2, server: , request: "GET /vod/Balkon_1OG/start/1751454000/end/1751457600/master.m3u8 HTTP/1.1", host: "192.168.0.200:8123", referrer: "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review"
2025-07-02 12:04:28.931397842 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /vod/Balkon_1OG/start/1751454000/end/1751457600/master.m3u8 HTTP/1.1" 503 599 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.936596204 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /api/Balkon_1OG/recordings?before=1751457600&after=1751454000 HTTP/1.1" 200 173492 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.942954003 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /clips/previews/Hauseingang/1751454000.048018-1751457600.075958.mp4 HTTP/1.1" 206 4141640 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.955881956 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /clips/previews/Garage_1OG/1751454000.095021-1751457600.095778.mp4 HTTP/1.1" 206 4144737 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.977123834 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /clips/previews/Hauseingang/1751454000.048018-1751457600.075958.mp4 HTTP/1.1" 206 995912 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.983335868 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /clips/previews/Terasse_1OG/1751454000.19186-1751457600.256033.mp4 HTTP/1.1" 206 988432 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:28.983722403 172.30.32.2 - - [02/Jul/2025:14:04:28 +0200] "GET /clips/previews/Garage_1OG/1751454000.095021-1751457600.095778.mp4 HTTP/1.1" 206 933473 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:29.910918383 172.30.32.2 - - [02/Jul/2025:14:04:29 +0200] "GET /api/go2rtc/streams/balkon1og_main HTTP/1.1" 200 3471 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:29.983492152 2025/07/02 14:04:29 [error] 240#240: *24594 media_set_parse_durations: invalid number of elements in the durations array 1150 while sending to client, client: 172.30.32.2, server: , request: "GET /vod/Balkon_1OG/start/1751454000/end/1751457600/master.m3u8 HTTP/1.1", host: "192.168.0.200:8123", referrer: "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review"
2025-07-02 12:04:29.983523317 172.30.32.2 - - [02/Jul/2025:14:04:29 +0200] "GET /vod/Balkon_1OG/start/1751454000/end/1751457600/master.m3u8 HTTP/1.1" 503 599 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:30.001656941 172.30.32.2 - - [02/Jul/2025:14:04:30 +0200] "GET /api/go2rtc/streams/garten_main HTTP/1.1" 200 3474 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:32.890835356 127.0.0.1 - - [02/Jul/2025:14:04:32 +0200] "" 400 0 "-" "-" "-"
2025-07-02 12:04:40.730668385 172.30.32.2 - - [02/Jul/2025:14:04:40 +0200] "GET /api/profile HTTP/1.1" 200 39 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:40.731767993 172.30.32.2 - - [02/Jul/2025:14:04:40 +0200] "GET /api/review/summary?timezone=Europe/Berlin HTTP/1.1" 200 552 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:40.736010988 172.30.32.2 - - [02/Jul/2025:14:04:40 +0200] "GET /api/preview/all/start/1751371200/end/1751461200 HTTP/1.1" 200 2679 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:40.772999757 172.30.32.2 - - [02/Jul/2025:14:04:40 +0200] "GET /api/recordings/summary?timezone=Europe/Berlin HTTP/1.1" 200 19 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:40.774304952 172.30.32.2 - - [02/Jul/2025:14:04:40 +0200] "GET /api/recordings/summary?timezone=Europe/Berlin&cameras%5B%5D=Garten&cameras%5B%5D=Terasse_1OG&cameras%5B%5D=Balkon_1OG&cameras%5B%5D=Hauseingang&cameras%5B%5D=Garage_1OG HTTP/1.1" 200 19 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:40.802144553 172.30.32.2 - - [02/Jul/2025:14:04:40 +0200] "GET /api/review/activity/motion?before=1751457869&after=1751371469&scale=15&cameras=Balkon_1OG HTTP/1.1" 200 43976 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:50.607252259 172.30.32.2 - - [02/Jul/2025:14:04:50 +0200] "GET /api/config HTTP/1.1" 200 46039 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:50.610082485 172.30.32.2 - - [02/Jul/2025:14:04:50 +0200] "GET /api/preview/Balkon_1OG/start/1751456767/end/1751456876 HTTP/1.1" 200 169 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:50.610521472 172.30.32.2 - - [02/Jul/2025:14:04:50 +0200] "GET /api/preview/Balkon_1OG/start/1751456907/end/1751456995 HTTP/1.1" 200 169 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:50.639667730 172.30.32.2 - - [02/Jul/2025:14:04:50 +0200] "GET /api/review?limit=10&severity=alert HTTP/1.1" 200 3896 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:50.653390942 172.30.32.2 - - [02/Jul/2025:14:04:50 +0200] "GET /api/go2rtc/streams HTTP/1.1" 200 27574 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:50.695159801 172.30.32.2 - - [02/Jul/2025:14:04:50 +0200] "GET /api/Garten/latest.webp?height=336&cache=1751457890592 HTTP/1.1" 200 37108 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:50.753517076 172.30.32.2 - - [02/Jul/2025:14:04:50 +0200] "GET /api/Terasse_1OG/latest.webp?height=341&cache=1751457890592 HTTP/1.1" 200 73148 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:50.783845356 172.30.32.2 - - [02/Jul/2025:14:04:50 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457890592 HTTP/1.1" 200 26164 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:50.839644435 172.30.32.2 - - [02/Jul/2025:14:04:50 +0200] "GET /api/Hauseingang/latest.webp?height=341&cache=1751457890592 HTTP/1.1" 200 60076 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:50.902749762 172.30.32.2 - - [02/Jul/2025:14:04:50 +0200] "GET /api/Garage_1OG/latest.webp?height=341&cache=1751457890592 HTTP/1.1" 200 55012 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:50.928522351 172.30.32.2 - - [02/Jul/2025:14:04:50 +0200] "GET /api/Hauseingang/latest.webp?height=341&cache=1751457890840 HTTP/1.1" 200 60076 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:50.991828084 172.30.32.2 - - [02/Jul/2025:14:04:50 +0200] "GET /api/Garage_1OG/latest.webp?height=341&cache=1751457890858 HTTP/1.1" 200 55140 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.045044029 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/go2rtc/streams/garage1og_main HTTP/1.1" 200 3294 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.053647345 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/Terasse_1OG/latest.webp?height=341&cache=1751457890955 HTTP/1.1" 200 73156 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.076765866 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457890983 HTTP/1.1" 200 26164 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.188432796 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/Hauseingang/latest.webp?height=341&cache=1751457891130 HTTP/1.1" 200 60142 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.250324213 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/Garage_1OG/latest.webp?height=341&cache=1751457891193 HTTP/1.1" 200 55140 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.266800114 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/go2rtc/streams/terrasse1og_main HTTP/1.1" 200 3588 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.311714033 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457891278 HTTP/1.1" 200 26164 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.321578051 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/go2rtc/streams/hauseingang_main HTTP/1.1" 200 3591 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.321614301 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/Terasse_1OG/latest.webp?height=341&cache=1751457891255 HTTP/1.1" 200 73726 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.450233739 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/Hauseingang/latest.webp?height=341&cache=1751457891389 HTTP/1.1" 200 59886 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.509420144 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/Garage_1OG/latest.webp?height=341&cache=1751457891451 HTTP/1.1" 200 54864 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.547261631 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457891512 HTTP/1.1" 200 26164 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.582696124 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/review?limit=10&severity=alert HTTP/1.1" 200 3896 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.586191285 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/Terasse_1OG/latest.webp?height=341&cache=1751457891522 HTTP/1.1" 200 74940 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.702092560 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /live/mse/api/ws?src=terrasse1og_main HTTP/1.1" 101 1282 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.702098406 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /live/mse/api/ws?src=balkon1og_main HTTP/1.1" 101 1278 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.702255589 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /live/mse/api/ws?src=hauseingang_main HTTP/1.1" 101 1282 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.702258775 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /live/mse/api/ws?src=garage1og_main HTTP/1.1" 101 1279 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.718420368 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "POST /api/reviews/viewed HTTP/1.1" 200 52 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.719493833 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/Hauseingang/latest.webp?height=341&cache=1751457891651 HTTP/1.1" 200 59870 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.719636317 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/review?reviewed=1&before=1751457892&after=1751371492 HTTP/1.1" 200 18367 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.727927004 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/review/summary?timezone=Europe/Berlin HTTP/1.1" 200 552 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.743575497 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/preview/all/start/1751371200/end/1751461200 HTTP/1.1" 200 2679 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.755562987 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/recordings/summary?timezone=Europe/Berlin HTTP/1.1" 200 19 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.783211370 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/recordings/summary?timezone=Europe/Berlin&cameras%5B%5D=Garten&cameras%5B%5D=Terasse_1OG&cameras%5B%5D=Balkon_1OG&cameras%5B%5D=Hauseingang&cameras%5B%5D=Garage_1OG HTTP/1.1" 200 19 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.794596864 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /clips/previews/Terasse_1OG/1751454000.19186-1751457600.256033.mp4 HTTP/1.1" 206 994043 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.817111579 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /clips/previews/Hauseingang/1751454000.048018-1751457600.075958.mp4 HTTP/1.1" 206 2261419 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.906265615 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/review/activity/motion?before=1751457892&after=1751371492&scale=15&cameras=Balkon_1OG HTTP/1.1" 200 43976 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.908187649 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /clips/previews/Garage_1OG/1751454000.095021-1751457600.095778.mp4 HTTP/1.1" 206 2949595 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.941045533 2025/07/02 14:04:51 [error] 240#240: *24596 media_set_parse_durations: invalid number of elements in the durations array 1150 while sending to client, client: 172.30.32.2, server: , request: "GET /vod/Balkon_1OG/start/1751454000/end/1751457600/master.m3u8 HTTP/1.1", host: "192.168.0.200:8123", referrer: "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review"
2025-07-02 12:04:51.941801012 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /vod/Balkon_1OG/start/1751454000/end/1751457600/master.m3u8 HTTP/1.1" 503 599 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:51.952234198 172.30.32.2 - - [02/Jul/2025:14:04:51 +0200] "GET /api/Balkon_1OG/recordings?before=1751457600&after=1751454000 HTTP/1.1" 200 173492 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:52.990076511 2025/07/02 14:04:52 [error] 239#239: *24503 media_set_parse_durations: invalid number of elements in the durations array 1150 while sending to client, client: 172.30.32.2, server: , request: "GET /vod/Balkon_1OG/start/1751454000/end/1751457600/master.m3u8 HTTP/1.1", host: "192.168.0.200:8123", referrer: "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review"
2025-07-02 12:04:52.990110105 172.30.32.2 - - [02/Jul/2025:14:04:52 +0200] "GET /vod/Balkon_1OG/start/1751454000/end/1751457600/master.m3u8 HTTP/1.1" 503 599 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/review" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:56.398919816 172.30.32.2 - - [02/Jul/2025:14:04:56 +0200] "GET /api/go2rtc/streams/balkon1og_main HTTP/1.1" 200 3570 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:04:56.429798244 172.30.32.2 - - [02/Jul/2025:14:04:56 +0200] "GET /api/go2rtc/streams/garten_main HTTP/1.1" 200 3573 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:05.223031079 172.30.32.2 - - [02/Jul/2025:14:05:05 +0200] "GET /api/config HTTP/1.1" 200 46039 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:05.223489788 172.30.32.2 - - [02/Jul/2025:14:05:05 +0200] "GET /api/preview/Balkon_1OG/start/1751456907/end/1751456995 HTTP/1.1" 200 169 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:05.247356766 172.30.32.2 - - [02/Jul/2025:14:05:05 +0200] "GET /api/review?limit=10&severity=alert HTTP/1.1" 200 3880 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:05.257700453 172.30.32.2 - - [02/Jul/2025:14:05:05 +0200] "GET /api/go2rtc/streams HTTP/1.1" 200 27511 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:05.301346184 172.30.32.2 - - [02/Jul/2025:14:05:05 +0200] "GET /api/Garten/latest.webp?height=336&cache=1751457905192 HTTP/1.1" 200 36370 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:05.364256103 172.30.32.2 - - [02/Jul/2025:14:05:05 +0200] "GET /api/Terasse_1OG/latest.webp?height=341&cache=1751457905192 HTTP/1.1" 200 81108 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:05.395706960 172.30.32.2 - - [02/Jul/2025:14:05:05 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457905192 HTTP/1.1" 200 26056 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:05.457367089 172.30.32.2 - - [02/Jul/2025:14:05:05 +0200] "GET /api/Hauseingang/latest.webp?height=341&cache=1751457905192 HTTP/1.1" 200 60386 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:05.511739679 172.30.32.2 - - [02/Jul/2025:14:05:05 +0200] "GET /api/Garage_1OG/latest.webp?height=341&cache=1751457905192 HTTP/1.1" 200 54204 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:05.766664716 172.30.32.2 - - [02/Jul/2025:14:05:05 +0200] "GET /api/go2rtc/streams/garage1og_main HTTP/1.1" 200 3393 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:06.004803413 172.30.32.2 - - [02/Jul/2025:14:05:06 +0200] "GET /api/go2rtc/streams/terrasse1og_main HTTP/1.1" 200 3687 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:06.020888879 172.30.32.2 - - [02/Jul/2025:14:05:06 +0200] "GET /api/go2rtc/streams/hauseingang_main HTTP/1.1" 200 3690 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:06.187895993 172.30.32.2 - - [02/Jul/2025:14:05:06 +0200] "GET /api/review?limit=10&severity=alert HTTP/1.1" 200 3880 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:06.567101320 172.30.32.2 - - [02/Jul/2025:14:05:06 +0200] "GET /ws HTTP/1.1" 101 615234 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:06.803921423 172.30.32.2 - - [02/Jul/2025:14:05:06 +0200] "GET // HTTP/1.1" 200 2716 "http://192.168.0.200:8123/ccab4aaf_frigate-fa-beta/ingress" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:06.856708957 172.30.32.2 - - [02/Jul/2025:14:05:06 +0200] "GET /fonts/Inter-Regular.woff2 HTTP/1.1" 200 108488 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/assets/i18n-xFC3Ar72.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:06.866939744 172.30.32.2 - - [02/Jul/2025:14:05:06 +0200] "GET /api/profile HTTP/1.1" 200 39 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:06.867611857 172.30.32.2 - - [02/Jul/2025:14:05:06 +0200] "GET /api/config HTTP/1.1" 200 46039 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:06.874219879 172.30.32.2 - - [02/Jul/2025:14:05:06 +0200] "GET /api/profile HTTP/1.1" 200 39 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:06.929234947 172.30.32.2 - - [02/Jul/2025:14:05:06 +0200] "GET /api/review?limit=10&severity=alert HTTP/1.1" 200 3880 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:06.940401318 172.30.32.2 - - [02/Jul/2025:14:05:06 +0200] "GET /api/go2rtc/streams HTTP/1.1" 200 27808 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:06.977699817 172.30.32.2 - - [02/Jul/2025:14:05:06 +0200] "GET /api/Garten/latest.webp?height=336&cache=1751457906902 HTTP/1.1" 200 36370 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:07.038359772 172.30.32.2 - - [02/Jul/2025:14:05:07 +0200] "GET /api/Terasse_1OG/latest.webp?height=341&cache=1751457906902 HTTP/1.1" 200 80858 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:07.071551274 172.30.32.2 - - [02/Jul/2025:14:05:07 +0200] "GET /api/Balkon_1OG/latest.webp?height=336&cache=1751457906902 HTTP/1.1" 200 26056 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:07.127361399 172.30.32.2 - - [02/Jul/2025:14:05:07 +0200] "GET /api/Hauseingang/latest.webp?height=341&cache=1751457906902 HTTP/1.1" 200 60334 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:07.185288628 172.30.32.2 - - [02/Jul/2025:14:05:07 +0200] "GET /api/Garage_1OG/latest.webp?height=341&cache=1751457906902 HTTP/1.1" 200 54360 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:07.505348489 172.30.32.2 - - [02/Jul/2025:14:05:07 +0200] "GET /api/go2rtc/streams/garage1og_main HTTP/1.1" 200 3492 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:07.804770291 172.30.32.2 - - [02/Jul/2025:14:05:07 +0200] "GET /api/go2rtc/streams/terrasse1og_main HTTP/1.1" 200 3786 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:07.852265094 172.30.32.2 - - [02/Jul/2025:14:05:07 +0200] "GET /api/go2rtc/streams/hauseingang_main HTTP/1.1" 200 3789 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:08.562885629 172.30.32.2 - - [02/Jul/2025:14:05:08 +0200] "GET /api/sub_labels?split_joined=1 HTTP/1.1" 200 9 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:08.565783042 172.30.32.2 - - [02/Jul/2025:14:05:08 +0200] "GET /api/sub_labels HTTP/1.1" 200 9 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:08.566524404 172.30.32.2 - - [02/Jul/2025:14:05:08 +0200] "GET /api/events/explore?limit=10 HTTP/1.1" 200 5200 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:08.566530767 172.30.32.2 - - [02/Jul/2025:14:05:08 +0200] "GET /fonts/Inter-Medium.woff2 HTTP/1.1" 200 111380 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/assets/i18n-xFC3Ar72.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:08.570544916 172.30.32.2 - - [02/Jul/2025:14:05:08 +0200] "GET /api/recognized_license_plates HTTP/1.1" 200 2 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:08.578794589 172.30.32.2 - - [02/Jul/2025:14:05:08 +0200] "GET /api/events/explore?limit=10 HTTP/1.1" 200 5200 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:12.088582843 172.30.32.2 - - [02/Jul/2025:14:05:12 +0200] "GET /api/go2rtc/streams/garten_main HTTP/1.1" 200 3672 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:12.377489006 172.30.32.2 - - [02/Jul/2025:14:05:12 +0200] "GET /api/go2rtc/streams/balkon1og_main HTTP/1.1" 200 3694 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:12.552970855 172.30.32.2 - - [02/Jul/2025:14:05:12 +0200] "GET /fonts/Inter-SemiBold.woff2 HTTP/1.1" 200 111588 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/assets/i18n-xFC3Ar72.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:14.930454181 172.30.32.2 - - [02/Jul/2025:14:05:14 +0200] "GET /api/review/event/1751456938.828858-adsyra HTTP/1.1" 200 361 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:14.946086935 172.30.32.2 - - [02/Jul/2025:14:05:14 +0200] "GET /api/config HTTP/1.1" 200 46039 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:14.957793970 172.30.32.2 - - [02/Jul/2025:14:05:14 +0200] "HEAD /vod/Balkon_1OG/start/1751456938.828858/end/1751456999.830571/index.m3u8 HTTP/1.1" 200 0 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:14.957800556 172.30.32.2 - - [02/Jul/2025:14:05:14 +0200] "GET /vod/Balkon_1OG/start/1751456938.828858/end/1751456999.830571/index.m3u8 HTTP/1.1" 200 171 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:14.957842704 172.30.32.2 - - [02/Jul/2025:14:05:14 +0200] "GET /vod/Balkon_1OG/start/1751456938.828858/end/1751456999.830571/index.m3u8 HTTP/1.1" 200 171 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:14.972731585 172.30.32.2 - - [02/Jul/2025:14:05:14 +0200] "GET /vod/Balkon_1OG/start/1751456938.828858/end/1751456999.830571/init-v1.mp4 HTTP/1.1" 200 738 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:15.051392849 172.30.32.2 - - [02/Jul/2025:14:05:15 +0200] "GET /vod/Balkon_1OG/start/1751456938.828858/end/1751456999.830571/seg-1-v1.m4s HTTP/1.1" 200 16265108 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:20.344141965 172.30.32.2 - - [02/Jul/2025:14:05:20 +0200] "GET /api/go2rtc/streams/garten_main HTTP/1.1" 200 3771 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:20.430083401 172.30.32.2 - - [02/Jul/2025:14:05:20 +0200] "GET /api/go2rtc/streams/balkon1og_main HTTP/1.1" 200 3768 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:21.531948437 172.30.32.2 - - [02/Jul/2025:14:05:21 +0200] "GET /api/events/1751456938.828858-adsyra/snapshot.jpg HTTP/1.1" 200 50845 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:25.143657414 172.30.32.2 - - [02/Jul/2025:14:05:25 +0200] "GET /api/events/1751456900.310338-sgrjs2/snapshot.jpg HTTP/1.1" 200 50489 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:26.922945689 172.30.32.2 - - [02/Jul/2025:14:05:26 +0200] "GET /api/review/event/1751456900.310338-sgrjs2 HTTP/1.1" 200 361 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:26.928181122 172.30.32.2 - - [02/Jul/2025:14:05:26 +0200] "HEAD /vod/Balkon_1OG/start/1751456900.310338/end/1751456936.33972/index.m3u8 HTTP/1.1" 200 0 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:26.928274168 172.30.32.2 - - [02/Jul/2025:14:05:26 +0200] "GET /vod/Balkon_1OG/start/1751456900.310338/end/1751456936.33972/index.m3u8 HTTP/1.1" 200 171 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:26.929455866 172.30.32.2 - - [02/Jul/2025:14:05:26 +0200] "GET /api/config HTTP/1.1" 200 46039 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:26.931911623 172.30.32.2 - - [02/Jul/2025:14:05:26 +0200] "GET /vod/Balkon_1OG/start/1751456900.310338/end/1751456936.33972/index.m3u8 HTTP/1.1" 200 171 "http://192.168.0.200:8123/api/hassio_ingress/YVxw5L4WA3O_eUOfOuDHBwxvZaI0XF0xKUo0gn4vstM/explore" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
2025-07-02 12:05:32.990697336 127.0.0.1 - - [02/Jul/2025:14:05:32 +0200] "" 400 0 "-" "-" "-"
2025-07-02 12:06:25.525138332 172.30.32.2 - - [02/Jul/2025:14:06:25 +0200] "GET / HTTP/1.1" 200 2646 "-" "HomeAssistantSupervisor/2025.06.2 aiohttp/3.12.13 Python/3.13" "-"
2025-07-02 12:06:33.092331183 127.0.0.1 - - [02/Jul/2025:14:06:33 +0200] "" 400 0 "-" "-" "-"
2025-07-02 12:07:33.169362556 127.0.0.1 - - [02/Jul/2025:14:07:33 +0200] "" 400 0 "-" "-" "-"
2025-07-02 12:07:35.252535085 172.30.32.2 - - [02/Jul/2025:14:07:35 +0200] "GET /ws HTTP/1.1" 101 42358 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "192.168.0.77, 172.30.32.1"
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service go2rtc-healthcheck: stopping
s6-rc: info: service certsync: stopping
s6-rc: info: service go2rtc-healthcheck successfully stopped
2025-07-02 12:07:35.736672996 [INFO] The go2rtc-healthcheck service exited with code 256 (by signal 15)
2025-07-02 12:07:35.754660015 [INFO] Service CERTSYNC exited with code 256 (by signal 15)
s6-rc: info: service certsync successfully stopped
s6-rc: info: service nginx: stopping
s6-rc: info: service certsync-log: stopping
s6-rc: info: service certsync-log successfully stopped
2025-07-02 12:07:35.994601288 [INFO] Service NGINX exited with code 0 (by signal 0)
s6-rc: info: service nginx successfully stopped
s6-rc: info: service nginx-log: stopping
s6-rc: info: service frigate: stopping
2025-07-02 12:07:36.052162552 [2025-07-02 14:07:35] frigate.comms.mqtt ERROR : MQTT disconnected
s6-rc: info: service nginx-log successfully stopped
2025-07-02 12:07:36.230213041 [2025-07-02 14:07:36] frigate.app INFO : Stopping...
2025-07-02 12:07:36.299972244 [2025-07-02 14:07:36] frigate.storage INFO : Exiting storage maintainer...
2025-07-02 12:07:36.320094530 [2025-07-02 14:07:36] frigate.events.cleanup INFO : Exiting event cleanup...
2025-07-02 12:07:36.325214475 [2025-07-02 14:07:36] frigate.ptz.autotrack INFO : Exiting autotracker...
2025-07-02 12:07:36.337115790 [2025-07-02 14:07:36] frigate.stats.emitter INFO : Exiting stats emitter...
2025-07-02 12:07:36.357481432 [2025-07-02 14:07:36] frigate.watchdog INFO : Exiting watchdog...
2025-07-02 12:07:36.366157507 [2025-07-02 14:07:36] frigate.record.cleanup INFO : Exiting recording cleanup...
2025-07-02 12:07:36.368541266 [2025-07-02 14:07:36] frigate.ptz.onvif INFO : Exiting ONVIF controller...
2025-07-02 12:07:36.370989791 [2025-07-02 14:07:36] frigate.track.object_processing INFO : Exiting object processor...
2025-07-02 12:07:36.372874799 [2025-07-02 14:07:36] frigate.app INFO : Waiting for capture process for Garten to stop
2025-07-02 12:07:36.603381387 [2025-07-02 14:07:36] frigate.events.maintainer INFO : Exiting event processor...
2025-07-02 12:07:36.605536070 [2025-07-02 14:07:36] watchdog.Garten INFO : Terminating the existing ffmpeg process...
2025-07-02 12:07:36.606815407 [2025-07-02 14:07:36] watchdog.Garten INFO : Waiting for ffmpeg to exit gracefully...
2025-07-02 12:07:37.136594390 [2025-07-02 14:07:37] watchdog.Garten INFO : Terminating the existing ffmpeg process...
2025-07-02 12:07:37.136934735 [2025-07-02 14:07:37] watchdog.Garten INFO : Waiting for ffmpeg to exit gracefully...
2025-07-02 12:07:37.210957427 [2025-07-02 14:07:37] frigate.app INFO : Waiting for capture process for Terasse_1OG to stop
2025-07-02 12:07:37.591782498 [2025-07-02 14:07:37] watchdog.Terasse_1OG INFO : Terminating the existing ffmpeg process...
2025-07-02 12:07:37.592327648 [2025-07-02 14:07:37] watchdog.Terasse_1OG INFO : Waiting for ffmpeg to exit gracefully...
2025-07-02 12:07:38.137633186 [2025-07-02 14:07:38] watchdog.Terasse_1OG INFO : Terminating the existing ffmpeg process...
2025-07-02 12:07:38.138126607 [2025-07-02 14:07:38] watchdog.Terasse_1OG INFO : Waiting for ffmpeg to exit gracefully...
2025-07-02 12:07:38.260265109 [2025-07-02 14:07:38] frigate.app INFO : Waiting for capture process for Balkon_1OG to stop
2025-07-02 12:07:38.339544887 [2025-07-02 14:07:38] watchdog.Balkon_1OG INFO : Terminating the existing ffmpeg process...
2025-07-02 12:07:38.339962722 [2025-07-02 14:07:38] watchdog.Balkon_1OG INFO : Waiting for ffmpeg to exit gracefully...
2025-07-02 12:07:38.543881181 [2025-07-02 14:07:38] watchdog.Balkon_1OG INFO : Terminating the existing ffmpeg process...
2025-07-02 12:07:38.544237980 [2025-07-02 14:07:38] watchdog.Balkon_1OG INFO : Waiting for ffmpeg to exit gracefully...
2025-07-02 12:07:38.970617512 [2025-07-02 14:07:38] frigate.app INFO : Waiting for capture process for Hauseingang to stop
2025-07-02 12:07:39.180798045 [2025-07-02 14:07:39] watchdog.Hauseingang INFO : Terminating the existing ffmpeg process...
2025-07-02 12:07:39.181129395 [2025-07-02 14:07:39] watchdog.Hauseingang INFO : Waiting for ffmpeg to exit gracefully...
2025-07-02 12:07:39.704987026 [2025-07-02 14:07:39] watchdog.Hauseingang INFO : Terminating the existing ffmpeg process...
2025-07-02 12:07:39.705452000 [2025-07-02 14:07:39] watchdog.Hauseingang INFO : Waiting for ffmpeg to exit gracefully...
2025-07-02 12:07:40.282955507 [2025-07-02 14:07:40] frigate.app INFO : Waiting for capture process for Garage_1OG to stop
2025-07-02 12:07:40.641971763 [2025-07-02 14:07:40] watchdog.Garage_1OG INFO : Terminating the existing ffmpeg process...
2025-07-02 12:07:40.642438010 [2025-07-02 14:07:40] watchdog.Garage_1OG INFO : Waiting for ffmpeg to exit gracefully...
2025-07-02 12:07:40.931635562 [2025-07-02 14:07:40] watchdog.Garage_1OG INFO : Terminating the existing ffmpeg process...
2025-07-02 12:07:40.932100268 [2025-07-02 14:07:40] watchdog.Garage_1OG INFO : Waiting for ffmpeg to exit gracefully...
2025-07-02 12:07:41.058147905 [2025-07-02 14:07:41] frigate.app INFO : Waiting for process for Garten to stop
2025-07-02 12:07:41.614593168 [2025-07-02 14:07:41] frigate.video INFO : Garten: emptying frame queue
2025-07-02 12:07:41.615033730 [2025-07-02 14:07:41] frigate.video INFO : Garten: exiting subprocess
2025-07-02 12:07:41.624855352 [2025-07-02 14:07:41] frigate.app INFO : Closing frame queue for Garten
2025-07-02 12:07:42.125944729 [2025-07-02 14:07:42] frigate.app INFO : Waiting for process for Terasse_1OG to stop
2025-07-02 12:07:42.627830158 [2025-07-02 14:07:42] frigate.video INFO : Terasse_1OG: emptying frame queue
2025-07-02 12:07:42.628354976 [2025-07-02 14:07:42] frigate.video INFO : Terasse_1OG: exiting subprocess
2025-07-02 12:07:42.640637038 [2025-07-02 14:07:42] frigate.app INFO : Closing frame queue for Terasse_1OG
2025-07-02 12:07:43.141766371 [2025-07-02 14:07:43] frigate.app INFO : Waiting for process for Balkon_1OG to stop
2025-07-02 12:07:43.347914375 [2025-07-02 14:07:43] frigate.video INFO : Balkon_1OG: emptying frame queue
2025-07-02 12:07:43.348311852 [2025-07-02 14:07:43] frigate.video INFO : Balkon_1OG: exiting subprocess
2025-07-02 12:07:43.357898064 [2025-07-02 14:07:43] frigate.app INFO : Closing frame queue for Balkon_1OG
2025-07-02 12:07:43.859081946 [2025-07-02 14:07:43] frigate.app INFO : Waiting for process for Hauseingang to stop
2025-07-02 12:07:44.222211598 [2025-07-02 14:07:44] frigate.video INFO : Hauseingang: emptying frame queue
2025-07-02 12:07:44.222647704 [2025-07-02 14:07:44] frigate.video INFO : Hauseingang: exiting subprocess
2025-07-02 12:07:44.232418657 [2025-07-02 14:07:44] frigate.app INFO : Closing frame queue for Hauseingang
2025-07-02 12:07:44.733453138 [2025-07-02 14:07:44] frigate.app INFO : Waiting for process for Garage_1OG to stop
s6-rc: info: service s6rc-fdholder: starting
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service s6rc-fdholder successfully started
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service prepare: starting
s6-rc: info: service log-prepare: starting
s6-rc: info: service log-prepare successfully started
s6-rc: info: service nginx-log: starting
s6-rc: info: service go2rtc-log: starting
s6-rc: info: service frigate-log: starting
s6-rc: info: service certsync-log: starting
s6-rc: info: service frigate-log successfully started
s6-rc: info: service nginx-log successfully started
s6-rc: info: service go2rtc-log successfully started
s6-rc: info: service certsync-log successfully started
s6-rc: info: service prepare successfully started
s6-rc: info: service go2rtc: starting
s6-rc: info: service go2rtc successfully started
s6-rc: info: service go2rtc-healthcheck: starting
s6-rc: info: service frigate: starting
s6-rc: info: service go2rtc-healthcheck successfully started
s6-rc: info: service frigate successfully started
s6-rc: info: service nginx: starting
2025-07-02 12:15:18.846494601 [INFO] Starting NGINX...
2025-07-02 12:15:18.887913422 [INFO] No TLS certificate found. Generating a self signed certificate...
2025-07-02 12:15:19.206891612 You have successfully opted out to send the telemetry data.
2025-07-02 12:15:19.410603529 [INFO] Preparing Frigate...
2025-07-02 12:15:21.041185398 [INFO] Preparing new go2rtc config...
2025-07-02 12:15:21.044518364 [INFO] Starting Frigate...
2025-07-02 12:15:21.207603375 [INFO] Got IP address from supervisor: 192.168.0.200
2025-07-02 12:15:21.288562189 [INFO] Got WebRTC port from supervisor: 8555
2025-07-02 12:15:22.193745149 [INFO] Starting go2rtc...
2025-07-02 12:15:22.329222374 14:15:22.329 INF go2rtc platform=linux/amd64 revision=fa580c5 version=1.9.9
2025-07-02 12:15:22.329303485 14:15:22.329 INF config path=/dev/shm/go2rtc.yaml
2025-07-02 12:15:22.331526411 14:15:22.330 INF [rtsp] listen addr=:8554
2025-07-02 12:15:22.331533282 14:15:22.330 INF [api] listen addr=:1984
2025-07-02 12:15:22.331539560 14:15:22.330 INF [webrtc] listen addr=:8555Relevant go2rtc log outputShould be included in Frigate log output since this was from the Home Assistant Addon logs.Operating systemHome Assistant OS Install methodHome Assistant Add-on Network connectionWired Camera make and modelreolink Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulThe Error happend at about 14:05:30, relevant for the Logs. Home Assistant Logs (Core)Home Assistant Logs (Core, UTC offset. 14:04:25.662 seems to be relevant) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
This is a duplicate of #18240 and is a bug with HA Core 2025.5 and later. home-assistant/core#145592 |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for duplicate 🤦🏻 I'll try out the new HA-Version tonight & I'll give you feedback here if it gets resolved by this or not and close afterwards. By the way I am using the Beta but didn't know how to add the label 😅 |
Beta Was this translation helpful? Give feedback.





Semms to be fixed by Home Assistant 2025.7, at least it didn't crash till now. Closing 👍