Coder Social home page Coder Social logo

Device Id about wyze-node HOT 3 CLOSED

noelportugal avatar noelportugal commented on July 24, 2024 3
Device Id

from wyze-node.

Comments (3)

dylankolson avatar dylankolson commented on July 24, 2024

+1

from wyze-node.

McMainsLiam avatar McMainsLiam commented on July 24, 2024

For anyone still curious about this, these were the steps I took to find the phoneId using Charles proxy and my iPhone. Charles proxy has a 30 day evaluation period so there's no upfront cost.

  1. Install Charles proxy. It asked me for my password to autoconfigure the proxy, I hit allow and entered my password. Once the setup had been complete, I could start seeing my network traffic appearing from my computer.
  2. Set up HTTP proxy on your iPhone. Following this guide I was able to set up the proxy from my phone through Charles on my computer. Once this setup had been complete, I could see the requests that were being made on my phone appear on my computer as well.
  3. Allow SSL proxying. Click on the Proxy button in the menu bar, click on SSL Proxying Settings, click Enable SSL Proxying, and then click "add" under the include section of SSL Proxying. Then enter * for host and * for port. This will allow all SSL connections to be proxied through Charles. It probably isn't the best setup in the long run but it got the job done for me.
  4. Completely close out of the Wyze app on your phone. Clear the log on Charles and then begin a new recording session. Start up the Wyze app on your phone and you should see quite a few connections come through Charles. There should be a request to https://wyze-platform-service.wyzecam.com on the left hand side. Drill down into that request until you come across the set_phone_status endpoint. Open up the Contents tab on this endpoint and you should see something like this
{
	"status": true,
	"phone_id": "f90d35e4-7c8a-4af5-93e3-767f5936a52d"
}

This is not my true phone_id so please don't try to use it. You should be set to go now. Hope this helps!

from wyze-node.

noelportugal avatar noelportugal commented on July 24, 2024

Hey @McMainsLiam you rock!! Thanks for adding this..I can add this to the README file. BTW I use the API EVERYDAY....for my custom garage door iOS app! https://forums.wyzecam.com/t/wyze-api-sense-camera-snapshot/107663

from wyze-node.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.