-
Notifications
You must be signed in to change notification settings - Fork 76
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
Official Wyze Cam V3 RTSP firmware support? #138
Comments
Thanks to @HclX, I was able to use the tools they provided to create a version that works with the RTSP firmware. |
I thought they'd blocked the DNS spoof method that allows this to be installed? |
From my understanding:
@HclX Has done some great work and has a working update that you have to download separately from their WyzeUpdater repo Finally, the following command is what I used alongside their updated WyzeUpdater: Final Edit: |
I haven't figured out how to successfully create the DNS spoof sadly. I'll keep googling for instructions. I'm embarrassed that I'm needing my hand held so much. So the order of operations at this point is:
And that should use wyzeupdater to install the 0.6.0 firmware? |
I would turn on your DNS spoofing as soon as possible. I'm not too familiar with networking but I've had issues with dns caching in the past. Other than that, what you wrote looks good up to the config.inc portion, that goes on root of SDCard. For my DNS spoofing, I use PiHole as my networks DNS server and then just added the s3 domain to the local DNS record. |
@jassycliq Thanks for the replies! I couldn't see how to do it in Adguard Home, so spun up a Pihole instance and a traceroute shows that calls to aws server redirect to my laptop's IP Address. I run this command:
I've tried with and without the doublequotes around the Mac address, but still get:
I'm completely certain that the MAC address is correct, as both Opnsense and Ruckus Unleashed recognize a new device with manufacturer Wyze with the same IP Address that the Wyze app uses in the RTSP address. The RTSP stream works as well. Any thoughts? |
Don't use the colons for your mac address and its without double quotes. |
egads, progress! The light is now solid purple, with a brief moment off every second. I haven't heard the voice say "installing" or anything, but the CLI is still adding dots. Would that suggest that the camera is not finding the served file? |
Hmmm, not to sure. For me it only takes a few seconds to finish.
|
Another step - so check opnsense logs, and it was making it through to amazon - apparently my AP's interface had a DNS override to AdGuard Home then google, so it wasn't hitting pihole. Fixed that, and this time the log showed up in Pi-hole as:
And while it took about the same amount of dots as you just shared, I got no voice feedback as expected. Though I just tried |
Yup telnet isn't started on original fw, login info is in one of the other threads on mobile now so can't link. |
So now that we've had success installing on the factory RTSP firmware, is there a working method for ethernet usage? |
@evanheckert I`m unable to enable the telnet permanently per this instruction To make it permanent, all you need is telnet into it and modify /system/init/app_init.sh by removing the comment before line /system/init/run_telnet.sh & because the app_inst.sh is REDA ONLY. any idea what to do? |
Which instructions are you following? |
I did this install factory RTSP firmware (done and working) Camera went into flashing mode, display was showing flashing progress using the dots ( never ending ) and while dots were growing the Telnet became enabled but only READONLY which as I`m reading now is normal for V3. Question: Which firmware.bin should I use with version 0.6? |
That's intended with the firmware you used. Edit: In the firmware I posted it's named: FIRMWARE_660R.bin |
There is probably some hardware differences between the recent V3 and the older V3s. I was able to install the WyzeHack onto the V3 RTSP firmware for devices where the MAC starts with "2C:AA:xx" using the WyzeUpdater python script with DNS spoofing. Telnet was available after reboot without adjustments. The more recent V3s purchased from HomeDepot had a MAC of "D0:3F:xx". I was not able to install WyzeHack onto these devices regardless of downgrading firmware. |
I got telnet working, but not clear how to make it use ethernet instead of wifi. |
I would like to know steps how to enable LAN as well |
I have D0:3F units recently purchased from HD, and I couldn't get it to install until I tried a smaller SD card. I could install the RTSP firmware first with the larger card, but after that, I needed a smaller card in the unit with the .inc file present, to apply the hacks. Maybe try a smaller SD card, if you have one, @revenant-81 |
@inthroxify - I was using a 32GB Sandisk. I'll try to dig out a smaller one and give it a shot. Thanks! |
RTSP firmware has now been released for the Wyze Cam V3: https://download.wyzecam.com/firmware/rtsp/demo_v3_RTSP_4.61.0.1.zip
https://www.reddit.com/r/wyzecam/comments/pu4hij/wyze_cam_v3_rtsp_firmware_beta_test_9232021/
Any chance of this getting this supported so we can do things like enable USB ethernet?
The text was updated successfully, but these errors were encountered: