Search found 4 matches

by Thierry33700
Sunday 04 October 2020 12:23
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 176
Views: 56511

Re: Python Plugin: LG Smart AC (SmartThinQ) - SOLVED




Thierry,

Once you logged in using the provided URL you should see that the resulting URL has 3 data in it. access_token, refresh_token and oauth2_backend_url
This is all that would go in the resulting json file anyway.
I suggest you simply move to the next step using the raw information from ...
by Thierry33700
Wednesday 01 July 2020 6:59
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 176
Views: 56511

Re: Python Plugin: LG Smart AC (SmartThinQ)




Thierry,

Once you logged in using the provided URL you should see that the resulting URL has 3 data in it. access_token, refresh_token and oauth2_backend_url
This is all that would go in the resulting json file anyway.
I suggest you simply move to the next step using the raw information from ...
by Thierry33700
Sunday 03 November 2019 15:41
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 176
Views: 56511

Re: Python Plugin: LG Smart AC (SmartThinQ)


Thierry,

Once you logged in using the provided URL you should see that the resulting URL has 3 data in it. access_token, refresh_token and oauth2_backend_url
This is all that would go in the resulting json file anyway.
I suggest you simply move to the next step using the raw information from the ...
by Thierry33700
Sunday 18 August 2019 15:41
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 176
Views: 56511

Re: Python Plugin: LG Smart AC (SmartThinQ)

Hello,

I tried to install this script, evrything was great til but i can't go further than an unsuccessfull test, i do not get the "wideq_state.json" file as supposed to have.

After having widep.py file updated i run the exemple.py script, and get this :

root@tynati:~/LGAC_SmartT# nano wideq.py ...