stefxx

Results 28 comments of stefxx
trafficstars

Thanks! I installed the beta on one of my Dimmer 2 modules. There is a dimmable LED bulb connected to this dimmer. It took me 5 reboots before it happened...

4 years later... Any update? I would love a Wear OS version!

Thanks. Disappointed, but fully understandable. Keep up the good work!

Here you go. Three v1 a/c units and one v2 unit. I changed the deviceids and mac addresses. I assume the rest is not specific to my system... ``` {...

Too bad, nobody knows yet. I would love to do some additional debugging but I am unable to remove the certificate pinning in the LG ThinQ APK. I tried but...

No worries, your work and commitment to this project is highly appreciated! Yes, I have a rooted phone.

Hi, just curious on the progress of controlling v2 devices. Any update? Thanks!

Hi, any clue on how to work around the certificate pinning in the LG app? I would love to see how far I can get by tracing the API calls...

Hi @tinkerborg ! Not sure how far you are with the controlling of v2 devices, and I know you are better with code than with words but perhaps you could...

Found it! POST: https://eic-service.lgthinq.com:46030/v1/service/devices/[your-device-id]/control-sync (for the base URL, use the thinq2Uri from the gateway-uri response) On: {"command":"Operation","ctrlKey":"basicCtrl","dataKey":"airState.operation","dataValue":"1"} Off: {"command":"Operation","ctrlKey":"basicCtrl","dataKey":"airState.operation","dataValue":"0"} Set Temp: {"command": "Set","ctrlKey": "basicCtrl","dataKey": "airState.tempState.target","dataValue": 22}