Search found 7 matches

by johnny86
Sunday 14 November 2021 12:40
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 52505

Re: Python Plugin: LG Smart AC (SmartThinQ)

I think there is a problem with the new raspbian bullsey, and with Python 3.9.2 which is in it

viewtopic.php?f=6&t=37376

plugins that require python don't work - domoticz will then shut down
by johnny86
Saturday 30 January 2021 15:28
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 111197

Re: Python Plugin: Smart Virtual Thermostat

Hello, is it possible, for example, to add in the code so that the stove heats, for example, 0.5 degrees more than agreed? I know that there is a delta max option, but if I set, for example, 20 degrees, it heats up to 19 and I would like it to heat to 20.5 and only turned on when the temperature ...
by johnny86
Tuesday 26 January 2021 10:36
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 52505

Re: Python Plugin: LG Smart AC (SmartThinQ)

unfortunately but sudo pip3 uninstall msgpack-python followed by a sudo pip3 install -U msgpack did not help I don't know what's up in me, i don't know python but i found something if in LGACServerNew.py I have line 70/71 # unpacker = Unpacker(encoding='utf-8') unpacker = Unpacker() https://i.ibb.co ...
by johnny86
Monday 25 January 2021 15:35
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 52505

Re: Python Plugin: LG Smart AC (SmartThinQ)

little progress :) I can already control the air conditioning via domoticz I have two more problems 1. Doesn't show temperature. In logs, I see values ​​for b'temp_actual https://i.ibb.co/f05N8CK/2.png 2021-01-25 15:36:26.399 (Klimatyzacja) Got: {b'state': b'off', b'mode': b'COOL', b'temp_actual': b' ...
by johnny86
Monday 25 January 2021 11:59
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 52505

Re: Python Plugin: LG Smart AC (SmartThinQ)

ok my mistake because I ran lgac_server Address in use normally means that something is already listening on that port so please check. Also, can you let me know what you have done up to that point? Was everything correctly installed (sudo pip3 install -e . and wideq.py data edited, what do you get ...
by johnny86
Monday 25 January 2021 10:28
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 52505

Re: Python Plugin: LG Smart AC (SmartThinQ)

thanks for the info. Through https://github.com/sampsyo/wideq I can, for example, turn on the air conditioning. Unfortunately, something is not working for me https://github.com/heggink/LGAC_SmartT :( maybe because I already have python 3.7? It normally displays refresh_token and AC Device Number On ...
by johnny86
Sunday 24 January 2021 20:03
Forum: Python
Topic: Python Plugin: LG Smart AC (SmartThinQ)
Replies: 173
Views: 52505

Re: Python Plugin: LG Smart AC (SmartThinQ)

some progress?
Has anyone tried to repair the plug?
I include a working script

https://github.com/sampsyo/wideq


nice if someone adapted it to domoticz :)