dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.88k stars 485 forks source link

Moes Tuya Thermostat BTH-002 #3304

Closed d-litvinov closed 1 year ago

d-litvinov commented 3 years ago

Device

Screenshot 2020-09-23 at 15 57 06

Screenshots

deconz version 2.05.81

Screenshot 2020-09-23 at 13 59 15 Screenshot 2020-09-23 at 13 58 56 Screenshot 2020-09-23 at 13 58 28 Screenshot 2020-09-23 at 13 59 50 Screenshot 2020-09-23 at 14 01 45
Smanar commented 3 years ago

Nothing in log starting with "tuya debug" ? What do I need to check in previous comment ?

ogkita commented 3 years ago

Hi @Smanar

About Target temperature: Set 18.0 grades -> set 18 grades in the thermostat. Set 18.5 grades -> set 18 grades in the thermostat. Set 19.0 grades -> set 19 grades in the thermostat. Set 19.5 grades -> set 19 grades in the thermostat.

Maybe work with 18.5 instead of the 18,5. "." instead of the ","??

Thank you

Smanar commented 3 years ago

ha, ok, I understand, and no I don't thnk you can use decimal, this device use only full value

Payload 06dd100200 04 00 00 00 0e

0x0e = 14 not 140 (or 1400)

k3mpaxl commented 3 years ago

Hi there, I‘ve got four BHT-002 devices connected to my conbee II, and all of them seem to not get the current time. Every day they are ahead for multiple minutes. Do you know what the problem here could be?

Smanar commented 3 years ago

Ha yes, this device have time cluster. I will search some information about that.

Smanar commented 3 years ago

Ok so tuya use it s how timer synchronisation system. Not sure this device use it, But I will have soon a new code to test.

k3mpaxl commented 3 years ago

Would be super cool, if we could find our how it works. Next week, I'll receive my tuya gateway. I will try sniffing the traffic, if that would be helpful. If deconz would be the open replacement for tuya, that would really be wonderful :-)

Smanar commented 3 years ago

Ha nice you know zigbee ^^. And yes can be usefull, the code is finished, but it s realy do in blind mode with informations I have find on google.

You have it here

sudo apt install deconz-dev
git clone --branch tuya https://github.com/Smanar/deconz-rest-plugin.git
cd deconz-rest-plugin
qmake && make -j2
sudo cp ../libde_rest_plugin.so /usr/share/deCONZ/plugins

To explain what I m trying to do

Smanar commented 3 years ago

@k3mpaxl do you have some return ?

Similar issues https://github.com/dresden-elektronik/deconz-rest-plugin/issues/3407

k3mpaxl commented 3 years ago

I had problems with compiling the code, because I'm using deconz in a docker container environment. If you have a compiled 64bit amd64 version for me, it would be great. If not, I'll try my best next week.

Viele Grüße Gregor


From: Smanar notifications@github.com Sent: Saturday, December 12, 2020 2:32:36 PM To: dresden-elektronik/deconz-rest-plugin deconz-rest-plugin@noreply.github.com Cc: k3mpaxl k3mpaxl@googlemail.com; Mention mention@noreply.github.com Subject: Re: [dresden-elektronik/deconz-rest-plugin] Moes Tuya Thermostat BTH-002 (#3304)

@k3mpaxlhttps://github.com/k3mpaxl do you have some return ?

Similar issues #3407https://github.com/dresden-elektronik/deconz-rest-plugin/issues/3407

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/dresden-elektronik/deconz-rest-plugin/issues/3304#issuecomment-743756743, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAVUZOIRX2WRAUZ4ZKTPKOLSUNWHJANCNFSM4RW4PS7A.

SwoopX commented 3 years ago

Try harder 😉

Smanar commented 3 years ago

It s realy hard to use docker, it s like compare computer with simple console. No real machine somwhere ? at least a VM ? From my memory 64 bit version exist now , for exemple here for ubuntu 64 http://deconz.dresden-elektronik.de/ubuntu/beta/

k3mpaxl commented 3 years ago

I kept the container with your version running for some time, but I haven't seen any of such tuya time requests. Today, I'll try to reset some devices and repair them. Maybe that helps.. I've got the tuya gateway here and could analyze some zigbee packets. Maybe that is also helpful.

Smanar commented 3 years ago

Yep, I think this command need to be trigger during device integration (to have correct time), even it seem they are using too the cluster 0x000A. Can be too a bad implementation of cluster 0x000A.

k3mpaxl commented 3 years ago

Here is the output that might be helpful to you:

deconz | 21:11:37:054 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007
deconz | 21:11:38:119 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007
deconz | 21:11:39:300 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007
deconz | 21:11:53:097 Tuya debug 1 : Time sync Request/usr/bin/deCONZ: symbol lookup error: /usr/share/deCONZ/plugins/libde_rest_plugin.so: undefined symbol: _Z7getTimePjPiS_S_S0_S_S

Okay, I bought another Conbee II and found out that I cannot use zshark to sniff the traffic. Then I continued to compile your code in my docker environment:

apt update
apt install vim wget gnupg2
wget -O - http://phoscon.de/apt/deconz.pub.key |            apt-key add -
sh -c "echo 'deb [arch=amd64] http://phoscon.de/apt/deconz \
             buster main' > \
              /etc/apt/sources.list.d/deconz.list"
apt update
apt install deconz-dev
cd
git clone --branch tuya https://github.com/Smanar/deconz-rest-plugin.git
cd deconz-rest-plugin/
apt install g++
qmake
make
apt install make
make
cp ../libde_rest_plugin.so /usr/share/deCONZ/plugins

The output above shows what happened..

Smanar commented 3 years ago

Ha yes, so first I have corrected the code for your error (git pull)

/usr/bin/deCONZ: symbol lookup error: /usr/share/deCONZ/plugins/libde_rest_plugin.so: undefined symbol: _Z7getTimePjPiS_S_S0_S_S

Secondly

No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007

I think you have at a moment on the Time cluster a read attribute command (0x00) and I think the payload is the attribute (not sure this debug line is not made for that ^^)

So at this moment deconz send the local time (for attribute 0x0007) as response to the device.

You have it at start, when the device set the time for the first time ? or you have this log periodicaly or after a long period ?

And no sorry, not possible to use a conbee 2 as sniffer with Zshark, you need the old one. But if you want I can add the log you want at the moment you want in the code ?

k3mpaxl commented 3 years ago

It cannot be compiled...

root@angali:~/deconz-rest-plugin# make
make -f Makefile.Release
make[1]: Entering directory '/root/deconz-rest-plugin'
rm -f libde_rest_plugin.so
g++ -Wl,-O1 -shared -o libde_rest_plugin.so release/air_quality.o release/authorisation.o release/bindings.o release/change_channel.o release/connectivity.o release/colorspace.o release/database.o release/daylight.o release/device_setup.o release/diagnostics.o release/discovery.o release/de_web_plugin.o release/de_web_widget.o release/de_otau.o release/event.o release/event_queue.o release/fan_control.o release/firmware_update.o release/gateway.o release/gateway_scanner.o release/green_power.o release/group.o release/group_info.o release/gw_uuid.o release/ias_zone.o release/identify.o release/json.o release/light_node.o release/poll_control.o release/poll_manager.o release/read_files.o release/resource.o release/resourcelinks.o release/rest_configuration.o release/rest_devices.o release/rest_gateways.o release/rest_groups.o release/rest_lights.o release/rest_node_base.o release/rest_resourcelinks.o release/rest_rules.o release/rest_sensors.o release/rest_schedules.o release/rest_touchlink.o release/rest_scenes.o release/rest_info.o release/rest_capabilities.o release/rule.o release/thermostat_ui_configuration.o release/upnp.o release/permitJoin.o release/scene.o release/sensor.o release/thermostat.o release/time.o release/tuya.o release/basic.o release/appliances.o release/reset_device.o release/rest_userparameter.o release/zcl_tasks.o release/window_covering.o release/websocket_server.o release/xmas.o release/moc_de_web_plugin.o release/moc_de_web_plugin_private.o release/moc_de_web_widget.o release/moc_gateway.o release/moc_gateway_scanner.o release/moc_poll_manager.o release/moc_rest_devices.o release/moc_websocket_server.o  -L../../release -L../.. -ldeCONZ -lcrypt -lQt5Widgets -lQt5Gui -lQt5SerialPort -lQt5WebSockets -lQt5Network -lQt5Core -lGL -lpthread
/usr/bin/ld: release/tuya.o:(.bss+0x0): multiple definition of `epoch'; release/time.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile.Release:377: ../libde_rest_plugin.so] Error 1
make[1]: Leaving directory '/root/deconz-rest-plugin'
make: *** [Makefile:40: release] Error 2

If you could have a look at it, that would be wondeful. I'll continue tomorrow with try'n'errror :-) thx

Smanar commented 3 years ago

Edit:

Ok, I was on bad branch, it compile now, tested.

k3mpaxl commented 3 years ago

Hi Smanar,

here is the output from the freshly compiled version:


QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root',
20:34:49:016 Tuya debug 1 : Time sync Request20:34:49:955 New websocket 10.42.12.14:1152 (state: 3) ,
20:34:53:367 Tuya debug 1 : Time sync Request20:34:53:368 Send Tuya Command 0x24 Data: 277263dd277271ed,
20:35:00:949 Tuya debug 1 : Time sync Request20:35:00:949 Send Tuya Command 0x24 Data: 277263e4277271f4,
20:35:19:736 Tuya debug 1 : Time sync Request20:35:19:736 Send Tuya Command 0x24 Data: 277263f727727207,
20:35:26:177 Tuya debug 1 : Time sync Request20:35:26:177 Send Tuya Command 0x24 Data: 277263fe2772720e,
20:35:45:610 Tuya debug 1 : Time sync Request20:35:45:610 Send Tuya Command 0x24 Data: 2772641127727221,
20:36:00:255 Tuya debug 1 : Time sync Request20:36:00:255 Send Tuya Command 0x24 Data: 2772642027727230,
20:36:19:427 Tuya debug 1 : Time sync Request20:36:19:427 Send Tuya Command 0x24 Data: 2772643327727243,
20:36:23:993 Tuya debug 1 : Time sync Request20:36:23:993 Send Tuya Command 0x24 Data: 2772643727727247,
20:36:25:848 Tuya debug 1 : Time sync Request20:36:25:848 Send Tuya Command 0x24 Data: 2772643927727249,
20:36:34:152 Tuya debug 1 : Time sync Request20:36:34:167 Bind response success for 0x000b57fffe349a2f ep: 0x01 cluster: 0x0008,
20:36:52:787 Tuya debug 1 : Time sync Request20:36:52:788 Send Tuya Command 0x24 Data: 2772645427727264,
20:36:59:606 Tuya debug 1 : Time sync Request20:36:59:607 Send Tuya Command 0x24 Data: 2772645b2772726b,
20:37:19:061 Tuya debug 1 : Time sync Request20:37:19:062 Send Tuya Command 0x24 Data: 2772646f2772727f,
20:37:25:494 Tuya debug 1 : Time sync Request20:37:25:495 Send Tuya Command 0x24 Data: 2772647527727285,
20:37:44:855 Tuya debug 1 : Time sync Request20:37:44:855 Send Tuya Command 0x24 Data: 2772648827727298,
20:37:58:972 Tuya debug 1 : Time sync Request20:37:58:972 Send Tuya Command 0x24 Data: 27726496277272a6,
20:38:08:594 Tuya debug 1 : Time sync Request20:38:10:626 [INFO] - No button map for: SML001 endpoint: 0x02 cluster: 0x0402 command: 0x0A payload[0]: 000,
20:38:18:706 Tuya debug 1 : Time sync Request20:38:18:706 Send Tuya Command 0x24 Data: 277264aa277272ba,
20:38:22:720 Tuya debug 1 : Time sync Request20:38:22:720 Send Tuya Command 0x24 Data: 277264ae277272be,
20:38:25:163 Tuya debug 1 : Time sync Request20:38:25:163 Send Tuya Command 0x24 Data: 277264b1277272c1,
20:38:52:017 Tuya debug 1 : Time sync Request20:38:52:017 Send Tuya Command 0x24 Data: 277264cc277272dc,
20:38:58:339 Tuya debug 1 : Time sync Request20:38:58:339 Send Tuya Command 0x24 Data: 277264d2277272e2,
20:39:17:437 Tuya debug 9 : windows open info: 104 0 020:39:18:345 Tuya debug 1 : Time sync Request20:39:18:346 Send Tuya Command 0x24 Data: 277264e6277272f6,
20:39:24:820 Tuya debug 1 : Time sync Request20:39:24:821 Send Tuya Command 0x24 Data: 277264ec277272fc,
20:39:44:142 Tuya debug 1 : Time sync Request20:39:44:143 Send Tuya Command 0x24 Data: 2772650027727310,
20:39:57:694 Tuya debug 1 : Time sync Request20:39:57:695 Send Tuya Command 0x24 Data: 2772650d2772731d,
20:40:17:992 Tuya debug 1 : Time sync Request20:40:17:992 Send Tuya Command 0x24 Data: 2772652127727331,
20:40:21:439 Tuya debug 1 : Time sync Request20:40:21:440 Send Tuya Command 0x24 Data: 2772652527727335,
20:40:24:477 Tuya debug 1 : Time sync Request20:40:24:477 Send Tuya Command 0x24 Data: 2772652827727338,
20:40:51:312 Tuya debug 1 : Time sync Request20:40:51:312 Send Tuya Command 0x24 Data: 2772654327727353,
20:40:57:064 Tuya debug 1 : Time sync Request20:40:57:064 Send Tuya Command 0x24 Data: 2772654927727359,
20:41:17:641 Tuya debug 1 : Time sync Request20:41:17:641 Send Tuya Command 0x24 Data: 2772655d2772736d,
20:41:24:121 Tuya debug 1 : Time sync Request20:41:24:121 Send Tuya Command 0x24 Data: 2772656427727374,
20:41:43:430 Tuya debug 1 : Time sync Request20:41:43:431 Send Tuya Command 0x24 Data: 2772657727727387,
20:41:56:434 Tuya debug 1 : Time sync Request20:41:56:435 Send Tuya Command 0x24 Data: 2772658427727394,
20:42:17:227 Tuya debug 1 : Time sync Request20:42:17:228 Send Tuya Command 0x24 Data: 27726599277273a9,
20:42:20:176 Tuya debug 1 : Time sync Request20:42:20:177 Send Tuya Command 0x24 Data: 2772659c277273ac,
20:42:23:789 Tuya debug 1 : Time sync Request20:42:23:790 Send Tuya Command 0x24 Data: 2772659f277273af,
20:42:50:622 Tuya debug 1 : Time sync Request20:42:50:622 Send Tuya Command 0x24 Data: 277265ba277273ca,
20:42:55:791 Tuya debug 1 : Time sync Request20:42:55:791 Send Tuya Command 0x24 Data: 277265bf277273cf,
20:43:14:427 Tuya debug 1 : Time sync Request20:43:16:921 Tuya debug 1 : Time sync Request20:43:16:921 Send Tuya Command 0x24 Data: 277265d4277273e4,
20:43:23:438 Tuya debug 1 : Time sync Request20:43:23:438 Send Tuya Command 0x24 Data: 277265db277273eb
Smanar commented 3 years ago

Value don't seem bad, it s better for the device ?

To check values https://jsfiddle.net/o42j1pfv/1/, if I m right you will have almost same value at same moment (it s based on time)

k3mpaxl commented 3 years ago

Hi, unfortunately it doesn't seem to fix the issue. Time codes seem to be ok, yes. Time shift was 6 minutes within the last 24 hours on several devices. Today, I also tried the same with starting-date 1.1.1970 which was mentioned on the developer site of tuya - no success.

I guess, you already know this repo? https://github.com/TuyaInc/tuya_zigbee_sdk And these files? https://raw.githubusercontent.com/TuyaInc/tuya_zigbee_sdk/master/silicon_labs_zigbee/doc/SPEC/ZigBee%20Cluster%20Library.pdf https://raw.githubusercontent.com/TuyaInc/tuya_zigbee_sdk/master/silicon_labs_zigbee/doc/SPEC/07-5123-06-zigbee-cluster-library-specification.pdf

I've read through the documents and couldn't find out where the problem is. Here are some log entries for you:


23:39:04:515 Current channel 20
23:39:04:523 Device TTL 6480 s flags: 0x6
23:39:04:722 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 004e1002000400000014
23:39:04:723 Tuya debug 5 : Status: 0 Transid: 78 Dp: 528 (0x02,0x10) Fn: 0 Data 20
23:39:05:126 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 004f1002000400000014
23:39:05:127 Tuya debug 5 : Status: 0 Transid: 79 Dp: 528 (0x02,0x10) Fn: 0 Data 20
23:39:05:529 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00501002000400000014
23:39:05:529 Tuya debug 5 : Status: 0 Transid: 80 Dp: 528 (0x02,0x10) Fn: 0 Data 20
23:39:05:934 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00511002000400000014
23:39:05:935 Tuya debug 5 : Status: 0 Transid: 81 Dp: 528 (0x02,0x10) Fn: 0 Data 20
23:39:06:340 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00521002000400000014
23:39:06:341 Tuya debug 5 : Status: 0 Transid: 82 Dp: 528 (0x02,0x10) Fn: 0 Data 20
23:39:06:743 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00531002000400000014
23:39:06:744 Tuya debug 5 : Status: 0 Transid: 83 Dp: 528 (0x02,0x10) Fn: 0 Data 20
23:39:07:145 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00541002000400000014
23:39:07:146 Tuya debug 5 : Status: 0 Transid: 84 Dp: 528 (0x02,0x10) Fn: 0 Data 20
23:39:07:550 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00551002000400000014
23:39:07:551 Tuya debug 5 : Status: 0 Transid: 85 Dp: 528 (0x02,0x10) Fn: 0 Data 20
23:39:07:956 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00561002000400000014
23:39:07:957 Tuya debug 5 : Status: 0 Transid: 86 Dp: 528 (0x02,0x10) Fn: 0 Data 20
23:39:08:361 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00571002000400000014
23:39:08:361 Tuya debug 5 : Status: 0 Transid: 87 Dp: 528 (0x02,0x10) Fn: 0 Data 20
23:39:08:766 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00581002000400000014
23:39:08:767 Tuya debug 5 : Status: 0 Transid: 88 Dp: 528 (0x02,0x10) Fn: 0 Data 20
23:39:09:170 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00591002000400000014
23:39:09:171 Tuya debug 5 : Status: 0 Transid: 89 Dp: 528 (0x02,0x10) Fn: 0 Data 20
23:39:09:575 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00602404000101
23:39:09:575 Tuya debug 5 : Status: 0 Transid: 96 Dp: 1060 (0x04,0x24) Fn: 0 Data 1
23:39:09:977 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00612404000101
23:39:09:978 Tuya debug 5 : Status: 0 Transid: 97 Dp: 1060 (0x04,0x24) Fn: 0 Data 1
23:39:10:128 [INFO] - No button map for: RWL021 endpoint: 0x02 cluster: 0x0001 command: 0x0A payload[0]: 021
23:39:10:128 ZCL attribute report 0x0017880102C31305 for cluster: 0x0001, ep: 0x02, frame control: 0x08, mfcode: 0x0000 
23:39:10:384 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00622404000101
23:39:10:385 Tuya debug 5 : Status: 0 Transid: 98 Dp: 1060 (0x04,0x24) Fn: 0 Data 1
23:39:10:785 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 007b2404000101
23:39:10:786 Tuya debug 5 : Status: 0 Transid: 123 Dp: 1060 (0x04,0x24) Fn: 0 Data 1
23:39:11:191 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007
23:39:14:734 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007
23:39:15:561 Bind response success for 0x0017880102c31305 ep: 0x02 cluster: 0xFC00
23:39:18:477 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007
23:39:22:186 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007
23:39:24:544 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007
23:39:34:846 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007
23:39:35:321 Tuya debug 1 : Time sync Request23:39:35:322 Send Tuya Command 0x24 Data: 2773e0a72773eeb7
23:39:35:355 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024
23:39:35:523 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001b18020004000000c3
23:39:35:524 Tuya debug 5 : Status: 0 Transid: 27 Dp: 536 (0x02,0x18) Fn: 0 Data 195
23:39:35:725 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001b18020004000000c3
23:39:35:726 Tuya debug 5 : Status: 0 Transid: 27 Dp: 536 (0x02,0x18) Fn: 0 Data 195
23:39:35:926 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001b18020004000000c3
23:39:35:927 Tuya debug 5 : Status: 0 Transid: 27 Dp: 536 (0x02,0x18) Fn: 0 Data 195
23:39:36:131 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001b18020004000000c3
23:39:36:132 Tuya debug 5 : Status: 0 Transid: 27 Dp: 536 (0x02,0x18) Fn: 0 Data 195
23:39:36:533 Tuya debug 1 : Time sync Request23:39:36:534 Send Tuya Command 0x24 Data: 2773e0a82773eeb8
23:39:36:575 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024
23:39:38:296 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001c1002000400000013
23:39:38:297 Tuya debug 5 : Status: 0 Transid: 28 Dp: 528 (0x02,0x10) Fn: 0 Data 19
23:39:38:395 Tuya debug 1 : Time sync Request23:39:38:396 Send Tuya Command 0x24 Data: 2773e0aa2773eeba
23:39:38:437 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024
23:39:38:498 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001c1002000400000013
23:39:38:499 Tuya debug 5 : Status: 0 Transid: 28 Dp: 528 (0x02,0x10) Fn: 0 Data 19
23:39:38:598 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 001a18020004000000c8
23:39:38:599 Tuya debug 5 : Status: 0 Transid: 26 Dp: 536 (0x02,0x18) Fn: 0 Data 200
23:39:38:701 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001c1002000400000013
23:39:38:702 Tuya debug 5 : Status: 0 Transid: 28 Dp: 528 (0x02,0x10) Fn: 0 Data 19
23:39:38:801 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 001a18020004000000c8
23:39:38:801 Tuya debug 5 : Status: 0 Transid: 26 Dp: 536 (0x02,0x18) Fn: 0 Data 200
23:39:38:904 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001c1002000400000013
23:39:38:904 Tuya debug 5 : Status: 0 Transid: 28 Dp: 528 (0x02,0x10) Fn: 0 Data 19
23:39:38:914 Tuya debug 1 : Time sync Request23:39:38:915 Send Tuya Command 0x24 Data: 2773e0aa2773eeba
23:39:38:959 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024
23:39:39:004 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 001a18020004000000c8
23:39:39:005 Tuya debug 5 : Status: 0 Transid: 26 Dp: 536 (0x02,0x18) Fn: 0 Data 200
23:39:39:105 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001c1002000400000013
23:39:39:106 Tuya debug 5 : Status: 0 Transid: 28 Dp: 528 (0x02,0x10) Fn: 0 Data 19
23:39:39:118 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001a18020004000000c3
23:39:39:119 Tuya debug 5 : Status: 0 Transid: 26 Dp: 536 (0x02,0x18) Fn: 0 Data 195
23:39:39:206 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 001a18020004000000c8
23:39:39:207 Tuya debug 5 : Status: 0 Transid: 26 Dp: 536 (0x02,0x18) Fn: 0 Data 200
23:39:39:320 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001a18020004000000c3
23:39:39:321 Tuya debug 5 : Status: 0 Transid: 26 Dp: 536 (0x02,0x18) Fn: 0 Data 195
23:39:39:509 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001d1002000400000013
23:39:39:510 Tuya debug 5 : Status: 0 Transid: 29 Dp: 528 (0x02,0x10) Fn: 0 Data 19
23:39:39:524 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001a18020004000000c3
23:39:39:525 Tuya debug 5 : Status: 0 Transid: 26 Dp: 536 (0x02,0x18) Fn: 0 Data 195
23:39:39:609 Tuya debug 1 : Time sync Request23:39:39:610 Send Tuya Command 0x24 Data: 2773e0ab2773eebb
23:39:39:654 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024
23:39:39:724 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001a18020004000000c3
23:39:39:725 Tuya debug 5 : Status: 0 Transid: 26 Dp: 536 (0x02,0x18) Fn: 0 Data 195
23:39:39:913 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001e1002000400000013
23:39:39:914 Tuya debug 5 : Status: 0 Transid: 30 Dp: 528 (0x02,0x10) Fn: 0 Data 19
23:39:40:127 Tuya debug 1 : Time sync Request23:39:40:128 Send Tuya Command 0x24 Data: 2773e0ac2773eebc
23:39:40:169 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024
23:39:40:316 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001f1002000400000013
23:39:40:317 Tuya debug 5 : Status: 0 Transid: 31 Dp: 528 (0x02,0x10) Fn: 0 Data 19
23:39:40:720 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00201002000400000013
23:39:40:721 Tuya debug 5 : Status: 0 Transid: 32 Dp: 528 (0x02,0x10) Fn: 0 Data 19
23:39:41:126 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00211002000400000013
23:39:41:127 Tuya debug 5 : Status: 0 Transid: 33 Dp: 528 (0x02,0x10) Fn: 0 Data 19
23:39:41:367 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 001b1002000400000014
23:39:41:368 Tuya debug 5 : Status: 0 Transid: 27 Dp: 528 (0x02,0x10) Fn: 0 Data 20
23:39:41:410 Tuya debug 1 : Time sync Request23:39:41:411 Send Tuya Command 0x24 Data: 2773e0ad2773eebd
23:39:41:454 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024
23:39:41:530 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00221002000400000013
23:39:41:531 Tuya debug 5 : Status: 0 Transid: 34 Dp: 528 (0x02,0x10) Fn: 0 Data 19
23:39:41:571 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 001b1002000400000014
23:39:41:572 Tuya debug 5 : Status: 0 Transid: 27 Dp: 528 (0x02,0x10) Fn: 0 Data 20
23:39:41:611 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 004618020004000000c8
23:39:41:612 Tuya debug 5 : Status: 0 Transid: 70 Dp: 536 (0x02,0x18) Fn: 0 Data 200
23:39:41:770 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 001b1002000400000014
23:39:41:771 Tuya debug 5 : Status: 0 Transid: 27 Dp: 528 (0x02,0x10) Fn: 0 Data 20
23:39:41:814 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 004618020004000000c8
23:39:41:815 Tuya debug 5 : Status: 0 Transid: 70 Dp: 536 (0x02,0x18) Fn: 0 Data 200
23:39:41:895 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001b1002000400000013
23:39:41:896 Tuya debug 5 : Status: 0 Transid: 27 Dp: 528 (0x02,0x10) Fn: 0 Data 19
23:39:41:934 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00231002000400000013
23:39:41:935 Tuya debug 5 : Status: 0 Transid: 35 Dp: 528 (0x02,0x10) Fn: 0 Data 19
23:39:41:974 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 001b1002000400000014
23:39:41:975 Tuya debug 5 : Status: 0 Transid: 27 Dp: 528 (0x02,0x10) Fn: 0 Data 20
23:39:42:015 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 004618020004000000c8
23:39:42:016 Tuya debug 5 : Status: 0 Transid: 70 Dp: 536 (0x02,0x18) Fn: 0 Data 200
23:39:42:099 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001b1002000400000013
23:39:42:100 Tuya debug 5 : Status: 0 Transid: 27 Dp: 528 (0x02,0x10) Fn: 0 Data 19
23:39:42:177 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 001b1002000400000014
23:39:42:178 Tuya debug 5 : Status: 0 Transid: 27 Dp: 528 (0x02,0x10) Fn: 0 Data 20
23:39:42:221 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 004618020004000000c8
23:39:42:221 Tuya debug 5 : Status: 0 Transid: 70 Dp: 536 (0x02,0x18) Fn: 0 Data 200
23:39:42:303 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001b1002000400000013
23:39:42:304 Tuya debug 5 : Status: 0 Transid: 27 Dp: 528 (0x02,0x10) Fn: 0 Data 19
23:39:42:338 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00241002000400000013
23:39:42:339 Tuya debug 5 : Status: 0 Transid: 36 Dp: 528 (0x02,0x10) Fn: 0 Data 19
Smanar commented 3 years ago

So I know those link, but I have never take a look on the first one ^^, realy too hard for me. For the two other ebauwwn have implemented the Time cluster, and it work for him, So I think the problem is more from tuya time gestion.

We are on them on another issue too https://github.com/dresden-elektronik/deconz-rest-plugin/issues/3922

But I don't understand why your device use both.

Smanar commented 3 years ago

Ok so from z2m, at least some device use the time cluster for synchronisation https://github.com/Koenkk/zigbee-herdsman-converters/issues/1597

I have added a debug line to be sure Try the new code and with it just after

you will have a debug line starting by "Time debug", else we have found the problem.

k3mpaxl commented 3 years ago

I've compiled it and will test it for some time. here is the output:

23:42:07:266 Time debug : 662082127,
23:42:07:266 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:42:07:374 ZCL attribute report 0x7CB03EAA00B02219 for cluster: 0x0008, ep: 0x03, frame control: 0x18, mfcode: 0x0000 ,
23:42:08:153 Time debug : 662082128,
23:42:08:153 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:42:09:811 Time debug : 662082129,
23:42:09:811 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:42:09:847 Tuya debug 1 : Time sync Request,
23:42:09:847 Send Tuya Command 0x24 Data: 2776844127769251,
23:42:09:886 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024,
23:42:12:858 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00571002000400000013,
23:42:12:858 Tuya debug 5 : Status: 0 Transid: 87 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:13:061 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00571002000400000013,
23:42:13:061 Tuya debug 5 : Status: 0 Transid: 87 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:13:262 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00571002000400000013,
23:42:13:262 Tuya debug 5 : Status: 0 Transid: 87 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:13:465 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00571002000400000013,
23:42:13:465 Tuya debug 5 : Status: 0 Transid: 87 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:13:666 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00571002000400000013,
23:42:13:666 Tuya debug 5 : Status: 0 Transid: 87 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:14:069 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00581002000400000013,
23:42:14:069 Tuya debug 5 : Status: 0 Transid: 88 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:14:133 ZCL attribute report 0x00158D00024A4515 for cluster: 0x0000, ep: 0x01, frame control: 0x1C, mfcode: 0x115F ,
23:42:14:134 0x00158D00024A4515 extract Xiaomi special attribute 0xFF01,
23:42:14:134    01 battery 2985 (0x0BA9),
23:42:14:134    03 temperature 18 °C,
23:42:14:134    04 unknown 17320 (0x43A8),
23:42:14:134    05 RSSI dB (?) 193 (0x00C1),
23:42:14:134    06 LQI (?) 4294967296 (0x0100000000),
23:42:14:135    0a unknown 57316 (0xDFE4),
23:42:14:135    97 unknown 0 (0x0000),
23:42:14:135    98 unknown 12452 (0x30A4),
23:42:14:135    99 unknown 7998 (0x1F3E),
23:42:14:135    9a unknown 4 (0x0004),
23:42:14:473 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00591002000400000013,
23:42:14:473 Tuya debug 5 : Status: 0 Transid: 89 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:14:877 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 005a1002000400000013,
23:42:14:877 Tuya debug 5 : Status: 0 Transid: 90 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:15:284 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 005b1002000400000013,
23:42:15:284 Tuya debug 5 : Status: 0 Transid: 91 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:15:686 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 005c1002000400000013,
23:42:15:686 Tuya debug 5 : Status: 0 Transid: 92 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:16:089 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 005d1002000400000013,
23:42:16:089 Tuya debug 5 : Status: 0 Transid: 93 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:16:494 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 005e1002000400000013,
23:42:16:494 Tuya debug 5 : Status: 0 Transid: 94 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:16:749 0x000D6FFFFE4A6FA0 error APSDE-DATA.confirm: 0xE9 on task,
23:42:16:749 max transmit errors for node 0x000D6FFFFE4A6FA0, last seen by neighbors 285 s,
23:42:16:897 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 005f1002000400000013,
23:42:16:897 Tuya debug 5 : Status: 0 Transid: 95 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:17:301 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00601002000400000013,
23:42:17:301 Tuya debug 5 : Status: 0 Transid: 96 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:17:706 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00611002000400000013,
23:42:17:706 Tuya debug 5 : Status: 0 Transid: 97 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:18:111 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00621002000400000013,
23:42:18:111 Tuya debug 5 : Status: 0 Transid: 98 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:18:514 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00631002000400000013,
23:42:18:514 Tuya debug 5 : Status: 0 Transid: 99 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:18:917 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00641002000400000013,
23:42:18:917 Tuya debug 5 : Status: 0 Transid: 100 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:19:323 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00651002000400000013,
23:42:19:323 Tuya debug 5 : Status: 0 Transid: 101 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:19:726 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00661002000400000013,
23:42:19:726 Tuya debug 5 : Status: 0 Transid: 102 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:20:130 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00671002000400000013,
23:42:20:130 Tuya debug 5 : Status: 0 Transid: 103 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:20:535 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00681002000400000013,
23:42:20:535 Tuya debug 5 : Status: 0 Transid: 104 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:20:937 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00691002000400000013,
23:42:20:937 Tuya debug 5 : Status: 0 Transid: 105 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:21:367 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 006a1002000400000013,
23:42:21:367 Tuya debug 5 : Status: 0 Transid: 106 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:21:746 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 006b1002000400000013,
23:42:21:746 Tuya debug 5 : Status: 0 Transid: 107 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:22:151 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 006c1002000400000013,
23:42:22:151 Tuya debug 5 : Status: 0 Transid: 108 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:22:447 Time debug : 662082142,
23:42:22:447 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:42:22:553 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 006d1002000400000013,
23:42:22:553 Tuya debug 5 : Status: 0 Transid: 109 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:22:958 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 006e1002000400000013,
23:42:22:958 Tuya debug 5 : Status: 0 Transid: 110 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:42:25:253 0x14B457FFFE2DB93D error APSDE-DATA.confirm: 0xE9 on task,
23:42:25:254 max transmit errors for node 0x14B457FFFE2DB93D, last seen by neighbors 294 s,
23:42:25:336 0xB6B7 seems to be a zombie recv errors 6,
23:42:25:337 LightNode removed 0x000d6ffffe4a6fa0,
23:42:25:337 Node zombie state changed 0x000d6ffffe4a6fa0,
23:42:25:800 Tuya debug 1 : Time sync Request,
23:42:25:800 Send Tuya Command 0x24 Data: 2776845127769261,
23:42:25:834 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024,
23:42:26:007 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001b18020004000000c3,
23:42:26:007 Tuya debug 5 : Status: 0 Transid: 27 Dp: 536 (0x02,0x18) Fn: 0 Data 195,
23:42:26:168 Time debug : 662082146,
23:42:26:168 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:42:26:206 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001b18020004000000c3,
23:42:26:206 Tuya debug 5 : Status: 0 Transid: 27 Dp: 536 (0x02,0x18) Fn: 0 Data 195,
23:42:26:408 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001b18020004000000c3,
23:42:26:408 Tuya debug 5 : Status: 0 Transid: 27 Dp: 536 (0x02,0x18) Fn: 0 Data 195,
23:42:26:610 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001b18020004000000c3,
23:42:26:610 Tuya debug 5 : Status: 0 Transid: 27 Dp: 536 (0x02,0x18) Fn: 0 Data 195,
23:42:26:927 Time debug : 662082146,
23:42:26:927 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:42:29:513 Current channel 20,
23:42:29:521 Device TTL 5073 s flags: 0x7,
23:42:33:568 Tuya debug 1 : Time sync Request,
23:42:35:417 0xEF1F seems to be a zombie recv errors 6,
23:42:35:418 LightNode removed 0x14b457fffe2db93d,
23:42:35:418 Node zombie state changed 0x14b457fffe2db93d,
23:42:36:697 reuse dead link (dead link container size now 3),
23:42:37:177 reuse dead link (dead link container size now 2),
23:42:37:241 Tuya debug 1 : Time sync Request,
23:42:37:242 Send Tuya Command 0x24 Data: 2776845d2776926d,
23:42:37:295 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024,
23:42:37:446 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 004618020004000000cd,
23:42:37:447 Tuya debug 5 : Status: 0 Transid: 70 Dp: 536 (0x02,0x18) Fn: 0 Data 205,
23:42:37:647 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 004618020004000000cd,
23:42:37:647 Tuya debug 5 : Status: 0 Transid: 70 Dp: 536 (0x02,0x18) Fn: 0 Data 205,
23:42:37:848 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 004618020004000000cd,
23:42:37:849 Tuya debug 5 : Status: 0 Transid: 70 Dp: 536 (0x02,0x18) Fn: 0 Data 205,
23:42:38:051 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 004618020004000000cd,
23:42:38:052 Tuya debug 5 : Status: 0 Transid: 70 Dp: 536 (0x02,0x18) Fn: 0 Data 205,
23:42:40:112 Time debug : 662082160,
23:42:40:112 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:42:40:374 ZCL attribute report 0x7CB03EAA00B02219 for cluster: 0x0300, ep: 0x03, frame control: 0x18, mfcode: 0x0000 ,
23:42:40:399 ZCL attribute report 0x7CB03EAA00B02219 for cluster: 0x0300, ep: 0x03, frame control: 0x18, mfcode: 0x0000 ,
23:42:40:420 ZCL attribute report 0x7CB03EAA00B02219 for cluster: 0x0300, ep: 0x03, frame control: 0x18, mfcode: 0x0000 ,
23:42:40:674 Time debug : 662082160,
23:42:40:674 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:42:42:021 Time debug : 662082162,
23:42:42:021 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:42:42:161 Tuya debug 1 : Time sync Request,
23:42:42:162 Send Tuya Command 0x24 Data: 2776846227769272,
23:42:42:202 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024,
23:42:43:379 ZCL attribute report 0x7CB03EAA00B02219 for cluster: 0x0300, ep: 0x03, frame control: 0x18, mfcode: 0x0000 ,
23:42:45:144 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00451002000400000014,
23:42:45:145 Tuya debug 5 : Status: 0 Transid: 69 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:45:345 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00451002000400000014,
23:42:45:346 Tuya debug 5 : Status: 0 Transid: 69 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:45:616 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00451002000400000014,
23:42:45:617 Tuya debug 5 : Status: 0 Transid: 69 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:45:748 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00451002000400000014,
23:42:45:749 Tuya debug 5 : Status: 0 Transid: 69 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:45:949 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00451002000400000014,
23:42:45:950 Tuya debug 5 : Status: 0 Transid: 69 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:46:354 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00461002000400000014,
23:42:46:355 Tuya debug 5 : Status: 0 Transid: 70 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:46:761 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00471002000400000014,
23:42:46:762 Tuya debug 5 : Status: 0 Transid: 71 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:47:162 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00481002000400000014,
23:42:47:163 Tuya debug 5 : Status: 0 Transid: 72 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:47:570 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00491002000400000014,
23:42:47:571 Tuya debug 5 : Status: 0 Transid: 73 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:47:973 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 004a1002000400000014,
23:42:47:974 Tuya debug 5 : Status: 0 Transid: 74 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:48:376 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 004b1002000400000014,
23:42:48:377 Tuya debug 5 : Status: 0 Transid: 75 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:48:780 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 004c1002000400000014,
23:42:48:781 Tuya debug 5 : Status: 0 Transid: 76 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:49:184 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 004d1002000400000014,
23:42:49:185 Tuya debug 5 : Status: 0 Transid: 77 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:49:591 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 004e1002000400000014,
23:42:49:592 Tuya debug 5 : Status: 0 Transid: 78 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:49:994 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 004f1002000400000014,
23:42:49:995 Tuya debug 5 : Status: 0 Transid: 79 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:50:399 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00501002000400000014,
23:42:50:400 Tuya debug 5 : Status: 0 Transid: 80 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:50:472 Tuya debug 1 : Time sync Request,
23:42:50:473 Send Tuya Command 0x24 Data: 2776846a2776927a,
23:42:50:618 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024,
23:42:50:674 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 000618020004000000c8,
23:42:50:675 Tuya debug 5 : Status: 0 Transid: 6 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:42:50:803 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00511002000400000014,
23:42:50:804 Tuya debug 5 : Status: 0 Transid: 81 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:50:875 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 000618020004000000c8,
23:42:50:876 Tuya debug 5 : Status: 0 Transid: 6 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:42:51:077 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 000618020004000000c8,
23:42:51:078 Tuya debug 5 : Status: 0 Transid: 6 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:42:51:207 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00521002000400000014,
23:42:51:208 Tuya debug 5 : Status: 0 Transid: 82 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:51:281 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 000618020004000000c8,
23:42:51:282 Tuya debug 5 : Status: 0 Transid: 6 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:42:51:610 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00531002000400000014,
23:42:51:611 Tuya debug 5 : Status: 0 Transid: 83 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:52:016 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00541002000400000014,
23:42:52:017 Tuya debug 5 : Status: 0 Transid: 84 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:52:056 reuse dead link (dead link container size now 1),
23:42:52:114 Time debug : 662082172,
23:42:52:115 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:42:52:420 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00551002000400000014,
23:42:52:421 Tuya debug 5 : Status: 0 Transid: 85 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:52:825 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00561002000400000014,
23:42:52:826 Tuya debug 5 : Status: 0 Transid: 86 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:53:237 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00571002000400000014,
23:42:53:238 Tuya debug 5 : Status: 0 Transid: 87 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:53:640 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00581002000400000014,
23:42:53:641 Tuya debug 5 : Status: 0 Transid: 88 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:54:039 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00591002000400000014,
23:42:54:040 Tuya debug 5 : Status: 0 Transid: 89 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:54:441 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 005a1002000400000014,
23:42:54:442 Tuya debug 5 : Status: 0 Transid: 90 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:54:846 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 005b1002000400000014,
23:42:54:847 Tuya debug 5 : Status: 0 Transid: 91 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:55:250 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 005c1002000400000014,
23:42:55:251 Tuya debug 5 : Status: 0 Transid: 92 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:55:654 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 005d1002000400000014,
23:42:55:655 Tuya debug 5 : Status: 0 Transid: 93 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:56:058 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 005e1002000400000014,
23:42:56:059 Tuya debug 5 : Status: 0 Transid: 94 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:56:462 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 005f1002000400000014,
23:42:56:463 Tuya debug 5 : Status: 0 Transid: 95 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:56:870 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00601002000400000014,
23:42:56:871 Tuya debug 5 : Status: 0 Transid: 96 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:57:273 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00611002000400000014,
23:42:57:274 Tuya debug 5 : Status: 0 Transid: 97 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:57:676 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00621002000400000014,
23:42:57:677 Tuya debug 5 : Status: 0 Transid: 98 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:58:080 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00631002000400000014,
23:42:58:081 Tuya debug 5 : Status: 0 Transid: 99 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:58:487 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00641002000400000014,
23:42:58:488 Tuya debug 5 : Status: 0 Transid: 100 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:58:889 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00651002000400000014,
23:42:58:890 Tuya debug 5 : Status: 0 Transid: 101 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:59:293 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00661002000400000014,
23:42:59:294 Tuya debug 5 : Status: 0 Transid: 102 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:42:59:698 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00671002000400000014,
23:42:59:699 Tuya debug 5 : Status: 0 Transid: 103 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:00:102 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00681002000400000014,
23:43:00:103 Tuya debug 5 : Status: 0 Transid: 104 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:00:508 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00691002000400000014,
23:43:00:509 Tuya debug 5 : Status: 0 Transid: 105 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:00:618 Time debug : 662082180,
23:43:00:618 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:43:00:912 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 006a1002000400000014,
23:43:00:913 Tuya debug 5 : Status: 0 Transid: 106 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:01:314 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 006b1002000400000014,
23:43:01:315 Tuya debug 5 : Status: 0 Transid: 107 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:01:720 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 006c1002000400000014,
23:43:01:721 Tuya debug 5 : Status: 0 Transid: 108 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:02:122 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00762404000100,
23:43:02:123 Tuya debug 5 : Status: 0 Transid: 118 Dp: 1060 (0x04,0x24) Fn: 0 Data 0,
23:43:02:530 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00772404000100,
23:43:02:531 Tuya debug 5 : Status: 0 Transid: 119 Dp: 1060 (0x04,0x24) Fn: 0 Data 0,
23:43:02:660 Time debug : 662082182,
23:43:02:660 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:43:02:933 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00782404000100,
23:43:02:934 Tuya debug 5 : Status: 0 Transid: 120 Dp: 1060 (0x04,0x24) Fn: 0 Data 0,
23:43:03:338 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00932404000100,
23:43:03:339 Tuya debug 5 : Status: 0 Transid: 147 Dp: 1060 (0x04,0x24) Fn: 0 Data 0,
23:43:03:742 Tuya debug 1 : Time sync Request,
23:43:03:743 Send Tuya Command 0x24 Data: 2776847727769287,
23:43:03:785 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024,
23:43:03:945 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 004818020004000000c8,
23:43:03:945 Tuya debug 5 : Status: 0 Transid: 72 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:43:04:348 Time debug : 662082184,
23:43:04:348 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:43:06:920 [INFO] - No button map for: SML001 endpoint: 0x02 cluster: 0x0406 command: 0x0A payload[0]: 000,
23:43:06:920 ZCL attribute report 0x001788010329FE1E for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000 ,
23:43:06:937 reuse dead link (dead link container size now 0),
23:43:14:517 Time debug : 662082194,
23:43:14:518 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:43:15:010 Tuya debug 1 : Time sync Request,
23:43:15:011 Send Tuya Command 0x24 Data: 2776848327769293,
23:43:15:050 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024,
23:43:18:034 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00461002000400000014,
23:43:18:035 Tuya debug 5 : Status: 0 Transid: 70 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:18:238 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00461002000400000014,
23:43:18:238 Tuya debug 5 : Status: 0 Transid: 70 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:18:438 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00461002000400000014,
23:43:18:438 Tuya debug 5 : Status: 0 Transid: 70 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:18:638 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00461002000400000014,
23:43:18:638 Tuya debug 5 : Status: 0 Transid: 70 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:18:841 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00461002000400000014,
23:43:18:842 Tuya debug 5 : Status: 0 Transid: 70 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:19:244 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00471002000400000014,
23:43:19:245 Tuya debug 5 : Status: 0 Transid: 71 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:19:601 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00481002000400000014,
23:43:19:601 Tuya debug 5 : Status: 0 Transid: 72 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:19:752 Time debug : 662082199,
23:43:19:753 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:43:20:004 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00491002000400000014,
23:43:20:005 Tuya debug 5 : Status: 0 Transid: 73 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:20:409 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 004a1002000400000014,
23:43:20:409 Tuya debug 5 : Status: 0 Transid: 74 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:20:813 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 004b1002000400000014,
23:43:20:813 Tuya debug 5 : Status: 0 Transid: 75 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:21:019 Time debug : 662082201,
23:43:21:020 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:43:21:216 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 004c1002000400000014,
23:43:21:216 Tuya debug 5 : Status: 0 Transid: 76 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:21:621 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 004d1002000400000014,
23:43:21:622 Tuya debug 5 : Status: 0 Transid: 77 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:22:023 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 004e1002000400000014,
23:43:22:023 Tuya debug 5 : Status: 0 Transid: 78 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:22:434 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 004f1002000400000014,
23:43:22:434 Tuya debug 5 : Status: 0 Transid: 79 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:22:833 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00501002000400000014,
23:43:22:833 Tuya debug 5 : Status: 0 Transid: 80 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:23:237 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00511002000400000014,
23:43:23:238 Tuya debug 5 : Status: 0 Transid: 81 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:23:387 Time debug : 662082203,
23:43:23:388 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:43:23:641 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00521002000400000014,
23:43:23:641 Tuya debug 5 : Status: 0 Transid: 82 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:24:045 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00531002000400000014,
23:43:24:045 Tuya debug 5 : Status: 0 Transid: 83 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:24:449 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00541002000400000014,
23:43:24:449 Tuya debug 5 : Status: 0 Transid: 84 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:24:852 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00551002000400000014,
23:43:24:853 Tuya debug 5 : Status: 0 Transid: 85 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:25:257 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00561002000400000014,
23:43:25:258 Tuya debug 5 : Status: 0 Transid: 86 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:25:475 Tuya debug 1 : Time sync Request,
23:43:25:476 Send Tuya Command 0x24 Data: 2776848d2776929d,
23:43:25:508 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024,
23:43:25:660 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00571002000400000014,
23:43:25:660 Tuya debug 5 : Status: 0 Transid: 87 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:25:678 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001c18020004000000c3,
23:43:25:678 Tuya debug 5 : Status: 0 Transid: 28 Dp: 536 (0x02,0x18) Fn: 0 Data 195,
23:43:25:882 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001c18020004000000c3,
23:43:25:882 Tuya debug 5 : Status: 0 Transid: 28 Dp: 536 (0x02,0x18) Fn: 0 Data 195,
23:43:26:063 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00581002000400000014,
23:43:26:063 Tuya debug 5 : Status: 0 Transid: 88 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:26:083 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001c18020004000000c3,
23:43:26:083 Tuya debug 5 : Status: 0 Transid: 28 Dp: 536 (0x02,0x18) Fn: 0 Data 195,
23:43:26:287 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001c18020004000000c3,
23:43:26:287 Tuya debug 5 : Status: 0 Transid: 28 Dp: 536 (0x02,0x18) Fn: 0 Data 195,
23:43:26:467 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00591002000400000014,
23:43:26:467 Tuya debug 5 : Status: 0 Transid: 89 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:26:691 Tuya debug 1 : Time sync Request,
23:43:26:692 Send Tuya Command 0x24 Data: 2776848e2776929e,
23:43:26:727 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024,
23:43:26:870 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005a1002000400000014,
23:43:26:870 Tuya debug 5 : Status: 0 Transid: 90 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:27:275 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005b1002000400000014,
23:43:27:275 Tuya debug 5 : Status: 0 Transid: 91 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:27:678 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005c1002000400000014,
23:43:27:678 Tuya debug 5 : Status: 0 Transid: 92 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:28:084 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005d1002000400000014,
23:43:28:084 Tuya debug 5 : Status: 0 Transid: 93 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:28:456 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001d1002000400000013,
23:43:28:456 Tuya debug 5 : Status: 0 Transid: 29 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:28:486 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005e1002000400000014,
23:43:28:486 Tuya debug 5 : Status: 0 Transid: 94 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:28:659 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001d1002000400000013,
23:43:28:659 Tuya debug 5 : Status: 0 Transid: 29 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:28:863 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001d1002000400000013,
23:43:28:863 Tuya debug 5 : Status: 0 Transid: 29 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:28:890 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005f1002000400000014,
23:43:28:890 Tuya debug 5 : Status: 0 Transid: 95 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:29:065 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001d1002000400000013,
23:43:29:065 Tuya debug 5 : Status: 0 Transid: 29 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:29:267 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001d1002000400000013,
23:43:29:267 Tuya debug 5 : Status: 0 Transid: 29 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:29:294 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00601002000400000014,
23:43:29:294 Tuya debug 5 : Status: 0 Transid: 96 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:29:517 Current channel 20,
23:43:29:525 Device TTL 5013 s flags: 0x7,
23:43:29:671 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001e1002000400000013,
23:43:29:672 Tuya debug 5 : Status: 0 Transid: 30 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:29:699 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00611002000400000014,
23:43:29:699 Tuya debug 5 : Status: 0 Transid: 97 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:30:077 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 001f1002000400000013,
23:43:30:077 Tuya debug 5 : Status: 0 Transid: 31 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:30:102 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00621002000400000014,
23:43:30:102 Tuya debug 5 : Status: 0 Transid: 98 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:30:482 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00201002000400000013,
23:43:30:483 Tuya debug 5 : Status: 0 Transid: 32 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:30:507 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00631002000400000014,
23:43:30:507 Tuya debug 5 : Status: 0 Transid: 99 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:30:888 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00211002000400000013,
23:43:30:888 Tuya debug 5 : Status: 0 Transid: 33 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:30:909 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00641002000400000014,
23:43:30:909 Tuya debug 5 : Status: 0 Transid: 100 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:31:291 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00221002000400000013,
23:43:31:291 Tuya debug 5 : Status: 0 Transid: 34 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:31:314 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00651002000400000014,
23:43:31:314 Tuya debug 5 : Status: 0 Transid: 101 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:31:697 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00231002000400000013,
23:43:31:697 Tuya debug 5 : Status: 0 Transid: 35 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:31:719 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00661002000400000014,
23:43:31:719 Tuya debug 5 : Status: 0 Transid: 102 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:32:104 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00241002000400000013,
23:43:32:104 Tuya debug 5 : Status: 0 Transid: 36 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:32:121 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00671002000400000014,
23:43:32:121 Tuya debug 5 : Status: 0 Transid: 103 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:32:508 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00251002000400000013,
23:43:32:508 Tuya debug 5 : Status: 0 Transid: 37 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:32:528 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00681002000400000014,
23:43:32:528 Tuya debug 5 : Status: 0 Transid: 104 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:32:913 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00261002000400000013,
23:43:32:913 Tuya debug 5 : Status: 0 Transid: 38 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:32:930 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00691002000400000014,
23:43:32:930 Tuya debug 5 : Status: 0 Transid: 105 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:33:316 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00271002000400000013,
23:43:33:316 Tuya debug 5 : Status: 0 Transid: 39 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:33:334 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 006a1002000400000014,
23:43:33:334 Tuya debug 5 : Status: 0 Transid: 106 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:33:741 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00281002000400000013,
23:43:33:741 Tuya debug 5 : Status: 0 Transid: 40 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:33:751 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 006b1002000400000014,
23:43:33:751 Tuya debug 5 : Status: 0 Transid: 107 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:34:127 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00291002000400000013,
23:43:34:127 Tuya debug 5 : Status: 0 Transid: 41 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:34:141 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 006c1002000400000014,
23:43:34:141 Tuya debug 5 : Status: 0 Transid: 108 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:34:533 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 002a1002000400000013,
23:43:34:533 Tuya debug 5 : Status: 0 Transid: 42 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:34:543 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 006d1002000400000014,
23:43:34:543 Tuya debug 5 : Status: 0 Transid: 109 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:34:938 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 002b1002000400000013,
23:43:34:938 Tuya debug 5 : Status: 0 Transid: 43 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:34:948 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00802404000101,
23:43:34:948 Tuya debug 5 : Status: 0 Transid: 128 Dp: 1060 (0x04,0x24) Fn: 0 Data 1,
23:43:35:342 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 002c1002000400000013,
23:43:35:342 Tuya debug 5 : Status: 0 Transid: 44 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:35:353 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00812404000101,
23:43:35:353 Tuya debug 5 : Status: 0 Transid: 129 Dp: 1060 (0x04,0x24) Fn: 0 Data 1,
23:43:35:748 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 002d1002000400000013,
23:43:35:748 Tuya debug 5 : Status: 0 Transid: 45 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:35:756 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00822404000101,
23:43:35:756 Tuya debug 5 : Status: 0 Transid: 130 Dp: 1060 (0x04,0x24) Fn: 0 Data 1,
23:43:36:152 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 002e1002000400000013,
23:43:36:152 Tuya debug 5 : Status: 0 Transid: 46 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:36:161 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 00a12404000101,
23:43:36:161 Tuya debug 5 : Status: 0 Transid: 161 Dp: 1060 (0x04,0x24) Fn: 0 Data 1,
23:43:36:559 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 002f1002000400000013,
23:43:36:559 Tuya debug 5 : Status: 0 Transid: 47 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:36:862 [INFO] - No button map for: SML001 endpoint: 0x02 cluster: 0x0406 command: 0x0A payload[0]: 000,
23:43:36:863 ZCL attribute report 0x001788010329FE1E for cluster: 0x0406, ep: 0x02, frame control: 0x08, mfcode: 0x0000 ,
23:43:36:879 Tuya debug 1 : Time sync Request,
23:43:36:880 Send Tuya Command 0x24 Data: 27768498277692a8,
23:43:36:955 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024,
23:43:36:966 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00301002000400000013,
23:43:36:966 Tuya debug 5 : Status: 0 Transid: 48 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:37:078 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005a18020004000000c8,
23:43:37:078 Tuya debug 5 : Status: 0 Transid: 90 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:43:37:279 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005a18020004000000c8,
23:43:37:280 Tuya debug 5 : Status: 0 Transid: 90 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:43:37:368 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00311002000400000013,
23:43:37:368 Tuya debug 5 : Status: 0 Transid: 49 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:37:482 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005a18020004000000c8,
23:43:37:482 Tuya debug 5 : Status: 0 Transid: 90 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:43:37:684 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005a18020004000000c8,
23:43:37:684 Tuya debug 5 : Status: 0 Transid: 90 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:43:37:773 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00321002000400000013,
23:43:37:773 Tuya debug 5 : Status: 0 Transid: 50 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:38:089 Time debug : 662082218,
23:43:38:090 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:43:38:178 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00331002000400000013,
23:43:38:178 Tuya debug 5 : Status: 0 Transid: 51 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:38:583 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00341002000400000013,
23:43:38:583 Tuya debug 5 : Status: 0 Transid: 52 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:38:989 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00351002000400000013,
23:43:38:989 Tuya debug 5 : Status: 0 Transid: 53 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:39:063 Time debug : 662082219,
23:43:39:064 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:43:39:394 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00361002000400000013,
23:43:39:394 Tuya debug 5 : Status: 0 Transid: 54 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:39:799 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00371002000400000013,
23:43:39:799 Tuya debug 5 : Status: 0 Transid: 55 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:39:898 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00580204000101,
23:43:39:898 Tuya debug 5 : Status: 0 Transid: 88 Dp: 1026 (0x04,0x02) Fn: 0 Data 1,
23:43:40:097 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00580204000101,
23:43:40:097 Tuya debug 5 : Status: 0 Transid: 88 Dp: 1026 (0x04,0x02) Fn: 0 Data 1,
23:43:40:205 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00381002000400000013,
23:43:40:205 Tuya debug 5 : Status: 0 Transid: 56 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:40:304 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00580204000101,
23:43:40:304 Tuya debug 5 : Status: 0 Transid: 88 Dp: 1026 (0x04,0x02) Fn: 0 Data 1,
23:43:40:503 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00580204000101,
23:43:40:503 Tuya debug 5 : Status: 0 Transid: 88 Dp: 1026 (0x04,0x02) Fn: 0 Data 1,
23:43:40:609 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00391002000400000013,
23:43:40:609 Tuya debug 5 : Status: 0 Transid: 57 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:40:704 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00580204000101,
23:43:40:704 Tuya debug 5 : Status: 0 Transid: 88 Dp: 1026 (0x04,0x02) Fn: 0 Data 1,
23:43:41:015 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 003a1002000400000013,
23:43:41:015 Tuya debug 5 : Status: 0 Transid: 58 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:41:111 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00590304000100,
23:43:41:111 Tuya debug 5 : Status: 0 Transid: 89 Dp: 1027 (0x04,0x03) Fn: 0 Data 0,
23:43:41:419 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 003b1002000400000013,
23:43:41:419 Tuya debug 5 : Status: 0 Transid: 59 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:41:825 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 003c1002000400000013,
23:43:41:825 Tuya debug 5 : Status: 0 Transid: 60 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:42:229 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 003d1002000400000013,
23:43:42:229 Tuya debug 5 : Status: 0 Transid: 61 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:42:634 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 003e1002000400000013,
23:43:42:634 Tuya debug 5 : Status: 0 Transid: 62 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:42:863 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 005a1002000400000014,
23:43:42:863 Tuya debug 5 : Status: 0 Transid: 90 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:43:039 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 003f1002000400000013,
23:43:43:039 Tuya debug 5 : Status: 0 Transid: 63 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:43:066 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 005a1002000400000014,
23:43:43:066 Tuya debug 5 : Status: 0 Transid: 90 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:43:269 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 005a1002000400000014,
23:43:43:269 Tuya debug 5 : Status: 0 Transid: 90 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:43:445 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00401002000400000013,
23:43:43:445 Tuya debug 5 : Status: 0 Transid: 64 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:43:469 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 005a1002000400000014,
23:43:43:469 Tuya debug 5 : Status: 0 Transid: 90 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:43:671 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 005a1002000400000014,
23:43:43:671 Tuya debug 5 : Status: 0 Transid: 90 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:43:851 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00411002000400000013,
23:43:43:851 Tuya debug 5 : Status: 0 Transid: 65 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:44:075 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 005b1002000400000014,
23:43:44:075 Tuya debug 5 : Status: 0 Transid: 91 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:44:254 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00421002000400000013,
23:43:44:254 Tuya debug 5 : Status: 0 Transid: 66 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:44:482 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 005c1002000400000014,
23:43:44:482 Tuya debug 5 : Status: 0 Transid: 92 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:44:661 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00431002000400000013,
23:43:44:661 Tuya debug 5 : Status: 0 Transid: 67 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:44:883 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 005d1002000400000014,
23:43:44:883 Tuya debug 5 : Status: 0 Transid: 93 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:45:066 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00441002000400000013,
23:43:45:066 Tuya debug 5 : Status: 0 Transid: 68 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:43:45:290 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 005e1002000400000014,
23:43:45:290 Tuya debug 5 : Status: 0 Transid: 94 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:45:470 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 00592404000101,
23:43:45:470 Tuya debug 5 : Status: 0 Transid: 89 Dp: 1060 (0x04,0x24) Fn: 0 Data 1,
23:43:45:691 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 005f1002000400000014,
23:43:45:691 Tuya debug 5 : Status: 0 Transid: 95 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:45:875 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 005a2404000101,
23:43:45:875 Tuya debug 5 : Status: 0 Transid: 90 Dp: 1060 (0x04,0x24) Fn: 0 Data 1,
23:43:46:097 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00601002000400000014,
23:43:46:097 Tuya debug 5 : Status: 0 Transid: 96 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:46:279 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 005b2404000101,
23:43:46:279 Tuya debug 5 : Status: 0 Transid: 91 Dp: 1060 (0x04,0x24) Fn: 0 Data 1,
23:43:46:503 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00611002000400000014,
23:43:46:503 Tuya debug 5 : Status: 0 Transid: 97 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:46:686 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 007b2404000101,
23:43:46:686 Tuya debug 5 : Status: 0 Transid: 123 Dp: 1060 (0x04,0x24) Fn: 0 Data 1,
23:43:46:906 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00621002000400000014,
23:43:46:906 Tuya debug 5 : Status: 0 Transid: 98 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:47:090 Time debug : 662082227,
23:43:47:091 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:43:47:311 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00631002000400000014,
23:43:47:311 Tuya debug 5 : Status: 0 Transid: 99 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:47:716 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00641002000400000014,
23:43:47:716 Tuya debug 5 : Status: 0 Transid: 100 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:48:117 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00651002000400000014,
23:43:48:117 Tuya debug 5 : Status: 0 Transid: 101 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:48:522 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00661002000400000014,
23:43:48:522 Tuya debug 5 : Status: 0 Transid: 102 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:48:926 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00671002000400000014,
23:43:48:926 Tuya debug 5 : Status: 0 Transid: 103 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:49:331 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00681002000400000014,
23:43:49:331 Tuya debug 5 : Status: 0 Transid: 104 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:49:737 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00691002000400000014,
23:43:49:737 Tuya debug 5 : Status: 0 Transid: 105 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:49:802 Tuya debug 1 : Time sync Request,
23:43:49:802 Send Tuya Command 0x24 Data: 277684a5277692b5,
23:43:49:835 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024,
23:43:50:005 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 000718020004000000c8,
23:43:50:005 Tuya debug 5 : Status: 0 Transid: 7 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:43:50:140 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 006a1002000400000014,
23:43:50:140 Tuya debug 5 : Status: 0 Transid: 106 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:50:206 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 000718020004000000c8,
23:43:50:206 Tuya debug 5 : Status: 0 Transid: 7 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:43:50:410 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 000718020004000000c8,
23:43:50:410 Tuya debug 5 : Status: 0 Transid: 7 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:43:50:546 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 006b1002000400000014,
23:43:50:546 Tuya debug 5 : Status: 0 Transid: 107 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:50:612 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 000718020004000000c8,
23:43:50:612 Tuya debug 5 : Status: 0 Transid: 7 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:43:50:958 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 006c1002000400000014,
23:43:50:958 Tuya debug 5 : Status: 0 Transid: 108 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:51:355 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 006d1002000400000014,
23:43:51:355 Tuya debug 5 : Status: 0 Transid: 109 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:51:757 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 006e1002000400000014,
23:43:51:757 Tuya debug 5 : Status: 0 Transid: 110 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:52:163 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 006f1002000400000014,
23:43:52:163 Tuya debug 5 : Status: 0 Transid: 111 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:52:566 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00701002000400000014,
23:43:52:566 Tuya debug 5 : Status: 0 Transid: 112 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:52:971 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00711002000400000014,
23:43:52:971 Tuya debug 5 : Status: 0 Transid: 113 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:53:373 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00721002000400000014,
23:43:53:373 Tuya debug 5 : Status: 0 Transid: 114 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:53:780 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00731002000400000014,
23:43:53:780 Tuya debug 5 : Status: 0 Transid: 115 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:54:183 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00741002000400000014,
23:43:54:183 Tuya debug 5 : Status: 0 Transid: 116 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:54:589 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00751002000400000014,
23:43:54:589 Tuya debug 5 : Status: 0 Transid: 117 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:54:799 [INFO] - No button map for: RWL021 endpoint: 0x02 cluster: 0x0001 command: 0x0A payload[0]: 021,
23:43:54:800 ZCL attribute report 0x0017880102D79AFB for cluster: 0x0001, ep: 0x02, frame control: 0x08, mfcode: 0x0000 ,
23:43:54:994 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00761002000400000014,
23:43:54:994 Tuya debug 5 : Status: 0 Transid: 118 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:55:397 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00771002000400000014,
23:43:55:397 Tuya debug 5 : Status: 0 Transid: 119 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:55:805 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00781002000400000014,
23:43:55:805 Tuya debug 5 : Status: 0 Transid: 120 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:56:207 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00791002000400000014,
23:43:56:207 Tuya debug 5 : Status: 0 Transid: 121 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:56:610 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 007a1002000400000014,
23:43:56:610 Tuya debug 5 : Status: 0 Transid: 122 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:57:015 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 007b1002000400000014,
23:43:57:015 Tuya debug 5 : Status: 0 Transid: 123 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:57:431 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 007c1002000400000014,
23:43:57:431 Tuya debug 5 : Status: 0 Transid: 124 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:57:845 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 007d1002000400000014,
23:43:57:845 Tuya debug 5 : Status: 0 Transid: 125 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:43:58:623 Time debug : 662082238,
23:43:58:624 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:43:59:206 Time debug : 662082239,
23:43:59:207 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:44:00:098 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00020204000100,
23:44:00:098 Tuya debug 5 : Status: 0 Transid: 2 Dp: 1026 (0x04,0x02) Fn: 0 Data 0,
23:44:00:144 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00020204000100,
23:44:00:144 Tuya debug 5 : Status: 0 Transid: 2 Dp: 1026 (0x04,0x02) Fn: 0 Data 0,
23:44:00:346 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00020204000100,
23:44:00:346 Tuya debug 5 : Status: 0 Transid: 2 Dp: 1026 (0x04,0x02) Fn: 0 Data 0,
23:44:00:552 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00020204000100,
23:44:00:552 Tuya debug 5 : Status: 0 Transid: 2 Dp: 1026 (0x04,0x02) Fn: 0 Data 0,
23:44:00:760 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00020204000100,
23:44:00:760 Tuya debug 5 : Status: 0 Transid: 2 Dp: 1026 (0x04,0x02) Fn: 0 Data 0,
23:44:01:156 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00030304000101,
23:44:01:156 Tuya debug 5 : Status: 0 Transid: 3 Dp: 1027 (0x04,0x03) Fn: 0 Data 1,
23:44:02:812 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00041002000400000014,
23:44:02:812 Tuya debug 5 : Status: 0 Transid: 4 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:03:015 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00041002000400000014,
23:44:03:015 Tuya debug 5 : Status: 0 Transid: 4 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:03:218 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00041002000400000014,
23:44:03:218 Tuya debug 5 : Status: 0 Transid: 4 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:03:283 Time debug : 662082243,
23:44:03:283 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:44:03:417 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00041002000400000014,
23:44:03:417 Tuya debug 5 : Status: 0 Transid: 4 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:03:622 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00041002000400000014,
23:44:03:622 Tuya debug 5 : Status: 0 Transid: 4 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:04:023 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00051002000400000014,
23:44:04:023 Tuya debug 5 : Status: 0 Transid: 5 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:04:430 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00061002000400000014,
23:44:04:430 Tuya debug 5 : Status: 0 Transid: 6 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:04:834 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00071002000400000014,
23:44:04:834 Tuya debug 5 : Status: 0 Transid: 7 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:05:238 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00081002000400000014,
23:44:05:238 Tuya debug 5 : Status: 0 Transid: 8 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:05:643 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00091002000400000014,
23:44:05:643 Tuya debug 5 : Status: 0 Transid: 9 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:06:048 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 000a1002000400000014,
23:44:06:048 Tuya debug 5 : Status: 0 Transid: 10 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:06:451 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 000b1002000400000014,
23:44:06:451 Tuya debug 5 : Status: 0 Transid: 11 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:06:855 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 000c1002000400000014,
23:44:06:855 Tuya debug 5 : Status: 0 Transid: 12 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:07:271 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 000d1002000400000014,
23:44:07:271 Tuya debug 5 : Status: 0 Transid: 13 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:07:665 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 000e1002000400000014,
23:44:07:665 Tuya debug 5 : Status: 0 Transid: 14 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:08:111 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 000f1002000400000014,
23:44:08:111 Tuya debug 5 : Status: 0 Transid: 15 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:08:471 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00101002000400000014,
23:44:08:471 Tuya debug 5 : Status: 0 Transid: 16 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:08:602 Tuya debug 1 : Time sync Request,
23:44:08:602 Send Tuya Command 0x24 Data: 277684b8277692c8,
23:44:08:638 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024,
23:44:08:876 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00111002000400000014,
23:44:08:876 Tuya debug 5 : Status: 0 Transid: 17 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:09:280 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00121002000400000014,
23:44:09:280 Tuya debug 5 : Status: 0 Transid: 18 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:09:686 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00131002000400000014,
23:44:09:686 Tuya debug 5 : Status: 0 Transid: 19 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:10:091 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00141002000400000014,
23:44:10:091 Tuya debug 5 : Status: 0 Transid: 20 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:10:494 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00151002000400000014,
23:44:10:494 Tuya debug 5 : Status: 0 Transid: 21 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:10:898 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00161002000400000014,
23:44:10:898 Tuya debug 5 : Status: 0 Transid: 22 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:11:305 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00171002000400000014,
23:44:11:305 Tuya debug 5 : Status: 0 Transid: 23 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:11:614 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00071002000400000013,
23:44:11:614 Tuya debug 5 : Status: 0 Transid: 7 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:11:720 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00181002000400000014,
23:44:11:720 Tuya debug 5 : Status: 0 Transid: 24 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:11:814 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00071002000400000013,
23:44:11:814 Tuya debug 5 : Status: 0 Transid: 7 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:12:016 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00071002000400000013,
23:44:12:016 Tuya debug 5 : Status: 0 Transid: 7 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:12:114 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00191002000400000014,
23:44:12:114 Tuya debug 5 : Status: 0 Transid: 25 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:12:219 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00071002000400000013,
23:44:12:219 Tuya debug 5 : Status: 0 Transid: 7 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:12:420 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00071002000400000013,
23:44:12:420 Tuya debug 5 : Status: 0 Transid: 7 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:12:515 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 001a1002000400000014,
23:44:12:515 Tuya debug 5 : Status: 0 Transid: 26 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:12:824 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00081002000400000013,
23:44:12:824 Tuya debug 5 : Status: 0 Transid: 8 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:12:921 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 001b1002000400000014,
23:44:12:921 Tuya debug 5 : Status: 0 Transid: 27 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:13:229 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00091002000400000013,
23:44:13:229 Tuya debug 5 : Status: 0 Transid: 9 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:13:326 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 001c1002000400000014,
23:44:13:326 Tuya debug 5 : Status: 0 Transid: 28 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:13:632 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 000a1002000400000013,
23:44:13:632 Tuya debug 5 : Status: 0 Transid: 10 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:13:728 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 001d1002000400000014,
23:44:13:728 Tuya debug 5 : Status: 0 Transid: 29 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:14:036 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 000b1002000400000013,
23:44:14:036 Tuya debug 5 : Status: 0 Transid: 11 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:14:136 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 001e1002000400000014,
23:44:14:136 Tuya debug 5 : Status: 0 Transid: 30 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:14:441 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 000c1002000400000013,
23:44:14:441 Tuya debug 5 : Status: 0 Transid: 12 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:14:537 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 001f1002000400000014,
23:44:14:537 Tuya debug 5 : Status: 0 Transid: 31 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:14:844 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 000d1002000400000013,
23:44:14:844 Tuya debug 5 : Status: 0 Transid: 13 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:14:944 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00201002000400000014,
23:44:14:944 Tuya debug 5 : Status: 0 Transid: 32 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:15:248 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 000e1002000400000013,
23:44:15:248 Tuya debug 5 : Status: 0 Transid: 14 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:15:346 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00211002000400000014,
23:44:15:346 Tuya debug 5 : Status: 0 Transid: 33 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:15:652 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 000f1002000400000013,
23:44:15:652 Tuya debug 5 : Status: 0 Transid: 15 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:15:751 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00221002000400000014,
23:44:15:751 Tuya debug 5 : Status: 0 Transid: 34 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:16:056 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00101002000400000013,
23:44:16:056 Tuya debug 5 : Status: 0 Transid: 16 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:16:155 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00231002000400000014,
23:44:16:155 Tuya debug 5 : Status: 0 Transid: 35 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:16:459 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00111002000400000013,
23:44:16:459 Tuya debug 5 : Status: 0 Transid: 17 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:16:559 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00241002000400000014,
23:44:16:559 Tuya debug 5 : Status: 0 Transid: 36 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:16:864 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00121002000400000013,
23:44:16:864 Tuya debug 5 : Status: 0 Transid: 18 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:16:966 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00251002000400000014,
23:44:16:966 Tuya debug 5 : Status: 0 Transid: 37 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:17:268 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00131002000400000013,
23:44:17:268 Tuya debug 5 : Status: 0 Transid: 19 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:17:370 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00261002000400000014,
23:44:17:370 Tuya debug 5 : Status: 0 Transid: 38 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:17:672 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00141002000400000013,
23:44:17:672 Tuya debug 5 : Status: 0 Transid: 20 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:17:771 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00271002000400000014,
23:44:17:771 Tuya debug 5 : Status: 0 Transid: 39 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:18:074 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00151002000400000013,
23:44:18:074 Tuya debug 5 : Status: 0 Transid: 21 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:18:176 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00281002000400000014,
23:44:18:176 Tuya debug 5 : Status: 0 Transid: 40 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:18:479 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00161002000400000013,
23:44:18:479 Tuya debug 5 : Status: 0 Transid: 22 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:18:581 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00291002000400000014,
23:44:18:581 Tuya debug 5 : Status: 0 Transid: 41 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:18:883 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00171002000400000013,
23:44:18:883 Tuya debug 5 : Status: 0 Transid: 23 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:18:986 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 002a1002000400000014,
23:44:18:986 Tuya debug 5 : Status: 0 Transid: 42 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:19:288 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00181002000400000013,
23:44:19:288 Tuya debug 5 : Status: 0 Transid: 24 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:19:393 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 002b1002000400000014,
23:44:19:393 Tuya debug 5 : Status: 0 Transid: 43 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:19:692 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00191002000400000013,
23:44:19:692 Tuya debug 5 : Status: 0 Transid: 25 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:19:794 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00392404000100,
23:44:19:794 Tuya debug 5 : Status: 0 Transid: 57 Dp: 1060 (0x04,0x24) Fn: 0 Data 0,
23:44:20:096 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001a1002000400000013,
23:44:20:096 Tuya debug 5 : Status: 0 Transid: 26 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:20:198 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 003a2404000100,
23:44:20:198 Tuya debug 5 : Status: 0 Transid: 58 Dp: 1060 (0x04,0x24) Fn: 0 Data 0,
23:44:20:500 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001b1002000400000013,
23:44:20:500 Tuya debug 5 : Status: 0 Transid: 27 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:20:602 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 003b2404000100,
23:44:20:602 Tuya debug 5 : Status: 0 Transid: 59 Dp: 1060 (0x04,0x24) Fn: 0 Data 0,
23:44:20:900 Time debug : 662082260,
23:44:20:900 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:44:20:904 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001c1002000400000013,
23:44:20:904 Tuya debug 5 : Status: 0 Transid: 28 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:21:007 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 005e2404000100,
23:44:21:007 Tuya debug 5 : Status: 0 Transid: 94 Dp: 1060 (0x04,0x24) Fn: 0 Data 0,
23:44:21:308 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001d1002000400000013,
23:44:21:308 Tuya debug 5 : Status: 0 Transid: 29 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:21:411 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00870204000101,
23:44:21:411 Tuya debug 5 : Status: 0 Transid: 135 Dp: 1026 (0x04,0x02) Fn: 0 Data 1,
23:44:21:711 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001e1002000400000013,
23:44:21:711 Tuya debug 5 : Status: 0 Transid: 30 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:21:814 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00880304000100,
23:44:21:814 Tuya debug 5 : Status: 0 Transid: 136 Dp: 1027 (0x04,0x03) Fn: 0 Data 0,
23:44:22:116 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001f1002000400000013,
23:44:22:116 Tuya debug 5 : Status: 0 Transid: 31 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:22:218 Tuya debug 1 : Time sync Request,
23:44:22:423 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00031002000400000014,
23:44:22:423 Tuya debug 5 : Status: 0 Transid: 3 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:22:519 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00201002000400000013,
23:44:22:519 Tuya debug 5 : Status: 0 Transid: 32 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:22:826 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00041002000400000014,
23:44:22:826 Tuya debug 5 : Status: 0 Transid: 4 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:22:922 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00211002000400000013,
23:44:22:922 Tuya debug 5 : Status: 0 Transid: 33 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:23:231 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00051002000400000014,
23:44:23:231 Tuya debug 5 : Status: 0 Transid: 5 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:23:328 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00221002000400000013,
23:44:23:328 Tuya debug 5 : Status: 0 Transid: 34 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:23:633 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00061002000400000014,
23:44:23:633 Tuya debug 5 : Status: 0 Transid: 6 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:23:732 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00231002000400000013,
23:44:23:732 Tuya debug 5 : Status: 0 Transid: 35 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:23:974 Time debug : 662082263,
23:44:23:974 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:44:24:038 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00071002000400000014,
23:44:24:038 Tuya debug 5 : Status: 0 Transid: 7 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:24:135 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00241002000400000013,
23:44:24:135 Tuya debug 5 : Status: 0 Transid: 36 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:24:444 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00081002000400000014,
23:44:24:444 Tuya debug 5 : Status: 0 Transid: 8 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:24:538 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00251002000400000013,
23:44:24:538 Tuya debug 5 : Status: 0 Transid: 37 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:24:847 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00091002000400000014,
23:44:24:847 Tuya debug 5 : Status: 0 Transid: 9 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:24:944 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00261002000400000013,
23:44:24:944 Tuya debug 5 : Status: 0 Transid: 38 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:25:145 Tuya debug 1 : Time sync Request,
23:44:25:145 Send Tuya Command 0x24 Data: 277684c9277692d9,
23:44:25:181 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024,
23:44:25:254 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 000a1002000400000014,
23:44:25:254 Tuya debug 5 : Status: 0 Transid: 10 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:25:350 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 003018020004000000c3,
23:44:25:351 Tuya debug 5 : Status: 0 Transid: 48 Dp: 536 (0x02,0x18) Fn: 0 Data 195,
23:44:25:355 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00271002000400000013,
23:44:25:355 Tuya debug 5 : Status: 0 Transid: 39 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:25:551 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 003018020004000000c3,
23:44:25:551 Tuya debug 5 : Status: 0 Transid: 48 Dp: 536 (0x02,0x18) Fn: 0 Data 195,
23:44:25:658 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 000e1002000400000014,
23:44:25:658 Tuya debug 5 : Status: 0 Transid: 14 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:25:752 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00281002000400000013,
23:44:25:752 Tuya debug 5 : Status: 0 Transid: 40 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:25:756 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 003018020004000000c3,
23:44:25:756 Tuya debug 5 : Status: 0 Transid: 48 Dp: 536 (0x02,0x18) Fn: 0 Data 195,
23:44:25:956 Tuya debug 4 : Address 0x60A423FFFEB27F93 Payload 003018020004000000c3,
23:44:25:956 Tuya debug 5 : Status: 0 Transid: 48 Dp: 536 (0x02,0x18) Fn: 0 Data 195,
23:44:26:060 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00382404000100,
23:44:26:060 Tuya debug 5 : Status: 0 Transid: 56 Dp: 1060 (0x04,0x24) Fn: 0 Data 0,
23:44:26:156 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00291002000400000013,
23:44:26:156 Tuya debug 5 : Status: 0 Transid: 41 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:26:465 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00392404000100,
23:44:26:465 Tuya debug 5 : Status: 0 Transid: 57 Dp: 1060 (0x04,0x24) Fn: 0 Data 0,
23:44:26:559 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 002a1002000400000013,
23:44:26:559 Tuya debug 5 : Status: 0 Transid: 42 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:26:871 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 003a2404000100,
23:44:26:871 Tuya debug 5 : Status: 0 Transid: 58 Dp: 1060 (0x04,0x24) Fn: 0 Data 0,
23:44:26:963 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 002b1002000400000013,
23:44:26:963 Tuya debug 5 : Status: 0 Transid: 43 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:27:273 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 003b2404000100,
23:44:27:273 Tuya debug 5 : Status: 0 Transid: 59 Dp: 1060 (0x04,0x24) Fn: 0 Data 0,
23:44:27:367 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 002c1002000400000013,
23:44:27:367 Tuya debug 5 : Status: 0 Transid: 44 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:27:679 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 004e2404000100,
23:44:27:679 Tuya debug 5 : Status: 0 Transid: 78 Dp: 1060 (0x04,0x24) Fn: 0 Data 0,
23:44:27:770 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 002d1002000400000013,
23:44:27:770 Tuya debug 5 : Status: 0 Transid: 45 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:28:083 Time debug : 662082268,
23:44:28:083 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:44:28:174 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 002e1002000400000013,
23:44:28:174 Tuya debug 5 : Status: 0 Transid: 46 Dp: 528 (0x02,0x10) Fn: 0 Data 19,
23:44:28:181 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00030204000100,
23:44:28:181 Tuya debug 5 : Status: 0 Transid: 3 Dp: 1026 (0x04,0x02) Fn: 0 Data 0,
23:44:28:584 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00762404000101,
23:44:28:584 Tuya debug 5 : Status: 0 Transid: 118 Dp: 1060 (0x04,0x24) Fn: 0 Data 1,
23:44:28:588 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00040304000101,
23:44:28:588 Tuya debug 5 : Status: 0 Transid: 4 Dp: 1027 (0x04,0x03) Fn: 0 Data 1,
23:44:28:989 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00772404000101,
23:44:28:989 Tuya debug 5 : Status: 0 Transid: 119 Dp: 1060 (0x04,0x24) Fn: 0 Data 1,
23:44:28:993 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00051002000400000014,
23:44:28:993 Tuya debug 5 : Status: 0 Transid: 5 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:29:400 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00782404000101,
23:44:29:400 Tuya debug 5 : Status: 0 Transid: 120 Dp: 1060 (0x04,0x24) Fn: 0 Data 1,
23:44:29:404 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00061002000400000014,
23:44:29:404 Tuya debug 5 : Status: 0 Transid: 6 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:29:516 Current channel 20,
23:44:29:524 Device TTL 4952 s flags: 0x7,
23:44:29:790 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 00c62404000101,
23:44:29:790 Tuya debug 5 : Status: 0 Transid: 198 Dp: 1060 (0x04,0x24) Fn: 0 Data 1,
23:44:29:817 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00071002000400000014,
23:44:29:817 Tuya debug 5 : Status: 0 Transid: 7 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:30:193 Time debug : 662082270,
23:44:30:193 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:44:30:214 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00081002000400000014,
23:44:30:215 Tuya debug 5 : Status: 0 Transid: 8 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:30:605 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00091002000400000014,
23:44:30:605 Tuya debug 5 : Status: 0 Transid: 9 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:31:011 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 000a1002000400000014,
23:44:31:011 Tuya debug 5 : Status: 0 Transid: 10 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:31:415 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 000b1002000400000014,
23:44:31:415 Tuya debug 5 : Status: 0 Transid: 11 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:31:820 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 000c1002000400000014,
23:44:31:820 Tuya debug 5 : Status: 0 Transid: 12 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:32:224 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 000d1002000400000014,
23:44:32:224 Tuya debug 5 : Status: 0 Transid: 13 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:32:627 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 000e1002000400000014,
23:44:32:627 Tuya debug 5 : Status: 0 Transid: 14 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:33:032 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 000f1002000400000014,
23:44:33:032 Tuya debug 5 : Status: 0 Transid: 15 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:33:436 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00101002000400000014,
23:44:33:436 Tuya debug 5 : Status: 0 Transid: 16 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:33:840 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00111002000400000014,
23:44:33:840 Tuya debug 5 : Status: 0 Transid: 17 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:34:244 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00121002000400000014,
23:44:34:244 Tuya debug 5 : Status: 0 Transid: 18 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:34:647 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00341002000400000014,
23:44:34:647 Tuya debug 5 : Status: 0 Transid: 52 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:44:35:056 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00382404000100,
23:44:35:056 Tuya debug 5 : Status: 0 Transid: 56 Dp: 1060 (0x04,0x24) Fn: 0 Data 0,
23:44:35:456 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00392404000100,
23:44:35:456 Tuya debug 5 : Status: 0 Transid: 57 Dp: 1060 (0x04,0x24) Fn: 0 Data 0,
23:44:35:860 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 003a2404000100,
23:44:35:860 Tuya debug 5 : Status: 0 Transid: 58 Dp: 1060 (0x04,0x24) Fn: 0 Data 0,
23:44:36:266 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 00452404000100,
23:44:36:266 Tuya debug 5 : Status: 0 Transid: 69 Dp: 1060 (0x04,0x24) Fn: 0 Data 0,
23:44:36:488 Tuya debug 1 : Time sync Request,
23:44:36:488 Send Tuya Command 0x24 Data: 277684d4277692e4,
23:44:36:526 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024,
23:44:36:688 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005b18020004000000cd,
23:44:36:688 Tuya debug 5 : Status: 0 Transid: 91 Dp: 536 (0x02,0x18) Fn: 0 Data 205,
23:44:36:893 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005b18020004000000cd,
23:44:36:893 Tuya debug 5 : Status: 0 Transid: 91 Dp: 536 (0x02,0x18) Fn: 0 Data 205,
23:44:37:073 Time debug : 662082277,
23:44:37:073 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:44:37:104 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005b18020004000000cd,
23:44:37:104 Tuya debug 5 : Status: 0 Transid: 91 Dp: 536 (0x02,0x18) Fn: 0 Data 205,
23:44:37:295 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005b18020004000000cd,
23:44:37:295 Tuya debug 5 : Status: 0 Transid: 91 Dp: 536 (0x02,0x18) Fn: 0 Data 205,
23:44:37:410 Time debug : 662082277,
23:44:37:410 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:44:40:491 Time debug : 662082280,
23:44:40:491 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:44:43:705 DeviceAnnce of LightNode: 0x90fd9ffffede4dc2 Permit Join: 0,
23:44:43:816 ZDP discovery done in 111 ms23:44:44:141 Time debug : 662082284,
23:44:44:141 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:44:44:618 ZCL attribute report 0x90FD9FFFFEDE4DC2 for cluster: 0x0006, ep: 0x01, frame control: 0x08, mfcode: 0x0000 ,
23:44:44:636 ZCL attribute report 0x90FD9FFFFEDE4DC2 for cluster: 0x0300, ep: 0x01, frame control: 0x08, mfcode: 0x0000 ,
23:44:45:801 delay sending request 147 dt 0 ms to 0x90FD9FFFFEDE4DC2, ep: 0x01 cluster: 0x0300 onAir: 1,
23:44:45:843 verified group capacity: 255 and group count: 2 of LightNode 0x90fd9ffffede4dc2,
23:44:45:843 0x90fd9ffffede4dc2 found group 0xFFF0,
23:44:45:843 0x90fd9ffffede4dc2 found group 0x0009,
23:44:48:616 ZCL attribute report 0x90FD9FFFFEDE4DC2 for cluster: 0x0008, ep: 0x01, frame control: 0x08, mfcode: 0x0000 ,
23:44:48:634 ZCL attribute report 0x90FD9FFFFEDE4DC2 for cluster: 0x0300, ep: 0x01, frame control: 0x08, mfcode: 0x0000 ,
23:44:49:176 Tuya debug 1 : Time sync Request,
23:44:49:176 Send Tuya Command 0x24 Data: 277684e1277692f1,
23:44:49:211 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024,
23:44:49:379 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001b18020004000000c8,
23:44:49:379 Tuya debug 5 : Status: 0 Transid: 27 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:44:49:580 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001b18020004000000c8,
23:44:49:580 Tuya debug 5 : Status: 0 Transid: 27 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:44:49:782 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001b18020004000000c8,
23:44:49:782 Tuya debug 5 : Status: 0 Transid: 27 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:44:49:985 Tuya debug 4 : Address 0x60A423FFFE9F5B65 Payload 001b18020004000000c8,
23:44:49:985 Tuya debug 5 : Status: 0 Transid: 27 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:44:51:568 Tuya debug 1 : Time sync Request,
23:44:51:568 Send Tuya Command 0x24 Data: 277684e3277692f3,
23:44:51:660 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024,
23:44:51:771 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 001618020004000000c8,
23:44:51:771 Tuya debug 5 : Status: 0 Transid: 22 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:44:51:973 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 001618020004000000c8,
23:44:51:973 Tuya debug 5 : Status: 0 Transid: 22 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:44:52:172 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 001618020004000000c8,
23:44:52:172 Tuya debug 5 : Status: 0 Transid: 22 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:44:52:377 Tuya debug 4 : Address 0x60A423FFFE9DEBCE Payload 001618020004000000c8,
23:44:52:377 Tuya debug 5 : Status: 0 Transid: 22 Dp: 536 (0x02,0x18) Fn: 0 Data 200,
23:44:54:704 Time debug : 662082294,
23:44:54:704 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:44:58:639 Time debug : 662082298,
23:44:58:639 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:44:59:288 [INFO] - No button map for: SML001 endpoint: 0x02 cluster: 0x0402 command: 0x0A payload[0]: 000,
23:44:59:288 ZCL attribute report 0x001788010329F6E4 for cluster: 0x0402, ep: 0x02, frame control: 0x08, mfcode: 0x0000 ,
23:45:03:501 binding for cluster 0x0006 of 0x90FD9FFFFEDE4DC2 exists (verified by reporting),
23:45:03:501 skip configure report for cluster: 0x0006 attr: 0x0000 of node 0x90FD9FFFFEDE4DC2 (seems to be active),
23:45:03:501 binding for cluster 0x0008 of 0x90FD9FFFFEDE4DC2 exists (verified by reporting),
23:45:03:502 skip configure report for cluster: 0x0008 attr: 0x0000 of node 0x90FD9FFFFEDE4DC2 (seems to be active),
23:45:03:502 binding for cluster 0x0300 of 0x90FD9FFFFEDE4DC2 exists (verified by reporting),
23:45:03:502 skip configure report for cluster: 0x0300 attr: 0x0007 of node 0x90FD9FFFFEDE4DC2 (seems to be active),
23:45:03:502 skip configure report for cluster: 0x0300 attr: 0x0003 of node 0x90FD9FFFFEDE4DC2 (seems to be active),
23:45:03:502 skip configure report for cluster: 0x0300 attr: 0x0004 of node 0x90FD9FFFFEDE4DC2 (seems to be active),
23:45:03:502 skip configure report for cluster: 0x0300 attr: 0x0008 of node 0x90FD9FFFFEDE4DC2 (seems to be active),
23:45:04:546 Bind response success for 0x90fd9ffffede4dc2 ep: 0x01 cluster: 0x0000,
23:45:04:604 ZCL configure reporting rsp seq: 49 0x90FD9FFFFEDE4DC2 for ep: 0x01 cluster: 0x0000 attr: 0x4000 status: 0x00,
23:45:05:098 Time debug : 662082305,
23:45:05:098 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:45:07:031 Time debug : 662082307,
23:45:07:031 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:45:13:023 Time debug : 662082313,
23:45:13:023 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0x000A command: 0x00 payload[0]: 007,
23:45:14:246 Tuya debug 1 : Time sync Request,
23:45:14:246 Send Tuya Command 0x24 Data: 277684fa2776930a,
23:45:14:285 [INFO] - No button map for: TS0601 endpoint: 0x01 cluster: 0xEF00 command: 0x0B payload[0]: 024,
23:45:17:287 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005c1002000400000014,
23:45:17:288 Tuya debug 5 : Status: 0 Transid: 92 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:45:17:486 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005c1002000400000014,
23:45:17:486 Tuya debug 5 : Status: 0 Transid: 92 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:45:17:688 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005c1002000400000014,
23:45:17:688 Tuya debug 5 : Status: 0 Transid: 92 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:45:17:890 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005c1002000400000014,
23:45:17:890 Tuya debug 5 : Status: 0 Transid: 92 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:45:18:093 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005c1002000400000014,
23:45:18:093 Tuya debug 5 : Status: 0 Transid: 92 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:45:18:508 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005d1002000400000014,
23:45:18:509 Tuya debug 5 : Status: 0 Transid: 93 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:45:18:852 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005e1002000400000014,
23:45:18:852 Tuya debug 5 : Status: 0 Transid: 94 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
Smanar commented 3 years ago

Ok so the code for time cluster is working. But I have some problem with the value

23:45:05:098 Time debug : 662082305,

From the screenshoot 2 posts above, the guys realy don't have same values, and for him was a sniff from the original gateway, need to take a look on that.

And other thing, it seem the device try to send its requests too often, he is spamming the gateway, not realy good for battery. I have changed something on the code but take care (make a backup of the lib file "libde_rest_plugin.so" in other folder to make a rollback easily).

ATM on your log

23:45:17:287 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005c1002000400000014,
23:45:17:288 Tuya debug 5 : Status: 0 Transid: 92 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:45:17:486 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005c1002000400000014,
23:45:17:486 Tuya debug 5 : Status: 0 Transid: 92 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:45:17:688 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005c1002000400000014,
23:45:17:688 Tuya debug 5 : Status: 0 Transid: 92 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:45:17:890 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005c1002000400000014,
23:45:17:890 Tuya debug 5 : Status: 0 Transid: 92 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:45:18:093 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005c1002000400000014,
23:45:18:093 Tuya debug 5 : Status: 0 Transid: 92 Dp: 528 (0x02,0x10) Fn: 0 Data 20,
23:45:18:508 Tuya debug 4 : Address 0x60A423FFFEB280B4 Payload 005d1002000400000014,

You have the same command realy often in a small period, with the new code, I hope it will be better.

k3mpaxl commented 3 years ago

Just a status update.. I bought the CC2531 and will try sniffing the traffic between the gateway and a device. I've got both as spare parts here.

Smanar commented 3 years ago

Nice, perfect, will be so usefull to compare request.

But BTW, use the last version, (this one that decrease spamming) I think it can be usefull too (if it works ofc)

Smanar commented 3 years ago

Something detected in sniff ?

k3mpaxl commented 3 years ago

So far, I've successfully sniffed a few packets with ZOSS and Wireshark from the gateway to a thermostat. Unfortunately the tuya gateway decided to use the same channel as conbee uses. This makes it a bit complicated. There is no option to set the zigbee channel for tuya. This evening, I'll continue the task.

Amiga4000 commented 3 years ago

Sorry to hijack this thread. But I don't known how to start. What you guys initially do that the BTH-002 appears in the deConz interface? Which Button I have to press that the thermostat will appear or have I to set up something via Wifi?

k3mpaxl commented 3 years ago

Sorry to hijack this thread. But I don't known how to start. What you guys initially do that the BTH-002 appears in the deConz interface? Which Button I have to press that the thermostat will appear or have I to set up something via Wifi?

@Amiga4000 Make sure your model is BHT-002GxZLB (x could be A, B or C). If you're having a BHT-002Gx that ends with a W, then it is a WiFi version. Feel free to use Tuya Convert and install tasmota on it. Makes life easier. If you're having the zigbee variant: Disable the thermostat by pressing the circle. Press down arrow for approx 8 seconds. Start the sensor search in Phoscon. Press down arrow again for 5( or 8?) seconds.

k3mpaxl

Amiga4000 commented 3 years ago

@k3mpaxl I bought the device(Moes) on Amazon. There is no detailed description or label on the model but it is using definitely WiFi. So this device is the wrong one? Either Zigbee or Wifi? Or can I fix this by installing tasmota via Tuya Convert?

neonal commented 3 years ago

Following up the convo @Smanar

I have Moes radiator actuator which is recognized by deCONZ as

  "manufacturername": "_TZE200_ckud7u2l",
  "modelid": "TS0601",

My clusters look like this:

Screenshot 2021-01-07 at 18 31 10
Smanar commented 3 years ago

So you are able to use both ^^, the Time cluster or the tuya cluster.

But something good, it s your device doesn't have the good time at all, so It realy miss something important. We have started to implement the tuya cluster command that use the time command here https://github.com/dresden-elektronik/deconz-rest-plugin/pull/4087

If you know how to compile it ?

k3mpaxl commented 3 years ago

@Smanar Here is the full capture. I've captured the join of the device, so the transport key is included. Time Sync is working with the tuya gateway btw. :-)

Sniff-01-Tuya-GW-MOES-BHT-002.zip

Smanar commented 3 years ago

Ok thx for your log ^^ And usefull, we are wrong, it seem we are not using the good command tmp

When the device ask for time, the payloadSize is not == 0

So this part is wrong

        stream >> payloadSize; // Always 0 for device > gateway
        //other data ore useless
        if (payloadSize == 0)
        {

And for the answer

tmp2

000b5ffb12aa5ffb20ba > 000b 5ffb12aa 5ffb20ba But why size is 000b = 11 ??? why not 8 ? 5ffb12aa > local time = Sun Jan 10 2021 15:43:54 GMT+0100 5ffb20ba > utc time but without using epoch > Sun Jan 10 2021 16:43:54 GMT+0100

Or perhaps it s the reverse ? IDK where you are from ?

And we are sending

23:42:09:847 Send Tuya Command 0x24 Data: 2776844127769251

27768441 > 662078529 > Mon Dec 24 1990 23:42:09 GMT+0100 27769251 > 662082129 > Tue Dec 25 1990 00:42:09 GMT+0100 BTW how I can have thoses values ....

Smanar commented 3 years ago

So for convertion I need to use (from deconz code)

window.alert(new Date(new Date("2000-01-01T00:00:00Z").valueOf() + 662078529 * 1000));

Wed Dec 23 2020 23:42:09 GMT+0100

And (from your sniff) window.alert(new Date( 1610289834 * 1000));

Sun Jan 10 2021 15:43:54 GMT+0100

So there is definitively a problem in time calculation too ....

k3mpaxl commented 3 years ago

Ok thx for your log ^^ And usefull, we are wrong, it seem we are not using the good command tmp

When the device ask for time, the payloadSize is not == 0

So this part is wrong

        stream >> payloadSize; // Always 0 for device > gateway
        //other data ore useless
        if (payloadSize == 0)
        {

And for the answer

tmp2

000b5ffb12aa5ffb20ba > 000b 5ffb12aa 5ffb20ba But why size is 000b = 11 ??? why not 8 ? 5ffb12aa > local time = Sun Jan 10 2021 15:43:54 GMT+0100 5ffb20ba > utc time but without using epoch > Sun Jan 10 2021 16:43:54 GMT+0100

Or perhaps it s the reverse ? IDK where you are from ?

And we are sending

23:42:09:847 Send Tuya Command 0x24 Data: 2776844127769251

27768441 > 662078529 > Mon Dec 24 1990 23:42:09 GMT+0100 27769251 > 662082129 > Tue Dec 25 1990 00:42:09 GMT+0100 BTW how I can have thoses values ....

where you are from ?: Germany

If you've got new code I can test it. BTW I've also other Moes Devices. Scene switch and battery powered thermostat

Smanar commented 3 years ago

Nope french, why ?

I need to search why 0x000B as len. The code is working with 0x0000 because the code answer to request

20:35:00:949 Tuya debug 1 : Time sync Request
20:35:00:949 Send Tuya Command 0x24 Data: 277263e4277271f4,

I don't found more information, perhaps I just need to use the same value send by the device, and not use the len.

k3mpaxl commented 3 years ago

Nope french, why ?

I need to search why 0x000B as len. The code is working with 0x0000 because the code answer to request

20:35:00:949 Tuya debug 1 : Time sync Request
20:35:00:949 Send Tuya Command 0x24 Data: 277263e4277271f4,

I don't found more information, perhaps I just need to use the same value send by the device, and not use the len.

https://developer.tuya.com/en/docs/iot/device-development/embedded-software-development/mcu-development-access/zigbee-general-solution/tuya-zigbee-module-uart-communication-protocol?id=K9ear5khsqoty#title-12-Time%20synchronization

000b because: Data Length + 8 bytes Dates + Checksum -> 11 bytes? Maybe the checksum is just not displayed in wireshark?

Smanar commented 3 years ago

Nope, all is displayed in wireshark, to be sure I have compared with other command.

And your device have used this command only 1 time, but 7 time the Time cluster command, and have asked the attribute 0x0007 (local time) Have as response from gateway Uint32: 886934823 (0x34dd8d27)

Deconz is sending 663719231 > Mon Jan 11 2021 23:27:11 GMT+0100 But for your device, 886934823 > Tue Feb 08 2028 11:47:03 GMT+0100

There is too a convertion problem, the device had the good time during your sniff ?

BTW I m using this code for convertion. https://jsfiddle.net/a46n9ho0/

Smanar commented 3 years ago

Ok Mistake, with deconz

23:42:09:847 Send Tuya Command 0x24 Data: 2776844127769251

give

27768441 > 662078529 > Wed Dec 23 2020 23:42:09 GMT+0100 27769251 > 662082129 > Thu Dec 24 2020 00:42:09 GMT+0100

With

vv = new Date(new Date("2000-01-01T00:00:00Z").valueOf() + v * 1000)

From your sniff

5ffb12aa > 1610289834 > Sun Jan 10 2021 15:43:54 GMT+0100 5ffb20ba >1610293434 > Sun Jan 10 2021 16:43:54 GMT+0100

with vv = new Date( v * 1000)

still not found the convertion for

Uint32: 886934823 (0x34dd8d27)

k3mpaxl commented 3 years ago

Hi @Smanar, I think I found the solution! The Payload that the Client Device sends is the prefix of the answer!!

000b was the client payload to the gateway. And the gateway has to respond with 000bxxxxxxxxx whre xxxxxxx is the time encoded as we already know it

I unplugged the BHT-002 3 times and waited till the time was synced again.. Have a look at the capture :-)

Sniff-02-Tuya-GW-MOES-BHT-002.zip

k3mpaxl commented 3 years ago

Here is another sniff between Tuya gateway and MOES HY368 "Zigbee Radiator Actuator". Same time sync mechanism.

Sniff-03-Tuya-GW-MOES-HY368.zip

Smanar commented 3 years ago

000b was the client payload to the gateway. And the gateway has to respond with 000bxxxxxxxxx whre xxxxxxx is the time encoded as we already know it

Right I will make something using this to test.

BTW I m still not understanding the response at the Time cluster command

154 s : 277 581 607 373s : 3 918 237 479

The difference give 219 s : 3 640 655 872 So it mean 16 623 999 par secondes. This values is incremented by 16 000 000 every seconds, what it can be ...

Smanar commented 3 years ago

Ok so this code is based on a old one, what is the manufacture name of your device to be sure it is supported ?

If you can compile th code ?

 git clone --branch tuyaspecial https://github.com/Smanar/deconz-rest-plugin.git
 cd deconz-rest-plugin
 qmake && make
 sudo cp ../libde_rest_plugin.so /usr/share/deCONZ/plugins

Have added the Unix epoch, your method and 1 more debug line.

k3mpaxl commented 3 years ago

Ok so this code is based on a old one, what is the manufacture name of your device to be sure it is supported ?

If you can compile th code ?

 git clone --branch tuyaspecial https://github.com/Smanar/deconz-rest-plugin.git
 cd deconz-rest-plugin
 qmake && make
 sudo cp ../libde_rest_plugin.so /usr/share/deCONZ/plugins

Have added the Unix epoch, your method and 1 more debug line.

wont work... it results in... :

19:33:45:089 COM: /dev/ttyACM0 / serialno: , ConBee II
19:33:45:089 ZCLDB init file /root/.local/share/dresden-elektronik/deCONZ/zcldb.txt
19:33:45:146 found node plugin: libde_signal_plugin.so - Signal Monitor Plugin
19:33:45:528 found node plugin: libstd_otau_plugin.so - STD OTAU Plugin
19:33:45:601 dev can't create file: /dev/ttyUSB0 via mknod (missing permissions)
19:33:45:601 COM: /dev/ttyACM0 / serialno: , ConBee II
19:33:46:626 dev can't create file: /dev/ttyUSB0 via mknod (missing permissions)
19:33:46:626 COM: /dev/ttyACM0 / serialno: , ConBee II
19:33:46:665 COM check bootloader
QObject::connect: Cannot queue arguments of type 'QTextBlock'
(Make sure 'QTextBlock' is registered using qRegisterMetaType().)
QObject::connect: Cannot queue arguments of type 'QTextCursor'
(Make sure 'QTextCursor' is registered using qRegisterMetaType().)
19:33:46:676 COM detected application
19:33:46:705 Device firmware version 0x26660700 ConBee II
19:33:46:709 unlocked max nodes: 200

I'm using deconz 2.09.00 / 23.12.2020

Smanar commented 3 years ago

Ha ? Realy strange error, have disabled some code part, can you check if you sill have it ?

It's not your first compilation with this code ?

k3mpaxl commented 3 years ago

It still doesn't start with the compiled library. My Phoscon version is 2.09.00 and the code seems to be to old?

this is one of the compile lines: g++ -c -pipe -Wno-attributes -Wno-psabi -Wall -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDECONZ_DLLSPEC=Q_DECL_IMPORT -DUSE_WEBSOCKETS -DGW_SW_VERSION=\"**2.07.00**\" -DGW_SW_DATE=1610483920 -DGW_API_VERSION=\"1.16.0\" -DGIT_COMMMIT=\"0b2c261d2977e08f9c683125eeb6c1cf997433d2\" -DGW_AUTO_UPDATE_AVR_FW_VERSION=0x260b0500 -DGW_AUTO_UPDATE_R21_FW_VERSION=0x26420700 -DGW_MIN_AVR_FW_VERSION=0x26390500 -DGW_MIN_R21_FW_VERSION=0x26660700 -DGW_MIN_DERFUSB23E0X_FW_VERSION=0x22030300 -DGW_DEFAULT_NAME=\"Phoscon-GW\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_WEBSOCKETS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../.. -I../../common -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtSerialPort -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebSockets -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -Irelease -isystem /usr/include/libdrm -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o release/database.o database.cpp

error message is the same as above

Smanar commented 3 years ago

This error message is perhaps just at start, deconz is nor working on your side with last code ? I have tried on my side, no problem, deconz is runing, but can have the error in log, I haven't checked the start.

I m using ATM deconz 2.07.

Have just updated the tuyaspecial code, with the code from master (today code), will be perhaps better for your OS.