basst85 / NextRemoteJs

Simple webinterface for the Ziggo Next setopbox
13 stars 4 forks source link

CPE.getUiStatus only works when ziggogo.tv app is running #7

Closed Sholofly closed 4 years ago

Sholofly commented 4 years ago

Hi Bas, I need your help. I'm trying to make your component work for python. In your code you have a mqtt post to CPE.getUIStatus But that only sends messages when connected to the ziggogo.tv web app. My best guess is that something else in de code of ziggogo.tv is done to make this possible. Are you willing to help me reverse engineer the code to find out why ziggogo.tv is working, but your code doesn't? Since my javascript skills are not that good, maybe you can find your way in it? If you are not can you tell me how you reverse engineered te code, so i can try it myself?

basst85 commented 4 years ago

Hi! Check the latest commit from today :-)

Sholofly commented 4 years ago

Wow, I'm gonna test that tomorrow. Looks good! Is it smart thinking or did you reverse engineer it and found the way it's done on the website?

Op zo 19 jan. 2020 22:37 schreef basst85 notifications@github.com:

Closed #7 https://github.com/basst85/NextRemoteJs/issues/7.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/basst85/NextRemoteJs/issues/7?email_source=notifications&email_token=AAG4EABKQSYUWZAKN443HQDQ6TBZ3A5CNFSM4KIVAEXKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOWB76QDY#event-2961172495, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG4EAE24ITIJZP4LLFT7A3Q6TBZ3ANCNFSM4KIVAEXA .

basst85 commented 4 years ago

Wow, I'm gonna test that tomorrow. Looks good! Is it smart thinking or did you reverse engineer it and found the way it's done on the website?

A little bit of reverse-engineering on ziggogo.tv, via developer-tools (F12) in Chrome -> Network -> WS. And you can also set the local storage value of "__DEBUG_logLevel" to 1, then you see all MQTT messages in console. 👍