Skip to content

Commit f7da6ff

Browse files
committed
up
1 parent a545120 commit f7da6ff

1 file changed

Lines changed: 7 additions & 24 deletions

File tree

my-apps/home/frigate/config.yml

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -40,37 +40,20 @@ ffmpeg:
4040
# Re-adding go2rtc with Nest cameras via Home Assistant API
4141
# Using the correct echo:curl syntax from official documentation
4242
go2rtc:
43-
# Nest configuration for direct access (lower latency)
44-
# Device IDs can be found in the go2rtc dashboard after restart
45-
nest:
46-
client_id: "${NEST_CLIENT_ID}"
47-
client_secret: "${NEST_CLIENT_SECRET}"
48-
project_id: "${NEST_PROJECT_ID}"
49-
refresh_token: "${NEST_REFRESH_TOKEN}"
50-
5143
streams:
52-
# --- Direct Nest Streams (Recommended) ---
53-
# Uncomment and replace <DEVICE_ID> with the ID from go2rtc dashboard
54-
# backyard-nest: "nest:<DEVICE_ID>"
55-
# garage-inside-nest: "nest:<DEVICE_ID>"
56-
# garage-outside-nest: "nest:<DEVICE_ID>"
57-
# front-porch-nest: "nest:<DEVICE_ID>"
58-
# living-room-nest: "nest:<DEVICE_ID>"
59-
# kitchen-nest: "nest:<DEVICE_ID>"
60-
61-
# --- Fallback: Nest cameras via Home Assistant Proxy ---
44+
# Nest cameras using direct Nest integration (native go2rtc support)
6245
backyard-nest:
63-
- "ffmpeg:http://home-assistant.home-assistant.svc.cluster.local:8123/api/camera_proxy_stream/camera.backyard_camera#video=copy#audio=copy#http_headers=Authorization: Bearer ${HA_TOKEN}"
46+
- "nest:?client_id={FRIGATE_NEST_CLIENT_ID}&client_secret={FRIGATE_NEST_CLIENT_SECRET}&refresh_token={FRIGATE_NEST_REFRESH_TOKEN}&project_id={FRIGATE_NEST_PROJECT_ID}&device_id=AVPHwEsZ6SReCC2ZtlYVvLI6UNQZlzwKQjWv1pkYzQ1NztwVsr1NqV1iYNb-3StU8yO6-xiZVnirwztAMMqnd0KRlGHyJKc"
6447
garage-inside-nest:
65-
- "ffmpeg:http://home-assistant.home-assistant.svc.cluster.local:8123/api/camera_proxy_stream/camera.garage_inside#video=copy#audio=copy#http_headers=Authorization: Bearer ${HA_TOKEN}"
48+
- "nest:?client_id={FRIGATE_NEST_CLIENT_ID}&client_secret={FRIGATE_NEST_CLIENT_SECRET}&refresh_token={FRIGATE_NEST_REFRESH_TOKEN}&project_id={FRIGATE_NEST_PROJECT_ID}&device_id=AVPHwEs6xJSbcP_WS7rsPKtaG8GdwxdrIcuIewmed2hsPvmh58WggGkDixnwnifuchUSGZB6eQaxQu7t-CNJZL-An6qiEG8"
6649
garage-outside-nest:
67-
- "ffmpeg:http://home-assistant.home-assistant.svc.cluster.local:8123/api/camera_proxy_stream/camera.garage_camera#video=copy#audio=copy#http_headers=Authorization: Bearer ${HA_TOKEN}"
50+
- "nest:?client_id={FRIGATE_NEST_CLIENT_ID}&client_secret={FRIGATE_NEST_CLIENT_SECRET}&refresh_token={FRIGATE_NEST_REFRESH_TOKEN}&project_id={FRIGATE_NEST_PROJECT_ID}&device_id=AVPHwEsLUBYvPpbrvkZE3ir7qdib-rPCuK5gOUjGNAsPpI-JKhu2tv0tmTY2j5zhLmyLt9Mxa6ZkQTjyT1BrP_EdF523vZI"
6851
front-porch-nest:
69-
- "ffmpeg:http://home-assistant.home-assistant.svc.cluster.local:8123/api/camera_proxy_stream/camera.front_porch_doorbell#video=copy#audio=copy#http_headers=Authorization: Bearer ${HA_TOKEN}"
52+
- "nest:?client_id={FRIGATE_NEST_CLIENT_ID}&client_secret={FRIGATE_NEST_CLIENT_SECRET}&refresh_token={FRIGATE_NEST_REFRESH_TOKEN}&project_id={FRIGATE_NEST_PROJECT_ID}&device_id=AVPHwEtoyaiDgotGDqDsbmu6D40w0Rb8ZLrrjMfxdXgXuD-39y9pPzfDXFLQpCC2ZC3-t8nYsizVoaUTXOshmma5yPr7n3s"
7053
living-room-nest:
71-
- "ffmpeg:http://home-assistant.home-assistant.svc.cluster.local:8123/api/camera_proxy_stream/camera.living_room_camera#video=copy#audio=copy#http_headers=Authorization: Bearer ${HA_TOKEN}"
54+
- "nest:?client_id={FRIGATE_NEST_CLIENT_ID}&client_secret={FRIGATE_NEST_CLIENT_SECRET}&refresh_token={FRIGATE_NEST_REFRESH_TOKEN}&project_id={FRIGATE_NEST_PROJECT_ID}&device_id=AVPHwEv5tLwvH71E3vUblbN0ZG1t8gDbTk4Gqcj7MuHGMniuTScOiemnu3ux2aji7VV_x-cBBbWe6u2zXU2lmOcUdxsLjnc"
7255
kitchen-nest:
73-
- "ffmpeg:http://home-assistant.home-assistant.svc.cluster.local:8123/api/camera_proxy_stream/camera.kitchen_camera#video=copy#audio=copy#http_headers=Authorization: Bearer ${HA_TOKEN}"
56+
- "nest:?client_id={FRIGATE_NEST_CLIENT_ID}&client_secret={FRIGATE_NEST_CLIENT_SECRET}&refresh_token={FRIGATE_NEST_REFRESH_TOKEN}&project_id={FRIGATE_NEST_PROJECT_ID}&device_id=AVPHwEuNP2NFY_qy6L9xdYaaMkjwAKiOWBL7c1VaveNbDlguT_nY0u_Ibcx14EtpzDOOdRigBA21vDzWEa_5t7gJl-nH0Hc"
7457
cameras:
7558
# Keep working shed and driveway cameras
7659
shed:

0 commit comments

Comments
 (0)