barcar / visonic_control

PHP scripts to arm, disarm and check status of Visonic PowerMaster 30 security alarm via web service connected to PowerLink 3
GNU General Public License v3.0
3 stars 3 forks source link

Api changed #3

Closed tkleijkers closed 4 years ago

tkleijkers commented 4 years ago

The API has changed so login does not work anymore. Do you have any idea how the new API works?

barcar commented 4 years ago

No. I don’t. I’ll take a look but not sure how quickly I will get to it.

barcar commented 4 years ago

I just ran a Charles Proxy session with the new app and, as far as I can tell, they are now using SSL pinning which means I can't intercept the API calls with Charles. I've not given up but it's not going to be as easy as it was before.

barcar commented 4 years ago

I couldn't figure out what changed by myself but I think this person has... https://github.com/And3rsL/VisonicAlarm2. Their commits reference upgrading to API v8 which is what I see listed at https://visonic.tycomonitor.com/rest_api/version = so maybe there is hope. I'm going to archive this project since others are doing it better.