hosts: Add nvr0.p.b
*nvr0.pyrocufflink.blue* hosts Frigate. It is deployed on a separate subnet, for two reasons: * To avoid streaming video from the cameras through the firewall * To prevent any hosts on the LAN except Home Assistant from communicating with Frigate, since it does not have any kind of authentication or access control
This commit is contained in:
72
group_vars/frigate/main.yml
Normal file
72
group_vars/frigate/main.yml
Normal file
@@ -0,0 +1,72 @@
|
||||
frigate_mqtt:
|
||||
host: localhost
|
||||
port: 1883
|
||||
user: frigate
|
||||
password: >-
|
||||
{{ vault_frigate_mqtt_password }}
|
||||
frigate_cameras:
|
||||
front_porch:
|
||||
ffmpeg:
|
||||
inputs:
|
||||
- path: rtsp://frigate:{{ vault_frigate_password_front_porch }}@172.30.0.211/cam/realmonitor?channel=1&subtype=1
|
||||
roles:
|
||||
- detect
|
||||
- path: rtsp://frigate:{{ vault_frigate_password_front_porch }}@172.30.0.211/cam/realmonitor?channel=1&subtype=0
|
||||
roles:
|
||||
- clips
|
||||
- rtmp
|
||||
height: 640
|
||||
width: 480
|
||||
objects:
|
||||
track:
|
||||
- person
|
||||
- cat
|
||||
- dog
|
||||
- bird
|
||||
- car
|
||||
motion:
|
||||
mask:
|
||||
- 480,0,0,0,0,166,38,180,132,161,228,159,335,174,407,196,480,222
|
||||
zones:
|
||||
driveway_zone:
|
||||
coordinates: 41,248,352,207,417,236,212,265,51,299
|
||||
walkway_zone:
|
||||
coordinates: 251,640,124,640,42,293,247,260,403,235,480,274,480,457,341,566,365,592
|
||||
clips:
|
||||
enabled: true
|
||||
required_zones:
|
||||
- driveway_zone
|
||||
- walkway_zone
|
||||
rtmp:
|
||||
enabled: true
|
||||
snapshots:
|
||||
enabled: true
|
||||
retain:
|
||||
default: 365
|
||||
back_yard:
|
||||
ffmpeg:
|
||||
inputs:
|
||||
- path: rtsp://frigate:{{ vault_frigate_password_back_yard }}@172.30.0.212/cam/realmonitor?channel=1&subtype=1
|
||||
roles:
|
||||
- detect
|
||||
- path: rtsp://frigate:{{ vault_frigate_password_back_yard }}@172.30.0.212/cam/realmonitor?channel=1&subtype=0
|
||||
roles:
|
||||
- clips
|
||||
#- rtmp
|
||||
height: 480
|
||||
width: 640
|
||||
objects:
|
||||
track:
|
||||
- person
|
||||
- cat
|
||||
- dog
|
||||
- bird
|
||||
clips:
|
||||
enabled: true
|
||||
rtmp:
|
||||
enabled: false
|
||||
snapshots:
|
||||
enabled: true
|
||||
retain:
|
||||
default: 365
|
||||
frigate_shm_size: 100
|
||||
Reference in New Issue
Block a user