Overview
I’ve created a Home Assistant add-on that makes it easy to stream RTSP camera feeds to Prusa Connect for 3D printer monitoring. This is a wrapper around the excellent Prusa-Connect-RTSP project by Knopersikcuo, packaged as a native Home Assistant add-on with full UI configuration support.
Features
- Easy Configuration: Configure everything through Home Assistant’s UI - no manual file editing
- Multi-camera Support: Monitor multiple printers with different cameras
- Secure Credentials: Prusa Connect tokens are password-protected in the UI
- Timelapse Support: Optional frame capture for timelapse video generation
- Multi-architecture: Supports aarch64, amd64, armhf, armv7, and i386
Installation
Click the button below to add the repository to your Home Assistant instance:
Or manually:
- Navigate to Settings > Add-ons > Add-on Store
- Click the menu (⋮) in the top right corner
- Select Repositories
- Add:
https://github.com/schmacka/homeassistant-addons - Find “Prusa Connect RTSP Camera” and click Install
Quick Start
-
Get your Prusa Connect token from connect.prusa3d.com
- Go to your printer’s settings
- Navigate to the “Camera” section
- Click “Add new other camera” and copy the token
-
Configure your camera in the add-on:
cameras:
- name: "My MK4"
rtsp_url: "rtsp://192.168.1.100:554/stream"
token: "your-prusa-connect-token"
upload_interval: 5
timelapse_enabled: false
- Start the add-on and check the logs!
Use Cases
This add-on is perfect if you:
- Own a Prusa 3D printer and use Prusa Connect
- Want to use any RTSP-compatible camera (not just Prusa’s official cameras)
- Already run Home Assistant and want centralized camera management
- Have cameras that work with Home Assistant but not directly with Prusa Connect
Compatible Cameras
Works with any RTSP camera, including:
- Wyze cams (with RTSP firmware)
- Reolink cameras
- Hikvision cameras
- Tapo cameras
- Thingino cameras
- Generic IP cameras with RTSP support
Credits
This add-on wraps the Prusa-Connect-RTSP Python application by Knopersikcuo. All credit for the core streaming functionality goes to them!
Links
- GitHub Repository: GitHub - schmacka/Prusa-Connect-RTSP-HA
- Add-on Repository: GitHub - schmacka/homeassistant-addons
- Upstream Project: GitHub - Knopersikcuo/Prusa-Connect-RTSP: Instruction of how to connect your RTSP camera with Prusa Connect