Skip to content

v1.12.0: add Frigate/Home Assistant configs for 195 Bosch + ABUS cameras#25

Merged
ch-bas merged 1 commit into
mainfrom
feature/bosch-dahua
Jun 29, 2026
Merged

v1.12.0: add Frigate/Home Assistant configs for 195 Bosch + ABUS cameras#25
ch-bas merged 1 commit into
mainfrom
feature/bosch-dahua

Conversation

@ch-bas

@ch-bas ch-bas commented Jun 29, 2026

Copy link
Copy Markdown
Owner

What does this PR do?

Cameras that supported RTSP/ONVIF but had no integration config now have one, using verified per-OEM RTSP patterns (all verified:false with sourced notes):

  • 137 Bosch: official /?inst=1 (main) / ?inst=2 (sub) scheme.
  • 58 ABUS Performance Line (IPCA/IPCB/IPCS + 8 PoE TVIP): Hikvision-OEM /Streaming/Channels/101 (main) / 102 (sub).
  • Excluded ABUS TVIP62562 (WiFi, unconfirmed path) + 6 Cathexis.
  • "No config" RTSP/ONVIF cameras: 203 -> 7.
  • ABUS IPCA54512A: added vertical FOV (57) + firstmall.de source.

No camera count change (1,577 / 68 brands); cameras with configs: 1,303.

Checklist

For new cameras

  • JSON file is under cameras/<brand-slug>/<model-slug>.json
  • id is a unique lowercase slug matching the file path
  • brand, model, type, resolution are all present
  • At least one URL in sources (manufacturer datasheet or reputable retailer)
  • npm run build passes locally with no errors

For corrections

  • Include a source URL confirming the correct value
  • npm run build passes locally with no errors

For schema / tooling changes

  • Existing cameras still validate (npm run build)
  • Updated docs/glossary.md if new fields were added

Source(s)

  • Bosch: boschsecurity.com / boschbuildingtechnologies.com (Keenfinity) datasheets; model list via netcamcenter.de
  • Dahua: dahuasecurity.com (official product pages + datasheet PDFs)
  • Config RTSP patterns: Bosch's official "RTSP usage with Bosch Video IP Devices" doc; Hikvision-OEM /Streaming/Channels/ scheme for the ABUS Performance Line (corroborated
    via iSpyConnect + official ABUS manuals).

Notes

  • No runtime/API changes — dataset + schema + build only.
  • The dataset remains CC0.

Cameras that supported RTSP/ONVIF but had no integration config now have one,
using verified per-OEM RTSP patterns (all verified:false with sourced notes):
- 137 Bosch: official /?inst=1 (main) / ?inst=2 (sub) scheme.
- 58 ABUS Performance Line (IPCA/IPCB/IPCS + 8 PoE TVIP): Hikvision-OEM
  /Streaming/Channels/101 (main) / 102 (sub).
- Excluded ABUS TVIP62562 (WiFi, unconfirmed path) + 6 Cathexis.
- "No config" RTSP/ONVIF cameras: 203 -> 7.
- ABUS IPCA54512A: added vertical FOV (57) + firstmall.de source.

No camera count change (1,577 / 68 brands); cameras with configs: 1,303.
@ch-bas ch-bas self-assigned this Jun 29, 2026
@ch-bas ch-bas added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 29, 2026
@ch-bas ch-bas merged commit e3d8849 into main Jun 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant