Skip to content

Commit 2e7a4ea

Browse files
committed
Add Frigate and Home Assistant configs to 1,052 cameras
Brand-specific RTSP URL templates and HA integration info for all cameras with RTSP support across 48 brands. Detect settings based on resolution. 278 cameras without RTSP skipped.
1 parent 9b4cbee commit 2e7a4ea

1,054 files changed

Lines changed: 49857 additions & 3156 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cameras/abus/ipcb68516.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,20 @@
4747
],
4848
"power_source": [
4949
"poe"
50-
]
50+
],
51+
"configs": {
52+
"frigate": {
53+
"detect": {
54+
"width": 1280,
55+
"height": 720,
56+
"fps": 5
57+
},
58+
"rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/101",
59+
"best_substream": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/102"
60+
},
61+
"home_assistant": {
62+
"integration": "onvif",
63+
"notes": "Use ONVIF integration."
64+
}
65+
}
5166
}

cameras/abus/ppic42520-at.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,20 @@
6868
],
6969
"power_source": [
7070
"dc"
71-
]
71+
],
72+
"configs": {
73+
"frigate": {
74+
"detect": {
75+
"width": 640,
76+
"height": 480,
77+
"fps": 5
78+
},
79+
"rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/101",
80+
"best_substream": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/102"
81+
},
82+
"home_assistant": {
83+
"integration": "onvif",
84+
"notes": "Use ONVIF integration."
85+
}
86+
}
7287
}

cameras/abus/ppic42520.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,20 @@
6868
],
6969
"power_source": [
7070
"dc"
71-
]
71+
],
72+
"configs": {
73+
"frigate": {
74+
"detect": {
75+
"width": 640,
76+
"height": 480,
77+
"fps": 5
78+
},
79+
"rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/101",
80+
"best_substream": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/102"
81+
},
82+
"home_assistant": {
83+
"integration": "onvif",
84+
"notes": "Use ONVIF integration."
85+
}
86+
}
7287
}

cameras/abus/ppic44020.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,20 @@
4848
],
4949
"power_source": [
5050
"dc"
51-
]
51+
],
52+
"configs": {
53+
"frigate": {
54+
"detect": {
55+
"width": 1280,
56+
"height": 720,
57+
"fps": 5
58+
},
59+
"rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/101",
60+
"best_substream": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/102"
61+
},
62+
"home_assistant": {
63+
"integration": "onvif",
64+
"notes": "Use ONVIF integration."
65+
}
66+
}
5267
}

cameras/abus/ppic44520.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,20 @@
6969
],
7070
"power_source": [
7171
"dc"
72-
]
72+
],
73+
"configs": {
74+
"frigate": {
75+
"detect": {
76+
"width": 640,
77+
"height": 480,
78+
"fps": 5
79+
},
80+
"rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/101",
81+
"best_substream": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/102"
82+
},
83+
"home_assistant": {
84+
"integration": "onvif",
85+
"notes": "Use ONVIF integration."
86+
}
87+
}
7388
}

cameras/abus/ppic46520.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,20 @@
6969
],
7070
"power_source": [
7171
"ac-mains"
72-
]
72+
],
73+
"configs": {
74+
"frigate": {
75+
"detect": {
76+
"width": 640,
77+
"height": 480,
78+
"fps": 5
79+
},
80+
"rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/101",
81+
"best_substream": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/102"
82+
},
83+
"home_assistant": {
84+
"integration": "onvif",
85+
"notes": "Use ONVIF integration."
86+
}
87+
}
7388
}

cameras/abus/ppic90520.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,20 @@
7070
"power_source": [
7171
"battery",
7272
"solar"
73-
]
73+
],
74+
"configs": {
75+
"frigate": {
76+
"detect": {
77+
"width": 640,
78+
"height": 480,
79+
"fps": 5
80+
},
81+
"rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/101",
82+
"best_substream": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/102"
83+
},
84+
"home_assistant": {
85+
"integration": "onvif",
86+
"notes": "Use ONVIF integration."
87+
}
88+
}
7489
}

cameras/abus/tvip42520.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,20 @@
7272
"power_source": [
7373
"poe",
7474
"dc"
75-
]
75+
],
76+
"configs": {
77+
"frigate": {
78+
"detect": {
79+
"width": 640,
80+
"height": 480,
81+
"fps": 5
82+
},
83+
"rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/101",
84+
"best_substream": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/102"
85+
},
86+
"home_assistant": {
87+
"integration": "onvif",
88+
"notes": "Use ONVIF integration."
89+
}
90+
}
7691
}

cameras/abus/tvip44021.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,20 @@
4949
],
5050
"power_source": [
5151
"poe"
52-
]
52+
],
53+
"configs": {
54+
"frigate": {
55+
"detect": {
56+
"width": 1280,
57+
"height": 720,
58+
"fps": 5
59+
},
60+
"rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/101",
61+
"best_substream": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/102"
62+
},
63+
"home_assistant": {
64+
"integration": "onvif",
65+
"notes": "Use ONVIF integration."
66+
}
67+
}
5368
}

cameras/abus/tvip44520-at.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,20 @@
7474
"power_source": [
7575
"poe",
7676
"dc"
77-
]
77+
],
78+
"configs": {
79+
"frigate": {
80+
"detect": {
81+
"width": 1280,
82+
"height": 720,
83+
"fps": 5
84+
},
85+
"rtsp_url_template": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/101",
86+
"best_substream": "rtsp://{user}:{pass}@{ip}:554/Streaming/Channels/102"
87+
},
88+
"home_assistant": {
89+
"integration": "onvif",
90+
"notes": "Use ONVIF integration."
91+
}
92+
}
7893
}

0 commit comments

Comments
 (0)