dresden-elektronik / deconz-rest-plugin

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

Aqara Smart Wireless Switch WXKG11LM #917 - Adding as button #3253

Open Siggi0904 opened 4 years ago

Siggi0904 commented 4 years ago

The Aqara Smart Wireless Switch WXKG11LM #917 Button should be added as "button" not as sensor.

In Phoscon App it is added as button, in IOBroker ist will be shown under sensors, what is wrong.

Thanks.

Smanar commented 4 years ago

Can you take a look in the JSON, I have take a look on your link and it s seem you have :

"type": "ZHASwitch",

Third application can display the device as they want, so not sure the problem is from deconz.

Siggi0904 commented 4 years ago

Hi, where can I find it? I'm using the phoscon app for adding and checking devices and iobrocker deconz adapter to adding it in home automation.

Smanar commented 4 years ago

Can take a look direclty in the API http://IP:PORT/api/KEY/sensors

IP and PORT are the same used than for deconz. For the KEY, it s the same you have configured somewhere in iobroker (not sure I don't know it)

rjenx commented 3 years ago

Not sure this is related to the problem described here. I have tried adding an Aqara Smart Switch to my Home Assistant. I get it to join the Deconz network using Phoscon Sensor add, this adds a switch to the Phoscon app, however only the battery is added to HA. Well if I look at the entity created for the battery it shows a related device "switch 14" but that does not exist as a separate entity. Tried adding multiple times and two different devices without success.

I am running Deconz 2.09.01 the device firmware is WXKG11LM Rev.2 and HA is on the latest version 2021.2.0

Any suggestions?

Smanar commented 3 years ago

Yes, same, without the device JSON not possible to guess if the problem is from HA or deconz.

rjenx commented 3 years ago

Pure guess, but I think the problem is with HA, I can see two devices in Deconz VNC and they appear to be communicating with the co-ordinator. I also have two devices listed in HA, but the only entities that have been created are the battery levels.

Smanar commented 3 years ago

But HA devs will need the JSON too, so will ne nice if you can find it.

rjenx commented 3 years ago

Hi Smanar, can you point me to where I can find it? Is it in the Dconz docker container?

rjenx commented 3 years ago

Further to my earlier posting, upgraded HA to version 2021.2.3 as there were some upgrades to deconz integration shown in the notes. But it made no difference.

I also note that the two switches in Phoscon have slightly different information in Phoscon. Switch 1 shows a version number of 20180525, the second has no version information. They were both bought from the same vendor at the same time.

Smanar commented 3 years ago

You have the procedure here > https://github.com/dresden-elektronik/deconz-rest-plugin/issues/3253#issuecomment-691477297 If you don't find an api key curl http://IP:PORT/api/ -X POST -d '{"devicetype": "TestKey"}' Can need to authenticate app.

You can too use the developper tab in your browser when using phoscon.

rjenx commented 3 years ago

I was not very successful, cannot find an api key in the developer tools view, the curl command as written results in an error message "unmatched closed brace / bracket in column 8". If one of the devs wants to discuss or send me explicit instructions on how to get the information they need, I will be happy to help. But this is all new to me.

Smanar commented 3 years ago

Can you show the command and the result you have to get an api key ?

rjenx commented 3 years ago

Hi Smanar, I used the curl command provided by you. As the procedure in 3253 is for IObroker and I have no idea how to obtain the API key.

C:\Users\Rick>curl http://192.168.1.200:5900/api/ -X POST -d '{"devicetype": "TestKey"}' RFB 003.008 curl: (3) [globbing] unmatched close brace/bracket in column 8

I also set HA to debug mode, this is what i captured for the switch when adding via phoscon. 'uniqueid': '00:15:8d:00:04:77:00:a3-01-0500'}, '17': {'config': {'battery': 100, 'on': True, 'reachable': True, 'temperature': 2500}, 'ep': 1, 'etag': '58ffae012961c85a96a155880a20f77d', 'lastseen': '2021-03-02T19:52Z', 'manufacturername': 'LUMI', 'mode': 1, 'modelid': 'lumi.remote.b1acn01', 'name': 'aqara_switch', 'state': {'buttonevent': 1002, 'lastupdated': '2021-02-28T13:35:33.214'}, 'swversion': '20180525', 'type': 'ZHASwitch',

But again only the battery entity is created, no switch entity.

Smanar commented 3 years ago

Ha ! I haven't see you was on windows, never tried curl on it, can be the problem, but yes it s exactly the JSON. Can you explain me how you have done with HA, for other user, pls ?

And I can confirm the problem is from HA.

'type': 'ZHASwitch', and state': {'buttonevent': 1002 }

You don't need more to reconize a battery switch.

If you know the HA github you can share this JSON.

rjenx commented 3 years ago

Thanks for your help Smanar, appreciate your patience.

mac-city commented 3 years ago

I just purchased this switch and found this issue. does it seem like this will be solved? the issue dates back to 2018 from what I can tell. the button shows up in home assistant only as a battery. and what is really frustrating is that I can't remove the device or the entity either. thanks for any feedback.

rjenx commented 3 years ago

Hi Mac-City, these switches do not create entities other than the battery, you need to create some code to recognise the events created when the switch is activated. Here is mine as an example.

`

Turn on alarm (Away) if button pressed

You can see the events in developer tools, bottom on events page there is a tool to listen to events. Use "deconz_event".

By the way the event codes for this switch are:

Events 1000: click, 1001: hold, 1002: click_up, 1003: hold_up, 1004: 2_click, 1005: 3_click, 1006: 4_click, 1010: 5_click

Hope this helps.

mac-city commented 3 years ago

thanks for replying, just a few minutes later and I found this solution worked well for me. I swear, I tried this on my own and it didn't work, but tried again after restarting ha and it works fine....

https://community.home-assistant.io/t/how-to-use-stateless-programmable-switch/161810/32

stefanuytterhoeven commented 3 years ago

I have a similar aqara "Wireless Remote switch (single rocker)" Model: WXKG03LM I get only event 1002: click_up 1001: Hold 1004: double click that's all. Normally I should at least expect a "hold_up"... so, when I get event 1001( hold)=> start dimming, then when I get event 1003, I can stop dimming... Now I when I start dimming, I only get event 1001 and that's it.... No more events...

Smanar commented 3 years ago

So to resume you have the "long press" but not the "long press release" ? Can you check logs when making this try ? with "info" and "info_l2". And BTW what is your deconz version ?

stefanuytterhoeven commented 3 years ago

version: 2.12.06 / 19-8-2021 Firmware: 26660700 Conbee2

You're right. I get a "long press" but no "long press release" I just tried your suggestion about "info" and "info_l2" (I only found out the "debug view" a few days ago :) ) but... when selecting "info" and "info_l2", I get so many lines.... I can't follow what's happening there... I don't see a way to filter certain devices? Almost all my devices work via deconz (zigbee), .... I there another way ?

Op di 24 aug. 2021 om 22:01 schreef Smanar @.***>:

So to resume you have the "long press" but not the "long press release" ? Can you check logs when making this try ? with "info" and "info_l2". And BTW what is your deconz version ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dresden-elektronik/deconz-rest-plugin/issues/3253#issuecomment-904934548, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACV5I2DSG5ZRLKEVIFLMBGLT6P3AVANCNFSM4RJM2T3A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

Smanar commented 3 years ago

Yep I need something like

[INFO] - No button handler for: %s%s, endpoint: 0x%02X, cluster: %s, command: %s, payload: %s, zclSeq: %u\n

If I m right it s a line that appear everytime you make the release. In all case all logs about that are starting by "[INFO] - Button"

stefanuytterhoeven commented 3 years ago

Ok, not easy to test (for me). Suddenly U got a "No button handler..." somewhere in the logging. So, I thought, let's test again. No matter what I did, I couldn't get that message again... (not good...) So, did more tests.... In the end, I'll decided to send you some of the logging.... The test sequence I did: (I'll add the logging) The button is identified as lumi.remote.b186acn01 , so you can also search this. Be aware, in the logging, other devices appear too of course

Around the time 10:35 a did just a "push" (click) on the button this results in : 10:35:03:483 [INFO] - Button 1002 - lumi.remote.b186acn01, unicast to: 0x0000, endpoint: 0x01, cluster: MULTISTATE_INPUT (0x0012), action: Normal press, payload: 5500210100, zclSeq: 129 Event 1002 is a "short click release" event. So, that's ok for me. (some device apparently first have event 1000 (initial press), but this device doesn't. But, that's not really a problem.

About 10 second later; I start DIMMING: this results in : 10:35:11:613 [INFO] - Button 1001 - lumi.remote.b186acn01, unicast to: 0x0000, endpoint: 0x01, cluster: MULTISTATE_INPUT (0x0012), action: Hold, payload: 5500210000, zclSeq: 130 event 1001 for SingleHold (or whatever you call "holding a button")... What I expect now, when I release the button, is, that I get event 1003 (SingleHoldRelease). But that doesn't seem to happen....

I'll add the logging here, maybe you find something in it? so yeah, worst case: the aqara button is failing...

Op wo 25 aug. 2021 20:30 schreef Smanar @.***>:

Yep I need something like

[INFO] - No button handler for: %s%s, endpoint: 0x%02X, cluster: %s, command: %s, payload: %s, zclSeq: %u\n

If I m right it s a line that appear everytime you make the release. In all case all logs about that are starting by "[INFO] - Button"

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dresden-elektronik/deconz-rest-plugin/issues/3253#issuecomment-905774035, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACV5I2H7EBP5KNAZLKGTZALT6UZDFANCNFSM4RJM2T3A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

10:35:01:629 poll node 00:04:74:00:00:a1:67:b4-01 10:35:01:629 Poll light node Woonkamer Rolluik 10:35:01:872 read attributes of 0x0004740000A167B4 cluster: 0x0102: [ 10:35:01:872 0x0008 10:35:01:873 ] 10:35:01:873 add task 211 type 19 to 0x0004740000A167B4 cluster 0x0102 req.id 68 10:35:01:873 Poll APS request 68 to 0x0004740000A167B4 cluster: 0x0102 10:35:01:957 Poll APS confirm 68 status: 0x00 10:35:01:957 Erase task req-id: 68, type: 19 zcl seqno: 45 send time 0, profileId: 0x0104, clusterId: 0x0102 10:35:01:987 Node data 0x0004740000a167b4 profileId: 0x0104, clusterId: 0x0102 10:35:01:987 0x0004740000A167B4: update ZCL value 0x01/0x0102/0x0008 after 0 s 10:35:02:533 poll node bc:33:ac:ff:fe:8b:87:fc-0b 10:35:02:534 Poll light node Bureau Spot 2 10:35:02:585 read attributes of 0xBC33ACFFFE8B87FC cluster: 0x0006: [ 10:35:02:586 0x0000 10:35:02:587 ] 10:35:02:587 add task 215 type 19 to 0xBC33ACFFFE8B87FC cluster 0x0006 req.id 73 10:35:02:588 Poll APS request 73 to 0xBC33ACFFFE8B87FC cluster: 0x0006 10:35:02:649 Poll APS confirm 73 status: 0x00 10:35:02:649 Erase task req-id: 73, type: 19 zcl seqno: 46 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:02:663 Node data 0xbc33acfffe8b87fc profileId: 0x0104, clusterId: 0x0006 10:35:02:664 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:02:847 read attributes of 0xBC33ACFFFE8B87FC cluster: 0x0008: [ 10:35:02:847 0x0000 10:35:02:847 ] 10:35:02:848 add task 217 type 19 to 0xBC33ACFFFE8B87FC cluster 0x0008 req.id 77 10:35:02:848 Poll APS request 77 to 0xBC33ACFFFE8B87FC cluster: 0x0008 10:35:02:949 Poll APS confirm 77 status: 0x00 10:35:02:949 Erase task req-id: 77, type: 19 zcl seqno: 47 send time 0, profileId: 0x0104, clusterId: 0x0008 10:35:02:955 read attributes of 0xBC33ACFFFE8B87FC cluster: 0x0300: [ 10:35:02:955 0x0000 10:35:02:956 0x0001 10:35:02:956 0x0003 10:35:02:957 0x0004 10:35:02:957 0x0007 10:35:02:958 0x0008 10:35:02:959 0x4001 10:35:02:959 ] 10:35:02:960 add task 219 type 19 to 0xBC33ACFFFE8B87FC cluster 0x0300 req.id 79 10:35:02:960 Poll APS request 79 to 0xBC33ACFFFE8B87FC cluster: 0x0300 10:35:02:990 Node data 0xbc33acfffe8b87fc profileId: 0x0104, clusterId: 0x0008 10:35:02:990 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0008/0x0000 after 0 s 10:35:03:051 Poll APS confirm 79 status: 0x00 10:35:03:051 Erase task req-id: 79, type: 19 zcl seqno: 48 send time 0, profileId: 0x0104, clusterId: 0x0300 10:35:03:070 Node data 0xbc33acfffe8b87fc profileId: 0x0104, clusterId: 0x0300 10:35:03:071 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0300/0x0000 after 0 s 10:35:03:071 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0300/0x0001 after 0 s 10:35:03:072 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0300/0x0003 after 0 s 10:35:03:072 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0300/0x0004 after 0 s 10:35:03:072 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0300/0x0007 after 0 s 10:35:03:072 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0300/0x0008 after 0 s 10:35:03:073 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0300/0x4001 after 0 s 10:35:03:437 poll node f0:d1:b8:00:00:14:b8:ea-01 10:35:03:438 Poll light node Eetkamer On/Off plug Ledvance 1 10:35:03:438 Idle timer triggered 10:35:03:438 Force binding of attribute reporting for node Woonkamer Spot 3 10:35:03:439 Force read attributes for ZHATemperature SensorNode Tuin Multi Sensor 10:35:03:479 APS-DATA.indication from child 0x5444 10:35:03:480 Node data 0x00158d000283db83 profileId: 0x0104, clusterId: 0x0012 10:35:03:481 0x00158D000283DB83: added ZCL value 0x01/0x0012/0x0055 10:35:03:482 Multi state present value: 0x0001 (1), lumi.remote.b186acn01 10:35:03:483 [INFO] - Button 1002 - lumi.remote.b186acn01, unicast to: 0x0000, endpoint: 0x01, cluster: MULTISTATE_INPUT (0x0012), action: Normal press, payload: 5500210100, zclSeq: 129 10:35:03:484 ZCL attribute report 0x00158D000283DB83 for cluster: 0x0012, ep: 0x01, frame control: 0x18, mfcode: 0x0000 10:35:03:485 payload: 5500210100 10:35:03:526 Websocket 192.168.2.7:43820 send message: {"e":"changed","id":"16","r":"sensors","state":{"buttonevent":1002,"lastupdated":"2021-08-26T08:35:03.484"},"t":"event","uniqueid":"00:15:8d:00:02:83:db:83-01-0012"} (ret = -1092635672) 10:35:03:530 Websocket 192.168.2.109:64199 send message: {"e":"changed","id":"16","r":"sensors","state":{"buttonevent":1002,"lastupdated":"2021-08-26T08:35:03.484"},"t":"event","uniqueid":"00:15:8d:00:02:83:db:83-01-0012"} (ret = -1092635672) 10:35:03:533 rule event /sensors/16/state/lastupdated: 0 -> 0 10:35:03:679 read attributes of 0xF0D1B8000014B8EA cluster: 0x0006: [ 10:35:03:680 0x0000 10:35:03:680 ] 10:35:03:680 add task 222 type 19 to 0xF0D1B8000014B8EA cluster 0x0006 req.id 87 10:35:03:680 Poll APS request 87 to 0xF0D1B8000014B8EA cluster: 0x0006 10:35:03:748 Poll APS confirm 87 status: 0x00 10:35:03:748 Erase task req-id: 87, type: 19 zcl seqno: 49 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:03:763 Node data 0xf0d1b8000014b8ea profileId: 0x0104, clusterId: 0x0006 10:35:03:764 0xF0D1B8000014B8EA: update ZCL value 0x01/0x0006/0x0000 after 0 s 10:35:04:516 poll node 00:17:88:01:08:62:9b:b0-0b 10:35:04:517 Poll light node Tuin hue smart plug links 10:35:04:568 read attributes of 0x0017880108629BB0 cluster: 0x0006: [ 10:35:04:569 0x0000 10:35:04:569 ] 10:35:04:570 add task 227 type 19 to 0x0017880108629BB0 cluster 0x0006 req.id 93 10:35:04:570 Poll APS request 93 to 0x0017880108629BB0 cluster: 0x0006 10:35:04:649 Poll APS confirm 93 status: 0x00 10:35:04:650 Erase task req-id: 93, type: 19 zcl seqno: 50 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:04:682 Node data 0x0017880108629bb0 profileId: 0x0104, clusterId: 0x0006 10:35:04:683 0x0017880108629BB0: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:05:436 poll node bc:33:ac:ff:fe:8b:93:d8-0b 10:35:05:437 Poll light node Bureau Spot 1 10:35:05:486 read attributes of 0xBC33ACFFFE8B93D8 cluster: 0x0006: [ 10:35:05:487 0x0000 10:35:05:488 ] 10:35:05:488 add task 232 type 19 to 0xBC33ACFFFE8B93D8 cluster 0x0006 req.id 101 10:35:05:489 Poll APS request 101 to 0xBC33ACFFFE8B93D8 cluster: 0x0006 10:35:05:547 Poll APS confirm 101 status: 0x00 10:35:05:548 Erase task req-id: 101, type: 19 zcl seqno: 51 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:05:563 Node data 0xbc33acfffe8b93d8 profileId: 0x0104, clusterId: 0x0006 10:35:05:564 0xBC33ACFFFE8B93D8: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:05:748 read attributes of 0xBC33ACFFFE8B93D8 cluster: 0x0008: [ 10:35:05:748 0x0000 10:35:05:750 ] 10:35:05:750 add task 234 type 19 to 0xBC33ACFFFE8B93D8 cluster 0x0008 req.id 105 10:35:05:750 Poll APS request 105 to 0xBC33ACFFFE8B93D8 cluster: 0x0008 10:35:05:848 Poll APS confirm 105 status: 0x00 10:35:05:849 Erase task req-id: 105, type: 19 zcl seqno: 52 send time 0, profileId: 0x0104, clusterId: 0x0008 10:35:05:855 read attributes of 0xBC33ACFFFE8B93D8 cluster: 0x0300: [ 10:35:05:857 0x0000 10:35:05:858 0x0001 10:35:05:859 0x0003 10:35:05:860 0x0004 10:35:05:860 0x0007 10:35:05:861 0x0008 10:35:05:861 0x4001 10:35:05:861 ] 10:35:05:862 add task 235 type 19 to 0xBC33ACFFFE8B93D8 cluster 0x0300 req.id 106 10:35:05:862 Poll APS request 106 to 0xBC33ACFFFE8B93D8 cluster: 0x0300 10:35:05:906 Node data 0xbc33acfffe8b93d8 profileId: 0x0104, clusterId: 0x0008 10:35:05:907 0xBC33ACFFFE8B93D8: update ZCL value 0x0B/0x0008/0x0000 after 0 s 10:35:05:949 Poll APS confirm 106 status: 0x00 10:35:05:950 Erase task req-id: 106, type: 19 zcl seqno: 53 send time 0, profileId: 0x0104, clusterId: 0x0300 10:35:05:969 Node data 0xbc33acfffe8b93d8 profileId: 0x0104, clusterId: 0x0300 10:35:05:970 0xBC33ACFFFE8B93D8: update ZCL value 0x0B/0x0300/0x0000 after 0 s 10:35:05:970 0xBC33ACFFFE8B93D8: update ZCL value 0x0B/0x0300/0x0001 after 0 s 10:35:05:971 0xBC33ACFFFE8B93D8: update ZCL value 0x0B/0x0300/0x0003 after 0 s 10:35:05:971 0xBC33ACFFFE8B93D8: update ZCL value 0x0B/0x0300/0x0004 after 0 s 10:35:05:971 0xBC33ACFFFE8B93D8: update ZCL value 0x0B/0x0300/0x0007 after 0 s 10:35:05:972 0xBC33ACFFFE8B93D8: update ZCL value 0x0B/0x0300/0x0008 after 0 s 10:35:05:972 0xBC33ACFFFE8B93D8: update ZCL value 0x0B/0x0300/0x4001 after 0 s 10:35:06:526 poll node bc:33:ac:ff:fe:8b:88:34-0b 10:35:06:526 Poll light node Woonkamer Spot 2 10:35:06:578 read attributes of 0xBC33ACFFFE8B8834 cluster: 0x0006: [ 10:35:06:579 0x0000 10:35:06:579 ] 10:35:06:579 add task 239 type 19 to 0xBC33ACFFFE8B8834 cluster 0x0006 req.id 114 10:35:06:579 Poll APS request 114 to 0xBC33ACFFFE8B8834 cluster: 0x0006 10:35:06:649 Poll APS confirm 114 status: 0x00 10:35:06:650 Erase task req-id: 114, type: 19 zcl seqno: 54 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:06:664 Node data 0xbc33acfffe8b8834 profileId: 0x0104, clusterId: 0x0006 10:35:06:665 0xBC33ACFFFE8B8834: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:06:846 read attributes of 0xBC33ACFFFE8B8834 cluster: 0x0008: [ 10:35:06:847 0x0000 10:35:06:847 ] 10:35:06:847 add task 241 type 19 to 0xBC33ACFFFE8B8834 cluster 0x0008 req.id 119 10:35:06:847 Poll APS request 119 to 0xBC33ACFFFE8B8834 cluster: 0x0008 10:35:06:948 Poll APS confirm 119 status: 0x00 10:35:06:949 Erase task req-id: 119, type: 19 zcl seqno: 55 send time 0, profileId: 0x0104, clusterId: 0x0008 10:35:06:954 read attributes of 0xBC33ACFFFE8B8834 cluster: 0x0300: [ 10:35:06:955 0x0000 10:35:06:956 0x0001 10:35:06:957 0x0003 10:35:06:958 0x0004 10:35:06:958 0x0007 10:35:06:958 0x0008 10:35:06:958 0x4001 10:35:06:958 ] 10:35:06:959 add task 243 type 19 to 0xBC33ACFFFE8B8834 cluster 0x0300 req.id 121 10:35:06:959 Poll APS request 121 to 0xBC33ACFFFE8B8834 cluster: 0x0300 10:35:06:999 Node data 0xbc33acfffe8b8834 profileId: 0x0104, clusterId: 0x0008 10:35:07:001 0xBC33ACFFFE8B8834: update ZCL value 0x0B/0x0008/0x0000 after 0 s 10:35:07:051 Poll APS confirm 121 status: 0x00 10:35:07:052 Erase task req-id: 121, type: 19 zcl seqno: 56 send time 0, profileId: 0x0104, clusterId: 0x0300 10:35:07:071 Node data 0xbc33acfffe8b8834 profileId: 0x0104, clusterId: 0x0300 10:35:07:071 0xBC33ACFFFE8B8834: update ZCL value 0x0B/0x0300/0x0000 after 0 s 10:35:07:072 0xBC33ACFFFE8B8834: update ZCL value 0x0B/0x0300/0x0001 after 0 s 10:35:07:073 0xBC33ACFFFE8B8834: update ZCL value 0x0B/0x0300/0x0003 after 0 s 10:35:07:073 0xBC33ACFFFE8B8834: update ZCL value 0x0B/0x0300/0x0004 after 0 s 10:35:07:074 0xBC33ACFFFE8B8834: update ZCL value 0x0B/0x0300/0x0007 after 0 s 10:35:07:074 0xBC33ACFFFE8B8834: update ZCL value 0x0B/0x0300/0x0008 after 0 s 10:35:07:075 0xBC33ACFFFE8B8834: update ZCL value 0x0B/0x0300/0x4001 after 0 s 10:35:07:436 Daylight now: goldenHour1, status: 160, daylight: 1, dark: 0 10:35:07:629 poll node bc:33:ac:ff:fe:8b:88:06-0b 10:35:07:630 Poll light node Bureau Spot 3 10:35:07:681 read attributes of 0xBC33ACFFFE8B8806 cluster: 0x0006: [ 10:35:07:682 0x0000 10:35:07:682 ] 10:35:07:683 add task 246 type 19 to 0xBC33ACFFFE8B8806 cluster 0x0006 req.id 128 10:35:07:683 Poll APS request 128 to 0xBC33ACFFFE8B8806 cluster: 0x0006 10:35:07:746 Poll APS confirm 128 status: 0x00 10:35:07:747 Erase task req-id: 128, type: 19 zcl seqno: 57 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:07:760 Node data 0xbc33acfffe8b8806 profileId: 0x0104, clusterId: 0x0006 10:35:07:761 0xBC33ACFFFE8B8806: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:07:944 read attributes of 0xBC33ACFFFE8B8806 cluster: 0x0008: [ 10:35:07:945 0x0000 10:35:07:945 ] 10:35:07:945 add task 249 type 19 to 0xBC33ACFFFE8B8806 cluster 0x0008 req.id 133 10:35:07:945 Poll APS request 133 to 0xBC33ACFFFE8B8806 cluster: 0x0008 10:35:08:065 Poll APS confirm 133 status: 0x00 10:35:08:066 Erase task req-id: 133, type: 19 zcl seqno: 58 send time 0, profileId: 0x0104, clusterId: 0x0008 10:35:08:072 read attributes of 0xBC33ACFFFE8B8806 cluster: 0x0300: [ 10:35:08:072 0x0000 10:35:08:074 0x0001 10:35:08:074 0x0003 10:35:08:075 0x0004 10:35:08:075 0x0007 10:35:08:075 0x0008 10:35:08:075 0x4001 10:35:08:076 ] 10:35:08:076 add task 250 type 19 to 0xBC33ACFFFE8B8806 cluster 0x0300 req.id 135 10:35:08:076 Poll APS request 135 to 0xBC33ACFFFE8B8806 cluster: 0x0300 10:35:08:120 Node data 0xbc33acfffe8b8806 profileId: 0x0104, clusterId: 0x0008 10:35:08:120 0xBC33ACFFFE8B8806: update ZCL value 0x0B/0x0008/0x0000 after 0 s 10:35:08:162 Poll APS confirm 135 status: 0x00 10:35:08:163 Erase task req-id: 135, type: 19 zcl seqno: 59 send time 0, profileId: 0x0104, clusterId: 0x0300 10:35:08:177 Node data 0xbc33acfffe8b8806 profileId: 0x0104, clusterId: 0x0300 10:35:08:178 0xBC33ACFFFE8B8806: update ZCL value 0x0B/0x0300/0x0000 after 0 s 10:35:08:178 0xBC33ACFFFE8B8806: update ZCL value 0x0B/0x0300/0x0001 after 0 s 10:35:08:179 0xBC33ACFFFE8B8806: update ZCL value 0x0B/0x0300/0x0003 after 0 s 10:35:08:179 0xBC33ACFFFE8B8806: update ZCL value 0x0B/0x0300/0x0004 after 0 s 10:35:08:179 0xBC33ACFFFE8B8806: update ZCL value 0x0B/0x0300/0x0007 after 0 s 10:35:08:180 0xBC33ACFFFE8B8806: update ZCL value 0x0B/0x0300/0x0008 after 0 s 10:35:08:180 0xBC33ACFFFE8B8806: update ZCL value 0x0B/0x0300/0x4001 after 0 s 10:35:08:437 poll node 60:a4:23:ff:fe:02:50:08-0b 10:35:08:437 Poll light node Woonkamer Spot 3 10:35:08:438 Idle timer triggered 10:35:08:438 Force binding of attribute reporting for node Toilet Hue Lamp 1 10:35:08:438 Force read attributes for ZHASwitch SensorNode Woonkamer Smart Button 1 10:35:08:838 read attributes of 0x60A423FFFE025008 cluster: 0x0006: [ 10:35:08:839 0x0000 10:35:08:839 ] 10:35:08:840 add task 254 type 19 to 0x60A423FFFE025008 cluster 0x0006 req.id 144 10:35:08:841 Poll APS request 144 to 0x60A423FFFE025008 cluster: 0x0006 10:35:08:949 Poll APS confirm 144 status: 0x00 10:35:08:949 Erase task req-id: 144, type: 19 zcl seqno: 60 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:08:966 Node data 0x60a423fffe025008 profileId: 0x0104, clusterId: 0x0006 10:35:08:967 0x60A423FFFE025008: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:09:154 read attributes of 0x60A423FFFE025008 cluster: 0x0008: [ 10:35:09:155 0x0000 10:35:09:155 ] 10:35:09:155 add task 256 type 19 to 0x60A423FFFE025008 cluster 0x0008 req.id 148 10:35:09:155 Poll APS request 148 to 0x60A423FFFE025008 cluster: 0x0008 10:35:09:247 Poll APS confirm 148 status: 0x00 10:35:09:247 Erase task req-id: 148, type: 19 zcl seqno: 61 send time 0, profileId: 0x0104, clusterId: 0x0008 10:35:09:253 read attributes of 0x60A423FFFE025008 cluster: 0x0300: [ 10:35:09:253 0x0000 10:35:09:254 0x0001 10:35:09:255 0x0003 10:35:09:255 0x0004 10:35:09:256 0x0007 10:35:09:256 0x0008 10:35:09:256 0x4001 10:35:09:257 ] 10:35:09:257 add task 258 type 19 to 0x60A423FFFE025008 cluster 0x0300 req.id 150 10:35:09:257 Poll APS request 150 to 0x60A423FFFE025008 cluster: 0x0300 10:35:09:310 Node data 0x60a423fffe025008 profileId: 0x0104, clusterId: 0x0008 10:35:09:311 0x60A423FFFE025008: update ZCL value 0x0B/0x0008/0x0000 after 0 s 10:35:09:350 Poll APS confirm 150 status: 0x00 10:35:09:350 Erase task req-id: 150, type: 19 zcl seqno: 62 send time 0, profileId: 0x0104, clusterId: 0x0300 10:35:09:368 Node data 0x60a423fffe025008 profileId: 0x0104, clusterId: 0x0300 10:35:09:369 0x60A423FFFE025008: update ZCL value 0x0B/0x0300/0x0000 after 0 s 10:35:09:369 0x60A423FFFE025008: update ZCL value 0x0B/0x0300/0x0001 after 0 s 10:35:09:369 0x60A423FFFE025008: update ZCL value 0x0B/0x0300/0x0003 after 0 s 10:35:09:370 0x60A423FFFE025008: update ZCL value 0x0B/0x0300/0x0004 after 0 s 10:35:09:370 0x60A423FFFE025008: update ZCL value 0x0B/0x0300/0x0007 after 0 s 10:35:09:370 0x60A423FFFE025008: update ZCL value 0x0B/0x0300/0x0008 after 0 s 10:35:09:371 0x60A423FFFE025008: update ZCL value 0x0B/0x0300/0x4001 after 0 s 10:35:09:937 poll node 00:17:88:01:08:62:9b:01-0b 10:35:09:938 Poll light node Tuin hue smart plug rechts 10:35:09:986 read attributes of 0x0017880108629B01 cluster: 0x0006: [ 10:35:09:987 0x0000 10:35:09:988 ] 10:35:09:988 add task 262 type 19 to 0x0017880108629B01 cluster 0x0006 req.id 158 10:35:09:989 Poll APS request 158 to 0x0017880108629B01 cluster: 0x0006 10:35:10:057 Poll APS confirm 158 status: 0x00 10:35:10:058 Erase task req-id: 158, type: 19 zcl seqno: 63 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:10:079 Node data 0x0017880108629b01 profileId: 0x0104, clusterId: 0x0006 10:35:10:079 0x0017880108629B01: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:10:432 Incr. ZDP retry count 111 on item 1 10:35:10:877 poll node 00:17:88:01:02:c8:9d:7c-0b 10:35:10:878 Poll light node Toilet Hue Lamp 1 10:35:10:929 read attributes of 0x0017880102C89D7C cluster: 0x0006: [ 10:35:10:930 0x0000 10:35:10:931 ] 10:35:10:931 add task 266 type 19 to 0x0017880102C89D7C cluster 0x0006 req.id 164 10:35:10:932 Poll APS request 164 to 0x0017880102C89D7C cluster: 0x0006 10:35:10:980 Poll APS confirm 164 status: 0x00 10:35:10:980 Erase task req-id: 164, type: 19 zcl seqno: 64 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:10:990 Node data 0x0017880102c89d7c profileId: 0x0104, clusterId: 0x0006 10:35:10:991 0x0017880102C89D7C: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:11:611 APS-DATA.indication from child 0x5444 10:35:11:611 Node data 0x00158d000283db83 profileId: 0x0104, clusterId: 0x0012 10:35:11:612 0x00158D000283DB83: update ZCL value 0x01/0x0012/0x0055 after 0 s 10:35:11:612 Multi state present value: 0x0000 (0), lumi.remote.b186acn01 10:35:11:613 [INFO] - Button 1001 - lumi.remote.b186acn01, unicast to: 0x0000, endpoint: 0x01, cluster: MULTISTATE_INPUT (0x0012), action: Hold, payload: 5500210000, zclSeq: 130 10:35:11:613 ZCL attribute report 0x00158D000283DB83 for cluster: 0x0012, ep: 0x01, frame control: 0x18, mfcode: 0x0000 10:35:11:613 payload: 5500210000 10:35:11:631 Websocket 192.168.2.7:43820 send message: {"e":"changed","id":"16","r":"sensors","state":{"buttonevent":1001,"lastupdated":"2021-08-26T08:35:11.613"},"t":"event","uniqueid":"00:15:8d:00:02:83:db:83-01-0012"} (ret = -1092635672) 10:35:11:632 Websocket 192.168.2.109:64199 send message: {"e":"changed","id":"16","r":"sensors","state":{"buttonevent":1001,"lastupdated":"2021-08-26T08:35:11.613"},"t":"event","uniqueid":"00:15:8d:00:02:83:db:83-01-0012"} (ret = -1092635672) 10:35:11:635 rule event /sensors/16/state/lastupdated: 0 -> 0 10:35:11:988 poll node bc:33:ac:ff:fe:8b:88:47-0b 10:35:11:988 Poll light node Woonkamer Spot 1 10:35:12:036 read attributes of 0xBC33ACFFFE8B8847 cluster: 0x0006: [ 10:35:12:037 0x0000 10:35:12:037 ] 10:35:12:037 add task 272 type 19 to 0xBC33ACFFFE8B8847 cluster 0x0006 req.id 174 10:35:12:038 Poll APS request 174 to 0xBC33ACFFFE8B8847 cluster: 0x0006 10:35:12:147 Poll APS confirm 174 status: 0x00 10:35:12:148 Erase task req-id: 174, type: 19 zcl seqno: 65 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:12:208 Node data 0xbc33acfffe8b8847 profileId: 0x0104, clusterId: 0x0006 10:35:12:209 0xBC33ACFFFE8B8847: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:12:348 read attributes of 0xBC33ACFFFE8B8847 cluster: 0x0008: [ 10:35:12:348 0x0000 10:35:12:348 ] 10:35:12:349 add task 274 type 19 to 0xBC33ACFFFE8B8847 cluster 0x0008 req.id 178 10:35:12:349 Poll APS request 178 to 0xBC33ACFFFE8B8847 cluster: 0x0008 10:35:12:449 Poll APS confirm 178 status: 0x00 10:35:12:450 Erase task req-id: 178, type: 19 zcl seqno: 66 send time 0, profileId: 0x0104, clusterId: 0x0008 10:35:12:455 read attributes of 0xBC33ACFFFE8B8847 cluster: 0x0300: [ 10:35:12:457 0x0000 10:35:12:458 0x0001 10:35:12:459 0x0003 10:35:12:459 0x0004 10:35:12:459 0x0007 10:35:12:459 0x0008 10:35:12:460 0x4001 10:35:12:460 ] 10:35:12:460 add task 276 type 19 to 0xBC33ACFFFE8B8847 cluster 0x0300 req.id 180 10:35:12:461 Poll APS request 180 to 0xBC33ACFFFE8B8847 cluster: 0x0300 10:35:12:498 Node data 0xbc33acfffe8b8847 profileId: 0x0104, clusterId: 0x0008 10:35:12:500 0xBC33ACFFFE8B8847: update ZCL value 0x0B/0x0008/0x0000 after 0 s 10:35:12:550 Poll APS confirm 180 status: 0x00 10:35:12:551 Erase task req-id: 180, type: 19 zcl seqno: 67 send time 0, profileId: 0x0104, clusterId: 0x0300 10:35:12:567 Node data 0xbc33acfffe8b8847 profileId: 0x0104, clusterId: 0x0300 10:35:12:568 0xBC33ACFFFE8B8847: update ZCL value 0x0B/0x0300/0x0000 after 0 s 10:35:12:568 0xBC33ACFFFE8B8847: update ZCL value 0x0B/0x0300/0x0001 after 0 s 10:35:12:569 0xBC33ACFFFE8B8847: update ZCL value 0x0B/0x0300/0x0003 after 0 s 10:35:12:569 0xBC33ACFFFE8B8847: update ZCL value 0x0B/0x0300/0x0004 after 0 s 10:35:12:569 0xBC33ACFFFE8B8847: update ZCL value 0x0B/0x0300/0x0007 after 0 s 10:35:12:570 0xBC33ACFFFE8B8847: update ZCL value 0x0B/0x0300/0x0008 after 0 s 10:35:12:570 0xBC33ACFFFE8B8847: update ZCL value 0x0B/0x0300/0x4001 after 0 s 10:35:13:127 poll node 00:17:88:01:03:a3:87:80-0b 10:35:13:128 Poll light node Tuin hue lightstrip outdoor 10:35:13:180 read attributes of 0x0017880103A38780 cluster: 0x0006: [ 10:35:13:181 0x0000 10:35:13:182 ] 10:35:13:182 add task 279 type 19 to 0x0017880103A38780 cluster 0x0006 req.id 188 10:35:13:183 Poll APS request 188 to 0x0017880103A38780 cluster: 0x0006 10:35:13:262 Poll APS confirm 188 status: 0x00 10:35:13:263 Erase task req-id: 188, type: 19 zcl seqno: 68 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:13:297 Node data 0x0017880103a38780 profileId: 0x0104, clusterId: 0x0006 10:35:13:298 0x0017880103A38780: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:13:436 Idle timer triggered 10:35:13:436 Force binding of attribute reporting for node Keuken On/Off plug Hue 1 10:35:13:437 Force read attributes for ZHAPresence SensorNode Toilet Hue Motion Sensor 1 10:35:14:272 poll node 00:17:88:01:08:9d:f9:28-0b 10:35:14:273 Poll light node Keuken On/Off plug Hue 1 10:35:14:326 read attributes of 0x00178801089DF928 cluster: 0x0006: [ 10:35:14:328 0x0000 10:35:14:328 ] 10:35:14:329 add task 285 type 19 to 0x00178801089DF928 cluster 0x0006 req.id 195 10:35:14:330 Poll APS request 195 to 0x00178801089DF928 cluster: 0x0006 10:35:14:357 Poll APS confirm 195 status: 0x00 10:35:14:358 Erase task req-id: 195, type: 19 zcl seqno: 69 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:14:418 Node data 0x00178801089df928 profileId: 0x0104, clusterId: 0x0006 10:35:14:419 0x00178801089DF928: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:14:843 void deCONZ::zmNode::setFetched(deCONZ::RequestId, bool) fetched item: 8, node: 0x1343 10:35:15:125 poll node 00:04:74:00:00:a1:67:b4-01 10:35:15:126 Poll light node Woonkamer Rolluik 10:35:15:369 read attributes of 0x0004740000A167B4 cluster: 0x0102: [ 10:35:15:369 0x0008 10:35:15:370 ] 10:35:15:370 add task 290 type 19 to 0x0004740000A167B4 cluster 0x0102 req.id 203 10:35:15:370 Poll APS request 203 to 0x0004740000A167B4 cluster: 0x0102 10:35:15:449 Poll APS confirm 203 status: 0x00 10:35:15:450 Erase task req-id: 203, type: 19 zcl seqno: 70 send time 0, profileId: 0x0104, clusterId: 0x0102 10:35:15:500 Node data 0x0004740000a167b4 profileId: 0x0104, clusterId: 0x0102 10:35:15:501 0x0004740000A167B4: update ZCL value 0x01/0x0102/0x0008 after 0 s 10:35:16:027 poll node bc:33:ac:ff:fe:8b:87:fc-0b 10:35:16:027 Poll light node Bureau Spot 2 10:35:16:079 read attributes of 0xBC33ACFFFE8B87FC cluster: 0x0006: [ 10:35:16:080 0x0000 10:35:16:080 ] 10:35:16:081 add task 294 type 19 to 0xBC33ACFFFE8B87FC cluster 0x0006 req.id 208 10:35:16:081 Poll APS request 208 to 0xBC33ACFFFE8B87FC cluster: 0x0006 10:35:16:148 Poll APS confirm 208 status: 0x00 10:35:16:148 Erase task req-id: 208, type: 19 zcl seqno: 71 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:16:210 Node data 0xbc33acfffe8b87fc profileId: 0x0104, clusterId: 0x0006 10:35:16:210 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:16:348 read attributes of 0xBC33ACFFFE8B87FC cluster: 0x0008: [ 10:35:16:348 0x0000 10:35:16:349 ] 10:35:16:349 add task 296 type 19 to 0xBC33ACFFFE8B87FC cluster 0x0008 req.id 212 10:35:16:349 Poll APS request 212 to 0xBC33ACFFFE8B87FC cluster: 0x0008 10:35:16:453 Poll APS confirm 212 status: 0x00 10:35:16:454 Erase task req-id: 212, type: 19 zcl seqno: 72 send time 0, profileId: 0x0104, clusterId: 0x0008 10:35:16:459 read attributes of 0xBC33ACFFFE8B87FC cluster: 0x0300: [ 10:35:16:460 0x0000 10:35:16:461 0x0001 10:35:16:462 0x0003 10:35:16:462 0x0004 10:35:16:463 0x0007 10:35:16:463 0x0008 10:35:16:463 0x4001 10:35:16:463 ] 10:35:16:463 add task 298 type 19 to 0xBC33ACFFFE8B87FC cluster 0x0300 req.id 214 10:35:16:464 Poll APS request 214 to 0xBC33ACFFFE8B87FC cluster: 0x0300 10:35:16:488 Node data 0xbc33acfffe8b87fc profileId: 0x0104, clusterId: 0x0008 10:35:16:488 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0008/0x0000 after 0 s 10:35:16:552 Poll APS confirm 214 status: 0x00 10:35:16:553 Erase task req-id: 214, type: 19 zcl seqno: 73 send time 0, profileId: 0x0104, clusterId: 0x0300 10:35:16:571 Node data 0xbc33acfffe8b87fc profileId: 0x0104, clusterId: 0x0300 10:35:16:571 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0300/0x0000 after 0 s 10:35:16:572 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0300/0x0001 after 0 s 10:35:16:572 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0300/0x0003 after 0 s 10:35:16:573 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0300/0x0004 after 0 s 10:35:16:573 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0300/0x0007 after 0 s 10:35:16:573 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0300/0x0008 after 0 s 10:35:16:574 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0300/0x4001 after 0 s 10:35:17:129 poll node f0:d1:b8:00:00:14:b8:ea-01 10:35:17:130 Poll light node Eetkamer On/Off plug Ledvance 1 10:35:17:181 read attributes of 0xF0D1B8000014B8EA cluster: 0x0006: [ 10:35:17:182 0x0000 10:35:17:183 ] 10:35:17:183 add task 301 type 19 to 0xF0D1B8000014B8EA cluster 0x0006 req.id 221 10:35:17:184 Poll APS request 221 to 0xF0D1B8000014B8EA cluster: 0x0006 10:35:17:248 Poll APS confirm 221 status: 0x00 10:35:17:248 Erase task req-id: 221, type: 19 zcl seqno: 74 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:17:310 Node data 0xf0d1b8000014b8ea profileId: 0x0104, clusterId: 0x0006 10:35:17:310 0xF0D1B8000014B8EA: update ZCL value 0x01/0x0006/0x0000 after 0 s 10:35:17:437 DB save zll database items 0x00000083 10:35:17:438 DB sql exec REPLACE INTO nodes (id, state, mac, name, groups, endpoint, modelid, manufacturername, swbuildid, ritems) VALUES ('13', 'normal', '00:17:88:01:03:a3:87:80-0b', 'Tuin hue lightstrip outdoor', '65520,10', '11', 'LST004', 'Philips', '1.50.2_r30933', '{"attr/id":"13","attr/lastannounced":"2020-12-03T09:00:16Z","attr/lastseen":"2021-08-26T08:34Z","attr/manufacturername":"Philips","attr/modelid":"LST004","attr/name":"Tuin hue lightstrip outdoor","attr/swversion":"1.50.2_r30933","attr/type":"Extended color light","attr/uniqueid":"00:17:88:01:03:a3:87:80-0b","config/colorcapabilities":31,"config/ctmax":500,"config/ctmin":153,"state/alert":null,"state/bri":100,"state/colormode":"hs","state/ct":153,"state/effect":"none","state/hue":41491,"state/on":false,"state/reachable":true,"state/sat":78,"state/x":20445,"state/y":21494}') 10:35:17:440 DB sql exec REPLACE INTO nodes (id, state, mac, name, groups, endpoint, modelid, manufacturername, swbuildid, ritems) VALUES ('1', 'normal', '00:17:88:01:08:9d:f9:28-0b', 'Keuken On/Off plug Hue 1', '65520', '11', 'LOM002', 'Philips', '1.55.10_r29112', '{"attr/id":"1","attr/lastannounced":"2021-04-07T23:09:22Z","attr/lastseen":"2021-08-26T08:34Z","attr/manufacturername":"Philips","attr/modelid":"LOM002","attr/name":"Keuken On/Off plug Hue 1","attr/swversion":"1.55.10_r29112","attr/type":"On/Off plug-in unit","attr/uniqueid":"00:17:88:01:08:9d:f9:28-0b","state/alert":null,"state/on":true,"state/reachable":true}') 10:35:17:441 DB sql exec REPLACE INTO nodes (id, state, mac, name, groups, endpoint, modelid, manufacturername, swbuildid, ritems) VALUES ('5', 'normal', '00:04:74:00:00:a1:67:b4-01', 'Woonkamer Rolluik', '65520', '1', 'Shutter switch with neutral', 'Legrand', '001a', '{"attr/id":"5","attr/lastannounced":"2021-08-25T15:25:53Z","attr/lastseen":"2021-08-26T08:34Z","attr/manufacturername":"Legrand","attr/modelid":"Shutter switch with neutral","attr/name":"Woonkamer Rolluik","attr/swversion":"001a","attr/type":"Window covering device","attr/uniqueid":"00:04:74:00:00:a1:67:b4-01","state/bri":0,"state/lift":0,"state/on":false,"state/open":true,"state/reachable":true}') 10:35:17:442 DB sql exec REPLACE INTO nodes (id, state, mac, name, groups, endpoint, modelid, manufacturername, swbuildid, ritems) VALUES ('15', 'normal', 'bc:33:ac:ff:fe:8b:87:fc-0b', 'Bureau Spot 2', '65520,13,15', '11', 'GL-S-004P', 'GLEDOPTO', 'V_1_1', '{"attr/id":"15","attr/lastannounced":null,"attr/lastseen":"2021-08-26T08:34Z","attr/manufacturername":"GLEDOPTO","attr/modelid":"GL-S-004P","attr/name":"Bureau Spot 2","attr/swversion":"V_1_1","attr/type":"Extended color light","attr/uniqueid":"bc:33:ac:ff:fe:8b:87:fc-0b","config/colorcapabilities":0,"config/ctmax":65279,"config/ctmin":0,"state/alert":null,"state/bri":254,"state/colormode":"ct","state/ct":158,"state/effect":"none","state/hue":0,"state/on":true,"state/reachable":true,"state/sat":0,"state/x":17623,"state/y":43739}') 10:35:17:444 DB sql exec REPLACE INTO nodes (id, state, mac, name, groups, endpoint, modelid, manufacturername, swbuildid, ritems) VALUES ('2', 'normal', 'f0:d1:b8:00:00:14:b8:ea-01', 'Eetkamer On/Off plug Ledvance 1', '65520', '1', 'Plug Z3', 'LEDVANCE', '00103101', '{"attr/id":"2","attr/lastannounced":"2021-08-09T14:34:11Z","attr/lastseen":"2021-08-26T08:34Z","attr/manufacturername":"LEDVANCE","attr/modelid":"Plug Z3","attr/name":"Eetkamer On/Off plug Ledvance 1","attr/swversion":"00103101","attr/type":"On/Off plug-in unit","attr/uniqueid":"f0:d1:b8:00:00:14:b8:ea-01","state/alert":null,"state/on":true,"state/reachable":true}') 10:35:17:445 DB sql exec REPLACE INTO nodes (id, state, mac, name, groups, endpoint, modelid, manufacturername, swbuildid, ritems) VALUES ('12', 'normal', '00:17:88:01:08:62:9b:b0-0b', 'Tuin hue smart plug links', '65520,10', '11', 'LOM002', 'Philips', '1.65.9_hB3217DF4', '{"attr/id":"12","attr/lastannounced":"2020-12-03T09:00:16Z","attr/lastseen":"2021-08-26T08:34Z","attr/manufacturername":"Philips","attr/modelid":"LOM002","attr/name":"Tuin hue smart plug links","attr/swversion":"1.65.9_hB3217DF4","attr/type":"On/Off plug-in unit","attr/uniqueid":"00:17:88:01:08:62:9b:b0-0b","state/alert":null,"state/on":false,"state/reachable":true}') 10:35:17:447 DB sql exec REPLACE INTO nodes (id, state, mac, name, groups, endpoint, modelid, manufacturername, swbuildid, ritems) VALUES ('23', 'normal', 'bc:33:ac:ff:fe:8b:93:d8-0b', 'Bureau Spot 1', '65520,15,13', '11', 'GL-S-004P', 'GLEDOPTO', 'V_1_1', '{"attr/id":"23","attr/lastannounced":null,"attr/lastseen":"2021-08-26T08:34Z","attr/manufacturername":"GLEDOPTO","attr/modelid":"GL-S-004P","attr/name":"Bureau Spot 1","attr/swversion":"V_1_1","attr/type":"Extended color light","attr/uniqueid":"bc:33:ac:ff:fe:8b:93:d8-0b","config/colorcapabilities":0,"config/ctmax":65279,"config/ctmin":0,"state/alert":null,"state/bri":254,"state/colormode":"ct","state/ct":158,"state/effect":"none","state/hue":0,"state/on":true,"state/reachable":true,"state/sat":0,"state/x":17623,"state/y":43739}') 10:35:17:448 DB sql exec REPLACE INTO nodes (id, state, mac, name, groups, endpoint, modelid, manufacturername, swbuildid, ritems) VALUES ('18', 'normal', 'bc:33:ac:ff:fe:8b:88:34-0b', 'Woonkamer Spot 2', '65520,14,15', '11', 'GL-S-004P', 'GLEDOPTO', 'V_1_1', '{"attr/id":"18","attr/lastannounced":null,"attr/lastseen":"2021-08-26T08:34Z","attr/manufacturername":"GLEDOPTO","attr/modelid":"GL-S-004P","attr/name":"Woonkamer Spot 2","attr/swversion":"V_1_1","attr/type":"Extended color light","attr/uniqueid":"bc:33:ac:ff:fe:8b:88:34-0b","config/colorcapabilities":0,"config/ctmax":65279,"config/ctmin":0,"state/alert":null,"state/bri":251,"state/colormode":"ct","state/ct":158,"state/effect":"none","state/hue":0,"state/on":true,"state/reachable":true,"state/sat":0,"state/x":17623,"state/y":43739}') 10:35:17:450 DB sql exec REPLACE INTO nodes (id, state, mac, name, groups, endpoint, modelid, manufacturername, swbuildid, ritems) VALUES ('16', 'normal', 'bc:33:ac:ff:fe:8b:88:06-0b', 'Bureau Spot 3', '65520,13,15', '11', 'GL-S-004P', 'GLEDOPTO', 'V_1_1', '{"attr/id":"16","attr/lastannounced":null,"attr/lastseen":"2021-08-26T08:34Z","attr/manufacturername":"GLEDOPTO","attr/modelid":"GL-S-004P","attr/name":"Bureau Spot 3","attr/swversion":"V_1_1","attr/type":"Extended color light","attr/uniqueid":"bc:33:ac:ff:fe:8b:88:06-0b","config/colorcapabilities":0,"config/ctmax":65279,"config/ctmin":0,"state/alert":null,"state/bri":254,"state/colormode":"ct","state/ct":158,"state/effect":"none","state/hue":0,"state/on":true,"state/reachable":true,"state/sat":0,"state/x":17623,"state/y":43739}') 10:35:17:451 DB sql exec REPLACE INTO nodes (id, state, mac, name, groups, endpoint, modelid, manufacturername, swbuildid, ritems) VALUES ('21', 'normal', '60:a4:23:ff:fe:02:50:08-0b', 'Woonkamer Spot 3', '65520,14,15', '11', 'GL-S-004P', 'GLEDOPTO', 'V_1_1', '{"attr/id":"21","attr/lastannounced":null,"attr/lastseen":"2021-08-26T08:34Z","attr/manufacturername":"GLEDOPTO","attr/modelid":"GL-S-004P","attr/name":"Woonkamer Spot 3","attr/swversion":"V_1_1","attr/type":"Extended color light","attr/uniqueid":"60:a4:23:ff:fe:02:50:08-0b","config/colorcapabilities":0,"config/ctmax":65279,"config/ctmin":0,"state/alert":null,"state/bri":251,"state/colormode":"ct","state/ct":158,"state/effect":"none","state/hue":0,"state/on":true,"state/reachable":true,"state/sat":0,"state/x":8879,"state/y":2667}') 10:35:17:454 DB sql exec REPLACE INTO nodes (id, state, mac, name, groups, endpoint, modelid, manufacturername, swbuildid, ritems) VALUES ('14', 'normal', '00:17:88:01:08:62:9b:01-0b', 'Tuin hue smart plug rechts', '65520,10', '11', 'LOM002', 'Philips', '1.65.9_hB3217DF4', '{"attr/id":"14","attr/lastannounced":"2020-12-03T09:00:16Z","attr/lastseen":"2021-08-26T08:34Z","attr/manufacturername":"Philips","attr/modelid":"LOM002","attr/name":"Tuin hue smart plug rechts","attr/swversion":"1.65.9_hB3217DF4","attr/type":"On/Off plug-in unit","attr/uniqueid":"00:17:88:01:08:62:9b:01-0b","state/alert":null,"state/on":false,"state/reachable":true}') 10:35:17:455 DB sql exec REPLACE INTO nodes (id, state, mac, name, groups, endpoint, modelid, manufacturername, swbuildid, ritems) VALUES ('22', 'normal', '00:17:88:01:02:c8:9d:7c-0b', 'Toilet Hue Lamp 1', '65520,17', '11', 'LCT010', 'Philips', '1.50.2_r30933', '{"attr/id":"22","attr/lastannounced":null,"attr/lastseen":"2021-08-26T08:34Z","attr/manufacturername":"Philips","attr/modelid":"LCT010","attr/name":"Toilet Hue Lamp 1","attr/swversion":"1.50.2_r30933","attr/type":"Extended color light","attr/uniqueid":"00:17:88:01:02:c8:9d:7c-0b","config/colorcapabilities":31,"config/ctmax":500,"config/ctmin":153,"state/alert":null,"state/bri":250,"state/colormode":"ct","state/ct":153,"state/effect":"none","state/hue":41491,"state/on":false,"state/reachable":true,"state/sat":78,"state/x":20445,"state/y":21494}') 10:35:17:457 DB sql exec REPLACE INTO nodes (id, state, mac, name, groups, endpoint, modelid, manufacturername, swbuildid, ritems) VALUES ('17', 'normal', 'bc:33:ac:ff:fe:8b:88:47-0b', 'Woonkamer Spot 1', '65520,14,15', '11', 'GL-S-004P', 'GLEDOPTO', 'V_1_1', '{"attr/id":"17","attr/lastannounced":null,"attr/lastseen":"2021-08-26T08:34Z","attr/manufacturername":"GLEDOPTO","attr/modelid":"GL-S-004P","attr/name":"Woonkamer Spot 1","attr/swversion":"V_1_1","attr/type":"Extended color light","attr/uniqueid":"bc:33:ac:ff:fe:8b:88:47-0b","config/colorcapabilities":0,"config/ctmax":65279,"config/ctmin":0,"state/alert":null,"state/bri":251,"state/colormode":"ct","state/ct":158,"state/effect":"none","state/hue":0,"state/on":true,"state/reachable":true,"state/sat":0,"state/x":17623,"state/y":43739}') 10:35:17:459 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0xFFF0', 'All', 'normal', '', '', '', 'false', 'LightGroup', 'Other', '') 10:35:17:460 DB sql exec DELETE FROM scenes WHERE gid='0x0001' 10:35:17:460 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x0001', 'Phoscon group 1', 'deleted', '', '', '3,1,2', 'false', 'LightGroup', 'Other', '') 10:35:17:461 DB sql exec DELETE FROM scenes WHERE gid='0x0002' 10:35:17:462 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x0002', 'Keuken(phoscon)', 'deleted', '', '', '', 'false', 'LightGroup', 'Other', '') 10:35:17:462 DB sql exec DELETE FROM scenes WHERE gid='0x0003' 10:35:17:463 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x0003', 'Deconz smart plugs', 'deleted', '', '', '', 'false', 'LightGroup', 'Other', '') 10:35:17:463 DB sql exec DELETE FROM scenes WHERE gid='0x0004' 10:35:17:464 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x0004', 'PhosconLivingRoom', 'deleted', '', '', '', 'false', 'LightGroup', 'Other', '') 10:35:17:465 DB sql exec DELETE FROM scenes WHERE gid='0x0005' 10:35:17:465 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x0005', 'WoonkamerRolluik', 'deleted', '', '', '', 'false', 'LightGroup', 'Other', '') 10:35:17:466 DB sql exec DELETE FROM scenes WHERE gid='0x0006' 10:35:17:466 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x0006', 'WoonkamerSpots', 'deleted', '', '', '', 'false', 'LightGroup', 'Other', '') 10:35:17:467 DB sql exec DELETE FROM scenes WHERE gid='0x0007' 10:35:17:467 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x0007', 'EetkamertafelSpotsSwitch', 'deleted', '', '', '', 'false', 'LightGroup', 'Other', '') 10:35:17:468 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x0008', 'Eetkamertafel Spots', 'normal', '', '', '', 'false', 'LightGroup', 'Other', '') 10:35:17:469 DB sql exec DELETE FROM scenes WHERE gid='0x0009' 10:35:17:469 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x0009', 'EetkamertafelSpotsSwitch', 'deleted', '', '', '', 'false', 'LightGroup', 'Other', '') 10:35:17:470 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x000A', 'Tuin Lights', 'normal', '', '', '', 'false', 'LightGroup', 'Other', '') 10:35:17:470 DB sql exec DELETE FROM scenes WHERE gid='0x000B' 10:35:17:471 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x000B', 'Deconz roller shutters', 'deleted', '', '', '', 'false', 'LightGroup', 'Other', '') 10:35:17:471 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x000C', 'ROM001 14', 'normal', '', '14', '', 'false', 'LightGroup', 'Other', '00:17:88:01:06:07:a1:6e') 10:35:17:472 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x000D', 'Bureau Spots', 'normal', '', '', '', 'false', 'LightGroup', 'Other', '') 10:35:17:473 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x000E', 'Woonkamer Spots', 'normal', '', '', '', 'false', 'LightGroup', 'Other', '') 10:35:17:473 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x000F', 'Woonkamer Bureau Spots', 'normal', '', '', '', 'false', 'LightGroup', 'Other', '') 10:35:17:474 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x0010', 'ROM001 17', 'normal', '', '17', '', 'false', 'LightGroup', 'Other', '00:17:88:01:08:00:30:6d') 10:35:17:475 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x0011', 'Toilet', 'normal', '', '', '', 'false', 'LightGroup', 'Other', '') 10:35:17:476 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x0012', 'RWL021 19', 'normal', '', '19', '', 'false', 'LightGroup', 'Other', '00:17:88:01:02:1b:2e:b0') 10:35:17:476 DB sql exec DELETE FROM scenes WHERE gid='0x0013' 10:35:17:477 DB sql exec REPLACE INTO groups (gid, name, state, mids, devicemembership, lightsequence, hidden, type, class, uniqueid) VALUES ('0x0013', 'EetkamertafelSpots_Outer', 'deleted', '', '', '', 'false', 'LightGroup', 'Other', '') 10:35:17:478 DB sql exec REPLACE INTO sensors (sid, name, type, modelid, manufacturername, uniqueid, swversion, state, config, fingerprint, deletedState, mode, lastseen, lastannounced) VALUES ('11', 'TEST Window / Door Sensor', 'ZHAOpenClose', 'lumi.sensor_magnet.aq2', 'LUMI', '00:15:8d:00:02:32:a0:26-01-0006', '20161128', '{"lastupdated":"2021-08-26T08:34:22.138","open":false}', '{"battery":95,"on":true,"reachable":true,"temperature":3200}', '{"d":24321,"ep":1,"in":[6],"p":260}', 'normal', '1', '2021-08-26T07:43Z', '') 10:35:17:479 DB sql exec REPLACE INTO sensors (sid, name, type, modelid, manufacturername, uniqueid, swversion, state, config, fingerprint, deletedState, mode, lastseen, lastannounced) VALUES ('16', 'AqaraSchakelaar', 'ZHASwitch', 'lumi.remote.b186acn01', 'LUMI', '00:15:8d:00:02:83:db:83-01-0012', '20180525', '{"buttonevent":1001,"lastupdated":"2021-08-26T08:35:11.613"}', '{"battery":100,"on":true,"reachable":true,"temperature":2700}', '{"d":24321,"ep":1,"in":[0,18],"p":260}', 'normal', '1', '2021-08-26T08:32Z', '2021-08-25T06:07:14Z') 10:35:17:502 DB saved in 65 ms 10:35:17:503 Daylight now: goldenHour1, status: 160, daylight: 1, dark: 0 10:35:17:659 Master: read param with arg 0x19 10:35:17:732 Device TTL 1369 s flags: 0x7 10:35:18:269 poll node 00:17:88:01:08:62:9b:b0-0b 10:35:18:270 Poll light node Tuin hue smart plug links 10:35:18:321 read attributes of 0x0017880108629BB0 cluster: 0x0006: [ 10:35:18:322 0x0000 10:35:18:323 ] 10:35:18:323 add task 307 type 19 to 0x0017880108629BB0 cluster 0x0006 req.id 228 10:35:18:324 Poll APS request 228 to 0x0017880108629BB0 cluster: 0x0006 10:35:18:349 Poll APS confirm 228 status: 0x00 10:35:18:350 Erase task req-id: 228, type: 19 zcl seqno: 75 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:18:418 Node data 0x0017880108629bb0 profileId: 0x0104, clusterId: 0x0006 10:35:18:419 0x0017880108629BB0: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:18:436 Skip idle timer callback, too early: elapsed 933 msec 10:35:19:117 poll node bc:33:ac:ff:fe:8b:93:d8-0b 10:35:19:118 Poll light node Bureau Spot 1 10:35:19:169 read attributes of 0xBC33ACFFFE8B93D8 cluster: 0x0006: [ 10:35:19:170 0x0000 10:35:19:171 ] 10:35:19:172 add task 311 type 19 to 0xBC33ACFFFE8B93D8 cluster 0x0006 req.id 234 10:35:19:172 Poll APS request 234 to 0xBC33ACFFFE8B93D8 cluster: 0x0006 10:35:19:249 Poll APS confirm 234 status: 0x00 10:35:19:249 Erase task req-id: 234, type: 19 zcl seqno: 76 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:19:310 Node data 0xbc33acfffe8b93d8 profileId: 0x0104, clusterId: 0x0006 10:35:19:311 0xBC33ACFFFE8B93D8: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:19:436 Idle timer triggered 10:35:19:437 create binding for attribute reporting of cluster 0x0006 10:35:19:437 queue binding task for 0xF0D1B8000014B8EA, cluster 0x0006 10:35:19:438 Force binding of attribute reporting for node Eetkamer On/Off plug Ledvance 1 10:35:19:438 Force read attributes for ZHATemperature SensorNode Toilet Hue Motion Sensor 1 10:35:19:449 read attributes of 0xBC33ACFFFE8B93D8 cluster: 0x0008: [ 10:35:19:450 0x0000 10:35:19:452 ] 10:35:19:453 add task 314 type 19 to 0xBC33ACFFFE8B93D8 cluster 0x0008 req.id 239 10:35:19:453 Poll APS request 239 to 0xBC33ACFFFE8B93D8 cluster: 0x0008 10:35:19:549 Poll APS confirm 239 status: 0x00 10:35:19:550 Erase task req-id: 239, type: 19 zcl seqno: 77 send time 0, profileId: 0x0104, clusterId: 0x0008 10:35:19:556 read attributes of 0xBC33ACFFFE8B93D8 cluster: 0x0300: [ 10:35:19:557 0x0000 10:35:19:559 0x0001 10:35:19:559 0x0003 10:35:19:560 0x0004 10:35:19:561 0x0007 10:35:19:562 0x0008 10:35:19:562 0x4001 10:35:19:563 ] 10:35:19:563 add task 315 type 19 to 0xBC33ACFFFE8B93D8 cluster 0x0300 req.id 240 10:35:19:564 Poll APS request 240 to 0xBC33ACFFFE8B93D8 cluster: 0x0300 10:35:19:583 Node data 0xbc33acfffe8b93d8 profileId: 0x0104, clusterId: 0x0008 10:35:19:584 0xBC33ACFFFE8B93D8: update ZCL value 0x0B/0x0008/0x0000 after 0 s 10:35:19:652 Poll APS confirm 240 status: 0x00 10:35:19:652 Erase task req-id: 240, type: 19 zcl seqno: 78 send time 0, profileId: 0x0104, clusterId: 0x0300 10:35:19:672 Node data 0xbc33acfffe8b93d8 profileId: 0x0104, clusterId: 0x0300 10:35:19:673 0xBC33ACFFFE8B93D8: update ZCL value 0x0B/0x0300/0x0000 after 0 s 10:35:19:673 0xBC33ACFFFE8B93D8: update ZCL value 0x0B/0x0300/0x0001 after 0 s 10:35:19:674 0xBC33ACFFFE8B93D8: update ZCL value 0x0B/0x0300/0x0003 after 0 s 10:35:19:674 0xBC33ACFFFE8B93D8: update ZCL value 0x0B/0x0300/0x0004 after 0 s 10:35:19:674 0xBC33ACFFFE8B93D8: update ZCL value 0x0B/0x0300/0x0007 after 0 s 10:35:19:675 0xBC33ACFFFE8B93D8: update ZCL value 0x0B/0x0300/0x0008 after 0 s 10:35:19:675 0xBC33ACFFFE8B93D8: update ZCL value 0x0B/0x0300/0x4001 after 0 s 10:35:20:279 poll node bc:33:ac:ff:fe:8b:88:34-0b 10:35:20:279 Poll light node Woonkamer Spot 2 10:35:20:332 read attributes of 0xBC33ACFFFE8B8834 cluster: 0x0006: [ 10:35:20:332 0x0000 10:35:20:333 ] 10:35:20:333 add task 319 type 19 to 0xBC33ACFFFE8B8834 cluster 0x0006 req.id 248 10:35:20:333 Poll APS request 248 to 0xBC33ACFFFE8B8834 cluster: 0x0006 10:35:20:351 Poll APS confirm 248 status: 0x00 10:35:20:352 Erase task req-id: 248, type: 19 zcl seqno: 79 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:20:414 Node data 0xbc33acfffe8b8834 profileId: 0x0104, clusterId: 0x0006 10:35:20:415 0xBC33ACFFFE8B8834: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:20:469 Bind response success for 0xf0d1b8000014b8ea ep: 0x01 cluster: 0x0006 10:35:20:470 configure reporting rq seq 80 for 0xF0D1B8000014B8EA, attribute 0x0006/0x0000 10:35:20:519 ZCL configure reporting rsp seq: 80 0xF0D1B8000014B8EA for ep: 0x01 cluster: 0x0006 attr: 0x0000 status: 0x00 10:35:20:550 read attributes of 0xBC33ACFFFE8B8834 cluster: 0x0008: [ 10:35:20:550 0x0000 10:35:20:551 ] 10:35:20:551 add task 321 type 19 to 0xBC33ACFFFE8B8834 cluster 0x0008 req.id 1 10:35:20:551 Poll APS request 1 to 0xBC33ACFFFE8B8834 cluster: 0x0008 10:35:20:648 Poll APS confirm 1 status: 0x00 10:35:20:649 Erase task req-id: 1, type: 19 zcl seqno: 81 send time 0, profileId: 0x0104, clusterId: 0x0008 10:35:20:655 read attributes of 0xBC33ACFFFE8B8834 cluster: 0x0300: [ 10:35:20:656 0x0000 10:35:20:658 0x0001 10:35:20:659 0x0003 10:35:20:659 0x0004 10:35:20:659 0x0007 10:35:20:660 0x0008 10:35:20:660 0x4001 10:35:20:660 ] 10:35:20:661 add task 322 type 19 to 0xBC33ACFFFE8B8834 cluster 0x0300 req.id 2 10:35:20:661 Poll APS request 2 to 0xBC33ACFFFE8B8834 cluster: 0x0300 10:35:20:686 Node data 0xbc33acfffe8b8834 profileId: 0x0104, clusterId: 0x0008 10:35:20:689 0xBC33ACFFFE8B8834: update ZCL value 0x0B/0x0008/0x0000 after 0 s 10:35:20:748 Poll APS confirm 2 status: 0x00 10:35:20:749 Erase task req-id: 2, type: 19 zcl seqno: 82 send time 0, profileId: 0x0104, clusterId: 0x0300 10:35:20:775 Node data 0xbc33acfffe8b8834 profileId: 0x0104, clusterId: 0x0300 10:35:20:777 0xBC33ACFFFE8B8834: update ZCL value 0x0B/0x0300/0x0000 after 0 s 10:35:20:778 0xBC33ACFFFE8B8834: update ZCL value 0x0B/0x0300/0x0001 after 0 s 10:35:20:779 0xBC33ACFFFE8B8834: update ZCL value 0x0B/0x0300/0x0003 after 0 s 10:35:20:780 0xBC33ACFFFE8B8834: update ZCL value 0x0B/0x0300/0x0004 after 0 s 10:35:20:780 0xBC33ACFFFE8B8834: update ZCL value 0x0B/0x0300/0x0007 after 0 s 10:35:20:781 0xBC33ACFFFE8B8834: update ZCL value 0x0B/0x0300/0x0008 after 0 s 10:35:20:781 0xBC33ACFFFE8B8834: update ZCL value 0x0B/0x0300/0x4001 after 0 s 10:35:21:391 poll node bc:33:ac:ff:fe:8b:88:06-0b 10:35:21:392 Poll light node Bureau Spot 3 10:35:21:439 read attributes of 0xBC33ACFFFE8B8806 cluster: 0x0006: [ 10:35:21:440 0x0000 10:35:21:440 ] 10:35:21:441 add task 327 type 19 to 0xBC33ACFFFE8B8806 cluster 0x0006 req.id 13 10:35:21:441 Poll APS request 13 to 0xBC33ACFFFE8B8806 cluster: 0x0006 10:35:21:549 APS-DATA.indication from child 0x5444 10:35:21:550 Node data 0x00158d000283db83 profileId: 0x0104, clusterId: 0x0012 10:35:21:551 0x00158D000283DB83: update ZCL value 0x01/0x0012/0x0055 after 0 s 10:35:21:552 Multi state present value: 0x0001 (1), lumi.remote.b186acn01 10:35:21:553 [INFO] - Button 1002 - lumi.remote.b186acn01, unicast to: 0x0000, endpoint: 0x01, cluster: MULTISTATE_INPUT (0x0012), action: Normal press, payload: 5500210100, zclSeq: 131 10:35:21:554 ZCL attribute report 0x00158D000283DB83 for cluster: 0x0012, ep: 0x01, frame control: 0x18, mfcode: 0x0000 10:35:21:555 payload: 5500210100 10:35:21:582 Websocket 192.168.2.7:43820 send message: {"attr":{"id":"16","lastannounced":"2021-08-25T06:07:14Z","lastseen":"2021-08-26T08:35Z","manufacturername":"LUMI","modelid":"lumi.remote.b186acn01","name":"AqaraSchakelaar","swversion":"20180525","type":"ZHASwitch","uniqueid":"00:15:8d:00:02:83:db:83-01-0012"},"e":"changed","id":"16","r":"sensors","t":"event","uniqueid":"00:15:8d:00:02:83:db:83-01-0012"} (ret = -1092635672) 10:35:21:585 Websocket 192.168.2.109:64199 send message: {"attr":{"id":"16","lastannounced":"2021-08-25T06:07:14Z","lastseen":"2021-08-26T08:35Z","manufacturername":"LUMI","modelid":"lumi.remote.b186acn01","name":"AqaraSchakelaar","swversion":"20180525","type":"ZHASwitch","uniqueid":"00:15:8d:00:02:83:db:83-01-0012"},"e":"changed","id":"16","r":"sensors","t":"event","uniqueid":"00:15:8d:00:02:83:db:83-01-0012"} (ret = -1092635672) 10:35:21:589 Websocket 192.168.2.7:43820 send message: {"e":"changed","id":"16","r":"sensors","state":{"buttonevent":1002,"lastupdated":"2021-08-26T08:35:21.554"},"t":"event","uniqueid":"00:15:8d:00:02:83:db:83-01-0012"} (ret = -1092635672) 10:35:21:590 Websocket 192.168.2.109:64199 send message: {"e":"changed","id":"16","r":"sensors","state":{"buttonevent":1002,"lastupdated":"2021-08-26T08:35:21.554"},"t":"event","uniqueid":"00:15:8d:00:02:83:db:83-01-0012"} (ret = -1092635672) 10:35:21:591 rule event /sensors/16/state/lastupdated: 0 -> 0 10:35:21:627 Poll APS confirm 13 status: 0x00 10:35:21:628 Erase task req-id: 13, type: 19 zcl seqno: 83 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:21:663 Node data 0xbc33acfffe8b8806 profileId: 0x0104, clusterId: 0x0006 10:35:21:664 0xBC33ACFFFE8B8806: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:21:849 read attributes of 0xBC33ACFFFE8B8806 cluster: 0x0008: [ 10:35:21:850 0x0000 10:35:21:850 ] 10:35:21:850 add task 329 type 19 to 0xBC33ACFFFE8B8806 cluster 0x0008 req.id 18 10:35:21:851 Poll APS request 18 to 0xBC33ACFFFE8B8806 cluster: 0x0008 10:35:21:947 Poll APS confirm 18 status: 0x00 10:35:21:948 Erase task req-id: 18, type: 19 zcl seqno: 84 send time 0, profileId: 0x0104, clusterId: 0x0008 10:35:21:954 read attributes of 0xBC33ACFFFE8B8806 cluster: 0x0300: [ 10:35:21:956 0x0000 10:35:21:957 0x0001 10:35:21:958 0x0003 10:35:21:958 0x0004 10:35:21:958 0x0007 10:35:21:959 0x0008 10:35:21:959 0x4001 10:35:21:959 ] 10:35:21:960 add task 331 type 19 to 0xBC33ACFFFE8B8806 cluster 0x0300 req.id 20 10:35:21:960 Poll APS request 20 to 0xBC33ACFFFE8B8806 cluster: 0x0300 10:35:21:983 Node data 0xbc33acfffe8b8806 profileId: 0x0104, clusterId: 0x0008 10:35:21:984 0xBC33ACFFFE8B8806: update ZCL value 0x0B/0x0008/0x0000 after 0 s 10:35:22:078 Poll APS confirm 20 status: 0x00 10:35:22:079 Erase task req-id: 20, type: 19 zcl seqno: 85 send time 0, profileId: 0x0104, clusterId: 0x0300 10:35:22:087 Node data 0xbc33acfffe8b8806 profileId: 0x0104, clusterId: 0x0300 10:35:22:088 0xBC33ACFFFE8B8806: update ZCL value 0x0B/0x0300/0x0000 after 0 s 10:35:22:089 0xBC33ACFFFE8B8806: update ZCL value 0x0B/0x0300/0x0001 after 0 s 10:35:22:089 0xBC33ACFFFE8B8806: update ZCL value 0x0B/0x0300/0x0003 after 0 s 10:35:22:090 0xBC33ACFFFE8B8806: update ZCL value 0x0B/0x0300/0x0004 after 0 s 10:35:22:090 0xBC33ACFFFE8B8806: update ZCL value 0x0B/0x0300/0x0007 after 0 s 10:35:22:091 0xBC33ACFFFE8B8806: update ZCL value 0x0B/0x0300/0x0008 after 0 s 10:35:22:091 0xBC33ACFFFE8B8806: update ZCL value 0x0B/0x0300/0x4001 after 0 s 10:35:22:654 poll node 60:a4:23:ff:fe:02:50:08-0b 10:35:22:655 Poll light node Woonkamer Spot 3 10:35:22:703 read attributes of 0x60A423FFFE025008 cluster: 0x0006: [ 10:35:22:703 0x0000 10:35:22:704 ] 10:35:22:704 add task 335 type 19 to 0x60A423FFFE025008 cluster 0x0006 req.id 28 10:35:22:704 Poll APS request 28 to 0x60A423FFFE025008 cluster: 0x0006 10:35:22:748 Poll APS confirm 28 status: 0x00 10:35:22:749 Erase task req-id: 28, type: 19 zcl seqno: 86 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:22:809 Node data 0x60a423fffe025008 profileId: 0x0104, clusterId: 0x0006 10:35:22:810 0x60A423FFFE025008: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:22:944 read attributes of 0x60A423FFFE025008 cluster: 0x0008: [ 10:35:22:944 0x0000 10:35:22:945 ] 10:35:22:945 add task 337 type 19 to 0x60A423FFFE025008 cluster 0x0008 req.id 32 10:35:22:945 Poll APS request 32 to 0x60A423FFFE025008 cluster: 0x0008 10:35:23:048 Poll APS confirm 32 status: 0x00 10:35:23:049 Erase task req-id: 32, type: 19 zcl seqno: 87 send time 0, profileId: 0x0104, clusterId: 0x0008 10:35:23:058 read attributes of 0x60A423FFFE025008 cluster: 0x0300: [ 10:35:23:059 0x0000 10:35:23:061 0x0001 10:35:23:062 0x0003 10:35:23:063 0x0004 10:35:23:063 0x0007 10:35:23:064 0x0008 10:35:23:064 0x4001 10:35:23:065 ] 10:35:23:065 add task 338 type 19 to 0x60A423FFFE025008 cluster 0x0300 req.id 33 10:35:23:066 Poll APS request 33 to 0x60A423FFFE025008 cluster: 0x0300 10:35:23:088 Node data 0x60a423fffe025008 profileId: 0x0104, clusterId: 0x0008 10:35:23:089 0x60A423FFFE025008: update ZCL value 0x0B/0x0008/0x0000 after 0 s 10:35:23:150 Poll APS confirm 33 status: 0x00 10:35:23:151 Erase task req-id: 33, type: 19 zcl seqno: 88 send time 0, profileId: 0x0104, clusterId: 0x0300 10:35:23:167 Node data 0x60a423fffe025008 profileId: 0x0104, clusterId: 0x0300 10:35:23:168 0x60A423FFFE025008: update ZCL value 0x0B/0x0300/0x0000 after 0 s 10:35:23:168 0x60A423FFFE025008: update ZCL value 0x0B/0x0300/0x0001 after 0 s 10:35:23:168 0x60A423FFFE025008: update ZCL value 0x0B/0x0300/0x0003 after 0 s 10:35:23:169 0x60A423FFFE025008: update ZCL value 0x0B/0x0300/0x0004 after 0 s 10:35:23:169 0x60A423FFFE025008: update ZCL value 0x0B/0x0300/0x0007 after 0 s 10:35:23:169 0x60A423FFFE025008: update ZCL value 0x0B/0x0300/0x0008 after 0 s 10:35:23:170 0x60A423FFFE025008: update ZCL value 0x0B/0x0300/0x4001 after 0 s 10:35:23:777 poll node 00:17:88:01:08:62:9b:01-0b 10:35:23:777 Poll light node Tuin hue smart plug rechts 10:35:23:828 read attributes of 0x0017880108629B01 cluster: 0x0006: [ 10:35:23:829 0x0000 10:35:23:830 ] 10:35:23:830 add task 342 type 19 to 0x0017880108629B01 cluster 0x0006 req.id 41 10:35:23:831 Poll APS request 41 to 0x0017880108629B01 cluster: 0x0006 10:35:23:855 Poll APS confirm 41 status: 0x00 10:35:23:855 Erase task req-id: 41, type: 19 zcl seqno: 89 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:23:931 Node data 0x0017880108629b01 profileId: 0x0104, clusterId: 0x0006 10:35:23:931 0x0017880108629B01: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:24:436 poll node 00:17:88:01:02:c8:9d:7c-0b 10:35:24:437 Poll light node Toilet Hue Lamp 1 10:35:24:437 Idle timer triggered 10:35:24:437 Force binding of attribute reporting for node Bureau Spot 1 10:35:24:676 read attributes of 0x0017880102C89D7C cluster: 0x0006: [ 10:35:24:677 0x0000 10:35:24:677 ] 10:35:24:678 add task 346 type 19 to 0x0017880102C89D7C cluster 0x0006 req.id 49 10:35:24:678 Poll APS request 49 to 0x0017880102C89D7C cluster: 0x0006 10:35:24:747 Poll APS confirm 49 status: 0x00 10:35:24:747 Erase task req-id: 49, type: 19 zcl seqno: 90 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:24:758 Node data 0x0017880102c89d7c profileId: 0x0104, clusterId: 0x0006 10:35:24:760 0x0017880102C89D7C: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:25:762 poll node bc:33:ac:ff:fe:8b:88:47-0b 10:35:25:763 Poll light node Woonkamer Spot 1 10:35:25:813 read attributes of 0xBC33ACFFFE8B8847 cluster: 0x0006: [ 10:35:25:814 0x0000 10:35:25:815 ] 10:35:25:816 add task 352 type 19 to 0xBC33ACFFFE8B8847 cluster 0x0006 req.id 56 10:35:25:816 Poll APS request 56 to 0xBC33ACFFFE8B8847 cluster: 0x0006 10:35:25:850 Poll APS confirm 56 status: 0x00 10:35:25:851 Erase task req-id: 56, type: 19 zcl seqno: 91 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:25:863 Node data 0xbc33acfffe8b8847 profileId: 0x0104, clusterId: 0x0006 10:35:25:864 0xBC33ACFFFE8B8847: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:26:048 read attributes of 0xBC33ACFFFE8B8847 cluster: 0x0008: [ 10:35:26:049 0x0000 10:35:26:049 ] 10:35:26:049 add task 354 type 19 to 0xBC33ACFFFE8B8847 cluster 0x0008 req.id 60 10:35:26:049 Poll APS request 60 to 0xBC33ACFFFE8B8847 cluster: 0x0008 10:35:26:147 Poll APS confirm 60 status: 0x00 10:35:26:147 Erase task req-id: 60, type: 19 zcl seqno: 92 send time 0, profileId: 0x0104, clusterId: 0x0008 10:35:26:153 read attributes of 0xBC33ACFFFE8B8847 cluster: 0x0300: [ 10:35:26:153 0x0000 10:35:26:154 0x0001 10:35:26:155 0x0003 10:35:26:155 0x0004 10:35:26:156 0x0007 10:35:26:156 0x0008 10:35:26:156 0x4001 10:35:26:157 ] 10:35:26:157 add task 355 type 19 to 0xBC33ACFFFE8B8847 cluster 0x0300 req.id 61 10:35:26:157 Poll APS request 61 to 0xBC33ACFFFE8B8847 cluster: 0x0300 10:35:26:208 Node data 0xbc33acfffe8b8847 profileId: 0x0104, clusterId: 0x0008 10:35:26:209 0xBC33ACFFFE8B8847: update ZCL value 0x0B/0x0008/0x0000 after 0 s 10:35:26:251 Poll APS confirm 61 status: 0x00 10:35:26:251 Erase task req-id: 61, type: 19 zcl seqno: 93 send time 0, profileId: 0x0104, clusterId: 0x0300 10:35:26:269 Node data 0xbc33acfffe8b8847 profileId: 0x0104, clusterId: 0x0300 10:35:26:270 0xBC33ACFFFE8B8847: update ZCL value 0x0B/0x0300/0x0000 after 0 s 10:35:26:270 0xBC33ACFFFE8B8847: update ZCL value 0x0B/0x0300/0x0001 after 0 s 10:35:26:271 0xBC33ACFFFE8B8847: update ZCL value 0x0B/0x0300/0x0003 after 0 s 10:35:26:271 0xBC33ACFFFE8B8847: update ZCL value 0x0B/0x0300/0x0004 after 0 s 10:35:26:271 0xBC33ACFFFE8B8847: update ZCL value 0x0B/0x0300/0x0007 after 0 s 10:35:26:272 0xBC33ACFFFE8B8847: update ZCL value 0x0B/0x0300/0x0008 after 0 s 10:35:26:272 0xBC33ACFFFE8B8847: update ZCL value 0x0B/0x0300/0x4001 after 0 s 10:35:26:878 poll node 00:17:88:01:03:a3:87:80-0b 10:35:26:879 Poll light node Tuin hue lightstrip outdoor 10:35:26:929 read attributes of 0x0017880103A38780 cluster: 0x0006: [ 10:35:26:930 0x0000 10:35:26:931 ] 10:35:26:932 add task 359 type 19 to 0x0017880103A38780 cluster 0x0006 req.id 69 10:35:26:932 Poll APS request 69 to 0x0017880103A38780 cluster: 0x0006 10:35:26:956 Poll APS confirm 69 status: 0x00 10:35:26:957 Erase task req-id: 69, type: 19 zcl seqno: 94 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:26:993 Node data 0x0017880103a38780 profileId: 0x0104, clusterId: 0x0006 10:35:26:994 0x0017880103A38780: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:27:436 Daylight now: goldenHour1, status: 160, daylight: 1, dark: 0 10:35:27:936 poll node bc:33:ac:ff:fe:8b:87:fc-0b 10:35:27:937 Poll light node Bureau Spot 2 10:35:27:986 read attributes of 0xBC33ACFFFE8B87FC cluster: 0x0006: [ 10:35:27:987 0x0000 10:35:27:988 ] 10:35:27:988 add task 365 type 19 to 0xBC33ACFFFE8B87FC cluster 0x0006 req.id 78 10:35:27:989 Poll APS request 78 to 0xBC33ACFFFE8B87FC cluster: 0x0006 10:35:28:049 Poll APS confirm 78 status: 0x00 10:35:28:050 Erase task req-id: 78, type: 19 zcl seqno: 95 send time 0, profileId: 0x0104, clusterId: 0x0006 10:35:28:063 Node data 0xbc33acfffe8b87fc profileId: 0x0104, clusterId: 0x0006 10:35:28:064 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0006/0x0000 after 0 s 10:35:28:249 read attributes of 0xBC33ACFFFE8B87FC cluster: 0x0008: [ 10:35:28:250 0x0000 10:35:28:250 ] 10:35:28:250 add task 367 type 19 to 0xBC33ACFFFE8B87FC cluster 0x0008 req.id 82 10:35:28:251 Poll APS request 82 to 0xBC33ACFFFE8B87FC cluster: 0x0008 10:35:28:348 Poll APS confirm 82 status: 0x00 10:35:28:349 Erase task req-id: 82, type: 19 zcl seqno: 96 send time 0, profileId: 0x0104, clusterId: 0x0008 10:35:28:354 read attributes of 0xBC33ACFFFE8B87FC cluster: 0x0300: [ 10:35:28:355 0x0000 10:35:28:356 0x0001 10:35:28:357 0x0003 10:35:28:357 0x0004 10:35:28:358 0x0007 10:35:28:358 0x0008 10:35:28:358 0x4001 10:35:28:358 ] 10:35:28:359 add task 368 type 19 to 0xBC33ACFFFE8B87FC cluster 0x0300 req.id 83 10:35:28:359 Poll APS request 83 to 0xBC33ACFFFE8B87FC cluster: 0x0300 10:35:28:398 Node data 0xbc33acfffe8b87fc profileId: 0x0104, clusterId: 0x0008 10:35:28:400 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0008/0x0000 after 0 s 10:35:28:455 Poll APS confirm 83 status: 0x00 10:35:28:457 Erase task req-id: 83, type: 19 zcl seqno: 97 send time 0, profileId: 0x0104, clusterId: 0x0300 10:35:28:468 Node data 0xbc33acfffe8b87fc profileId: 0x0104, clusterId: 0x0300 10:35:28:469 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0300/0x0000 after 0 s 10:35:28:470 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0300/0x0001 after 0 s 10:35:28:470 0xBC33ACFFFE8B87FC: update ZCL value 0x0B/0x0300/0x0003 after 0 s 10:35:28:470 0xBC33ACFFFE