Search found 17 matches

by gvrgvr
Friday 01 April 2022 8:20
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 49213

Re: Python Plugin: LG Smart AC (SmartThinQ)

Hi gvrgvr! First, make sure that you are using latest plugin version (git pull). Second, open LG ThinQ app on your smartphone and if there's new license to accept, please do it. Sometimes when we have API errors like this it's caused by changes in license and it have to be accepted with the app. No ...
by gvrgvr
Thursday 31 March 2022 21:19
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 49213

Re: Python Plugin: LG Smart AC (SmartThinQ)

Since yesterday I receive errors like: 2022-03-30 22:02:23.240 Error: LG Thinq: 'onHeartbeat' failed 'APIError':'9995'. 2022-03-30 22:02:23.240 Error: LG Thinq: Exception traceback: 2022-03-30 22:02:23.240 Error: LG Thinq: ----> Line 418 in '/home/pi/domoticz/plugins/domoticz_lg_thinq_plugin/plugin ...
by gvrgvr
Thursday 18 November 2021 9:53
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 49213

Re: Python Plugin: LG Smart AC (SmartThinQ)

Hi @gvrgvr. I've had also some errors in my logs today: 2021-11-18 02:42:34.112 Error: LG ThinQ: (LG ThinQ) 'onHeartbeat' failed 'ConnectionError'. But now it's back online: 2021-11-18 03:01:28.477 LG ThinQ: (LG ThinQ) Session expired, refreshing... So maybe you are right, maybe there was some LG ...
by gvrgvr
Wednesday 17 November 2021 22:44
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 49213

Re: Python Plugin: LG Smart AC (SmartThinQ)

since this evening I get errors in the domoticz log. Maybe it's an outage at LG, or something else? 2021-11-17 22:41:49.557 Error: ConbeeDeconz hardware (12) thread seems to have ended unexpectedly 2021-11-17 22:42:01.111 Error: LG Thinq: (LG Thinq) 'onStart' failed 'TokenError'. 2021-11-17 22:42:01 ...
by gvrgvr
Tuesday 09 November 2021 14:12
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 49213

Re: Python Plugin: LG Smart AC (SmartThinQ)

I'm trying to get my multisplit LG AC to work via domoticz as well, but so far no luck. I'm not getting past the 'sign in' with the LG app; likely because my current LG account is a "google account". The current sign-in page doesn't allow anymore to 'sign in with google'. And I'm hesitant to delete ...
by gvrgvr
Thursday 14 October 2021 10:46
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 49213

Re: Python Plugin: LG Smart AC (SmartThinQ)

OK, sorry, that was my fault. There was a redundant "raise IOError" which is removed now. I didn't realized that I'm testing another version (which was OK actually) - sorry, I'm still learning :) Just git pull --rebase to update your local repository and try again. Yes!! Working! I added new ...
by gvrgvr
Wednesday 13 October 2021 19:16
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 49213

Re: Python Plugin: LG Smart AC (SmartThinQ)

waltervl wrote: Wednesday 13 October 2021 17:11 Seems like an IO error, perhaps no write access?
What happens with sudo?

Code: Select all

sudo python3 example.py -c NL -l en-US
Same error.
Really don't know what's going wrong. Tried to delete and clone the installation again, no succes.
by gvrgvr
Wednesday 13 October 2021 15:04
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 49213

Re: Python Plugin: LG Smart AC (SmartThinQ)

That's right. Each LG user will have individual wideq_state.json file. Just asking: have you already logged in on your smartphone's app and accepted LG's new terms? Hopefully I will be able to look at this later today. Yes I did, I'm using the LG Thinq app every day. But I think that could be a ...
by gvrgvr
Wednesday 13 October 2021 14:05
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 49213

Re: Python Plugin: LG Smart AC (SmartThinQ)

majki wrote: Wednesday 13 October 2021 13:42 I can't check right now by myself, but please try this command:

Code: Select all

python3 example.py -c NL -l en-US
I get the same error.
I asume that the file should be created by running example.py, because it's not a part of your sources, right?
by gvrgvr
Wednesday 13 October 2021 12:09
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 49213

Re: Python Plugin: LG Smart AC (SmartThinQ)

Hi @gvrgvr! Just follow instructions here https://github.com/majki09/domoticz_lg_thinq_plugin#installation You need to generate and copy wideq_state.json file to your domoticz folder, if your'e on Raspberry Pi it's probably /home/pi/domoticz. I will change this manual copying to some automation ...
by gvrgvr
Wednesday 13 October 2021 9:52
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 49213

Re: Python Plugin: LG Smart AC (SmartThinQ)

Hi @majki. Happy to read there's work done to support the v2 api, so I'm trying to start over. But, I get the error Traceback (most recent call last): File "example.py", line 235, in example with open(STATE_FILE) as f: FileNotFoundError: [Errno 2] No such file or directory: 'wideq_state.json' Where ...
by gvrgvr
Saturday 10 July 2021 7:57
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 49213

Re: Python Plugin: LG Smart AC (SmartThinQ)

heggink wrote: Thursday 08 July 2021 16:01 I do [emoji23]. I can try to help debug. I have a test system these days so let's see. Start by switching on all debugging and pm me with the data.

Sent from my SM-G980F using Tapatalk
Great! Will do asap.
by gvrgvr
Thursday 08 July 2021 15:51
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 49213

Re: Python Plugin: LG Smart AC (SmartThinQ)

I tried several times to install this plugin, also the new fork (heggink), but no luck. I keep getting the error "KeyError: 'item'" that's mentioned multiple times in this topic, after executing "sudo python3 example.py" Has anyone got this working on a raspberry pi with Raspbian buster?
by gvrgvr
Tuesday 20 April 2021 8:44
Forum: Heating/cooling
Topic: Tado Thermostat plugin
Replies: 103
Views: 43339

Re: Tado Thermostat plugin

Exact same issue here, I noticed that in the "Devices" section of Domoticz, the setpoint which are inverted share almost the same "ID". My bedroom has ID 000002E and my kitchen ID 0000002. Not sure if it is linked to the issue but that's the only thing I see that could explain this behaviour. Sadly ...
by gvrgvr
Tuesday 10 November 2020 21:28
Forum: Heating/cooling
Topic: Tado Thermostat plugin
Replies: 103
Views: 43339

Re: Tado Thermostat plugin

I thought I had the same problem, could not set the temperature of no more than two rooms. It still looks like it but i have discovered that there is a twist. (program mistake?) As an example, when I change the manual setpoint from Domoticz of the bedroom, the setpoint of the living room changes ...
by gvrgvr
Thursday 22 October 2020 10:44
Forum: Heating/cooling
Topic: Tado Thermostat plugin
Replies: 103
Views: 43339

Re: Tado Thermostat plugin

I added an extra zone to my setup. Domoticz sees it: 2020-10-09 07:20:17.607 Status: Tado: Worker started. Will poll every 30 seconds. 2020-10-09 07:20:22.972 Status: Tado: Retrieved webapp environment from API. 2020-10-09 07:20:23.682 Status: Tado: Received access token from API. 2020-10-09 07:20 ...
by gvrgvr
Friday 09 October 2020 8:43
Forum: Heating/cooling
Topic: Tado Thermostat plugin
Replies: 103
Views: 43339

Re: Tado Thermostat plugin

I added an extra zone to my setup. Domoticz sees it: 2020-10-09 07:20:17.607 Status: Tado: Worker started. Will poll every 30 seconds. 2020-10-09 07:20:22.972 Status: Tado: Retrieved webapp environment from API. 2020-10-09 07:20:23.682 Status: Tado: Received access token from API. 2020-10-09 07:20 ...