Wyze Bridge - zbrewer/homelab GitHub Wiki
Wyze Bridge is an open source project that provides a web interface for viewing Wyze cameras and re-streams their video feeds in multiple formats, including RTSP. This allows the cameras to be integrated with other projects such as Home Assistant and Frigate NVR.
Installation
Wyze Bridge can be installed using my Docker Compose file and the instructions on the Wyze Bridge project GitHub page. You will need to set all of the environment variables defined in the Docker Compose file, including the API_ID
and API_KEY
per the instructions here. The WB_USERNAME
and WB_PASSWORD
can be set to anything you'd like and define the credentials used for HTTP Basic Auth when logging into the web interface and for stream authentication. Note that, if Uptime Kuma is being used to monitor Wyze Bridge, the Basic Auth credentials will need to be entered there when setting up monitoring as well.