Mandus Momberg

Results 8 comments of Mandus Momberg

> @mandusm Both your links point to the iOS documenation btw. Oops. Thanks, updated.

Thanks for the very detailed response. Really appreciate it! I'll have to take some time later on to read through it in detail. With relation to @louis-lau's question. Yeah, the...

Can someone explain why there is no movements on this pull request?

Well, you sir, is what we call a scholar and a gentlemen! Thanks for the redirect! Already switched over my deployment!

I was able to work around this with some DHCP / DNS and a slight edit of `LINE 257` in `wyze_updater.py`. What I can confirm is 1: The device does...

> @mandusm Are you redirecting s3-us-west-2.amazonaws.com to your local IP address using DNS/DHCP spoofing or similiar? It's also interesting that they now support http. I remember it wasn't working before...

I'm having the same issue on WyzeCam2 Device type: Camera (WYZE_CAKP2JFUS) Firmware: 4.36.2.5 ``` Traceback (most recent call last): File "/home/mandusm/Builder/WyzeHacks/installer/./wyze_updater.py", line 362, in args.action(creds, args) File "/home/mandusm/Builder/WyzeHacks/installer/./wyze_updater.py", line 260,...

As an EXTREMELY hacky way to make this work I Changed a few lines in the `wyze_updater.py` file. Line 256 Specifically ``` if not server: if not args.addr: args.addr =...