Search found 6 matches

by loeknl
Wednesday 25 August 2021 13:16
Forum: Python
Topic: Python Plugin: TUYA
Replies: 507
Views: 107351

Re: Python Plugin: TUYA

waltervl wrote: Tuesday 24 August 2021 9:16 Stable or Beta release of Domoticz?
I use the stable 2021.1 From april 17h
And the up to date Tuya plugin (1.0.12)
by loeknl
Monday 23 August 2021 22:56
Forum: Python
Topic: Python Plugin: TUYA
Replies: 507
Views: 107351

Re: Python Plugin: TUYA

The Tuya plugin makes my system unstable and crashes Domoticz about two-three times a day. Any clue what can cause this?
by loeknl
Thursday 19 August 2021 22:02
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 53836

Re: Python Plugin: GoodWe solar inverter via SEMS API

I have the same issues since 17-8. From the Domoticz errorlog: 021-08-19 22:00:14.228 Error: Zonnepanelen: (Zonnepanelen) 'onConnect' failed 'KeyError'. 2021-08-19 22:00:14.228 Error: Zonnepanelen: (Zonnepanelen) ----> Line 304 in '/home/pi/domoticz/plugins/domoticz-GoodWeSEMS/plugin.py', function ...
by loeknl
Sunday 20 December 2020 20:37
Forum: Third party and supplementary tools
Topic: ELRO Connect in Domoticz
Replies: 2
Views: 3632

Re: ELRO Connect in Domoticz

I have the same question about the ELRO connects. Apparently someone created a phyton script to catch the messages: https://github.com/dib0/elro_connects

Someone has a suggestion to trigger for example a virtual switch with them?
by loeknl
Monday 06 July 2020 21:43
Forum: Blockly
Topic: action when person arrives
Replies: 2
Views: 674

Re: action when person arrives

Thanks! Works perfect
by loeknl
Saturday 04 July 2020 16:25
Forum: Blockly
Topic: action when person arrives
Replies: 2
Views: 674

action when person arrives

I use an OnlineChecker script to see if my partners or my phone is at home. The script triggers a virtual switch (on is ‘at home’, off is ‘away’). I would like to have a light switch on if one of us comes at home during the night: e.g. IF Time > 0:30h and time < 4:00h AND switch person1 OR person2 tu ...