Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)

Python and python framework

Moderator: leecollings

User avatar
Xenomes
Posts: 402
Joined: Tuesday 27 November 2018 19:05
Target OS: Linux
Domoticz version: 2024.7
Location: Netherlands
Contact:

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

Post by Xenomes »

You can see here the used calls https://eu.platform.tuya.com/cloud/interface
HP T630 (256GB SSD/8GB Mem) - Ubuntu 24.04.2 LTS (64Bit) - Domoticz 2024.7 (Docker) Machinon theme - RFLink - KaKu - Sonoff - Tasmota - Shelly - MQTT2Zigbee - OpenTherm Gateway - Tinytuya - IR Blaster - P1 Smart Meter - NPN Watermeter - Google Assistant
athoopen
Posts: 40
Joined: Wednesday 14 December 2022 12:00
Target OS: Raspberry Pi / ODroid
Domoticz version: 2022.2
Location: Netherlands
Contact:

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

Post by athoopen »

Xenomes,

Thanks (that I didn't find that myself :oops: ).

Hopefully you can help me explaining my numbers.

This month I made 62.657 API Call.scalls (Feb was around 55.000)
These are split up into: IoT Core 34,442; Smart Home Basic Service 26,949; Applet/H5 version for Hotel 284; Standard Version for Hotel 284 and Premium Version for Hotel 284. And Authorization Token Management 284 times.
IoT Core and Smart Home Basic Service are the huge numbers (I think).

When is an API call issued? I have 14 devices and a polling interval of 15 minutes. How can I get into those high numbers (or are they more or less normal with 14 devices) and what do I need to do to get the numbers down.

TIA!
Cheers,
Arjan
User avatar
Xenomes
Posts: 402
Joined: Tuesday 27 November 2018 19:05
Target OS: Linux
Domoticz version: 2024.7
Location: Netherlands
Contact:

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

Post by Xenomes »

athoopen wrote: Tuesday 25 March 2025 20:12 Hopefully you can help me explaining my numbers.

This month I made 62.657 API Call.scalls (Feb was around 55.000)
These are split up into: IoT Core 34,442; Smart Home Basic Service 26,949; Applet/H5 version for Hotel 284; Standard Version for Hotel 284 and Premium Version for Hotel 284. And Authorization Token Management 284 times.
IoT Core and Smart Home Basic Service are the huge numbers (I think).
Not exactly, a small calculation makes, 25 days × 24 Hours × 4 times a hour × 14 devices = 33600 status calls,then all the control api calls. So the 34442 possible.
HP T630 (256GB SSD/8GB Mem) - Ubuntu 24.04.2 LTS (64Bit) - Domoticz 2024.7 (Docker) Machinon theme - RFLink - KaKu - Sonoff - Tasmota - Shelly - MQTT2Zigbee - OpenTherm Gateway - Tinytuya - IR Blaster - P1 Smart Meter - NPN Watermeter - Google Assistant
THBR
Posts: 43
Joined: Saturday 02 November 2019 21:05
Target OS: -
Domoticz version:
Contact:

Domoticz-TinyTUYA-Plugin (Cloud) / Avatto ZWT198

Post by THBR »

Hello everyone,

I have multiple devices running under TinyTUYA (cloud) without any problems.

Recently, however, I successfully installed the Avatto ZWT198 thermostat, all devices are present and working, see screenshot.

But in the Domoticz log I get the following message every 5 minutes (my set polling time):
"Error: TinyTUYA: Device read failed: bffeb0ae05ba8f90c8taso"

What could be causing this and how do I solve it?

Thanks in advance!
Attachments
WT198.jpg
WT198.jpg (277.16 KiB) Viewed 1223 times
User avatar
Xenomes
Posts: 402
Joined: Tuesday 27 November 2018 19:05
Target OS: Linux
Domoticz version: 2024.7
Location: Netherlands
Contact:

Re: Domoticz-TinyTUYA-Plugin (Cloud) / Avatto ZWT198

Post by Xenomes »

THBR wrote: Sunday 20 April 2025 14:20 Hello everyone,

I have multiple devices running under TinyTUYA (cloud) without any problems.

Recently, however, I successfully installed the Avatto ZWT198 thermostat, all devices are present and working, see screenshot.

But in the Domoticz log I get the following message every 5 minutes (my set polling time):
"Error: TinyTUYA: Device read failed: bffeb0ae05ba8f90c8taso"

What could be causing this and how do I solve it?

Thanks in advance!
It's possible that the Mode device is causing the error. Is the mode same as in the tuya based app? Also, did you put the device in DP Instruction mode? In that mode, the JSON is more complete, which is useful when using TinyTuya.
HP T630 (256GB SSD/8GB Mem) - Ubuntu 24.04.2 LTS (64Bit) - Domoticz 2024.7 (Docker) Machinon theme - RFLink - KaKu - Sonoff - Tasmota - Shelly - MQTT2Zigbee - OpenTherm Gateway - Tinytuya - IR Blaster - P1 Smart Meter - NPN Watermeter - Google Assistant
THBR
Posts: 43
Joined: Saturday 02 November 2019 21:05
Target OS: -
Domoticz version:
Contact:

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

Post by THBR »

Thanks, that was the solution!

The mode (selector) button actually didn't work at all (should be "manual", "auto" and "temporary".

After I removed this selector device in Domoticz and put the device in DP instruction mode on the Tuya Developer Platform, a new working mode (selector) device was created in Domoticz. Now as it should be with "manual", "auto" and "temporary".

By the way: do you recommend transferring all devices to DP instruction mode anyway?

Thanks again!
User avatar
Xenomes
Posts: 402
Joined: Tuesday 27 November 2018 19:05
Target OS: Linux
Domoticz version: 2024.7
Location: Netherlands
Contact:

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

Post by Xenomes »

THBR wrote: Tuesday 22 April 2025 22:23 By the way: do you recommend transferring all devices to DP instruction mode anyway?
TinyTuya recommends using the 'DP instruction' some devices benefit from it, while others don’t.
HP T630 (256GB SSD/8GB Mem) - Ubuntu 24.04.2 LTS (64Bit) - Domoticz 2024.7 (Docker) Machinon theme - RFLink - KaKu - Sonoff - Tasmota - Shelly - MQTT2Zigbee - OpenTherm Gateway - Tinytuya - IR Blaster - P1 Smart Meter - NPN Watermeter - Google Assistant
reinestein
Posts: 16
Joined: Friday 01 April 2022 8:52
Target OS: NAS (Synology & others)
Domoticz version: 2023.1
Contact:

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

Post by reinestein »

Hi there,

After updating domoticz to build 16703 I'm getting the following error:
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: Tuya - Cloud: Domoticz.Configuration operation failed: <built-in function Configuration> returned a result with an exception set

Any thoughts?
User avatar
waltervl
Posts: 5775
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

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

Post by waltervl »

reinestein wrote: Friday 23 May 2025 13:51 Hi there,

After updating domoticz to build 16703 I'm getting the following error:
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: Tuya - Cloud: Domoticz.Configuration operation failed: <built-in function Configuration> returned a result with an exception set

Any thoughts?
Do you use Domoticz in a docker environment? As docker for beta is now based on bookworm with a new Python version and Python Virtual environments.
Did you update the plugin too?
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
User avatar
Xenomes
Posts: 402
Joined: Tuesday 27 November 2018 19:05
Target OS: Linux
Domoticz version: 2024.7
Location: Netherlands
Contact:

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

Post by Xenomes »

reinestein wrote: Friday 23 May 2025 13:51 Hi there,

After updating domoticz to build 16703 I'm getting the following error:
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-23 13:48:41.888 Error: Tuya - Cloud: Domoticz.Configuration operation failed: <built-in function Configuration> returned a result with an exception set

Any thoughts?
waltervl wrote: Friday 23 May 2025 16:08 ...
Hi reinestein,
Thanks for reporting the issue, I have replicated the problem. I am searching for a solution. Indeed the issue start with update to bookworm. Stable version is running fine.
HP T630 (256GB SSD/8GB Mem) - Ubuntu 24.04.2 LTS (64Bit) - Domoticz 2024.7 (Docker) Machinon theme - RFLink - KaKu - Sonoff - Tasmota - Shelly - MQTT2Zigbee - OpenTherm Gateway - Tinytuya - IR Blaster - P1 Smart Meter - NPN Watermeter - Google Assistant
reinestein
Posts: 16
Joined: Friday 01 April 2022 8:52
Target OS: NAS (Synology & others)
Domoticz version: 2023.1
Contact:

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

Post by reinestein »

Ok check! I can't roll back to a previous version 'coz my Tado plugin doesn't work :roll:
User avatar
Xenomes
Posts: 402
Joined: Tuesday 27 November 2018 19:05
Target OS: Linux
Domoticz version: 2024.7
Location: Netherlands
Contact:

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

Post by Xenomes »

reinestein wrote: Saturday 24 May 2025 13:09 Ok check! I can't roll back to a previous version 'coz my Tado plugin doesn't work :roll:
That was a hard one to find! But I built in a solution: when the error occurs, the data stored in Domoticz.Configuration is deleted and recreated.
New version uploaded!
HP T630 (256GB SSD/8GB Mem) - Ubuntu 24.04.2 LTS (64Bit) - Domoticz 2024.7 (Docker) Machinon theme - RFLink - KaKu - Sonoff - Tasmota - Shelly - MQTT2Zigbee - OpenTherm Gateway - Tinytuya - IR Blaster - P1 Smart Meter - NPN Watermeter - Google Assistant
reinestein
Posts: 16
Joined: Friday 01 April 2022 8:52
Target OS: NAS (Synology & others)
Domoticz version: 2023.1
Contact:

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

Post by reinestein »

Hmzzz, the error is back. Happened after updating to latest domoticz. After reverting to 16703, the problem still remains.
User avatar
Xenomes
Posts: 402
Joined: Tuesday 27 November 2018 19:05
Target OS: Linux
Domoticz version: 2024.7
Location: Netherlands
Contact:

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

Post by Xenomes »

reinestein wrote: Tuesday 27 May 2025 16:41 Hmzzz, the error is back. Happened after updating to latest domoticz. After reverting to 16703, the problem still remains.
That’s strange - the fix should have handled that. Is the error exact the same? Do you see this message in the log 'Configuration reset to empty'?
HP T630 (256GB SSD/8GB Mem) - Ubuntu 24.04.2 LTS (64Bit) - Domoticz 2024.7 (Docker) Machinon theme - RFLink - KaKu - Sonoff - Tasmota - Shelly - MQTT2Zigbee - OpenTherm Gateway - Tinytuya - IR Blaster - P1 Smart Meter - NPN Watermeter - Google Assistant
reinestein
Posts: 16
Joined: Friday 01 April 2022 8:52
Target OS: NAS (Synology & others)
Domoticz version: 2023.1
Contact:

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

Post by reinestein »

2025-05-27 21:38:43.445 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-27 21:38:43.445 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-27 21:38:43.445 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-27 21:38:43.445 Error: (JSONtoPython) failed to add item '-1', to list for string.
2025-05-27 21:38:43.445 Error: Tuya - Cloud: Domoticz.Configuration operation failed: <built-in function Configuration> returned a result with an exception set
2025-05-27 21:38:43.445 Tuya - Cloud: Configuration reset to empty.
2025-05-27 21:38:43.691 Tuya - Cloud: Update devices in Domoticz
That’s strange - the fix should have handled that. Is the error exact the same? Do you see this message in the log 'Configuration reset to empty'?
Yup!

Also getting: Tuya - Cloud hardware (19) thread seems to have ended unexpectedly
Last edited by reinestein on Tuesday 27 May 2025 21:54, edited 1 time in total.
User avatar
waltervl
Posts: 5775
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

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

Post by waltervl »

Did you also update the plugin and not only Domoticz?
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
reinestein
Posts: 16
Joined: Friday 01 April 2022 8:52
Target OS: NAS (Synology & others)
Domoticz version: 2023.1
Contact:

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

Post by reinestein »

waltervl wrote: Tuesday 27 May 2025 21:54 Did you also update the plugin and not only Domoticz?
Yes, I did.
User avatar
Xenomes
Posts: 402
Joined: Tuesday 27 November 2018 19:05
Target OS: Linux
Domoticz version: 2024.7
Location: Netherlands
Contact:

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

Post by Xenomes »

reinestein wrote: Tuesday 27 May 2025 21:50 Also getting: Tuya - Cloud hardware (19) thread seems to have ended unexpectedly
Can you set Debug to 'All'? Then it will show the line number where the thread ended.
HP T630 (256GB SSD/8GB Mem) - Ubuntu 24.04.2 LTS (64Bit) - Domoticz 2024.7 (Docker) Machinon theme - RFLink - KaKu - Sonoff - Tasmota - Shelly - MQTT2Zigbee - OpenTherm Gateway - Tinytuya - IR Blaster - P1 Smart Meter - NPN Watermeter - Google Assistant
reinestein
Posts: 16
Joined: Friday 01 April 2022 8:52
Target OS: NAS (Synology & others)
Domoticz version: 2023.1
Contact:

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

Post by reinestein »

2025-05-27 23:07:50.601 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-27 23:07:52.561 Error: Tuya - Cloud: (Tuya - Cloud) Unit creation failed, Hardware/DeviceID/Unit combination (19/bf0cefa5b282c43f66lvyk/4) already exists in Domoticz.
2025-05-27 23:07:53.138 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-27 23:07:55.079 Error: Tuya - Cloud hardware (19) thread seems to have ended unexpectedly
2025-05-27 23:07:55.885 Error: Tuya - Cloud: (Tuya - Cloud) Unit creation failed, Hardware/DeviceID/Unit combination (19/bf0cefa5b282c43f66lvyk/4) already exists in Domoticz.
2025-05-27 23:07:56.731 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-27 23:07:58.732 Error: Tuya - Cloud: (Tuya - Cloud) Unit creation failed, Hardware/DeviceID/Unit combination (19/bf0cefa5b282c43f66lvyk/4) already exists in Domoticz.
2025-05-27 23:07:59.581 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-27 23:08:01.565 Error: Tuya - Cloud: (Tuya - Cloud) Unit creation failed, Hardware/DeviceID/Unit combination (19/bf0cefa5b282c43f66lvyk/4) already exists in Domoticz.
2025-05-27 23:08:02.134 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-27 23:08:03.993 Error: Tuya - Cloud: (Tuya - Cloud) Unit creation failed, Hardware/DeviceID/Unit combination (19/bf0cefa5b282c43f66lvyk/4) already exists in Domoticz.
2025-05-27 23:08:04.704 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-27 23:08:06.819 Error: Tuya - Cloud: (Tuya - Cloud) Unit creation failed, Hardware/DeviceID/Unit combination (19/bf0cefa5b282c43f66lvyk/4) already exists in Domoticz.
2025-05-27 23:08:07.444 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-27 23:08:09.081 Error: Tuya - Cloud hardware (19) thread seems to have ended unexpectedly
2025-05-27 23:08:09.577 Error: Tuya - Cloud: (Tuya - Cloud) Unit creation failed, Hardware/DeviceID/Unit combination (19/bf0cefa5b282c43f66lvyk/4) already exists in Domoticz.
2025-05-27 23:08:10.167 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-27 23:23:26.077 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-27 23:23:27.345 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-27 23:38:36.280 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-27 23:38:37.541 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-27 23:53:47.309 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-27 23:53:48.230 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 00:08:55.158 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 00:08:56.378 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 00:24:05.641 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 00:24:07.180 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 00:39:17.099 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 00:39:17.976 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 00:54:26.616 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 00:54:27.293 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 01:09:36.461 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 01:09:37.393 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 01:24:47.630 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 01:24:48.511 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 01:40:06.595 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 01:40:07.482 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 01:55:15.988 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 01:55:16.890 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 02:10:25.788 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 02:10:26.335 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 02:25:34.510 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 02:25:35.806 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 02:40:47.305 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 02:40:48.374 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 02:55:56.568 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 02:55:57.307 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 03:11:05.288 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 03:11:06.039 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 03:26:15.486 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 03:26:16.168 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 03:41:26.231 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 03:41:26.794 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 03:56:36.012 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 03:56:36.645 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 04:11:45.396 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 04:11:46.148 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 04:26:56.290 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 04:26:57.181 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 04:42:07.344 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 04:42:08.052 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 04:57:15.133 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 04:57:15.723 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 05:12:25.242 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 05:12:26.303 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 05:27:36.552 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 05:27:37.846 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 05:42:46.088 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 05:42:46.726 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 05:57:55.604 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 05:57:56.171 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 06:13:06.198 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 06:13:06.919 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 06:28:15.529 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 06:28:16.079 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 06:43:26.254 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 06:43:26.923 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 06:58:37.566 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 06:58:38.173 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 07:13:46.309 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 07:13:47.316 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 07:28:56.230 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 07:28:56.799 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 07:44:07.787 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 07:44:08.369 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 07:59:15.753 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 07:59:16.366 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 08:14:25.651 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 08:14:26.605 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 08:29:37.755 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 08:29:39.266 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 08:44:55.781 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 08:44:56.725 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 09:00:08.310 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 09:00:09.460 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 09:15:26.619 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 09:15:27.273 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
2025-05-28 09:30:36.648 Error: Tuya - Cloud: Device read failed: bf0cefa5b282c43f66lvyk
2025-05-28 09:30:37.415 Error: Tuya - Cloud: Device read failed: bf2a87a17772db2b6deg7m
It's strange — overnight, the issue disappears, but another one shows up instead. Should I remove bf0cefa5b282c43f66lvyk
and bf2a87a17772db2b6deg7m?
User avatar
Xenomes
Posts: 402
Joined: Tuesday 27 November 2018 19:05
Target OS: Linux
Domoticz version: 2024.7
Location: Netherlands
Contact:

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

Post by Xenomes »

reinestein wrote: Wednesday 28 May 2025 9:35 already exists in Domoticz.
That is a strange behavior,
reinestein wrote: Wednesday 28 May 2025 9:35 It's strange — overnight, the issue disappears, but another one shows up instead. Should I remove bf0cefa5b282c43f66lvyk
and bf2a87a17772db2b6deg7m?
I think this is the right approach for those two devices. Is there any long-term data that needs to be preserved? If yes, please back up the database first. After deletion, click 'Update' at the plugin location to restart the plugin.
HP T630 (256GB SSD/8GB Mem) - Ubuntu 24.04.2 LTS (64Bit) - Domoticz 2024.7 (Docker) Machinon theme - RFLink - KaKu - Sonoff - Tasmota - Shelly - MQTT2Zigbee - OpenTherm Gateway - Tinytuya - IR Blaster - P1 Smart Meter - NPN Watermeter - Google Assistant
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest