deconz-rest-plugin icon indicating copy to clipboard operation
deconz-rest-plugin copied to clipboard

Zigbee Tuya Single Phase 65A Din Rail Smart Energy Meter timer Monitor kWh Meter Wattmeter 110V 220V 50/60HzDevice name

Open MiAutomations opened this issue 4 years ago • 83 comments

Device

  • Product name: Zigbee Tuya Single Phase 65A Din Rail Smart Energy Meter timer Monitor kWh Meter Wattmeter 110V 220V 50/60Hz - https://s.click.aliexpress.com/e/_AOs9lj
  • Manufacturer: _TZE200_byzdayie
  • Model identifier: TS0601
  • Device type :
    • Other: Smart Energy Meter

Screenshots

image

In the Cluster Info panel press "read" button to retreive the values. Please note that at least "Manufacturer Name" and "Model Identifier" must be populated with data (therefore, must not be empty), otherwise that information will not be usable. For battery powered devices, after pressing read it is required to wake-up the device by pressing a button or any other means of interaction. -->

Basic

Identify

Alarms

Device Temperature

Groups

Scenes

On/Off

Level Control

Color Control

Simple Metering

Diagnostics

Other clusters that are not mentioned above

I just can control this device as relay and I don't' see any info abou the Energy Meter functions, can you please help me in oder to solve this ?

Thank you for your support

MiAutomations avatar May 31 '21 15:05 MiAutomations

Ha nice device, and have found information about it. Are you able to compile code to test code modification ? (Need a linux machine)

Smanar avatar Jun 03 '21 15:06 Smanar

I'm interested in this as well.

juvenalandres avatar Jun 07 '21 08:06 juvenalandres

@juvenalandres Have you a linux machine to test code modifications ?

Smanar avatar Jun 07 '21 14:06 Smanar

@Smanar I do, but I don't have the device

juvenalandres avatar Jun 07 '21 14:06 juvenalandres

Lol, so hard to find someone with both.

Smanar avatar Jun 07 '21 14:06 Smanar

As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.

github-actions[bot] avatar Jun 29 '21 02:06 github-actions[bot]

As there has not been any response in 28 days, this issue will be closed. @ OP: If this issue is solved post what fixed it for you. If it is not solved, request to get this opened again.

github-actions[bot] avatar Jul 07 '21 02:07 github-actions[bot]

the device is not yet supported can you please keep this request open? Thank you

MiAutomations avatar Jul 07 '21 07:07 MiAutomations

Sure!

Mimiix avatar Jul 07 '21 08:07 Mimiix

BTW @MiAutomations you don't have a linux machine to test code modification ?

Smanar avatar Jul 07 '21 14:07 Smanar

BTW @MiAutomations you don't have a linux machine to test code modification ?

I will try to get a machine with a linux OS in order to test this and I let you now

Thank you

MiAutomations avatar Jul 08 '21 18:07 MiAutomations

As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.

github-actions[bot] avatar Jul 30 '21 02:07 github-actions[bot]

@Smanar I will get this device in the next days and I'm able to test the code modification. Could you please share the steps?

diegomontanaduarte avatar Aug 01 '21 20:08 diegomontanaduarte

Hello.

You have the procedure here https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/Compiling-the-REST-plugin-for-device-specific-testing So for you, after having installed deconz :

sudo apt install deconz-dev
git clone --branch energy_meter 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

If you have a small raspberry, it can freeze during compilation, my pi 3 do, so remove "-j2"

You can have a different device, so you can too compare the MAC adress or manufacture name.

So (I don't think all will not work on first try)

  • You will have a "light" entry for the on/off
  • You will have 2 sensors a ZhaPower and a ZHAConsumption

Smanar avatar Aug 02 '21 17:08 Smanar

i have one of these on the way (should arrive in about 4 weeks). once i get it i will be able to test the integration.

leonardpitzu avatar Aug 09 '21 13:08 leonardpitzu

As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.

github-actions[bot] avatar Aug 31 '21 02:08 github-actions[bot]

@Smanar I followed the steps but when I open deCONZ in GUI mode using the command line "/usr/bin/deCONZ --dbg-info=2 --dbg-error=2 > test_debug" I can just see the Coordinator node. I have already tried to put the energy meter device in pair mode many times but doesn't work.

What I'm doing wrong?

diegomontanaduarte avatar Sep 01 '21 20:09 diegomontanaduarte

So I think the "Permit Join" was disabled. I'm progressing... Please let me know what information is needed from my end.

image

diegomontanaduarte avatar Sep 01 '21 21:09 diegomontanaduarte

Basic cluster info

image

Groups cluster info

image

Scenes cluster info

image

Tuya specific cluster info

image

OTAU cluster info

image

diegomontanaduarte avatar Sep 01 '21 21:09 diegomontanaduarte

@diegomontanaduarte all seem like the PR Can you try the code modification ? https://github.com/dresden-elektronik/deconz-rest-plugin/issues/4957#issuecomment-891193893

Smanar avatar Sep 02 '21 15:09 Smanar

@Smanar I followed the exact steps, is there any way to check if I'm using the correct "libde_rest_plugin.so" file?

image

image

diegomontanaduarte avatar Sep 02 '21 16:09 diegomontanaduarte

Ha ok sorry.

So can you check if you have no new sensors device ?

Can use http://phoscon.de/pwabeta in help / API information. And no light device in phoscon too ?

Smanar avatar Sep 02 '21 17:09 Smanar

No sensor but got a light device

image

diegomontanaduarte avatar Sep 02 '21 19:09 diegomontanaduarte

Ok so was my fault, have updated the code

cd deconz-rest-plugin
git pull
qmake && make -j2
sudo cp ../libde_rest_plugin.so /usr/share/deCONZ/plugins

Then re-include the device, if it s still not working can you share some logs with "info" and "info_l2" ?

Smanar avatar Sep 03 '21 18:09 Smanar

Now I was able to add as a sensor, please check the Phoscon App API Information

{ "2": { "config": { "on": true, "reachable": false }, "ep": 1, "etag": "257f7f832d151ba502a3bc64dfe7f317", "lastannounced": null, "lastseen": "2021-09-03T19:39Z", "manufacturername": "_TZE200_byzdayie", "modelid": "TS0601", "name": "Consumption 2", "state": { "consumption": 14, "lastupdated": "2021-09-03T19:37:03.769", "power": 0 }, "type": "ZHAConsumption", "uniqueid": "60:a4:23:ff:fe:10:fa:d7-01-0702" }, "3": { "config": { "on": true, "reachable": false }, "ep": 1, "etag": "b07c84e87fb086232165478eeefcd52f", "lastannounced": null, "lastseen": "2021-09-03T19:39Z", "manufacturername": "_TZE200_byzdayie", "modelid": "TS0601", "name": "Power 3", "state": { "current": 1, "lastupdated": "2021-09-03T20:49:18.672", "power": 215, "voltage": 235 }, "type": "ZHAPower", "uniqueid": "60:a4:23:ff:fe:10:fa:d7-01-0b04" } }

diegomontanaduarte avatar Sep 03 '21 20:09 diegomontanaduarte

Light API Information

{ "1": { "etag": "8f59f3aab17e3e3f4a1718515684d6b3", "hascolor": false, "lastannounced": null, "lastseen": "2021-09-03T20:57Z", "manufacturername": "dresden elektronik", "modelid": "ConBee II", "name": "Configuration tool 1", "state": { "reachable": true }, "swversion": "0x26720700", "type": "Configuration tool", "uniqueid": "00:21:2e:ff:ff:06:cf:c5-01" }, "2": { "etag": "fabb89be817a2db79f2c98d223c02976", "hascolor": false, "lastannounced": null, "lastseen": "2021-09-03T20:57Z", "manufacturername": "_TZE200_byzdayie", "modelid": "TS0601", "name": "Smart plug 2", "state": { "alert": "none", "on": true, "reachable": true }, "swversion": null, "type": "Smart plug", "uniqueid": "60:a4:23:ff:fe:10:fa:d7-01" } }

diegomontanaduarte avatar Sep 03 '21 21:09 diegomontanaduarte

"consumption": 14
"current": 1,
"power": 215,
"voltage": 235
"power": 0

Need to check if the device support power.

switch (state), voltage, power, current, energy, linkquality

Arf.

BTW, if I m right you can set the devce "on" / "off" using the "light" entry.

Smanar avatar Sep 03 '21 21:09 Smanar

Logs "info" and "info_l2"

22:04:17:685 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f13020004000008da 22:04:17:685 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f13020004000008da 22:04:17:686 Tuya debug 5 : Status: 0 Transid: 15 Dp: 531 (0x02,0x13) Fn: 0 Data 2266 22:04:18:144 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:18:144 Poll light node Smart plug 2 22:04:18:194 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:18:686 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f1402000400000916 22:04:18:687 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f1402000400000916 22:04:18:687 Tuya debug 5 : Status: 0 Transid: 15 Dp: 532 (0x02,0x14) Fn: 0 Data 2326 22:04:19:140 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:19:140 Poll light node Smart plug 2 22:04:19:193 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:19:244 Idle timer triggered 22:04:19:768 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x0000 22:04:19:768 neigbor 0x00158d000678e5d7 is unknown child 22:04:20:099 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:20:099 Poll light node Smart plug 2 22:04:20:147 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:20:233 CTRL skip creating node 0x00158D000678E5D7 while permit join is disabled 22:04:21:069 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:21:070 Poll light node Smart plug 2 22:04:21:122 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:22:069 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:22:070 Poll light node Smart plug 2 22:04:22:122 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:22:175 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x7EBB 22:04:22:244 Daylight now: nightStart, status: 230, daylight: 0, dark: 1 22:04:23:068 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:23:068 Poll light node Smart plug 2 22:04:23:116 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:24:061 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:24:062 Poll light node Smart plug 2 22:04:24:110 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:25:057 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:25:058 Poll light node Smart plug 2 22:04:25:106 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:26:036 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f11020004000005c3 22:04:26:036 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f11020004000005c3 22:04:26:036 Tuya debug 5 : Status: 0 Transid: 15 Dp: 529 (0x02,0x11) Fn: 0 Data 1475 22:04:26:053 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:26:054 Poll light node Smart plug 2 22:04:26:102 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:26:967 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x0000 22:04:26:967 neigbor 0x00158d000678e5d7 is unknown child 22:04:27:048 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:27:048 Poll light node Smart plug 2 22:04:27:096 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:27:433 CTRL skip creating node 0x00158D000678E5D7 while permit join is disabled 22:04:28:042 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:28:042 Poll light node Smart plug 2 22:04:28:093 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:29:040 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:29:041 Poll light node Smart plug 2 22:04:29:093 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:29:372 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x7EBB 22:04:29:948 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:29:949 Poll light node Smart plug 2 22:04:29:997 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:30:893 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:30:893 Poll light node Smart plug 2 22:04:30:944 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:31:819 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:31:819 Poll light node Smart plug 2 22:04:31:871 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:32:244 Daylight now: nightStart, status: 230, daylight: 0, dark: 1 22:04:32:744 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:32:744 Poll light node Smart plug 2 22:04:32:794 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:33:742 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:33:742 Poll light node Smart plug 2 22:04:33:794 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:34:167 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x0000 22:04:34:167 neigbor 0x00158d000678e5d7 is unknown child 22:04:34:633 CTRL skip creating node 0x00158D000678E5D7 while permit join is disabled 22:04:34:739 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:34:739 Poll light node Smart plug 2 22:04:34:791 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:35:697 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:35:698 Poll light node Smart plug 2 22:04:35:746 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:36:578 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x7EBB 22:04:36:670 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:36:670 Poll light node Smart plug 2 22:04:36:722 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:37:669 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:37:669 Poll light node Smart plug 2 22:04:37:721 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:38:666 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:38:667 Poll light node Smart plug 2 22:04:38:715 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:39:661 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:39:661 Poll light node Smart plug 2 22:04:39:709 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:40:657 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:40:657 Poll light node Smart plug 2 22:04:40:705 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:41:368 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x0000 22:04:41:368 neigbor 0x00158d000678e5d7 is unknown child 22:04:41:652 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:41:653 Poll light node Smart plug 2 22:04:41:701 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:41:833 CTRL skip creating node 0x00158D000678E5D7 while permit join is disabled 22:04:42:244 Daylight now: nightStart, status: 230, daylight: 0, dark: 1 22:04:42:648 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:42:648 Poll light node Smart plug 2 22:04:42:696 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:43:642 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:43:643 Poll light node Smart plug 2 22:04:43:693 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:43:775 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x7EBB 22:04:44:052 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f11020004000005c4 22:04:44:052 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f11020004000005c4 22:04:44:052 Tuya debug 5 : Status: 0 Transid: 15 Dp: 529 (0x02,0x11) Fn: 0 Data 1476 22:04:44:640 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:44:640 Poll light node Smart plug 2 22:04:44:692 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:45:598 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:45:599 Poll light node Smart plug 2 22:04:45:647 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:45:681 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f0101000101 22:04:45:682 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f0101000101 22:04:45:682 Tuya debug 5 : Status: 0 Transid: 15 Dp: 257 (0x01,0x01) Fn: 0 Data 1 22:04:46:569 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:46:569 Poll light node Smart plug 2 22:04:46:621 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:46:685 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f120200040000226a 22:04:46:686 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f120200040000226a 22:04:46:686 Tuya debug 5 : Status: 0 Transid: 15 Dp: 530 (0x02,0x12) Fn: 0 Data 8810 22:04:47:568 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:47:568 Poll light node Smart plug 2 22:04:47:616 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:47:686 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f1302000400004d94 22:04:47:686 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f1302000400004d94 22:04:47:687 Tuya debug 5 : Status: 0 Transid: 15 Dp: 531 (0x02,0x13) Fn: 0 Data 19860 22:04:48:562 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:48:562 Poll light node Smart plug 2 22:04:48:568 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x0000 22:04:48:568 neigbor 0x00158d000678e5d7 is unknown child 22:04:48:610 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:48:688 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f14020004000008ea 22:04:48:688 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f14020004000008ea 22:04:48:688 Tuya debug 5 : Status: 0 Transid: 15 Dp: 532 (0x02,0x14) Fn: 0 Data 2282 22:04:49:032 CTRL skip creating node 0x00158D000678E5D7 while permit join is disabled 22:04:49:244 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:49:245 Poll light node Smart plug 2 22:04:49:245 Idle timer triggered 22:04:49:602 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:50:548 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:50:548 Poll light node Smart plug 2 22:04:50:596 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:50:973 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x7EBB 22:04:51:541 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:51:542 Poll light node Smart plug 2 22:04:51:593 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:52:244 Daylight now: nightStart, status: 230, daylight: 0, dark: 1 22:04:52:257 Master: read param with arg 0x19 22:04:52:283 Device TTL 2133 s flags: 0x7 22:04:52:541 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:52:541 Poll light node Smart plug 2 22:04:52:593 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:53:541 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:53:541 Poll light node Smart plug 2 22:04:53:593 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:54:541 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:54:541 Poll light node Smart plug 2 22:04:54:593 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:55:539 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:55:539 Poll light node Smart plug 2 22:04:55:591 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:55:768 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x0000 22:04:55:768 neigbor 0x00158d000678e5d7 is unknown child 22:04:56:232 CTRL skip creating node 0x00158D000678E5D7 while permit join is disabled 22:04:56:448 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:56:448 Poll light node Smart plug 2 22:04:56:496 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:57:392 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:57:392 Poll light node Smart plug 2 22:04:57:444 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:58:174 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x7EBB 22:04:58:319 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:58:319 Poll light node Smart plug 2 22:04:58:371 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:04:59:244 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:04:59:244 Poll light node Smart plug 2 22:04:59:294 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:00:241 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:00:241 Poll light node Smart plug 2 22:05:00:293 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:01:198 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:01:198 Poll light node Smart plug 2 22:05:01:245 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:02:169 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:02:170 Poll light node Smart plug 2 22:05:02:188 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f11020004000005c5 22:05:02:188 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f11020004000005c5 22:05:02:189 Tuya debug 5 : Status: 0 Transid: 15 Dp: 529 (0x02,0x11) Fn: 0 Data 1477 22:05:02:222 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:02:244 Daylight now: nightStart, status: 230, daylight: 0, dark: 1 22:05:02:967 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x0000 22:05:02:967 neigbor 0x00158d000678e5d7 is unknown child 22:05:03:167 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:03:167 Poll light node Smart plug 2 22:05:03:215 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:03:433 CTRL skip creating node 0x00158D000678E5D7 while permit join is disabled 22:05:04:161 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:04:161 Poll light node Smart plug 2 22:05:04:209 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:05:156 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:05:156 Poll light node Smart plug 2 22:05:05:204 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:05:375 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x7EBB 22:05:06:149 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:06:149 Poll light node Smart plug 2 22:05:06:197 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:07:143 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:07:143 Poll light node Smart plug 2 22:05:07:194 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:07:244 GW firmware version: 0x26720700 22:05:07:244 GW firmware version is up to date: 0x26720700 22:05:08:140 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:08:140 Poll light node Smart plug 2 22:05:08:192 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:09:098 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:09:098 Poll light node Smart plug 2 22:05:09:146 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:10:070 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:10:070 Poll light node Smart plug 2 22:05:10:121 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:10:169 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x0000 22:05:10:169 neigbor 0x00158d000678e5d7 is unknown child 22:05:10:633 CTRL skip creating node 0x00158D000678E5D7 while permit join is disabled 22:05:11:068 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:11:069 Poll light node Smart plug 2 22:05:11:121 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:12:066 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:12:066 Poll light node Smart plug 2 22:05:12:113 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:12:244 Daylight now: nightStart, status: 230, daylight: 0, dark: 1 22:05:12:571 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x7EBB 22:05:13:059 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:13:059 Poll light node Smart plug 2 22:05:13:107 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:14:054 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:14:054 Poll light node Smart plug 2 22:05:14:102 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:15:048 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:15:048 Poll light node Smart plug 2 22:05:15:096 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:15:685 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f0101000101 22:05:15:685 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f0101000101 22:05:15:685 Tuya debug 5 : Status: 0 Transid: 15 Dp: 257 (0x01,0x01) Fn: 0 Data 1 22:05:16:041 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:16:041 Poll light node Smart plug 2 22:05:16:093 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:16:687 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f12020004000021f0 22:05:16:687 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f12020004000021f0 22:05:16:688 Tuya debug 5 : Status: 0 Transid: 15 Dp: 530 (0x02,0x12) Fn: 0 Data 8688 22:05:17:040 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:17:040 Poll light node Smart plug 2 22:05:17:092 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:17:244 DB save zll database items 0x00000081 22:05:17:244 DB sql exec REPLACE INTO nodes (id, state, mac, name, groups, endpoint, modelid, manufacturername, swbuildid, ritems) VALUES ('1', 'normal', '00:21:2e:ff:ff:06:cf:c5-01', 'Configuration tool 1', '65520', '1', 'ConBee II', 'dresden elektronik', '0x26720700', '{"attr/id":"1","attr/lastannounced":null,"attr/lastseen":"2021-09-03T21:04Z","attr/manufacturername":"dresden elektronik","attr/modelid":"ConBee II","attr/name":"Configuration tool 1","attr/swversion":"0x26720700","attr/type":"Configuration tool","attr/uniqueid":"00:21:2e:ff:ff:06:cf:c5-01","state/reachable":true}') 22:05:17:245 DB sql exec REPLACE INTO nodes (id, state, mac, name, groups, endpoint, modelid, manufacturername, swbuildid, ritems) VALUES ('2', 'normal', '60:a4:23:ff:fe:10:fa:d7-01', 'Smart plug 2', '65520', '1', 'TS0601', '_TZE200_byzdayie', '', '{"attr/id":"2","attr/lastannounced":null,"attr/lastseen":"2021-09-03T21:04Z","attr/manufacturername":"_TZE200_byzdayie","attr/modelid":"TS0601","attr/name":"Smart plug 2","attr/productid":"Smart Energy Meter","attr/swversion":null,"attr/type":"Smart plug","attr/uniqueid":"60:a4:23:ff:fe:10:fa:d7-01","state/alert":null,"state/on":true,"state/reachable":true}') 22:05:17:245 DB sql exec REPLACE INTO sensors (sid, name, type, modelid, manufacturername, uniqueid, swversion, state, config, fingerprint, deletedState, mode, lastseen, lastannounced) VALUES ('3', 'Power 3', 'ZHAPower', 'TS0601', '_TZE200_byzdayie', '60:a4:23:ff:fe:10:fa:d7-01-0b04', '', '{"current":8,"lastupdated":"2021-09-03T21:04:48.688","power":1986,"voltage":228}', '{"on":true,"reachable":false}', '{"d":81,"ep":1,"in":[61184,2820],"p":260}', 'normal', '1', '2021-09-03T19:39Z', '') 22:05:17:262 DB saved in 18 ms 22:05:17:368 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x0000 22:05:17:368 neigbor 0x00158d000678e5d7 is unknown child 22:05:17:687 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f1302000400004b90 22:05:17:687 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f1302000400004b90 22:05:17:687 Tuya debug 5 : Status: 0 Transid: 15 Dp: 531 (0x02,0x13) Fn: 0 Data 19344 22:05:17:832 CTRL skip creating node 0x00158D000678E5D7 while permit join is disabled 22:05:17:952 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:17:953 Poll light node Smart plug 2 22:05:18:001 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:18:687 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f14020004000008cb 22:05:18:688 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f14020004000008cb 22:05:18:688 Tuya debug 5 : Status: 0 Transid: 15 Dp: 532 (0x02,0x14) Fn: 0 Data 2251 22:05:18:898 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:18:899 Poll light node Smart plug 2 22:05:18:947 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:19:244 sql exec SELECT conf FROM zbconf ORDER BY rowid desc limit 1 22:05:19:244 Idle timer triggered 22:05:19:776 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x7EBB 22:05:19:820 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:19:820 Poll light node Smart plug 2 22:05:19:872 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:20:653 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f11020004000005c6 22:05:20:653 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f11020004000005c6 22:05:20:654 Tuya debug 5 : Status: 0 Transid: 15 Dp: 529 (0x02,0x11) Fn: 0 Data 1478 22:05:20:744 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:20:744 Poll light node Smart plug 2 22:05:20:793 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:21:739 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:21:739 Poll light node Smart plug 2 22:05:21:791 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:22:245 Daylight now: nightStart, status: 230, daylight: 0, dark: 1 22:05:22:697 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:22:697 Poll light node Smart plug 2 22:05:22:745 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:23:670 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:23:670 Poll light node Smart plug 2 22:05:23:722 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:24:567 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x0000 22:05:24:568 neigbor 0x00158d000678e5d7 is unknown child 22:05:24:669 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:24:669 Poll light node Smart plug 2 22:05:24:721 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:25:033 CTRL skip creating node 0x00158D000678E5D7 while permit join is disabled 22:05:25:666 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:25:666 Poll light node Smart plug 2 22:05:25:714 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:26:661 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:26:662 Poll light node Smart plug 2 22:05:26:710 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:26:980 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x7EBB 22:05:27:655 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:27:655 Poll light node Smart plug 2 22:05:27:703 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:28:650 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:28:650 Poll light node Smart plug 2 22:05:28:698 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:29:644 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:29:645 Poll light node Smart plug 2 22:05:29:694 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:30:641 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:30:641 Poll light node Smart plug 2 22:05:30:693 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:31:641 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:31:641 Poll light node Smart plug 2 22:05:31:693 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:31:765 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x0000 22:05:31:765 neigbor 0x00158d000678e5d7 is unknown child 22:05:32:232 CTRL skip creating node 0x00158D000678E5D7 while permit join is disabled 22:05:32:244 Daylight now: nightStart, status: 230, daylight: 0, dark: 1 22:05:32:640 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:32:640 Poll light node Smart plug 2 22:05:32:692 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:33:597 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:33:597 Poll light node Smart plug 2 22:05:33:644 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:34:174 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x7EBB 22:05:34:569 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:34:569 Poll light node Smart plug 2 22:05:34:621 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:35:566 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:35:566 Poll light node Smart plug 2 22:05:35:614 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:36:559 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:36:560 Poll light node Smart plug 2 22:05:36:608 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:37:556 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:37:556 Poll light node Smart plug 2 22:05:37:604 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:38:550 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:38:550 Poll light node Smart plug 2 22:05:38:598 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:38:966 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x0000 22:05:38:966 neigbor 0x00158d000678e5d7 is unknown child 22:05:39:196 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f11020004000005c7 22:05:39:197 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f11020004000005c7 22:05:39:197 Tuya debug 5 : Status: 0 Transid: 15 Dp: 529 (0x02,0x11) Fn: 0 Data 1479 22:05:39:433 CTRL skip creating node 0x00158D000678E5D7 while permit join is disabled 22:05:39:546 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:39:546 Poll light node Smart plug 2 22:05:39:594 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:40:540 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:40:540 Poll light node Smart plug 2 22:05:40:592 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:41:373 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x7EBB 22:05:41:448 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:41:448 Poll light node Smart plug 2 22:05:41:496 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:42:244 Daylight now: nightStart, status: 230, daylight: 0, dark: 1 22:05:42:391 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:42:392 Poll light node Smart plug 2 22:05:42:444 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:43:319 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:43:319 Poll light node Smart plug 2 22:05:43:370 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:44:244 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:44:245 Poll light node Smart plug 2 22:05:44:294 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:45:240 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:45:240 Poll light node Smart plug 2 22:05:45:292 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:45:683 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f0101000101 22:05:45:683 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f0101000101 22:05:45:683 Tuya debug 5 : Status: 0 Transid: 15 Dp: 257 (0x01,0x01) Fn: 0 Data 1 22:05:46:167 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x0000 22:05:46:167 neigbor 0x00158d000678e5d7 is unknown child 22:05:46:196 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:46:197 Poll light node Smart plug 2 22:05:46:245 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:46:633 CTRL skip creating node 0x00158D000678E5D7 while permit join is disabled 22:05:46:687 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f1202000400001771 22:05:46:687 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f1202000400001771 22:05:46:687 Tuya debug 5 : Status: 0 Transid: 15 Dp: 530 (0x02,0x12) Fn: 0 Data 6001 22:05:47:169 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:47:169 Poll light node Smart plug 2 22:05:47:220 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:47:688 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f13020004000009fe 22:05:47:689 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f13020004000009fe 22:05:47:689 Tuya debug 5 : Status: 0 Transid: 15 Dp: 531 (0x02,0x13) Fn: 0 Data 2558 22:05:48:168 poll node 60:a4:23:ff:fe:10:fa:d7-01 22:05:48:168 Poll light node Smart plug 2 22:05:48:216 Poll APS request to 0x60A423FFFE10FAD7 cluster: 0x0006 dropped, cluster doesn't exist 22:05:48:575 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x7EBB 22:05:48:688 Tuya debug Request : Address 0x60A423FFFE10FAD7, Endpoint 0x01, Command 0x01, Payload 000f14020004000008f4 22:05:48:688 Tuya debug 4 : Address 0x60A423FFFE10FAD7 Payload 000f14020004000008f4 22:05:48:689 Tuya debug 5 : Status: 0 Transid: 15 Dp: 532 (0x02,0x14) Fn: 0 Data 2292

diegomontanaduarte avatar Sep 03 '21 21:09 diegomontanaduarte

Ha nope it's my fault, you have state/power on both sensor, with one working and not the other

Smanar avatar Sep 03 '21 21:09 Smanar

cd deconz-rest-plugin
git pull
qmake && make -j2
sudo cp ../libde_rest_plugin.so /usr/share/deCONZ/plugins

Have updated the code, I think it can work if you just restart deconz, else you probably need to delete and re-incude the device.

The code will remove the "power" on the ZHAConsumption device.

Smanar avatar Sep 03 '21 21:09 Smanar