jterrace / pyharmony

Python library for connecting to and controlling the Logitech Harmony Link
BSD 3-Clause "New" or "Revised" License
129 stars 110 forks source link

Reading State of the Devices #3

Open Hagbard235 opened 10 years ago

Hagbard235 commented 10 years ago

Hi,

it would be great if you could read the current status of devices on the hub.

DavidPhillipOster commented 10 years ago

Have you considered adding a recording proxy to your home router or your cell phone to eavesdrop on the communication between the hub and their wifi remote app?

On rooted Android, or jailbroken iOS, you could wrap the system URL Loading library, and see the requests and responses before they are https encrypted (if they are.) Or set breakpoints on the system calls, and log to a remote debugger.