Skip to content

Commit 79fbd84

Browse files
committed
turn off wyze for now
1 parent 6fec344 commit 79fbd84

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

my-apps/home/frigate/config.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,22 @@ go2rtc:
5555
kitchen-nest:
5656
- "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=AVPHwEtnbEGv0Bh9GblHDv66SK0jKGBAbQ1Mnnkuki_YW4_XQJGgV_dZ-nlouy_oRShGc1_7PwBFabTHa8ovpRYEyb8CZVk&protocols=WEB_RTC&video=h264&audio=opus"
5757
cameras:
58-
# Wyze camera via wyze-bridge
59-
shed:
60-
enabled: true
61-
ffmpeg:
62-
inputs:
63-
- path: rtsp://192.168.10.46:8554/shed
64-
roles:
65-
- detect
66-
- record
67-
detect:
68-
enabled: true
69-
width: 1280
70-
height: 720
71-
fps: 5
72-
live:
73-
height: 1080
58+
# Wyze camera via wyze-bridge (disabled - Wyze API auth broken)
59+
# shed:
60+
# enabled: true
61+
# ffmpeg:
62+
# inputs:
63+
# - path: rtsp://192.168.10.46:8554/shed
64+
# roles:
65+
# - detect
66+
# - record
67+
# detect:
68+
# enabled: true
69+
# width: 1280
70+
# height: 720
71+
# fps: 5
72+
# live:
73+
# height: 1080
7474
# Add Nest cameras via go2rtc restream
7575
backyard:
7676
enabled: true

my-apps/home/wyze-bridge/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
annotations:
77
reloader.stakater.com/auto: "true"
88
spec:
9-
replicas: 1
9+
replicas: 0
1010
strategy:
1111
type: Recreate
1212
selector:

0 commit comments

Comments
 (0)