mrlt8 / docker-wyze-bridge

WebRTC/RTSP/RTMP/LL-HLS bridge for Wyze cams in a docker container
GNU Affero General Public License v3.0
2.67k stars 170 forks source link

unable to recover from going into privacy mode? #971

Closed illspirit closed 1 year ago

illspirit commented 1 year ago

Whenever I set privacy mode on the wyze app the wyze-bridge disconnects and it appears I need to restart the container.

Is this a known issue?

mrlt8 commented 1 year ago

Privacy mode will "power off" the camera. You'll need to power on the camera via the web-ui or the api/mqtt:

http://<bridge-ip>:5000/api/<cam-name>/power/on

see this page for additional info on sending commands to the camera: https://github.com/mrlt8/docker-wyze-bridge/wiki/Camera-Commands

illspirit commented 1 year ago

Thank you!