I have a smart led bulb. I want to create my own server to control it but there are no APIs available for the bulb. So I decided to hack into my bulb to know where HTTPS requests are going but I am not getting any HTTPS requests when I click on the Turn On/ turn off button. I am getting some requests when I log in(Requests are encrypted) or fetch something in-app.
This is the screenShot of some requests. (I set up the fiddler and connected an Android device to it and it is working great.)
The
a1.tuyain.com/api.json
is the server address of that apk (Syska smart home)
So what should I do to know what's happening when I turn on the bulb?