So yesterday i finally made it to work. Not really what i was hoping to get. You will probably be able to bypass the zones or arm/dismarm the alarm from home assistant. I wanted to get the status of each of the zones. but it looks like the HYYP app only post those when the zone is triggered during armed state.
You will have to decode the JSON format of the information you get to do anything with what the HYYP app posts.
If you would like to check it out, Here are the steps:
1. You have to download a program called mitmproxy (
https://mitmproxy.org/).
2. install the program on any computer.
3. You then set you phone's wifi to use the proxy (ip of the computer you set it up on and port 8080)
4. Go to mitm.it
5. Download the certificate for your phone and install it
6. You will then see on the console made by mitmproxy that there is data flowing through the proxy (if not then check the settings of your phone)
7. Open the HYYP app and log in. you will see a few get commands appear.
Thanks to
@grump_grouch for pointing me in the right direction.
Hi I am also trying to find the rest api for the hypp app. Could you please share the sequence on sample calls to me as well