IOTC_ER_TIMEOUT #1105
Replies: 12 comments 19 replies
-
i have the same issues when updating to the latest firmware. I have to flash them back to the original wyze firmware that support the rtsp streaming (version 4.61.0.3). that fixed them all. |
Beta Was this translation helpful? Give feedback.
-
I can confirm that rolling back the FW to [4.50.4.7252] fixes this issue for my camera. |
Beta Was this translation helpful? Give feedback.
-
I was having this issue too. After many, many hours of log reviews and experimenting with different configurations running in both a standalone container, and as a HA Add On, I came to realize that when I change the docker network used by the container to a "macvlan" type, the application runs GREAT!!! Best it has ever run for me in the last year. I'm not sure why this is the case but wanted to pass along this info in case it helps others. |
Beta Was this translation helpful? Give feedback.
-
On a standalone docker host (not associated with Home Assistant) I created a macvlan using:
in my case I wanted the macvlan to bind to a specific address on my lan (192.168.1.25) hence the then i referenced the network in the network_mode option of my docker-compose.yml :
I ran I tried dozens docker-compose scenarios but this was the only on way i could get it working. I haven't been able to figure out how to do something similar on Home Assistant when docker-wyze-bridge is running as an add_on. I assume there's a docker compose file somewhere burried inside Home Assistant but I haven't been able to figure out where it lives. |
Beta Was this translation helpful? Give feedback.
-
I'm having this error today as well ... I can see snapshots of the camera but can't stream |
Beta Was this translation helpful? Give feedback.
-
I beleave I am having the same problem with RTSP (runing on HA addon) as this thread and its been a few weeks. the strange thing is that I have 4 cams running (v2, v3, v3, and v1pan) and the v1pan still works with RTSP [WyzeBridge] 🎉 Connecting to WyzeCam V3 - front right on 192.168.50.189 |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm running wyze-bridge in RBP5 and having same issue about 1 to 2 weeks now. I've created macvlan network for my container as below. I'm still running the same issue. docker network create --driver macvlan --subnet 192.168.4.0/24 --gateway 192.168.4.1 -o parent=eth0 wyze_bridge_macvlan_network wyze-bridge: wyze-bridge | [WyzeBridge] ☁️ Pulling "living-room-cam" thumbnail to /img/living-room-cam.jpg |
Beta Was this translation helpful? Give feedback.
-
I think we are all suffering currently |
Beta Was this translation helpful? Give feedback.
-
Everyone, I can confirm the following works now: Note:
Portainer: |
Beta Was this translation helpful? Give feedback.
-
Just to chime in that I'm in a similar boat. Noticed that my Scrypted streams weren't deploying to Apple Home today so went to investigate and the problem stems from Wyze Docker... I'm running the HA add-on (used to be Docker but I found the HA one more manageable as I was also using Scrypted inside HA) All of my cameras are timing out. I seem to get recent-ish snapshots for 3 out of 4 of them, but the last snapshot I got for the back garden camera was 14 days ago. None of them broadcast video via rtsp. Nothing I do in the config seems to change anything, and I have tried to re-enable the Docker container I used to have with the latest compose example on this repo and even with |
Beta Was this translation helpful? Give feedback.
-
I also had the same issue as above. Fixed it by adding |
Beta Was this translation helpful? Give feedback.
-
Leaving this here, as my setup is a bit tricky and I couldn't use host mode (something else is already occupying the ports). I also tried macvlan, but because I'm using hyper-v, the promiscuous mode required didn't work well (even after enabling spoofing). In the end, I got it working with Ipvlan. I'm also using Opnsense, and have a dedicated vlan for IOT devices, and a DHCP server, so I assigned an IP outside of the DHCP range to avoid conflicts (since Ipvlan is not able to request an ip from the DHCP server). The two code snippets from compose, in case it helps someone:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to bridge a camera located on a different network. I am getting an IOTC_ER_TIMEOUT
I get this when accessing the bridge.
I am able to access my local cameras via the bridge.
I had the bridge running a while and was recording 24/7 on my synology, but it seems like I can't re-connect.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions