shauntarves / wyze-sdk

A modern Python client for controlling Wyze devices.
The Unlicense
313 stars 49 forks source link

Hello from Wyze and there some changes we want to keep you posted #176

Open xcz011 opened 6 months ago

xcz011 commented 6 months ago

I’m an engineer at Wyze, and I wanted to inform you about some important updates to our Wyze Login API that may affect the this project. As detailed in our recent forum post (Important Wyze App Information - 4/26/24), we will soon be shutting down the v2 and v3 APIs.

We encourage developers to transition to our supported Developer API for login processes which this project already supports. This change will ensure continued compatibility and enhance the security of integrations.

We appreciate the effort you have put into supporting Wyze and our ecosystem through your project. If you have any questions or need further details about the Developer API and how to transition, please feel free to reach out.

Thank you for your understanding and support.

shauntarves commented 6 months ago

Hi @xcz011,

Thank you for the information. Can you please provide some more details? Does this just affect the login API or does it affect every existing API that powers the various Wyze apps?

A brief summary of the steps I'll need to follow would be really appreciated.

xcz011 commented 6 months ago

@shauntarves This is only impact login api. I think you already implemented the way it should which using api/user/login and only thing I noticed is TOTP won't be in response of this api since this api require keyID and api key. Only v2 and v3 login api return MFA info if use turn on which it seems you already updated before.

Thanks again!