-
-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One cam keeps disconnecting, when two cameras configured. #240
Comments
I've realized that for some reason I'm still running |
Have you tried doing this to force a pull? docker-compose stop
docker-compose rm -f
docker-compose pull
docker-compose up -d Also, according to this,
|
Thank you this had fixed my issue the first part. I guess one my new camera's was the new firmware and was being disabled I saw a broken heart and D something. Anyways doing this got me the correct new version. I guess I was failing at pulling updates. |
Mine just stopped working recently and updating to the latest image fixed it.
version: '2.4'
services:
wyze-bridge:
container_name: wyze-bridge
restart: unless-stopped
image: mrlt8/wyze-bridge:latest # Use a prebuilt image
pull_policy: always
# build: # Uncomment to build from source
# context: ./app # Uncomment to build from source
# # dockerfile: Dockerfile.arm # Uncomment to build for arm
ports:
- 1935:1935
- 8554:8554
- 8888:8888
environment:
- WYZE_EMAIL=${WYZE_EMAIL} # Replace with wyze email
- WYZE_PASSWORD=${WYZE_PASSWORD} # Replace with wyze password
- NET_MODE=LAN
- FILTER_NAMES=Living Room Cam
- TZ=America/New_York For completeness, this is the setting I used in Home Assisstant's
camera:
- platform: ffmpeg
name: "Wyze-LivingRoom"
input: "rtsp://server-ip:8554/living-room-cam" |
Marking this as resolved. |
Great utility! But I'm having an issue when I have two cameras configured and connected at the same time, one of the cameras cannot get a stable connection. It's always the same camera, and if I deconfigure/block the second camera the one that cannot connect will work fine. I didn't see anything obvious in the logs, but I am pretty new to this software.
I'm using an ancient version (3.0.3) of Sighthound for macOS on my 10.13.6 iMac as the client. Before switching over to Wyze v3 cams, and wyze-bridge it was supporting two HD foscam streams.
In the attached debug log there are two cameras,
front-porch-cam
andgaragecam
.garagecam
fails to stay connected wheneverfront-porch-cam
is configured,front-porch-cam
always works.garagecam
works when it's the only camera configured.I noticed today that
garagecam
is upgraded to the4.36.6.17
firmware, but thatfront-porch-cam
is running4.36.3.19
. Do both cameras need to be on the same firmware version?Both cameras are connected to the same WiFi network, and the Wyze app is still streaming when it fails to connect.
Wyze-Bridge-Log.txt
The text was updated successfully, but these errors were encountered: