nblavoie/wyzecam-api

PhoneInfoNotExist

simsketch opened this issue ยท 12 comments

any ideas?

seems I get the same thing

{ "ts": 1527047125868, "code": "3000", "msg": "PhoneInfoNotExist", "data": {} }

Working on it, will keep you posted.

any movement on this?

Same here, very interested in your findings.

Try the "phone_id" provided in the README bc151f39-787b-4871-be27-5a20fd0a1937.

When using a random UUID, I get the PhoneInfoNotExist

can confirm -- the only uuid that i can get to work is the example one from the README, "bc151f39-787b-4871-be27-5a20fd0a1937"

I was able to get my phone's ID (Android) by looking in the statistics.txt file in the following directory:
/storage/emulated/0/Wyze/Camera/statistics/

I ended up installing Bluestacks android emulator, then installing the wyze app and logging in.

Then I used the file explorer API to find a .txt file (forget the name) to find the phone's ID. Worked great!

@wesbos are you working on an API for these cameras? Got a public repo I could review?

i tried but ultimately failed :(

Too bad, I was hoping to stand on your (giant) shoulders. I see that streaming API might be opened soon, which was my goal anyway... So I may just wait.

Also, hi Wes. You do good work. Thanks! If you come to Boulder, I'd love to take you to lunch.

Any update on this?