Skip to content

Commit 36ee863

Browse files
committed
Update config.yml
1 parent ed66624 commit 36ee863

1 file changed

Lines changed: 15 additions & 33 deletions

File tree

my-apps/home/frigate/config.yml

Lines changed: 15 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@ detectors:
3737
type: cpu
3838
ffmpeg:
3939
input_args: preset-rtsp-generic
40-
# Use Home Assistant as proxy for Nest cameras
41-
# Home Assistant already has working Nest integration
40+
# Re-adding go2rtc with Nest cameras via Home Assistant API
41+
# Using the correct echo:curl syntax from official documentation
4242
go2rtc:
4343
streams:
44-
# Nest cameras via Home Assistant WebRTC proxy
44+
# Nest cameras using direct Nest integration (native go2rtc support)
4545
backyard-nest:
46-
- "homeassistant://home-assistant.home-assistant:8123?token={HA_TOKEN}&camera=camera.backyard_camera"
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"
4747
garage-inside-nest:
48-
- "homeassistant://home-assistant.home-assistant:8123?token={HA_TOKEN}&camera=camera.garage_inside"
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"
4949
garage-outside-nest:
50-
- "homeassistant://home-assistant.home-assistant:8123?token={HA_TOKEN}&camera=camera.garage_camera"
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"
5151
front-porch-nest:
52-
- "homeassistant://home-assistant.home-assistant:8123?token={HA_TOKEN}&camera=camera.front_porch_doorbell"
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"
5353
living-room-nest:
54-
- "homeassistant://home-assistant.home-assistant:8123?token={HA_TOKEN}&camera=camera.living_room_camera"
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"
5555
kitchen-nest:
56-
- "homeassistant://home-assistant.home-assistant:8123?token={HA_TOKEN}&camera=camera.kitchen_camera"
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"
5757
cameras:
5858
# Keep working shed and driveway cameras
5959
shed:
@@ -91,14 +91,11 @@ cameras:
9191
enabled: true
9292
ffmpeg:
9393
input_args: preset-rtsp-restream-low-latency
94-
output_args:
95-
record: preset-record-generic-audio-aac
9694
inputs:
97-
- path: rtsp://127.0.0.1:8554/backyard-nest?video&audio
95+
- path: rtsp://127.0.0.1:8554/backyard-nest?video
9896
roles:
9997
- detect
10098
- record
101-
- audio
10299
detect:
103100
enabled: true
104101
width: 1280
@@ -116,14 +113,11 @@ cameras:
116113
enabled: true
117114
ffmpeg:
118115
input_args: preset-rtsp-restream-low-latency
119-
output_args:
120-
record: preset-record-generic-audio-aac
121116
inputs:
122-
- path: rtsp://127.0.0.1:8554/garage-inside-nest?video&audio
117+
- path: rtsp://127.0.0.1:8554/garage-inside-nest?video
123118
roles:
124119
- detect
125120
- record
126-
- audio
127121
detect:
128122
enabled: true
129123
width: 1280
@@ -139,14 +133,11 @@ cameras:
139133
enabled: true
140134
ffmpeg:
141135
input_args: preset-rtsp-restream-low-latency
142-
output_args:
143-
record: preset-record-generic-audio-aac
144136
inputs:
145-
- path: rtsp://127.0.0.1:8554/garage-outside-nest?video&audio
137+
- path: rtsp://127.0.0.1:8554/garage-outside-nest?video
146138
roles:
147139
- detect
148140
- record
149-
- audio
150141
detect:
151142
enabled: true
152143
width: 1280
@@ -162,14 +153,11 @@ cameras:
162153
enabled: true
163154
ffmpeg:
164155
input_args: preset-rtsp-restream-low-latency
165-
output_args:
166-
record: preset-record-generic-audio-aac
167156
inputs:
168-
- path: rtsp://127.0.0.1:8554/front-porch-nest?video&audio
157+
- path: rtsp://127.0.0.1:8554/front-porch-nest?video
169158
roles:
170159
- detect
171160
- record
172-
- audio
173161
detect:
174162
enabled: true
175163
width: 1280
@@ -187,14 +175,11 @@ cameras:
187175
enabled: true
188176
ffmpeg:
189177
input_args: preset-rtsp-restream-low-latency
190-
output_args:
191-
record: preset-record-generic-audio-aac
192178
inputs:
193-
- path: rtsp://127.0.0.1:8554/living-room-nest?video&audio
179+
- path: rtsp://127.0.0.1:8554/living-room-nest?video
194180
roles:
195181
- detect
196182
- record
197-
- audio
198183
detect:
199184
enabled: true
200185
width: 1280
@@ -211,14 +196,11 @@ cameras:
211196
enabled: true
212197
ffmpeg:
213198
input_args: preset-rtsp-restream-low-latency
214-
output_args:
215-
record: preset-record-generic-audio-aac
216199
inputs:
217-
- path: rtsp://127.0.0.1:8554/kitchen-nest?video&audio
200+
- path: rtsp://127.0.0.1:8554/kitchen-nest?video
218201
roles:
219202
- detect
220203
- record
221-
- audio
222204
detect:
223205
enabled: true
224206
width: 1280

0 commit comments

Comments
 (0)