WYZE_CAKP2JFUS (wyze v3) stopped connecting, WYZEC1-JZ (wyze 2) works fine #1430
Replies: 22 comments 31 replies
-
Yes I'm also seeing the same issues. IOTC_ER_TIMEOUT |
Beta Was this translation helpful? Give feedback.
-
I'm seeing a similar issue.
|
Beta Was this translation helpful? Give feedback.
-
Yes. This is happening to me as well: [front-yard-cam] [-13] IOTC_ER_TIMEOUT [front-yard-cam-sub] [-13] IOTC_ER_TIMEOUT [WyzeBridge] ⏰ Timed out connecting to Cat Cam. [cat-cam] [-13] IOTC_ER_TIMEOUT [cat-cam-sub] [-13] IOTC_ER_TIMEOUT
|
Beta Was this translation helpful? Give feedback.
-
several related comments in this issue |
Beta Was this translation helpful? Give feedback.
-
Same here. Cameras keep showing 'IOTC_ER_TIMEOUT' ![]() |
Beta Was this translation helpful? Give feedback.
-
something bigger is going on i think |
Beta Was this translation helpful? Give feedback.
-
I did attempt to recreate the failure for investigation. I intended capture network traffic on my side to attempt to reverse engineer the wyze change. Summary of findings so far:
Packet Capture Steps for Peer ReviewHere is the tcpdump command I'm using to capture traffic from the docker host machine (
Out of caution, I also used
|
Beta Was this translation helpful? Give feedback.
-
same issue [WyzeBridge] 🎉 Connecting to WyzeCam V3 - Cam1 on 192.168.83.17 |
Beta Was this translation helpful? Give feedback.
-
Is this issue getting worse for anyone that already mitigated today? I'm seeing rolling camera reboots and intermittent outages now even on the same LAN in host mode. 😓 |
Beta Was this translation helpful? Give feedback.
-
I just spent the last 2 hours pulling my freaking hair out with the same errors and then decided to jump to this forum to find it's not just me. Having the same issue. I tried starting with a fresh container image, new API key....not luck. Getting the following error: wyze-bridge | [WyzeBridge] 🎉 Connecting to WyzeCam V3 - DrivewayV3 on 192.168.42.110 Can't get a new snapshot or any RTSP streams to work. As such my connection to Scrypted fails along with HSV. I can access my camera from the Mobile App, but if I log into the Wyze WebUI for checking, it fails to connect as well. I generated a log for Wyze support. |
Beta Was this translation helpful? Give feedback.
-
for Wyze V3 Cam: keep up to date firmware and add SD card with wz_mini_hacks file. it will automatically work with docker bridge. my 1 camera i tried this and it is working fine. |
Beta Was this translation helpful? Give feedback.
-
to rule out docker, ive made an ubuntu vm on my camera vlan, installed wyze-bridge and all its dependencies and am now running wyze-bridge with no docker. All my V3 cameras fail, V2 cameras are fine. My theory is a change in the P2P portion of this TUTK library old thread probably related to locking down to the local subnet. Admittedly my VLAN makes my setup more complex, but my next test would be to connect a real non-bridged device to the camera vlan and run wyze bridge again. qemu VMs are still using a bridge and host networking wouldnt so im guessing some network virtualization is breaking this p2p connection for v3 and newer cameras. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
started seeing this in my logs today (i dont remember seeing it before)
|
Beta Was this translation helpful? Give feedback.
-
Solution: #1432 (comment) |
Beta Was this translation helpful? Give feedback.
-
TLDR: until there is a real fix, wyze-bridge has to be on the same subnet as your cameras, and somehow multicast traffic is to blame for these issuesAlright, ive "fixed" mine and narrowed down the cause a little more (no true fix). but i am now working in docker without host networking. my docker host is at 192.168.0.23 and my cameras are on 10.0.1.2, but i am running wyze-bridge on top of 192.168.0.23 but it has an IP at 10.0.1.2. I am not using host networking.
my working docker compose (replace enp1s0 with your interface and 100 with your vlan id)
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi, @FeatherKing my devices are on a Ubiquiti network as well but they're not on a separate VLAN, my whole network is in VLAN 1. In the WiFi settings for the SSID my cameras connect to I have the following settings:
I'm happy to change these settings if it helps verify your theory. |
Beta Was this translation helpful? Give feedback.
-
Forgive my ignorance, but I am having issues with RTSP streaming. Getting the IOTC_ER_TIMEOUT as well as i/o error on the stream. I want to try changing the IP of my Docker Wyze Bridge server. And that is where I am stuck. From the logs of the Docker Wyze Bridge the IP is 172.30.32.x and my local subnet is 192.168.1.x. I do not have VLANs setup on my network. Where do I go to change the server that the wyze bridge is on? I am running HA on an intel small form factor PC. Core. 2025.2.5 I have Docker Wyze Bridge installed as an add-on. Any help would be appreciated. edit: I tried installing the modified add on that changes the host_network to true but that did not solve my issue. |
Beta Was this translation helpful? Give feedback.
-
Just reconfigure Docker Wyze Bridge to run network_mode: "host" in your config (See #1432 (comment) |
Beta Was this translation helpful? Give feedback.
-
This worked for me. Got the firmware from wyze Using HA with Frigate. Wyze cam v3 on IOT vlan and bridge on LAN. Core. 2025.2.5 I have Docker Wyze Bridge installed as an add-on. Reflashed 4.36.11.5859 firmware on wyze cam v3 I let wyze know that his firmware worked for me and I hope they can fix the issue soon for the rest of my other wyze cams. |
Beta Was this translation helpful? Give feedback.
-
i have 6 wyze cameras and all 4 of my WYZE_CAKP2JFUS (wyze v3, fw 4.36.13.0416) stopped working in the last 6 hours. i have 2 wyze v2 (fw 4.9.9.2351) that are still working. ive restarted every part of the network, container, and cameras but only the wyze v3 ones fail to connect.
Just curious at this point if anyone else is seeing this before i keep digging.
I am running docker-wyze-bridge 2.10.3 and havent made any config changes in some time. I can connect to all the cameras with the offical wyze ios app. I also restarted them all through that but nothing has helped. I installed ping and some other tools and I've confirmed connectivity inside the container to these ips.
logs repeat like this for the 4 V3 cameras
Beta Was this translation helpful? Give feedback.
All reactions