Skip to main content

bosch-shc-camera-client

Async Python client library for Bosch Smart Home Camera cloud + local (RCP) APIs.

Extracted from the Bosch Smart Home Camera Tool integration family (Home Assistant, ioBroker, Python CLI, MCP, Node-RED, NiceGUI frontend) so every consumer shares one maintained implementation instead of duplicating the client logic per platform.

Status: early extraction in progress. Not yet feature-complete versus the inline modules it's replacing.

Scope

  • Local RCP protocol read access over /rcp.xml (Gen2 camera on-device control plane), read-only (local_rcp module — synchronous, used from an executor thread).
  • HTTP Digest authentication (RFC 7616/2617) — auth_utils.async_digest_request.
  • RCP (Remote Configuration Protocol) via cloud proxy and direct LOCAL (rcp module): session management with TTL caching, binary protocol reads, direct-LOCAL Gen2 reads/writes (privacy mode, front-light brightness), response parsers (alarm catalog, motion zones/coords, TLS cert info, network services, IVA analytics catalog), and fetch_rcp_camera_data() — a pure per-camera orchestrator that reads all of the above in one call and returns an RcpCameraData dataclass (only fields whose reads succeeded are populated; the rest stay None, meaning "not read this round"). All session/SSL-context objects are caller-injected — this module never builds or caches HA-specific process-wide state itself, and never touches any coordinator/cache-dict state.
  • Bosch cloud API (residential.cbs.boschsecurity.com) write mechanics (cloud module): cloud_put_json() — Bearer-auth PUT with a timeout, HTTP-status classification, optional JSON response parsing. This is the one shared piece extracted from the source integration's 5 cloud-setter functions (privacy/light/light_component/notifications/pan); deliberately narrow — see "Out of scope" below.
  • Local TCP→TLS proxy for camera RTSPS streams (tls_proxy module): an asyncio-native (asyncio.start_server()) proxy that lets a plain RTSP client (FFmpeg/go2rtc) connect to rtsp://127.0.0.1:<port> instead of dealing with the camera's self-signed TLS cert directly. Server/state ownership lives entirely on caller-supplied port_cache/server_cache dicts — no module-level listener state. Also includes rtsp_keepalive/pre_warm_rtsp/confirm_encoder_ready, authenticated RTSP OPTIONS/DESCRIBE helpers used to keep a session alive and warm up the camera's encoder before the real client connects. Calling start_tls_proxy/stop_tls_proxy needs a Python 3.13+ interpreter (asyncio.Server.close_clients()); importing the package on older Pythons is unaffected as long as those functions aren't called.

Out of scope (stays integration-specific, not extracted here, by deliberate "clean boundary" decision — see knowledge-base/ha-core-submission-plan.md in the source repo): the cloud setters' actual multi-tier fallback orchestration (cloud → local RCP → SHC local API), coordinator cache writes, and notification side effects — genuine coordinator business logic, not wire protocol, and threading the ~15 coordinator attributes it touches through a "pure" interface would obscure the boundary rather than clarify it. Also out of scope: FCM push-notification plumbing tied to Home Assistant's recorder/snapshot-store internals, anything HA-entity-shaped, and the SMB/FTP export helpers (smb.py) — those reach into the HA integration's coordinator object directly (coordinator.hass, coordinator.options, private state) rather than being a standalone API client.

Install

pip install bosch-shc-camera-client

License

MIT, see LICENSE.

Release files for bosch-shc-camera-client 0.5.8

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for bosch-shc-camera-client 0.5.8
File Size Uploaded
bosch_shc_camera_client-0.5.8.tar.gz 92.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for bosch-shc-camera-client 0.5.8
File Interpreter ABI Platform
bosch_shc_camera_client-0.5.8-py3-none-any.whl Python 3 none any Details

Total release size: 133.0 kB

Release files / bosch_shc_camera_client-0.5.8.tar.gz

Download URL bosch_shc_camera_client-0.5.8.tar.gz
Size 92.0 kB
Tags Source
SHA-256 checksum
How to use checksums
067baec84b5a885ad56c0cab1e1fe643d89058ff9a6365fa7ed79dc193ecd7f3
BLAKE2b-256 checksum
How to use checksums
52b86399d20080e93a4b9619d3b7b58e0021ace36c3336c3e27e73468f55db7f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 5, 2026.

Transparency log

Release files / bosch_shc_camera_client-0.5.8-py3-none-any.whl

Download URL bosch_shc_camera_client-0.5.8-py3-none-any.whl
Size 41.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
e9dbcbbfe2e8b39bc12a1572e4afd9dee484b67fc8aa360ba68b248fa1e5195f
BLAKE2b-256 checksum
How to use checksums
b173830f4e48e48a6af8ddee378780b23a602acbe21c9cb773a361ab1f1ef0c0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 5, 2026.

Transparency log

Release history Release notifications | RSS feed

0.5.9

2 release files

This release

0.5.8 This release

2 release files

0.5.6

2 release files

0.5.5

2 release files

0.5.4

2 release files

0.5.3

2 release files

0.5.2

2 release files

0.5.1

2 release files

0.5.0

2 release files

0.4.0

2 release files

0.3.0

2 release files

0.2.0

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page