Stream RTSP camera feeds to Prusa Connect for 3D printer monitoring through Home Assistant's configuration UI.
- Multi-camera support: Configure multiple cameras, each with its own Prusa Connect credentials
- Password-protected tokens: Prusa Connect tokens are hidden in the UI
- Timelapse support: Optional frame capture for timelapse video generation
- Automated upstream sync: GitHub Actions workflow keeps the core application updated
-
Add this repository to your Home Assistant Add-on Store:
- Navigate to Settings > Add-ons > Add-on Store
- Click the menu (three dots) in the top right corner
- Select Repositories
- Add:
https://github.com/schmacka/Prusa-Connect-RTSP-HA
-
Find "Prusa Connect RTSP Camera" in the add-on store and click Install
-
Configure your cameras in the Configuration tab
-
Start the add-on
- Get your Prusa Connect token and fingerprint from connect.prusa3d.com
- Configure your RTSP camera URL
- Start the add-on and check the logs
See DOCS.md for detailed setup instructions.
cameras:
- name: "My Printer"
rtsp_url: "rtsp://192.168.1.100:554/stream"
token: "your-prusa-connect-token"
fingerprint: "your-40-char-fingerprint"
upload_interval: 5
timelapse_enabled: falseThis add-on wraps Prusa-Connect-RTSP by Knopersikcuo.
This project is provided as-is. See the upstream project for license details.