sampsyo / wideq

reverse-engineered client for the LG SmartThinQ API
https://pypi.org/project/wideq/
MIT License
331 stars 159 forks source link

AC Device Snapshots Outdated #151

Open buric opened 9 months ago

buric commented 9 months ago

Hello, this is not a bug with this repository, but an issue I have while developing my own API. Unfortunately I have not found any API docs, so hoping someone can help me here. I am doing APIv2 /service/application/dashboard calls and I get all my AC devices, but unfortunately the snapshots I get are couple of hours old. But, when I open the LG Thinq app on my phone, a new snapshot gets created and sent to the cloud, so next time I do the API call I see the refreshed state with up-to-date temperatures. How is the app doing that? Is there an API call I could use to tell the AC devices to refresh the state in the cloud? Thank you