-
-
Notifications
You must be signed in to change notification settings - Fork 342
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
Philips Avent Baby Monitor uses Tuya #628
Comments
The problem is general: some manufacturers prefer to use their own apps instead of smartLife. Is there a general solution/workaround to use these devices with tuyAPI? |
+1 I've spent some time trying to debug this device too, mostly thru reverse-engineering Android app. Got surprised that Phillips is actually using Tuya IoT cloud for baby stuff. |
I consider this positive. It shows the diffusion of Tuya solutions, their reliability, and the validity of investing in this ecosystem. |
They updated the app and is much more faster. Maybe the implementation is better this time. |
Discussed in #627
Originally posted by thekoma May 8, 2023
Hi! I'm Triyng to get a baby monitor work on local network or at least try to integrate it with the home domotics.
The Camera uses a custom App .
After a little of nmap:
And a little of Frida some mitm proxy and a lot of insults (I had to use an old android phone because the APK is arm64 only and no emulation works).
I've discovered that this damn thing uses Tuya API endpoint.
Is there any way to use the tuyapi (or any client or existing component of this ecosystem) to control this device?
Thank you
Koma
The text was updated successfully, but these errors were encountered: