-
-
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
BUG: [v3 cam] Wyze-bridge no longer works with newer firmware #1325
Comments
I believe One temporary solution is to use vpn like Tailscale or OpenVPN to put the bridge on the same network as the cameras. |
Hey, thanks for the prompt response. Yes, I even tried setting NET_MODE to LAN to no avail. In fact, the log excerpt I posted shows the bridge is trying to connect locally (192.168.x.x), and the container indeed lives on the same network as the cameras. I think this bug might affect different models in different ways - but at least the v3 is completely unusable with the bridge as of the latest firmware, unless someone says otherwise. |
That's quite weird. The computer/server lives in the same network as the cameras so I don't really see a valid reason for failure. I also find it a little bit confusing that as soon as I upgrade the FW, the bridge stops working - even with local addresses. I checked out the free version of tinycam and it surprisingly works fine and doesn't seem to use a relay/p2p connection. Perhaps they're using a different version of the tutk library? Here's its output:
|
Probably. Unfortunately, I only have access to version 4.2 of the tutk SDK from srvm.tutk.com and I believe they're on 4.3 right now. However, the bridge should still be able to work locally as long as you can ping the cameras from the bridge. |
Yeah, I mean it technically should work fine if we take into account issue #1298, but perhaps we're being served different firmware versions? I
|
That is weird. I can still remotely connect to some of my family's cams on the latest version over tailscale or openvpn. Have you tried setting For reference:
|
Interestingly, the decompiled 4.36.13.0416 firmware still seems to be using TUTK |
I too am on the same firmware with a V3 camera working fine! Bridge v2.10.3 I did have major issues connecting remotely, these cameras are 800+ miles away. I did NOT upgrade them but it seems Wyze may have pushed something. All of my cams had been flashed back to older stuff and I was ignoring their warnings. Then half my cameras died and had various versions of firmware. Tailscale to the rescue - WAY more stable recording too! Nothing from my Flood cam but the V3 and PTV cam are working rock solid right now! Happy to help troubleshoot this if I can provide anything... |
@thereal-BLKMGK can you please point me to a guide or instructions on how to set up Tailscale to work for docker-wyze-bridge? I have a wireguard server available in my network if that helps or is also compatible. I can't pull video or snapshots from my remote V3 cameras running |
I'm sorry, I only just now saw this request! This is what I did for my system -> https://github.com/SierraSoftworks/tailscale-udm Basically you SSH into the system and install TailScale from the commandline. You will want to read up on the commandline switches for routing and whatnot but it's not hard to sort and if you get stuck post here and I'll get back to you with my settings. Note: This isn't as persistant install so when autoupdate occurs you have to reinstall. I turned off the autoupdate - they updated right before a hurricane hit, most pissed I was to lose my cameras but got them back before power failed ugh. Since you already have Wireguard installed you could just do that instead but in my case I didn't and didn't want to manually sort out what was going to be required. Tailscale made this pretty simple for me but it's really just a really good wrapper for WireGuard that handles managing keys and whatnot with some extra spice. |
Thanks for the reply, I’ll give it a try. In the meantime I had to downgrade the firmware to fix the issue and its working fine now. |
Don't rely too heavily on that, I did the same thing myself. My cameras are over 800 miles away and on a trip I did the downgrade too. Before too long I was getting the upgrade pop-up including as a modal dialog occasionally in the mobile app forcing me to close the app. That was simply a hassle but then I lost access to a camera and then later others and the firmware versions no longer matched one another. Pretty sure I wasn't upgrading and that Wyze had pushed me to some baseline that was no longer compatible forcing me to solve the VPN issue. Just a heads up anyway, if your cameras are remote it can be no fun to do the install - thankfully it went smoothly. First time I did the install I created a firewall rule and reached in to the router directly then turned the rule off - it hasn't worked since! So I've been forced to use their sort of internal WiFiman teleport thing to do the installs. Thankfully even making changes to the Tailscale config while connected through it hasn't dropped the connection :) |
Describe the bug
Hey, just as the title suggests, looks like Wyze Inc. killed the bridge with the latest firmware update for the v3 cameras. I don't know if this is also the case for the other models, but as far as the regular v3 goes it no longer works.
I already tried the following:
:edge
buildsI know something is definitely up because wyze-bridge does work with the old FW. I have multiple v3 cameras and I tried updating just one of them and surprise surprise, the new fw magically breaks the bridge. The phone app is still working fine as usual.
I believe this might be a duplicate of #1298, except this affects the v3 series cameras and everything is broken, regardless of the network access mode.
Affected Bridge Version
v2.10.1 X86_64
Bridge type
Docker Run/Compose
Affected Camera(s)
v3
Affected Camera Firmware
4.36.13.0416
docker-compose or config (if applicable)
The text was updated successfully, but these errors were encountered: