Search found 14 matches

by lamama1234
Tuesday 14 March 2023 13:54
Forum: Python
Topic: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
Replies: 226
Views: 79955

Re: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)

Looks like the site was not reachable, do you use a vpn or pihole?
No, direct internet connection (even no CGNAT). Is there a way to tell if the culprit is my network or the remote server?

Also, can I extend the connection timeout duration (in plugin.py) to avoid this error?

Thanks
by lamama1234
Monday 13 March 2023 9:58
Forum: Python
Topic: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
Replies: 226
Views: 79955

Re: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)

Solved in https://github.com/Xenomes/Domoticz-TinyTUYA-Plugin/issues/30 Thanks Xenomes! I returned to your TUYA-plugin to make things work till this was fixed. Btw, what are the main differences between your TinyTUYA plugin vs your legacy TUYA-plugin? The IOT API periodical subscription renewal may ...
by lamama1234
Tuesday 07 March 2023 14:06
Forum: Python
Topic: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
Replies: 226
Views: 79955

Re: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)

Hi & thanks for this plugin. I just installed today and getting the following log error: 2023-03-07 14:59:59.074 Error: TinyTUYA: Call to function 'onHeartbeat' failed, exception details: 2023-03-07 14:59:59.075 Error: TinyTUYA: Traceback (most recent call last): 2023-03-07 14:59:59.075 Error ...
by lamama1234
Friday 03 February 2023 20:45
Forum: Z-Wave
Topic: FIBARO FGRM223 open command moves back to last position
Replies: 10
Views: 1337

Re: FIBARO FGRM223 open command moves back to last position

Hi guys, Sorry for digging this up. I just switched today from Fibaro's FGRM222 to FGRM223 - and now encountering all of the above: 1. Cannot use "Open" or "Close" commands (does nothing) 2. Percentage state not updated if roller moved using SW slider. Using the physical switches does update ...
by lamama1234
Friday 05 August 2022 13:43
Forum: Python
Topic: Python Plugin: TUYA
Replies: 507
Views: 99569

Re: Python Plugin: TUYA

But also: 2021-10-13 08:30:48.671 Error: Bluetooth beacon hardware (20) thread seems to have ended unexpectedly 2021-10-13 08:30:48.671 Error: Xiaomi flowermate hardware (21) thread seems to have ended unexpectedly 2021-10-13 08:30:48.671 Error: Tuya_devices hardware (22) thread seems to have ended ...
by lamama1234
Thursday 28 July 2022 10:49
Forum: Python
Topic: Python Plugin: TUYA
Replies: 507
Views: 99569

Re: Python Plugin: TUYA

EDIT: Solved after installing Xenomes' Domoticz-TUYA-Plugin. Hi and many thanks for this plugin. I've just added it to my Domoticz server and getting an error within my log, see below. I have 2 devices added to my Smart Life app, and one of them is intentionally offline. Could that be the issue? The ...
by lamama1234
Sunday 07 November 2021 14:49
Forum: LUA
Topic: Incremental counter - daily usage via LUA
Replies: 1
Views: 726

Incremental counter - daily usage via LUA

Hi, I have an incremental counter for water usage and I wish to add automation for total amount of daily water usage. The Domoticz utility widget shows both the total amount of water used + daily: WaterMain.jpg But when I use LUA's print(otherdevices_svalues['Water Main']) I only get this crazy ...
by lamama1234
Tuesday 21 September 2021 16:38
Forum: Utility
Topic: AI anomaly detection
Replies: 0
Views: 396

AI anomaly detection

Hi, I recently installed an ESP8266 based water meter in my Domoticz eco system. I saw that there's a time based LUA script in the wiki for detecting too long water flow. In some cases it will detect long showers, garden watering etc therefore will create false alarms. Therefore I thought on ...
by lamama1234
Thursday 02 September 2021 11:19
Forum: ESP8266
Topic: Water meter ESPeasy Wemos TCRT5000 WIFI
Replies: 36
Views: 19770

Re: Water meter ESPeasy Wemos TCRT5000 WIFI

Why not , do you mind sharing the code for the rules? Sure. On System#Boot do // When the ESP boots, do TaskValueSet 4,1,0 // TaskValueSet TASKnr,VARnr,Value, Reset the Liters counter to 0 TaskValueSet 4,2,0 // Previous Counter used for memory TimerSet,1,60 // Set Timer 1 for the next event in 60 ...
by lamama1234
Wednesday 09 June 2021 10:54
Forum: Z-Wave
Topic: Temp sensors suddenly recognized as Temp+Hum
Replies: 33
Views: 7195

Re: Temp sensors suddenly recognized as Temp+Hum

Same issue here. New devices created with subtype "WTGR800" (used to be "LaCrosse TX3") on a Fibaro UBS FGBS-001 hooked up to 4 DS18B20 sensors. My Domoticz version is 2020.1 running on Win7 and using Aeotec Z-Stick for Z-Wave connectivity. Any tip on how to revert or should I just use the new ...
by lamama1234
Wednesday 09 June 2021 10:53
Forum: Z-Wave
Topic: Fixing Z-Wave for once and for all!
Replies: 218
Views: 41254

Re: Fixing Z-Wave for once and for all!

This is what helped solve my problem - and hopefully future ones as well though it's more a kinda workaround: I modified options.xml (/domoticz/Config) by setting <Option name="ReloadAfterUpdate" value="NEVER" /> which prevents a new z-wave devices config file to automatically modify existing nodes ...
by lamama1234
Tuesday 01 June 2021 9:33
Forum: Z-Wave
Topic: Temp sensors suddenly recognized as Temp+Hum
Replies: 33
Views: 7195

Re: Temp sensors suddenly recognized as Temp+Hum

Same issue here. New devices created with subtype "WTGR800" (used to be "LaCrosse TX3") on a Fibaro UBS FGBS-001 hooked up to 4 DS18B20 sensors. My Domoticz version is 2020.1 running on Win7 and using Aeotec Z-Stick for Z-Wave connectivity. Any tip on how to revert or should I just use the new added ...
by lamama1234
Wednesday 14 October 2020 15:53
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 533
Views: 79601

Re: Python Plugin : Broadlink

Hi, Plugin is working great. Many thanks to all contributors. I'm trying to manually enter an IR code which doesn't exist in my TV remote (from here https://gitlab.com/snippets/1690600 ) How do I convert the IR codes listed in the attached link, e.g. 20DFA35C, to the codes generated in this plugin's ...
by lamama1234
Tuesday 19 May 2020 11:30
Forum: PHP and all others
Topic: LG TV WebOs 3.0
Replies: 73
Views: 84165

Re: LG TV WebOs 3.0

Hi,

I installed Domoticz-LGTV-WebOS-Plugin from scratch (including pylgtv libary) and defined IP + MAC address within Domoticz hardware configuration. However, I'm not able to get my TV show the pairing code no matter what I tried.

Any tips?

Thanks