Tried to extend the trial period again, but without result.
I'll create an issue with the proper attachments
Search found 14 matches
- Monday 12 August 2024 11:51
- Forum: Python
- Topic: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
- Replies: 226
- Views: 79922
- Monday 12 August 2024 9:29
- Forum: Python
- Topic: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
- Replies: 226
- Views: 79922
Re: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
Thanks Xenomes for the tip. I tried this yesterday before posting the issue. Will retry carefully later today and record the steps taken
- Sunday 11 August 2024 10:28
- Forum: Python
- Topic: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
- Replies: 226
- Views: 79922
Re: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
Thanks to Xenomes I could read all my QLIMA data. Unfortunattely it stopped working 2024-08-11 09:59:29.216 Error: myTuya: handleThread: Credentials are incorrect or tuya subscription has expired! line 887 2024-08-11 10:00:39.216 Error: myTuya: handleThread: Credentials are incorrect or tuya ...
- Wednesday 31 July 2024 20:32
- Forum: Python
- Topic: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
- Replies: 226
- Views: 79922
Re: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
I will do both. Create an issue and try to fork the project. Do not expect miracles. Lot of programming experience from the past. But very new on github and Python.
- Tuesday 30 July 2024 17:38
- Forum: Python
- Topic: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
- Replies: 226
- Views: 79922
Re: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
A couple of weeks ago I bought a QLIMA D 812 Smart dehumidifier and installed it in the basement. Connected it to the Tuya Smart app. It works fine. This week I connected it to Domoticz with this Cloud plugin and studied this topic. It also works fine. I did write a small python script that turns on ...
- Sunday 12 November 2023 11:23
- Forum: Python
- Topic: plugin LGAC_SmartT not working anymore
- Replies: 2
- Views: 308
Re: plugin LGAC_SmartT not working anymore
unfortunately no luck steps taken sudo rm -rf domoticz_lg_thinq_plugin git clone https://github.com/heggink/LGAC_SmartT cd LGAC_SmartT sudo pip3 install -e . nano wideq.py COUNTRY = 'NL' LANGUAGE = 'nl-NL' sudo python3 example.py https://nl.m.lgaccount.com/login/sign_in?country=NL&language=nl-NL ...
- Sunday 12 November 2023 10:56
- Forum: Python
- Topic: plugin LGAC_SmartT not working anymore
- Replies: 2
- Views: 308
Re: plugin LGAC_SmartT not working anymore
made some progress. I did reset the lg password accepted the terms in the app again python3 example.py -c NL -l nl-NL This time with the correct language settings This leads to a new url When I paste in the the example.py script. It tells me that I only have thinq1 devices This fork is only ...
- Saturday 11 November 2023 22:13
- Forum: Python
- Topic: plugin LGAC_SmartT not working anymore
- Replies: 2
- Views: 308
plugin LGAC_SmartT not working anymore
Last year I had this python plugin operational. I started with the original plugin from olek, moved the the plugin from Herman (heggink) and later to maykls version. It worked fine. This summer I had to reinstall my raspberripy. Now I want to make the LGAC_SmartT plugin operational again. I get ...
- Wednesday 05 October 2022 11:39
- Forum: Zigbee
- Topic: Smart home set livarno from Lidl
- Replies: 4
- Views: 1767
Re: Smart home set livarno from Lidl
On second thoughts I'll keep the set. The bulbs alone are worth keeping it. I'll study the home assistant solution and try to integrate it in domoticz. Will keep you posted. It can take some time, but since I retired early this year, I can spend it
.

- Tuesday 04 October 2022 14:50
- Forum: Zigbee
- Topic: Smart home set livarno from Lidl
- Replies: 4
- Views: 1767
Re: Smart home set livarno from Lidl
thanks for your replies. I'll return the set and will obtain an open source stick; most of the community seems to use them, why be different
. First goal is to connect sensors for temperature and humidity and maybe later automated light switching with movement detectors

- Monday 03 October 2022 15:27
- Forum: Zigbee
- Topic: Smart home set livarno from Lidl
- Replies: 4
- Views: 1767
Smart home set livarno from Lidl
Hi, this week I bought a livarno smart home set with a silvercrest gateway, a remote and 3 e27 colour bulbs from lidl. Did someone else bought this set and connected it to domoticz? I read some posts from 2020 about unsuccessful attempts. Is there any progress in this? Or should I return the set and ...
- Monday 09 May 2022 9:48
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 49125
Re: Python Plugin: LG Smart AC (SmartThinQ)
The Domoticz Beta solves the problem. Its still not working, but I'll learn Python first before further investigation
- Saturday 30 April 2022 9:20
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 49125
Re: Python Plugin: LG Smart AC (SmartThinQ)
Its related to 3.10 of python; some stupid string compare
I'll repair that and create a fork.
First have to find out how to do that.
I am a retired seasoned professional programmer; not in python but in many other languages.
With a little help from my internet friends I'll probably manage.

I'll repair that and create a fork.
First have to find out how to do that.
I am a retired seasoned professional programmer; not in python but in many other languages.
With a little help from my internet friends I'll probably manage.
- Friday 29 April 2022 18:04
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 49125
Re: Python Plugin: LG Smart AC (SmartThinQ)
Did try to install the original plugin on Ubuntu. It worked for some time. (Olek (Olinek2) and the fork of Herman (heggink) as well) Now I get an error from Domoticz on restart 'PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is available for your platform ...