Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
11.53k stars 1.63k forks source link

Feature: Zigbee Green Power support #3322

Closed Koenkk closed 3 years ago

Koenkk commented 4 years ago

Zigbee Green Power support has now been added. This enables support for e.g. the Philips Hue Tap and Friends of Hue switches.

I've created this issue in order to discuss this functionallity.

electrofloat commented 4 years ago

So If I'm reading the docs right, this won't work without a Philips Hue device, am I right?

So even If I bought a Hue Tap only (without any bridges, other Hue devices, etc.) I wouldn't be able to use it.

Koenkk commented 4 years ago

@electrofloat correct (and it needs to be in range)

electrofloat commented 4 years ago

@electrofloat correct (and it needs to be in range)

That's a shame.. I'd have liked to use it in itself (without any other devices). But great improvement anyways. Maybe in the future some miracle happens and makes this doable :)

Koenkk commented 4 years ago

@electrofloat maybe in the future an additional CC2652R router can also be used for this. But for sure a "special device" is needed to make it work.

alekslyse commented 4 years ago

Have you tried the green power firmware for xbee? I did see yesterday when I was trying to get xbee working with z2m they had a dedicated ZigBee green power firmware. Anything you want me to try?

TheNetStriker commented 4 years ago

@Koenkk I've just tested this and I managed to get my two Hue Tap switches to pair. They are now in the database and I assigned a friendly name, but I cannot see anything in the debug log after the pairing when I push the buttons. There are also no mqtt messages on zigbee2mqtt/friendlyname.

Are there any additional steps needed to get this to work or what am I doing wrong?

By the way, I managed to get the devices paired on channel 11 by long clicking on the big button with the one dot that surrounds the smaller buttons. (The documentation states that only channel 15, 20 and 25 can be used)

Koenkk commented 4 years ago

@TheNetStriker thanks for testing this, any chance you could sniff the traffic when joining the device and pressing buttons afterwards? https://www.zigbee2mqtt.io/how_tos/how_to_sniff_zigbee_traffic.html

TheNetStriker commented 4 years ago

@Koenkk I already uploaded a packet capture in the first thread about the Hue Tap. Here is the link to the pcap file: https://www.dropbox.com/s/pk1jt5h5yvtkb36/HueTap.pcapng?dl=0

Or do you need a fresh packet capture for this?

I also found something about the Hue Tap in the log:

zigbee2mqtt:error 2020-04-11 13:12:59: Failed to execute LQI for 'huetap_1'
  zigbee-herdsman:adapter:zStack:znp:SREQ --> ZDO - mgmtLqiReq - {"dstaddr":28743,"startindex":0} +10s
  zigbee-herdsman:adapter:zStack:unpi:writer --> frame [254,3,37,49,71,112,0,32] +10s
  zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,1,101,49,0,85] +10s
  zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,1,101,49,0,85] +0ms
  zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 1 - 3 - 5 - 49 - [0] - 85 +0ms
  zigbee-herdsman:adapter:zStack:znp:SRSP <-- ZDO - mgmtLqiReq - {"status":0} +10s
  zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [] +1ms

And in the state.json this is the only property that the device has: "linkquality": 0

Koenkk commented 4 years ago

Green power devices don't respond to these LQI requests, so I've excluded them from the network scan (fixed in latest dev branch)

Regarding the sniff, it doesn't contain useful information. I need a sniff in were they are also successfully paired with zigbee2mqtt.

ndfred commented 4 years ago

Congratulations on getting this working! Should the docs also specify that a Zigbee 3.0 firmware is needed for this to work, or did you manage to get it to work with Zigbee 1.2 as well?

Koenkk commented 4 years ago

@ndfred it also works with 1.2

ndfred commented 4 years ago

Just tried it with zStack12 on channel 20, worked wonderfully! Held the button for 10 seconds, paired immediately when I let go, all buttons work no problem. I went around the house to see if the taps would register everywhere (I wondered if it would use the mesh network or if it would only communicate through its gateway bulb) and it worked flawlessly everywhere. Super happy I could pair all my remotes now!

A few nits that might be worth calling out in the documentation:

Specifically this is the configuration entry for the device (mine is a Philips Hue Tap switch which I bought in France ages ago):

{
  "ieeeAddr": "0x0000000000408e0f",
  "type": "GreenPower",
  "networkAddress": 36367,
  "model": "GreenPower_On_Off_Switch",
  "vendor": "GreenPower",
  "description": "On/off switch",
  "friendly_name": "bedroom_fred_bedside_remote",
  "manufacturerID": null,
  "modelID": "GreenPower_2",
  "lastSeen": 1586699144251
}

TBH this is a super niche type of switch (expensive and not very nice to tap) so I would understand if you don't want to bother with that, but if you do I am more than happy to redo all the pairing with whatever debug logs you need to display the proper hardware profile.

And thanks again for getting this to work!

Koenkk commented 4 years ago

@ndfred thanks, added this to the docs.

We cannot distinguish between e.g. a Hue Tap and a Friends of Hue Niko switch, Green Power device don't share such specific information.

TheNetStriker commented 4 years ago

@Koenkk I've just uploaded a new packet capture to my Dropbox: https://www.dropbox.com/s/andvjbcpr78p8jk/HueTap.pcapng?dl=0

Koenkk commented 4 years ago

@TheNetStriker I need your network key in order to decrypt te sniff, please send them to me on telegram (@koenkk).

Zibeez commented 4 years ago

This is fantastic! This was the only thing keeping me from migrating away from my Hue bridge :)

I tried this with a Niko Friends of Hue switch and a couple of Philips Hue bulbs, with a CC2531 USB stick.

Some notes:

ndfred commented 4 years ago

Sharing my experience with it, hoping it might be helpful to you, I have a Hue Tap and not a Niko one:

I have 17 devices including 6 remotes and one motion detector so really 10 devices that are always on the network, which is not a lot for the CC2531. My Hue Tap remote link quality is 10, which is less than other devices but I guess that is down to its low power budget.

Koenkk commented 4 years ago

Is it possible to clarify which actions are supported by which devices? Looking at

  1. Hard to do, the main problem is that we cannot identify which device it exactly is, unlike non green power devices, they don't share an exact model ID.

    For the switch I tested, these names are also misleading. Better would be: 'recallscene[0-3]' -> 'buttonpress[0-3]' and 'recallscene[4-7]' -> 'buttonrelease[0-3]'

Because of point 1, we cannot further specify the actions, it make work for e.g. the hue tap but not for another device, currently I made the action match against the green power specification.

Zibeez commented 4 years ago

@ndfred Thanks for the quick responses!

I haven't seen any delay, how long is "large" in your experience?

Multiple seconds - up to 5.

if you tail the ZigBeeToMQTT logs while you are taping the buttons, are you seeing the delay? If not then maybe OpenHAB is introducing it. are you seeing a lot of traffic when tailing the ZigBeeToMQTT log? If so you might see contention on the network.

I will do some more experiments in the next days.

did you change your ZigBee channel from the value you had on the Hue bridge? You might now see interference you didn't see before

Yes, my Hue bridge was running on a different channel (I had 2 zigbee networks running in parallel for the past year - one for the Hue bridge, one for zigbee2mqtt). It could be that the Hue Bridge channel was more robust, I will check that if none of the other suggestions help.

can you share the link quality of the bulbs around the switch, and have a look at your network map to if the routing makes sense? It might take a bit for your new network to adapt.

Good points, will check that later this week.

are you running your CC2531 USB stick from a USB extension cord, and do you have a PCB antenna or an actual antenna? The shielding might be worse than the Hue Bridge.

Yes, I run the USB stick from an USB extension cord. I do not use any PCB or antenna.

do you still have the Hue bridge running? That could cause ZigBee interference if they are on the same channel (though ZigBee is not that chatty).

No, I shut it down. As mentioned above, it was running fine in parallel with zigbee2mqtt for the past year.

how large is your ZigBee network (number of devices)? CC2531 is performance issues are only apparent past a certain threshold

I have 29 devices (and 3 groups). Note that I use the Niko switch to control groups of 3 bulbs using the 'groups' configuration, which works very well (they always go on/off in sync, albeit sometimes with that delay).

I will do more tests during the weekend. Thanks for the help!

@Koenkk

Because of point 1, we cannot further specify the actions, it make work for e.g. the hue tap but not for another device, currently I made the action match against the green power specification.

Ah, that helps! Might be a good idea to clarify that in the documentation.

Zibeez commented 4 years ago

I sometimes experience a (large) delay. At this point I am unsure whether the delay is caused by the fact that the CC2531 is underpowered, a zigbee2mqtt performance issue, or a performance issue in the automation code processing the mqtt messages (I use openhab on a raspberry pi). With the Hue Bridge, response was always instantaneously.

if you tail the ZigBeeToMQTT logs while you are taping the buttons, are you seeing the delay? If not then maybe OpenHAB is introducing it. are you seeing a lot of traffic when tailing the ZigBeeToMQTT log? If so you might see contention on the network.

I will do some more experiments in the next days.

Additional testing pointed indeed to Openhab and its MQTT broker. After optimizing those, zigbee2mqtt + Green Power support now works similar to the old Hue bridge :-)

presslab-us commented 4 years ago

Does anyone have experience using Z-Stack 3.0.x Router as a GPP? I have it working with Zigbee2mqtt but there are some problems with Z-Stack. I opened a thread over on the TI forum. https://e2e.ti.com/support/wireless-connectivity/zigbee-and-thread/f/158/t/902398

mshli commented 4 years ago

@Koenkk: For your Information: The Philips Hue Tap can also join the Network on Channel 11 by pressing the "One-Dot-Button" for 10 Seconds. Works without any problems. Please add this to the docs.

thibaultmol commented 4 years ago

@Koenkk so no special zigbee hub/usb stick is needed to be 'compatible with' zigbee green power, correct?

sjorge commented 4 years ago

@Koenkk so no special zigbee hub/usb stick is needed to be 'compatible with' zigbee green power, correct?

I think the only requirement is a GP enabled router... so a hue bulb.

Koenkk commented 4 years ago

@mshli added, thanks

@thibaultmol , @sjorge is right (no special adapter is required).

juamiso commented 4 years ago

just tried iobroker.zigbee adatper since the last update stated that green energy was working (link to this thread) I tried to pair a NodOn friends of hue switch but it does not recognise the device. (I had it previously working in the philips hue bridge).

Can I fix this locally or do I have to wait for some updates?

Error: Device 0x000000000171a1a7 "GreenPower_2" not described in statesMapping.. undefined
New device joined '0x000000000171a1a7' model GreenPower_2
Error: Device 0x000000000171a1a7 "GreenPower_2" not described in statesMapping.. undefined
Interview successful: {"friendly_name":"0x000000000171a1a7","model":"GreenPower_On_Off_Switch","vendor":"GreenPower","description":"On/off switch","supported":true}

Device information model:GreenPower_On_Off_Switch vendor:GreenPower description:On/off switch supports:action model:GreenPower_2 type:GreenPower nwk:41383 manuf id:null interviewed:true configured:false

Nice info here about the pairing proc. on different Zigbee Channels: here

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

jkrenzer commented 4 years ago

@Koenkk so no special zigbee hub/usb stick is needed to be 'compatible with' zigbee green power, correct?

I think the only requirement is a GP enabled router... so a hue bulb.

Just one question: Does it need to be specific a hue bulb or would a normal Zigbee 3.0 compatible bulb do? I read some conflicting reports of GP being part of the Zigbee 3.0 core specification? head scratch

Koenkk commented 4 years ago

@jkrenzer good question, according to https://training.ti.com/sites/default/files/zigbee-green-power-techday2019.pdf slide 13 all Zigbee 3.0 routing devices must implement the green power proxy. So theoretically a Zigbee 3.0 router should be enough.

jkrenzer commented 4 years ago

That would be good news for us, wouldn't it? I have to see if I can acquire a GP remote and test with my tint (Müller Licht) bulbs which are Zigbee 3.0.

swannes commented 3 years ago

@jkrenzer good question, according to https://training.ti.com/sites/default/files/zigbee-green-power-techday2019.pdf slide 13 all Zigbee 3.0 routing devices must implement the green power proxy. So theoretically a Zigbee 3.0 router should be enough.

I tried paring a Niko switch https://www.niko.eu/nl-be/producten/niko-home-control/producten-voor-traditionele-bekabeling/geconnecteerde-schakelbare-wandcontactdoos-voor-niko-home-control-met-penaarde-en-productmodel-niko-aa84a653-36c4-55de-b6d1-d2ddfc6326dc It shows up as a router / connected socket outlet in zigbee2mqttassistant, but did not show op in Home Assistant. No HUE bulbs in my zigbee-mesh wich act as a router.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days

XRyu commented 3 years ago

Can we re-open this? I have an HueTap paired here. No other Hue Products besides an Bridge which i migrated from (months ago) and two Motion Sensors which are still paired to this bridge. In my Z2M Mesh there is no other Hue device. I am running the latest firmware on a CC1352P2. Was able to pair with Z2M easily. When pushing buttons in 1 of 4 times it works and i get toggle/recallscene(0/1/2), when it does not i get this Error in the Logs:

(node:16) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 16),
(node:16) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined,
    at Cipheriv.update (internal/crypto/cipher.js:155:11),
    at GreenPower.encryptSecurityKey (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:62:34),
    at GreenPower.<anonymous> (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:69:34),
    at /app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:27:71,
    at Generator.next (<anonymous>),
    at new Promise (<anonymous>),
    at __awaiter (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:23:12),
    at GreenPower.onZclGreenPowerData (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:66:16),
    at Controller.<anonymous> (/app/node_modules/zigbee-herdsman/dist/controller/controller.js:432:37),
(node:16) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 17)
Koenkk commented 3 years ago

@XRyu please provide the herdsmans debug logging of this issue

To enable herdsman debug logging, see https://www.zigbee2mqtt.io/information/debug.html#zigbee-herdsman-debug-logging

islanderx commented 3 years ago

@Koenkk

If we are using the ZZH CC2652 stick as our Z2MQTT coordinator, do we still need a separate 'special' device such as a Hue bulb?

Thanks for all your work on this project.

Koenkk commented 3 years ago

@islanderx yes

XRyu commented 3 years ago

Btw i am having some Müller Licht Zigbee 3.0 Lamps running in my mesh if this helps :)

Attached the log, where i tapped the hueTap several times, sometimes the lights turned on / off, but most times nothing happened :) Hope the Log helps. log.txt

The HueTap is the: 0x0000000000446382

I am running the actions through HA+nodered and set the lights: toggle: turn off all in bedroom scene_0: toggle 0x00158d00013b1ddc scene_1: toggle 0x680ae2fffebdc9f6 scene_2: toggle 0x00158d00013b1b4d

Koenkk commented 3 years ago

@XRyu I expected that you will publish the full herdsman debug log of this error but I don't see it.

To enable herdsman debug logging, see https://www.zigbee2mqtt.io/information/debug.html#zigbee-herdsman-debug-logging

XRyu commented 3 years ago

@XRyu I expected that you will publish the full herdsman debug log of this error but I don't see it.

To enable herdsman debug logging, see https://www.zigbee2mqtt.io/information/debug.html#zigbee-herdsman-debug-logging

Oh, i thought its in there but it seems to not be logged to file. I have seen these entries in the Console Logs of Docker running through. As i am using the docker-Version, is it possible the herdsman debug log is saved somewhere else than the z2m debug log? I dont see the herdsman-Debug output in the generated log(x).txt files

Koenkk commented 3 years ago

Unfortunately it's only logged to stdout (not to zigbee2mqtt log file). However I only need the error + some lines above that.

XRyu commented 3 years ago

alright! I think i got it now :)

2020-09-07T20:33:36.175Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
(node:18) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined
    at Cipheriv.update (internal/crypto/cipher.js:155:11)
    at GreenPower.encryptSecurityKey (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:62:34)
    at GreenPower.<anonymous> (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:69:34)
    at Generator.next (<anonymous>)
    at /app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:27:71
    at new Promise (<anonymous>)
    at __awaiter (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:23:12)
    at GreenPower.onZclGreenPowerData (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:66:16)
    at Controller.<anonymous> (/app/node_modules/zigbee-herdsman/dist/controller/controller.js:432:37)
    at Generator.next (<anonymous>)
(node:18) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 14)
2020-09-07T20:33:36.192Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,1,100,1,0,100]
2020-09-07T20:33:36.192Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,1,100,1,0,100]
2020-09-07T20:33:36.192Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 1 - 3 - 4 - 1 - [0] - 100
2020-09-07T20:33:36.192Z zigbee-herdsman:adapter:zStack:znp:SRSP <-- AF - dataRequest - {"status":0}
2020-09-07T20:33:36.192Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:36.196Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,3,68,128,0,1,169,111]
2020-09-07T20:33:36.196Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,3,68,128,0,1,169,111]
2020-09-07T20:33:36.196Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 3 - 2 - 4 - 128 - [0,1,169] - 111
2020-09-07T20:33:36.196Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - dataConfirm - {"status":0,"endpoint":1,"transid":169}
2020-09-07T20:33:36.197Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:36.355Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,28,68,129,0,0,2,4]
2020-09-07T20:33:36.355Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,28,68,129,0,0,2,4]
Zigbee2MQTT:debug 2020-09-07 22:33:36: Received Zigbee message from 'Luftqualität - Wohnzimmer (A)', type 'attributeReport', cluster 'msTemperatureMeasurement', data '{"measuredValue":2430}' from endpoint 1 with groupID 0
2020-09-07T20:33:36.355Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [223,23,1,1,0,45,0,179]
2020-09-07T20:33:36.356Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,28,68,129,0,0,2,4,223,23,1,1,0,45,0,179]
Zigbee2MQTT:info  2020-09-07 22:33:36: MQTT publish: topic 'zigbee2mqtt/Luftqualität - Wohnzimmer (A)', payload '{"battery":91,"device":{"applicationVersion":3,"dateCode":"20161129","friendlyName":"Luftqualität - Wohnzimmer (A)","hardwareVersion":30,"ieeeAddr":"0x00158d000322bc2d","manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","networkAddress":6111,"powerSource":"Battery","softwareBuildID":"3000-0001","stackVersion":2,"type":"EndDevice","zclVersion":1},"elapsed":1155341,"humidity":42.07,"last_seen":1599510816359,"linkquality":45,"pressure":1020.8,"temperature":24.3,"voltage":2985}'
Zigbee2MQTT:debug 2020-09-07 22:33:36: Received Zigbee message from 'Luftqualität - Wohnzimmer (A)', type 'attributeReport', cluster 'msRelativeHumidity', data '{"measuredValue":4327}' from endpoint 1 with groupID 0
Zigbee2MQTT:info  2020-09-07 22:33:36: MQTT publish: topic 'zigbee2mqtt/Luftqualität - Wohnzimmer (A)', payload '{"battery":91,"device":{"applicationVersion":3,"dateCode":"20161129","friendlyName":"Luftqualität - Wohnzimmer (A)","hardwareVersion":30,"ieeeAddr":"0x00158d000322bc2d","manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","networkAddress":6111,"powerSource":"Battery","softwareBuildID":"3000-0001","stackVersion":2,"type":"EndDevice","zclVersion":1},"elapsed":17,"humidity":43.27,"last_seen":1599510816375,"linkquality":39,"pressure":1020.8,"temperature":24.3,"voltage":2985}'
Zigbee2MQTT:debug 2020-09-07 22:33:36: Received Zigbee message from 'Luftqualität - Wohnzimmer (A)', type 'attributeReport', cluster 'msPressureMeasurement', data '{"16":10209,"20":-1,"measuredValue":1020}' from endpoint 1 with groupID 0
Zigbee2MQTT:info  2020-09-07 22:33:36: MQTT publish: topic 'zigbee2mqtt/Luftqualität - Wohnzimmer (A)', payload '{"battery":91,"device":{"applicationVersion":3,"dateCode":"20161129","friendlyName":"Luftqualität - Wohnzimmer (A)","hardwareVersion":30,"ieeeAddr":"0x00158d000322bc2d","manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","networkAddress":6111,"powerSource":"Battery","softwareBuildID":"3000-0001","stackVersion":2,"type":"EndDevice","zclVersion":1},"elapsed":12,"humidity":43.27,"last_seen":1599510816386,"linkquality":45,"pressure":1020.9,"temperature":24.3,"voltage":2985}'
2020-09-07T20:33:36.356Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [130,163,0,0,8,24,166,10]
2020-09-07T20:33:36.356Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,28,68,129,0,0,2,4,223,23,1,1,0,45,0,179,130,163,0,0,8,24,166,10]
2020-09-07T20:33:36.357Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [0,0,41,126,9,102,196,28]
2020-09-07T20:33:36.357Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,28,68,129,0,0,2,4,223,23,1,1,0,45,0,179,130,163,0,0,8,24,166,10,0,0,41,126,9,102,196,28]
2020-09-07T20:33:36.357Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [244]
2020-09-07T20:33:36.357Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,28,68,129,0,0,2,4,223,23,1,1,0,45,0,179,130,163,0,0,8,24,166,10,0,0,41,126,9,102,196,28,244]
2020-09-07T20:33:36.357Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 28 - 2 - 4 - 129 - [0,0,2,4,223,23,1,1,0,45,0,179,130,163,0,0,8,24,166,10,0,0,41,126,9,102,196,28] - 244
2020-09-07T20:33:36.358Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - incomingMsg - {"groupid":0,"clusterid":1026,"srcaddr":6111,"srcendpoint":1,"dstendpoint":1,"wasbroadcast":0,"linkquality":45,"securityuse":0,"timestamp":10715827,"transseqnumber":0,"len":8,"data":{"type":"Buffer","data":[24,166,10,0,0,41,126,9]}}
2020-09-07T20:33:36.358Z zigbee-herdsman:controller:log Received 'zcl' data '{"frame":{"Header":{"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0},"transactionSequenceNumber":166,"manufacturerCode":null,"commandIdentifier":10},"Payload":[{"attrId":0,"dataType":41,"attrData":2430}]},"address":6111,"endpoint":1,"linkquality":45,"groupID":0}'
2020-09-07T20:33:36.361Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:36.370Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,28,68,129,0,0,5,4]
2020-09-07T20:33:36.370Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,28,68,129,0,0,5,4]
2020-09-07T20:33:36.370Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [223,23,1,1,0,39,0,227]
2020-09-07T20:33:36.370Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,28,68,129,0,0,5,4,223,23,1,1,0,39,0,227]
2020-09-07T20:33:36.371Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [136,163,0,0,8,24,167,10,0,0,33,231,16,102,196,28]
2020-09-07T20:33:36.372Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,28,68,129,0,0,5,4,223,23,1,1,0,39,0,227,136,163,0,0,8,24,167,10,0,0,33,231,16,102,196,28]
2020-09-07T20:33:36.373Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [42]
2020-09-07T20:33:36.373Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,28,68,129,0,0,5,4,223,23,1,1,0,39,0,227,136,163,0,0,8,24,167,10,0,0,33,231,16,102,196,28,42]
2020-09-07T20:33:36.373Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 28 - 2 - 4 - 129 - [0,0,5,4,223,23,1,1,0,39,0,227,136,163,0,0,8,24,167,10,0,0,33,231,16,102,196,28] - 42
2020-09-07T20:33:36.374Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - incomingMsg - {"groupid":0,"clusterid":1029,"srcaddr":6111,"srcendpoint":1,"dstendpoint":1,"wasbroadcast":0,"linkquality":39,"securityuse":0,"timestamp":10717411,"transseqnumber":0,"len":8,"data":{"type":"Buffer","data":[24,167,10,0,0,33,231,16]}}
2020-09-07T20:33:36.375Z zigbee-herdsman:controller:log Received 'zcl' data '{"frame":{"Header":{"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0},"transactionSequenceNumber":167,"manufacturerCode":null,"commandIdentifier":10},"Payload":[{"attrId":0,"dataType":33,"attrData":4327}]},"address":6111,"endpoint":1,"linkquality":39,"groupID":0}'
2020-09-07T20:33:36.380Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:36.382Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,37,68,129,0,0,3,4,223,23,1,1,0,45,0,66,139,163,0,0,17,24,168,10]
2020-09-07T20:33:36.382Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,37,68,129,0,0,3,4,223,23,1,1,0,45,0,66,139,163,0,0,17,24,168,10]
2020-09-07T20:33:36.382Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [0,0,41,252,3,20,0,40,255,16,0,41,225,39,102,196,28,151]
2020-09-07T20:33:36.383Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,37,68,129,0,0,3,4,223,23,1,1,0,45,0,66,139,163,0,0,17,24,168,10,0,0,41,252,3,20,0,40,255,16,0,41,225,39,102,196,28,151]
2020-09-07T20:33:36.383Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 37 - 2 - 4 - 129 - [0,0,3,4,223,23,1,1,0,45,0,66,139,163,0,0,17,24,168,10,0,0,41,252,3,20,0,40,255,16,0,41,225,39,102,196,28] - 151
2020-09-07T20:33:36.384Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - incomingMsg - {"groupid":0,"clusterid":1027,"srcaddr":6111,"srcendpoint":1,"dstendpoint":1,"wasbroadcast":0,"linkquality":45,"securityuse":0,"timestamp":10718018,"transseqnumber":0,"len":17,"data":{"type":"Buffer","data":[24,168,10,0,0,41,252,3,20,0,40,255,16,0,41,225,39]}}
2020-09-07T20:33:36.386Z zigbee-herdsman:controller:log Received 'zcl' data '{"frame":{"Header":{"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0},"transactionSequenceNumber":168,"manufacturerCode":null,"commandIdentifier":10},"Payload":[{"attrId":0,"dataType":41,"attrData":1020},{"attrId":20,"dataType":40,"attrData":-1},{"attrId":16,"dataType":41,"attrData":10209}]},"address":6111,"endpoint":1,"linkquality":45,"groupID":0}'
2020-09-07T20:33:36.391Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:37.887Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,42,68,129,0,0,33,0]
2020-09-07T20:33:37.888Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,42,68,129,0,0,33,0]
2020-09-07T20:33:37.888Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [130,99,242,242,1,48,0,29]
2020-09-07T20:33:37.888Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,42,68,129,0,0,33,0,130,99,242,242,1,48,0,29]
2020-09-07T20:33:37.894Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [250,164,0,0,22,1,134,4,32,11,130,99,68,0,216,8,0,0,18,0,138,180,91,13,210,214,27,138,180,29,208]
2020-09-07T20:33:37.894Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,42,68,129,0,0,33,0,130,99,242,242,1,48,0,29,250,164,0,0,22,1,134,4,32,11,130,99,68,0,216,8,0,0,18,0,138,180,91,13,210,214,27,138,180,29,208]
2020-09-07T20:33:37.894Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 42 - 2 - 4 - 129 - [0,0,33,0,130,99,242,242,1,48,0,29,250,164,0,0,22,1,134,4,32,11,130,99,68,0,216,8,0,0,18,0,138,180,91,13,210,214,27,138,180,29] - 208
2020-09-07T20:33:37.894Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - incomingMsg - {"groupid":0,"clusterid":33,"srcaddr":25474,"srcendpoint":242,"dstendpoint":242,"wasbroadcast":1,"linkquality":48,"securityuse":0,"timestamp":10811933,"transseqnumber":0,"len":22,"data":{"type":"Buffer","data":[1,134,4,32,11,130,99,68,0,216,8,0,0,18,0,138,180,91,13,210,214,27]}}
2020-09-07T20:33:37.897Z zigbee-herdsman:controller:log Received 'zcl' data '{"frame":{"Header":{"frameControl":{"frameType":1,"manufacturerSpecific":false,"direction":0,"disableDefaultResponse":false,"reservedBits":0},"transactionSequenceNumber":134,"manufacturerCode":null,"commandIdentifier":4},"Payload":{"options":2848,"srcID":4481922,"frameCounter":2264,"commandID":18,"payloadSize":0,"commandFrame":{"raw":{"type":"Buffer","data":[138,180,91,13,210,214,27]}}}},"address":25474,"endpoint":242,"linkquality":48,"groupID":0}'
2020-09-07T20:33:37.898Z zigbee-herdsman:controller:log Skipping command 'commisioningNotification' because it is missing from the lookup
2020-09-07T20:33:37.899Z zigbee-herdsman:controller:endpoint DefaultResponse 0x0000000000446382/242 33(4, {"timeout":10000,"disableResponse":false,"disableDefaultResponse":true,"direction":1,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null})
2020-09-07T20:33:37.899Z zigbee-herdsman:adapter:zStack:adapter sendZclFrameToEndpointInternal 0x0000000000446382:25474/242 (0,0)
2020-09-07T20:33:37.900Z zigbee-herdsman:adapter:zStack:znp:SREQ --> AF - dataRequest - {"dstaddr":25474,"destendpoint":242,"srcendpoint":1,"clusterid":33,"transid":170,"options":0,"radius":30,"len":5,"data":{"type":"Buffer","data":[24,134,11,4,0]}}
2020-09-07T20:33:37.900Z zigbee-herdsman:adapter:zStack:unpi:writer --> frame [254,15,36,1,130,99,242,1,33,0,170,0,30,5,24,134,11,4,0,57]
2020-09-07T20:33:37.900Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
(node:18) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined
    at Cipheriv.update (internal/crypto/cipher.js:155:11)
    at GreenPower.encryptSecurityKey (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:62:34)
    at GreenPower.<anonymous> (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:69:34)
    at Generator.next (<anonymous>)
    at /app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:27:71
    at new Promise (<anonymous>)
    at __awaiter (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:23:12)
    at GreenPower.onZclGreenPowerData (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:66:16)
    at Controller.<anonymous> (/app/node_modules/zigbee-herdsman/dist/controller/controller.js:432:37)
    at Generator.next (<anonymous>)
(node:18) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 15)
2020-09-07T20:33:37.922Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,1,100,1,0,100,254,3,68,128,0,1,170,108]
2020-09-07T20:33:37.922Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,1,100,1,0,100,254,3,68,128,0,1,170,108]
2020-09-07T20:33:37.922Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 1 - 3 - 4 - 1 - [0] - 100
2020-09-07T20:33:37.922Z zigbee-herdsman:adapter:zStack:znp:SRSP <-- AF - dataRequest - {"status":0}
2020-09-07T20:33:37.922Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,3,68,128,0,1,170,108]
2020-09-07T20:33:37.922Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 3 - 2 - 4 - 128 - [0,1,170] - 108
2020-09-07T20:33:37.922Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - dataConfirm - {"status":0,"endpoint":1,"transid":170}
2020-09-07T20:33:37.922Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:39.388Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,32,68,129,0,0,25,0]
2020-09-07T20:33:39.388Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,32,68,129,0,0,25,0]
2020-09-07T20:33:39.388Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [130,99,1,13,0,84,0,118]
2020-09-07T20:33:39.388Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,32,68,129,0,0,25,0,130,99,1,13,0,84,0,118]
2020-09-07T20:33:39.389Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [104,166,0,0,12,1,118,1]
2020-09-07T20:33:39.389Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,32,68,129,0,0,25,0,130,99,1,13,0,84,0,118,104,166,0,0,12,1,118,1]
2020-09-07T20:33:39.390Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [0,27,18,17,80,2,0,2]
2020-09-07T20:33:39.390Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,32,68,129,0,0,25,0,130,99,1,13,0,84,0,118,104,166,0,0,12,1,118,1,0,27,18,17,80,2,0,2]
2020-09-07T20:33:39.391Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [17,100,34,29,133]
2020-09-07T20:33:39.391Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,32,68,129,0,0,25,0,130,99,1,13,0,84,0,118,104,166,0,0,12,1,118,1,0,27,18,17,80,2,0,2,17,100,34,29,133]
2020-09-07T20:33:39.391Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 32 - 2 - 4 - 129 - [0,0,25,0,130,99,1,13,0,84,0,118,104,166,0,0,12,1,118,1,0,27,18,17,80,2,0,2,17,100,34,29] - 133
2020-09-07T20:33:39.391Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - incomingMsg - {"groupid":0,"clusterid":25,"srcaddr":25474,"srcendpoint":1,"dstendpoint":13,"wasbroadcast":0,"linkquality":84,"securityuse":0,"timestamp":10905718,"transseqnumber":0,"len":12,"data":{"type":"Buffer","data":[1,118,1,0,27,18,17,80,2,0,2,17]}}
2020-09-07T20:33:39.391Z zigbee-herdsman:controller:log Received 'zcl' data '{"frame":{"Header":{"frameControl":{"frameType":1,"manufacturerSpecific":false,"direction":0,"disableDefaultResponse":false,"reservedBits":0},"transactionSequenceNumber":118,"manufacturerCode":null,"commandIdentifier":1},"Payload":{"fieldControl":0,"manufacturerCode":4635,"imageType":20497,"fileVersion":285343746}},"address":25474,"endpoint":1,"linkquality":84,"groupID":0}'
Zigbee2MQTT:debug 2020-09-07 22:33:39: Received Zigbee message from 'HueTapSchalter - Schlafzimmer (A)', type 'commandQueryNextImageRequest', cluster 'genOta', data '{"fieldControl":0,"fileVersion":285343746,"imageType":20497,"manufacturerCode":4635}' from endpoint 1 with groupID 0
2020-09-07T20:33:39.392Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:40.054Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,42,68,129,0,0,33,0]
2020-09-07T20:33:40.054Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,42,68,129,0,0,33,0]
2020-09-07T20:33:40.055Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [130,99,242,242,1,81,0,184]
2020-09-07T20:33:40.055Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,42,68,129,0,0,33,0,130,99,242,242,1,81,0,184]
2020-09-07T20:33:40.056Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [8,167,0,0,22,1,29,4]
2020-09-07T20:33:40.056Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,42,68,129,0,0,33,0,130,99,242,242,1,81,0,184,8,167,0,0,22,1,29,4]
2020-09-07T20:33:40.056Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [32,11,130,99,68,0,217,8]
2020-09-07T20:33:40.057Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,42,68,129,0,0,33,0,130,99,242,242,1,81,0,184,8,167,0,0,22,1,29,4,32,11,130,99,68,0,217,8]
2020-09-07T20:33:40.057Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [0,0,17,0,100,34,88,33]
2020-09-07T20:33:40.057Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,42,68,129,0,0,33,0,130,99,242,242,1,81,0,184,8,167,0,0,22,1,29,4,32,11,130,99,68,0,217,8,0,0,17,0,100,34,88,33]
2020-09-07T20:33:40.058Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [241,73,80,100,34,29,164]
2020-09-07T20:33:40.058Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,42,68,129,0,0,33,0,130,99,242,242,1,81,0,184,8,167,0,0,22,1,29,4,32,11,130,99,68,0,217,8,0,0,17,0,100,34,88,33,241,73,80,100,34,29,164]
2020-09-07T20:33:40.058Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 42 - 2 - 4 - 129 - [0,0,33,0,130,99,242,242,1,81,0,184,8,167,0,0,22,1,29,4,32,11,130,99,68,0,217,8,0,0,17,0,100,34,88,33,241,73,80,100,34,29] - 164
2020-09-07T20:33:40.058Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - incomingMsg - {"groupid":0,"clusterid":33,"srcaddr":25474,"srcendpoint":242,"dstendpoint":242,"wasbroadcast":1,"linkquality":81,"securityuse":0,"timestamp":10946744,"transseqnumber":0,"len":22,"data":{"type":"Buffer","data":[1,29,4,32,11,130,99,68,0,217,8,0,0,17,0,100,34,88,33,241,73,80]}}
2020-09-07T20:33:40.059Z zigbee-herdsman:controller:log Received 'zcl' data '{"frame":{"Header":{"frameControl":{"frameType":1,"manufacturerSpecific":false,"direction":0,"disableDefaultResponse":false,"reservedBits":0},"transactionSequenceNumber":29,"manufacturerCode":null,"commandIdentifier":4},"Payload":{"options":2848,"srcID":4481922,"frameCounter":2265,"commandID":17,"payloadSize":0,"commandFrame":{"raw":{"type":"Buffer","data":[100,34,88,33,241,73,80]}}}},"address":25474,"endpoint":242,"linkquality":81,"groupID":0}'
2020-09-07T20:33:40.060Z zigbee-herdsman:controller:log Skipping command 'commisioningNotification' because it is missing from the lookup
2020-09-07T20:33:40.060Z zigbee-herdsman:controller:endpoint DefaultResponse 0x0000000000446382/242 33(4, {"timeout":10000,"disableResponse":false,"disableDefaultResponse":true,"direction":1,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null})
2020-09-07T20:33:40.060Z zigbee-herdsman:adapter:zStack:adapter sendZclFrameToEndpointInternal 0x0000000000446382:25474/242 (0,0)
2020-09-07T20:33:40.060Z zigbee-herdsman:adapter:zStack:znp:SREQ --> AF - dataRequest - {"dstaddr":25474,"destendpoint":242,"srcendpoint":1,"clusterid":33,"transid":171,"options":0,"radius":30,"len":5,"data":{"type":"Buffer","data":[24,29,11,4,0]}}
2020-09-07T20:33:40.061Z zigbee-herdsman:adapter:zStack:unpi:writer --> frame [254,15,36,1,130,99,242,1,33,0,171,0,30,5,24,29,11,4,0,163]
2020-09-07T20:33:40.061Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
(node:18) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined
    at Cipheriv.update (internal/crypto/cipher.js:155:11)
    at GreenPower.encryptSecurityKey (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:62:34)
    at GreenPower.<anonymous> (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:69:34)
    at Generator.next (<anonymous>)
    at /app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:27:71
    at new Promise (<anonymous>)
    at __awaiter (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:23:12)
    at GreenPower.onZclGreenPowerData (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:66:16)
    at Controller.<anonymous> (/app/node_modules/zigbee-herdsman/dist/controller/controller.js:432:37)
    at Generator.next (<anonymous>)
(node:18) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 16)
2020-09-07T20:33:40.080Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,1,100,1,0,100]
2020-09-07T20:33:40.080Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,1,100,1,0,100]
2020-09-07T20:33:40.080Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 1 - 3 - 4 - 1 - [0] - 100
2020-09-07T20:33:40.080Z zigbee-herdsman:adapter:zStack:znp:SRSP <-- AF - dataRequest - {"status":0}
2020-09-07T20:33:40.080Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:40.096Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,3,68,128,0,1,171,109]
2020-09-07T20:33:40.096Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,3,68,128,0,1,171,109]
2020-09-07T20:33:40.096Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 3 - 2 - 4 - 128 - [0,1,171] - 109
2020-09-07T20:33:40.096Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - dataConfirm - {"status":0,"endpoint":1,"transid":171}
2020-09-07T20:33:40.097Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
Zigbee2MQTT:debug 2020-09-07 22:33:40: Received MQTT message on 'zigbee2mqtt/bridge/config/devices' with data '1599510820159'
Zigbee2MQTT:info  2020-09-07 22:33:40: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":[{"dateCode":"20200830","friendly_name":"Coordinator","ieeeAddr":"0x00124b001ca5cb16","lastSeen":1599510820161,"networkAddress":0,"softwareBuildID":"zStack3x0","type":"Coordinator"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"Luftqualität - Wohnzimmer (A)","hardwareVersion":30,"ieeeAddr":"0x00158d000322bc2d","lastSeen":1599510816386,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":6111,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20170331","description":"FLOALT LED light panel, dimmable, white spectrum (30x30 cm)","friendly_name":"Licht - Flur","hardwareVersion":1,"ieeeAddr":"0x000b57fffe98737e","lastSeen":1599510764384,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"L1527","modelID":"FLOALT panel WS 30x30","networkAddress":57029,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.217","type":"Router","vendor":"IKEA"},{"dateCode":"20161104-117","description":"E27 bulb RGBW","friendly_name":"Licht - Dusch-Bad - Decke A","hardwareVersion":1,"ieeeAddr":"0x00158d0001ce9b6e","lastSeen":1599510613494,"manufacturerID":4454,"manufacturerName":"innr","model":"RB 185 C","modelID":"RB 185 C","networkAddress":62130,"powerSource":"Mains (single phase)","softwareBuildID":"2.0","type":"Router","vendor":"Innr"},{"dateCode":"20161104-117","description":"E27 bulb RGBW","friendly_name":"Licht - Dusch-Bad - Decke B","hardwareVersion":1,"ieeeAddr":"0x00158d0001c37b10","lastSeen":1599510613444,"manufacturerID":4454,"manufacturerName":"innr","model":"RB 185 C","modelID":"RB 185 C","networkAddress":50278,"powerSource":"Mains (single phase)","softwareBuildID":"2.0","type":"Router","vendor":"Innr"},{"description":"Aqara door & window contact sensor","friendly_name":"Wohnungstür (A)","ieeeAddr":"0x00158d0002b52a82","lastSeen":1599509884343,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":15961,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"Terrassen-Feuerschutztür (B)","hardwareVersion":2,"ieeeAddr":"0x00158d0002c9ef48","lastSeen":1587405518786,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":57061,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"MiJia human body movement sensor","friendly_name":"Bewegung - Wannen-Bad (B)","ieeeAddr":"0x00158d00022812a5","lastSeen":1595052657177,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ01LM","modelID":"lumi.sensor_motion","networkAddress":63943,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Mi/Aqara smart home cube","friendly_name":"Cube - Wohnzimmer (A)","ieeeAddr":"0x00158d00032c9fbd","lastSeen":1586254737370,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MFKZQ01LM","modelID":"lumi.sensor_cube.aqgl01","networkAddress":28726,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"MiJia human body movement sensor","friendly_name":"Bewegung - Dusch-Bad (A)","ieeeAddr":"0x00158d00022493de","lastSeen":1599510403313,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ01LM","modelID":"lumi.sensor_motion","networkAddress":55724,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20140331DEOS****","description":"Smart+ plug","friendly_name":"Steckdose - Terrasse A","hardwareVersion":1,"ieeeAddr":"0x7cb03eaa00ab2807","lastSeen":1596863934251,"manufacturerID":48042,"manufacturerName":"OSRAM","model":"AB3257001NJ","modelID":"Plug 01","networkAddress":21072,"powerSource":"Mains (single phase)","softwareBuildID":"V1.04.90","type":"Router","vendor":"OSRAM"},{"dateCode":"20190705-350","description":"E27 filament bulb dimmable","friendly_name":"Licht - Terrasse - Filament C","hardwareVersion":1,"ieeeAddr":"0xccccccfffe2e4612","lastSeen":1599510723952,"manufacturerID":4454,"manufacturerName":"innr","model":"RF 263","modelID":"RF 263","networkAddress":20754,"powerSource":"Mains (single phase)","softwareBuildID":"2.1","type":"Router","vendor":"Innr"},{"dateCode":"20190705-350","description":"E27 filament bulb dimmable","friendly_name":"Licht - Terrasse - Filament D","hardwareVersion":1,"ieeeAddr":"0xccccccfffe2e3b09","lastSeen":1599510741923,"manufacturerID":4454,"manufacturerName":"innr","model":"RF 263","modelID":"RF 263","networkAddress":24737,"powerSource":"Mains (single phase)","softwareBuildID":"2.1","type":"Router","vendor":"Innr"},{"dateCode":"20140331DEOS****","description":"Smart+ plug","friendly_name":"Steckdose - Terrasse B","hardwareVersion":1,"ieeeAddr":"0x7cb03eaa00b05d45","lastSeen":1599510625085,"manufacturerID":48042,"manufacturerName":"OSRAM","model":"AB3257001NJ","modelID":"Plug 01","networkAddress":46920,"powerSource":"Mains (single phase)","softwareBuildID":"V1.04.90","type":"Router","vendor":"OSRAM"},{"dateCode":"20190705-350","description":"E27 filament bulb dimmable","friendly_name":"Licht - Terrasse - Filament A","hardwareVersion":1,"ieeeAddr":"0xccccccfffe2e3b7f","lastSeen":1599510729727,"manufacturerID":4454,"manufacturerName":"innr","model":"RF 263","modelID":"RF 263","networkAddress":63426,"powerSource":"Mains (single phase)","softwareBuildID":"2.1","type":"Router","vendor":"Innr"},{"dateCode":"20190705-350","description":"E27 filament bulb dimmable","friendly_name":"Licht - Terrasse - Filament B","hardwareVersion":1,"ieeeAddr":"0xccccccfffe2e4604","lastSeen":1599510726720,"manufacturerID":4454,"manufacturerName":"innr","model":"RF 263","modelID":"RF 263","networkAddress":48685,"powerSource":"Mains (single phase)","softwareBuildID":"2.1","type":"Router","vendor":"Innr"},{"description":"Aqara door & window contact sensor","friendly_name":"Tür - Neu (C)","ieeeAddr":"0x00158d0002bfe65b","lastSeen":1599466853576,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":3417,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20140331DEOS****","description":"Smart+ plug","friendly_name":"Steckdose - Neu","hardwareVersion":1,"ieeeAddr":"0x7cb03eaa00b0bd22","lastSeen":1584886035043,"manufacturerID":48042,"manufacturerName":"OSRAM","model":"AB3257001NJ","modelID":"Plug 01","networkAddress":31189,"powerSource":"Mains (single phase)","softwareBuildID":"V1.04.12","type":"Router","vendor":"OSRAM"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"Fenster - Dusch-Bad (D)","hardwareVersion":2,"ieeeAddr":"0x00158d0002c9eee8","lastSeen":1599510182922,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":58886,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20200311","description":"TRADFRI LED bulb E26/E27 950 lumen, dimmable, white spectrum, clear","friendly_name":"Licht - Arbeitszimmer Kathi","hardwareVersion":1,"ieeeAddr":"0x000b57fffee563b8","lastSeen":1599510546111,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1546G12","modelID":"TRADFRI bulb E27 WS clear 950lm","networkAddress":56239,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"dateCode":"20190410","description":"TRADFRI ON/OFF switch","friendly_name":"Dimmschalter - Neu (A)","hardwareVersion":1,"ieeeAddr":"0xccccccfffee0807e","lastSeen":1599450404727,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":45477,"powerSource":"Battery","softwareBuildID":"2.2.008","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"Dimmschalter - Neu (B)","hardwareVersion":1,"ieeeAddr":"0xec1bbdfffea27845","lastSeen":1599438766876,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":49542,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"description":"Aqara human body movement and illuminance sensor","friendly_name":"Bewegung - Reserve (C)","ieeeAddr":"0x00158d0004508246","lastSeen":1593854354582,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ11LM","modelID":"lumi.sensor_motion.aq2","networkAddress":41740,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara temperature, humidity and pressure sensor","friendly_name":"Luftqualität - Arbeitszimmer Thomas (B)","ieeeAddr":"0x00158d0004217807","lastSeen":1588802887090,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":50852,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara temperature, humidity and pressure sensor","friendly_name":"Luftqualität - Schlafzimmer (C)","ieeeAddr":"0x00158d0003f4c011","lastSeen":1588281372327,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":65509,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20170529","description":"TRADFRI driver for wireless control (10 watt)","friendly_name":"Licht - Neu - Schrankbeleuchtung_10W (A)","hardwareVersion":1,"ieeeAddr":"0x086bd7fffe3c5de6","lastSeen":1599510652383,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"ICPSHC24-10EU-IL-1","modelID":"TRADFRI Driver 10W","networkAddress":65451,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.245","type":"Router","vendor":"IKEA"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"Terrassentür - Wohnzimmer (TF_F)","hardwareVersion":2,"ieeeAddr":"0x00158d00044e8215","lastSeen":1599508393200,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":52784,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"Terrassentür - Küche","ieeeAddr":"0x00158d00040e0ba8","lastSeen":1586542681619,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":21431,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"Terrassentür - Arbeitszimmer Thomas (TF_H)","hardwareVersion":2,"ieeeAddr":"0x00158d00049ff8b5","lastSeen":1599510537959,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":43842,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"Terrassentür - Essbereich","ieeeAddr":"0x00158d00042cbdbc","lastSeen":1594693114193,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":13867,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"Terrassentür - Schlafzimmer","ieeeAddr":"0x00158d00040e0db6","lastSeen":1587401866604,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":22701,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"Terrassentür - Arbeitszimmer Kathi","ieeeAddr":"0x00158d00049ff9e2","lastSeen":1587473587780,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":28030,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"Fenster - Wannen-Bad","ieeeAddr":"0x00158d00044fc37c","lastSeen":1599494896065,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":34496,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"Tür - Neu (M)","ieeeAddr":"0x00158d00040e0d7c","lastSeen":1599510262202,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":42172,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20170529","description":"TRADFRI driver for wireless control (30 watt)","friendly_name":"Licht - Schlafzimmer - Schrankbeleuchtung (B)","hardwareVersion":1,"ieeeAddr":"0x680ae2fffebdc9f6","lastSeen":1599510806054,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"ICPSHC24-30EU-IL-1","modelID":"TRADFRI Driver 30W","networkAddress":54999,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.245","type":"Router","vendor":"IKEA"},{"dateCode":"20170331","description":"TRADFRI LED bulb E26/E27 980 lumen, dimmable, white spectrum, opal white","friendly_name":"Licht - Wohnzimmer Licht 1_1 - (E27_E)","hardwareVersion":1,"ieeeAddr":"0x000b57fffebbb02c","lastSeen":1592001255411,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1545G12","modelID":"TRADFRI bulb E27 WS opal 980lm","networkAddress":21172,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.217","type":"Router","vendor":"IKEA"},{"dateCode":"20170302","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, opal white","friendly_name":"Licht - Wohnzimmer Licht 1_3 - (E27_C)","hardwareVersion":1,"ieeeAddr":"0x000b57fffe3640dc","lastSeen":1592000627096,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1623G12","modelID":"TRADFRI bulb E27 opal 1000lm","networkAddress":60041,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.214","type":"Router","vendor":"IKEA"},{"dateCode":"20170302","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, opal white","friendly_name":"Licht - Wohnzimmer Licht 1_2 - (E27_D)","hardwareVersion":1,"ieeeAddr":"0x000b57fffe3635c3","lastSeen":1592000789285,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1623G12","modelID":"TRADFRI bulb E27 opal 1000lm","networkAddress":61243,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.214","type":"Router","vendor":"IKEA"},{"dateCode":"20200124","description":"Hue white filament Edison E27 LED","friendly_name":"Licht - Terrasse - Filament E","hardwareVersion":1,"ieeeAddr":"0x00178801081bebf7","lastSeen":1599510670230,"manufacturerID":4107,"manufacturerName":"Philips","model":"929002241201","modelID":"LWV001","networkAddress":4582,"powerSource":"Mains (single phase)","softwareBuildID":"1.65.9_hB3217DF4","type":"Router","vendor":"Philips"},{"dateCode":"20200124","description":"Hue white filament Edison E27 LED","friendly_name":"Licht - Terrasse - Filament F","hardwareVersion":1,"ieeeAddr":"0x0017880108a04723","lastSeen":1599510803247,"manufacturerID":4107,"manufacturerName":"Philips","model":"929002241201","modelID":"LWV001","networkAddress":63231,"powerSource":"Mains (single phase)","softwareBuildID":"1.65.9_hB3217DF4","type":"Router","vendor":"Philips"},{"dateCode":"20180404-42","description":"Tint LED bulb GU10/E14/E27 350/470/806 lumen, dimmable, opal white","friendly_name":"Licht - Wannen-Bad - Decke A (GU10_A)","hardwareVersion":1,"ieeeAddr":"0x00158d000470cdbc","lastSeen":1599510781818,"manufacturerID":4635,"manufacturerName":"MLI","model":"404006/404008/404004","modelID":"ZBT-ColorTemperature","networkAddress":46218,"powerSource":"Mains (single phase)","softwareBuildID":"2.0","type":"Router","vendor":"Müller Licht"},{"dateCode":"20180404-42","description":"Tint LED bulb GU10/E14/E27 350/470/806 lumen, dimmable, opal white","friendly_name":"Licht - Wannen-Bad - Decke C (GU10_C)","hardwareVersion":1,"ieeeAddr":"0x00158d00046ef452","lastSeen":1599510780988,"manufacturerID":4635,"manufacturerName":"MLI","model":"404006/404008/40400
4","modelID":"ZBT-ColorTemperature","networkAddress":8804,"powerSource":"Mains (single phase)","softwareBuildID":"2.0","type":"Router","vendor":"Müller Licht"},{"dateCode":"20180404-42","description":"Tint LED bulb GU10/E14/E27 350/470/806 lumen, dimmable, opal white","friendly_name":"Licht - Wannen-Bad - Decke B (GU10_B)","hardwareVersion":1,"ieeeAddr":"0x00158d000470cbca","lastSeen":1599510780993,"manufacturerID":4635,"manufacturerName":"MLI","model":"404006/404008/404004","modelID":"ZBT-ColorTemperature","networkAddress":35616,"powerSource":"Mains (single phase)","softwareBuildID":"2.0","type":"Router","vendor":"Müller Licht"},{"dateCode":"20170302","description":"TRADFRI remote control","friendly_name":"IKEA Remote (A)","hardwareVersion":1,"ieeeAddr":"0x000b57fffebd8cca","lastSeen":1589384549514,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":45829,"powerSource":"Battery","softwareBuildID":"1.2.214","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20170302","description":"TRADFRI remote control","friendly_name":"IKEA Remote (B)","hardwareVersion":1,"ieeeAddr":"0x000b57fffeab5b2e","lastSeen":1588691502592,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":63621,"powerSource":"Battery","softwareBuildID":"1.2.214","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Filament G","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1b4d","lastSeen":1599504494741,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":43163,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Filament H","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1ddc","lastSeen":1599510789015,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":10162,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Filament I","hardwareVersion":1,"ieeeAddr":"0x00158d00013dbf4b","lastSeen":1598865699896,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":12674,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Wohnzimmer Essbereich - Esstisch - Filament J","hardwareVersion":1,"ieeeAddr":"0x00158d00013dc5c8","lastSeen":1599510769648,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":23660,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Schlafzimmer - Decke - Filament K","hardwareVersion":1,"ieeeAddr":"0x00158d00013d3a1d","lastSeen":1599510805576,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":21370,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20170529","description":"TRADFRI driver for wireless control (10 watt)","friendly_name":"Licht - Arbeitszimmer Thomas - Schrankbeleuchtung (C)","hardwareVersion":1,"ieeeAddr":"0x680ae2fffe8012d7","lastSeen":1599510780681,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"ICPSHC24-10EU-IL-1","modelID":"TRADFRI Driver 10W","networkAddress":46990,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.245","type":"Router","vendor":"IKEA"},{"dateCode":"NULL","description":"Tint smart switch","friendly_name":"Licht - Neu (UP_A)","hardwareVersion":0,"ieeeAddr":"0x14b457fffe827d75","lastSeen":1597330711472,"manufacturerID":4635,"manufacturerName":"MLI","model":"404021","modelID":"tint Smart Switch","networkAddress":23982,"powerSource":"Mains (single phase)","softwareBuildID":"2.5.3_r40","type":"Router","vendor":"Müller Licht"},{"dateCode":"NULL","description":"Tint smart switch","friendly_name":"Licht - Neu (UP_B)","hardwareVersion":0,"ieeeAddr":"0x14b457fffec4ddc8","lastSeen":1588595343661,"manufacturerID":4635,"manufacturerName":"MLI","model":"404021","modelID":"tint Smart Switch","networkAddress":9953,"powerSource":"Mains (single phase)","softwareBuildID":"2.5.3_r40","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190401","description":"TRADFRI remote control","friendly_name":"IKEA Remote (D)","hardwareVersion":1,"ieeeAddr":"0x680ae2fffe4b5cec","lastSeen":1599461645574,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":590,"powerSource":"Battery","softwareBuildID":"2.3.014","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Arbeitszimmer Thomas - Decke - Filament L","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1b6b","lastSeen":1599510806510,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":51979,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Arbeitszimmer Thomas - Decke - Filament M","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1b81","lastSeen":1599510806215,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":44306,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Arbeitszimmer Thomas - Decke - Filament N","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1ecc","lastSeen":1599510703408,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":56412,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Filament O","hardwareVersion":1,"ieeeAddr":"0x00158d00013dcc45","lastSeen":1599510801788,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":29026,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Filament P","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1b88","lastSeen":1590435583874,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":26953,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20140331DEOS****","description":"Smart+ plug","friendly_name":"Steckdose - Arbeitszimmer Thomas - 3D-Drucker","hardwareVersion":1,"ieeeAddr":"0x84182600000c37ab","lastSeen":1599509347514,"manufacturerID":48042,"manufacturerName":"OSRAM","model":"AB3257001NJ","modelID":"Plug 01","networkAddress":42270,"powerSource":"Mains (single phase)","softwareBuildID":"V1.04.12","type":"Router","vendor":"OSRAM"},{"dateCode":"20200316","description":"Outdoor smart spot colour, 230lm/spot, RGBW","friendly_name":"Licht - Outdoor Spots A","hardwareVersion":2,"ieeeAddr":"0x00158d00028761e3","lastSeen":1599510777578,"manufacturerID":4454,"manufacturerName":"innr","model":"OSL 130 C","modelID":"OSL 130 C","networkAddress":33486,"powerSource":"Mains (single phase)","softwareBuildID":"0x27102162","type":"Router","vendor":"Innr"},{"dateCode":"20200316","description":"Outdoor smart spot colour, 230lm/spot, RGBW","friendly_name":"Licht - Outdoor Spots B","hardwareVersion":2,"ieeeAddr":"0x00158d0002a31315","lastSeen":1599510793985,"manufacturerID":4454,"manufacturerName":"innr","model":"OSL 130 C","modelID":"OSL 130 C","networkAddress":50067,"powerSource":"Mains (single phase)","softwareBuildID":"0x27102162","type":"Router","vendor":"Innr"},{"dateCode":"20200316","description":"Outdoor flex light colour LED strip 2m, 550lm, RGBW","friendly_name":"Licht - Outdoor Lightstrip A","hardwareVersion":2,"ieeeAddr":"0x00158d0002a31557","lastSeen":1599510782243,"manufacturerID":4454,"manufacturerName":"innr","model":"OFL 120 C","modelID":"OFL 120 C","networkAddress":64317,"powerSource":"Mains (single phase)","softwareBuildID":"0x27102162","type":"Router","vendor":"Innr"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Wohnzimmer Essbereich - Esstisch - Filament Q","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1dce","lastSeen":1599510810656,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":33642,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Wohnzimmer Essbereich - Esstisch - Filament R","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1b0d","lastSeen":1599510694355,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":28386,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"2019-06-21","description":"[Multi-channel relay switch](https://ptvo.info/zigbee-switch-configurable-firmware-router-199/)","friendly_name":"Router - DIY Outdoor v2","hardwareVersion":1,"ieeeAddr":"0x00124b001fb61d4e","lastSeen":1598153038044,"manufacturerID":4447,"manufacturerName":"ptvo.info","model":"ptvo.switch","modelID":"ptvo.switch","networkAddress":61871,"powerSource":"Mains (single phase)","softwareBuildID":"2019-06-21","type":"Router","vendor":"Custom devices (DiY)"},{"dateCode":"20200316","description":"Outdoor smart spot colour, 230lm/spot, RGBW","friendly_name":"Licht - Outdoor Spots C","hardwareVersion":2,"ieeeAddr":"0x00158d000284e09a","lastSeen":1599510760776,"manufacturerID":4454,"manufacturerName":"innr","model":"OSL 130 C","modelID":"OSL 130 C","networkAddress":12451,"powerSource":"Mains (single phase)","softwareBuildID":"0x27102162","type":"Router","vendor":"Innr"},{"dateCode":"20190312","description":"SYMFONISK sound controller","friendly_name":"Dreh-Dimmschalter - Esstisch (A)","hardwareVersion":1,"ieeeAddr":"0x14b457fffe7601be","lastSeen":1599458637918,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1744","modelID":"SYMFONISK Sound Controller","networkAddress":43659,"powerSource":"Battery","softwareBuildID":"2.1.022","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190308","description":"TRADFRI motion sensor","friendly_name":"Bewegung - IKEA_1 (D)","hardwareVersion":1,"ieeeAddr":"0x588e81fffe4d1ae2","lastSeen":1599510763164,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1525/E1745","modelID":"TRADFRI motion sensor","networkAddress":35689,"powerSource":"Battery","softwareBuildID":"2.0.022","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190308","description":"TRADFRI motion sensor","friendly_name":"Bewegung - IKEA_2 (E)","hardwareVersion":1,"ieeeAddr":"0x588e81fffe28b09a","lastSeen":1599510727265,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1525/E1745","modelID":"TRADFRI motion sensor","networkAddress":41057,"powerSource":"Battery","softwareBuildID":"2.0.022","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20200107","description":"FLOALT LED light panel, dimmable, white spectrum (30x90 cm)","friendly_name":"Licht - Eingangsbereich","hardwareVersion":1,"ieeeAddr":"0x000d6ffffe5f82d3","lastSeen":1599510812767,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"L1528","modelID":"FLOALT panel WS 30x90","networkAddress":17861,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.224","type":"Router","vendor":"IKEA"},{"description":"On/off switch","friendly_name":"HueTapSchalter - Schlafzimmer (A)","ieeeAddr":"0x0000000000446382","lastSeen":1599510820060,"manufacturerID":null,"model":"GreenPower_On_Off_Switch","modelID":"GreenPower_2","networkAddress":25474,"type":"GreenPower","vendor":"GreenPower"},{"dateCode":"20190401","description":"TRADFRI remote control","friendly_name":"IKEA Remote (E)","hardwareVersion":1,"ieeeAddr":"0x680ae2fffec23a20","lastSeen":1599509710147,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":53797,"softwareBuildID":"2.3.014","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190401","description":"TRADFRI remote control","friendly_name":"IKEA Remote (C)","hardwareVersion":1,"ieeeAddr":"0x588e81fffe2b2fd3","lastSeen":1599508380278,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":59669,"powerSource":"Battery","softwareBuildID":"2.3.014","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190401","description":"TRADFRI remote control","friendly_name":"IKEA Remote (F)","hardwareVersion":1,"ieeeAddr":"0x680ae2fffec6d91a","lastSeen":1599502118440,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":36130,"powerSource":"Battery","softwareBuildID":"2.3.014","type":"EndDevice","vendor":"IKEA"}],"type":"devices"}'
2020-09-07T20:33:41.701Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,5,69,196,163,48,1,45]
2020-09-07T20:33:41.701Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,5,69,196,163,48,1,45]
2020-09-07T20:33:41.701Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [190,133]
2020-09-07T20:33:41.701Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,5,69,196,163,48,1,45,190,133]
2020-09-07T20:33:41.701Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 5 - 2 - 5 - 196 - [163,48,1,45,190] - 133
2020-09-07T20:33:41.702Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- ZDO - srcRtgInd - {"dstaddr":12451,"relaycount":1,"relaylist":[48685]}
2020-09-07T20:33:41.702Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:41.722Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,32,68,129,0,0,25,0]
2020-09-07T20:33:41.722Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,32,68,129,0,0,25,0]
2020-09-07T20:33:41.723Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [163,48,1,13,0,36,0,89]
2020-09-07T20:33:41.723Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,32,68,129,0,0,25,0,163,48,1,13,0,36,0,89]
2020-09-07T20:33:41.724Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [162,168,0,0,12,1,53,1]
2020-09-07T20:33:41.724Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,32,68,129,0,0,25,0,163,48,1,13,0,36,0,89,162,168,0,0,12,1,53,1]
2020-09-07T20:33:41.725Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [0,102,17,3,7,98,33,16]
2020-09-07T20:33:41.725Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,32,68,129,0,0,25,0,163,48,1,13,0,36,0,89,162,168,0,0,12,1,53,1,0,102,17,3,7,98,33,16]
2020-09-07T20:33:41.727Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [39,45,190,28,165]
2020-09-07T20:33:41.727Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,32,68,129,0,0,25,0,163,48,1,13,0,36,0,89,162,168,0,0,12,1,53,1,0,102,17,3,7,98,33,16,39,45,190,28,165]
2020-09-07T20:33:41.727Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 32 - 2 - 4 - 129 - [0,0,25,0,163,48,1,13,0,36,0,89,162,168,0,0,12,1,53,1,0,102,17,3,7,98,33,16,39,45,190,28] - 165
2020-09-07T20:33:41.728Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - incomingMsg - {"groupid":0,"clusterid":25,"srcaddr":12451,"srcendpoint":1,"dstendpoint":13,"wasbroadcast":0,"linkquality":36,"securityuse":0,"timestamp":11051609,"transseqnumber":0,"len":12,"data":{"type":"Buffer","data":[1,53,1,0,102,17,3,7,98,33,16,39]}}
2020-09-07T20:33:41.729Z zigbee-herdsman:controller:log Received 'zcl' data '{"frame":{"Header":{"frameControl":{"frameType":1,"manufacturerSpecific":false,"direction":0,"disableDefaultResponse":false,"reservedBits":0},"transactionSequenceNumber":53,"manufacturerCode":null,"commandIdentifier":1},"Payload":{"fieldControl":0,"manufacturerCode":4454,"imageType":1795,"fileVersion":655368546}},"address":12451,"endpoint":1,"linkquality":36,"groupID":0}'
Zigbee2MQTT:debug 2020-09-07 22:33:41: Received Zigbee message from 'Licht - Outdoor Spots C', type 'commandQueryNextImageRequest', cluster 'genOta', data '{"fieldControl":0,"fileVersion":655368546,"imageType":1795,"manufacturerCode":4454}' from endpoint 1 with groupID 0
2020-09-07T20:33:41.730Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:41.730Z zigbee-herdsman:controller:endpoint CommandResponse 0x00158d000284e09a/1 genOta.queryNextImageResponse({"status":152}, {"timeout":10000,"disableResponse":false,"disableDefaultResponse":true,"direction":1,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null})
2020-09-07T20:33:41.731Z zigbee-herdsman:adapter:zStack:adapter sendZclFrameToEndpointInternal 0x00158d000284e09a:12451/1 (0,0)
2020-09-07T20:33:41.732Z zigbee-herdsman:adapter:zStack:znp:SREQ --> AF - dataRequest - {"dstaddr":12451,"destendpoint":1,"srcendpoint":1,"clusterid":25,"transid":172,"options":0,"radius":30,"len":4,"data":{"type":"Buffer","data":[25,169,2,152]}}
2020-09-07T20:33:41.732Z zigbee-herdsman:adapter:zStack:unpi:writer --> frame [254,14,36,1,163,48,1,1,25,0,172,0,30,4,25,169,2,152,61]
2020-09-07T20:33:41.742Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,1,100,1,0,100]
2020-09-07T20:33:41.742Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,1,100,1,0,100]
2020-09-07T20:33:41.742Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 1 - 3 - 4 - 1 - [0] - 100
2020-09-07T20:33:41.742Z zigbee-herdsman:adapter:zStack:znp:SRSP <-- AF - dataRequest - {"status":0}
2020-09-07T20:33:41.742Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:41.750Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,3,68,128,0,1,172,106]
2020-09-07T20:33:41.750Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,3,68,128,0,1,172,106]
2020-09-07T20:33:41.750Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 3 - 2 - 4 - 128 - [0,1,172] - 106
2020-09-07T20:33:41.750Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - dataConfirm - {"status":0,"endpoint":1,"transid":172}
2020-09-07T20:33:41.750Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:42.082Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,42,68,129,0,0,33,0]
2020-09-07T20:33:42.082Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,42,68,129,0,0,33,0]
2020-09-07T20:33:42.083Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [130,99,242,242,1,54,0,190]
2020-09-07T20:33:42.083Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,42,68,129,0,0,33,0,130,99,242,242,1,54,0,190]
2020-09-07T20:33:42.084Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [246,168,0,0,22,1,83,4]
2020-09-07T20:33:42.084Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,42,68,129,0,0,33,0,130,99,242,242,1,54,0,190,246,168,0,0,22,1,83,4]
2020-09-07T20:33:42.084Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [32,11,130,99,68,0,218,8]
2020-09-07T20:33:42.084Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,42,68,129,0,0,33,0,130,99,242,242,1,54,0,190,246,168,0,0,22,1,83,4,32,11,130,99,68,0,218,8]
2020-09-07T20:33:42.085Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [0,0,16,0,138,180,91,247]
2020-09-07T20:33:42.085Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,42,68,129,0,0,33,0,130,99,242,242,1,54,0,190,246,168,0,0,22,1,83,4,32,11,130,99,68,0,218,8,0,0,16,0,138,180,91,247]
2020-09-07T20:33:42.086Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [41,62,91,138,180,29,9]
2020-09-07T20:33:42.086Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,42,68,129,0,0,33,0,130,99,242,242,1,54,0,190,246,168,0,0,22,1,83,4,32,11,130,99,68,0,218,8,0,0,16,0,138,180,91,247,41,62,91,138,180,29,9]
2020-09-07T20:33:42.086Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 42 - 2 - 4 - 129 - [0,0,33,0,130,99,242,242,1,54,0,190,246,168,0,0,22,1,83,4,32,11,130,99,68,0,218,8,0,0,16,0,138,180,91,247,41,62,91,138,180,29] - 9
2020-09-07T20:33:42.086Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - incomingMsg - {"groupid":0,"clusterid":33,"srcaddr":25474,"srcendpoint":242,"dstendpoint":242,"wasbroadcast":1,"linkquality":54,"securityuse":0,"timestamp":11073214,"transseqnumber":0,"len":22,"data":{"type":"Buffer","data":[1,83,4,32,11,130,99,68,0,218,8,0,0,16,0,138,180,91,247,41,62,91]}}
2020-09-07T20:33:42.087Z zigbee-herdsman:controller:log Received 'zcl' data '{"frame":{"Header":{"frameControl":{"frameType":1,"manufacturerSpecific":false,"direction":0,"disableDefaultResponse":false,"reservedBits":0},"transactionSequenceNumber":83,"manufacturerCode":null,"commandIdentifier":4},"Payload":{"options":2848,"srcID":4481922,"frameCounter":2266,"commandID":16,"payloadSize":0,"commandFrame":{"raw":{"type":"Buffer","data":[138,180,91,247,41,62,91]}}}},"address":25474,"endpoint":242,"linkquality":54,"groupID":0}'
2020-09-07T20:33:42.087Z zigbee-herdsman:controller:log Skipping command 'commisioningNotification' because it is missing from the lookup
2020-09-07T20:33:42.087Z zigbee-herdsman:controller:endpoint DefaultResponse 0x0000000000446382/242 33(4, {"timeout":10000,"disableResponse":false,"disableDefaultResponse":true,"direction":1,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null})
2020-09-07T20:33:42.088Z zigbee-herdsman:adapter:zStack:adapter sendZclFrameToEndpointInternal 0x0000000000446382:25474/242 (0,0)
2020-09-07T20:33:42.088Z zigbee-herdsman:adapter:zStack:znp:SREQ --> AF - dataRequest - {"dstaddr":25474,"destendpoint":242,"srcendpoint":1,"clusterid":33,"transid":173,"options":0,"radius":30,"len":5,"data":{"type":"Buffer","data":[24,83,11,4,0]}}
2020-09-07T20:33:42.088Z zigbee-herdsman:adapter:zStack:unpi:writer --> frame [254,15,36,1,130,99,242,1,33,0,173,0,30,5,24,83,11,4,0,235]
2020-09-07T20:33:42.088Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
(node:18) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined
    at Cipheriv.update (internal/crypto/cipher.js:155:11)
    at GreenPower.encryptSecurityKey (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:62:34)
    at GreenPower.<anonymous> (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:69:34)
    at Generator.next (<anonymous>)
    at /app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:27:71
    at new Promise (<anonymous>)
    at __awaiter (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:23:12)
    at GreenPower.onZclGreenPowerData (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:66:16)
    at Controller.<anonymous> (/app/node_modules/zigbee-herdsman/dist/controller/controller.js:432:37)
    at Generator.next (<anonymous>)
(node:18) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 17)
2020-09-07T20:33:42.103Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,1,100,1,0,100,254,3]
2020-09-07T20:33:42.104Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,1,100,1,0,100,254,3]
2020-09-07T20:33:42.111Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 1 - 3 - 4 - 1 - [0] - 100
2020-09-07T20:33:42.112Z zigbee-herdsman:adapter:zStack:znp:SRSP <-- AF - dataRequest - {"status":0}
2020-09-07T20:33:42.112Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,3]
2020-09-07T20:33:42.112Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [68,128,0,1,173,107]
2020-09-07T20:33:42.112Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,3,68,128,0,1,173,107]
2020-09-07T20:33:42.112Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 3 - 2 - 4 - 128 - [0,1,173] - 107
2020-09-07T20:33:42.113Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - dataConfirm - {"status":0,"endpoint":1,"transid":173}
2020-09-07T20:33:42.113Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:44.144Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,7,69,196,92,220,2,11]
2020-09-07T20:33:44.145Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,7,69,196,92,220,2,11]
2020-09-07T20:33:44.146Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [203,100,34,130]
2020-09-07T20:33:44.146Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,7,69,196,92,220,2,11,203,100,34,130]
2020-09-07T20:33:44.146Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 7 - 2 - 5 - 196 - [92,220,2,11,203,100,34] - 130
2020-09-07T20:33:44.146Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- ZDO - srcRtgInd - {"dstaddr":56412,"relaycount":2,"relaylist":[51979,8804]}
2020-09-07T20:33:44.146Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
Zigbee2MQTT:debug 2020-09-07 22:33:44: Received MQTT message on 'zigbee2mqtt/bridge/config/devices' with data '1599510824159'
Zigbee2MQTT:info  2020-09-07 22:33:44: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":[{"dateCode":"20200830","friendly_name":"Coordinator","ieeeAddr":"0x00124b001ca5cb16","lastSeen":1599510824162,"networkAddress":0,"softwareBuildID":"zStack3x0","type":"Coordinator"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"Luftqualität - Wohnzimmer (A)","hardwareVersion":30,"ieeeAddr":"0x00158d000322bc2d","lastSeen":1599510816386,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":6111,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20170331","description":"FLOALT LED light panel, dimmable, white spectrum (30x30 cm)","friendly_name":"Licht - Flur","hardwareVersion":1,"ieeeAddr":"0x000b57fffe98737e","lastSeen":1599510764384,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"L1527","modelID":"FLOALT panel WS 30x30","networkAddress":57029,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.217","type":"Router","vendor":"IKEA"},{"dateCode":"20161104-117","description":"E27 bulb RGBW","friendly_name":"Licht - Dusch-Bad - Decke A","hardwareVersion":1,"ieeeAddr":"0x00158d0001ce9b6e","lastSeen":1599510613494,"manufacturerID":4454,"manufacturerName":"innr","model":"RB 185 C","modelID":"RB 185 C","networkAddress":62130,"powerSource":"Mains (single phase)","softwareBuildID":"2.0","type":"Router","vendor":"Innr"},{"dateCode":"20161104-117","description":"E27 bulb RGBW","friendly_name":"Licht - Dusch-Bad - Decke B","hardwareVersion":1,"ieeeAddr":"0x00158d0001c37b10","lastSeen":1599510613444,"manufacturerID":4454,"manufacturerName":"innr","model":"RB 185 C","modelID":"RB 185 C","networkAddress":50278,"powerSource":"Mains (single phase)","softwareBuildID":"2.0","type":"Router","vendor":"Innr"},{"description":"Aqara door & window contact sensor","friendly_name":"Wohnungstür (A)","ieeeAddr":"0x00158d0002b52a82","lastSeen":1599509884343,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":15961,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"Terrassen-Feuerschutztür (B)","hardwareVersion":2,"ieeeAddr":"0x00158d0002c9ef48","lastSeen":1587405518786,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":57061,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"MiJia human body movement sensor","friendly_name":"Bewegung - Wannen-Bad (B)","ieeeAddr":"0x00158d00022812a5","lastSeen":1595052657177,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ01LM","modelID":"lumi.sensor_motion","networkAddress":63943,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Mi/Aqara smart home cube","friendly_name":"Cube - Wohnzimmer (A)","ieeeAddr":"0x00158d00032c9fbd","lastSeen":1586254737370,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MFKZQ01LM","modelID":"lumi.sensor_cube.aqgl01","networkAddress":28726,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"MiJia human body movement sensor","friendly_name":"Bewegung - Dusch-Bad (A)","ieeeAddr":"0x00158d00022493de","lastSeen":1599510403313,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ01LM","modelID":"lumi.sensor_motion","networkAddress":55724,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20140331DEOS****","description":"Smart+ plug","friendly_name":"Steckdose - Terrasse A","hardwareVersion":1,"ieeeAddr":"0x7cb03eaa00ab2807","lastSeen":1596863934251,"manufacturerID":48042,"manufacturerName":"OSRAM","model":"AB3257001NJ","modelID":"Plug 01","networkAddress":21072,"powerSource":"Mains (single phase)","softwareBuildID":"V1.04.90","type":"Router","vendor":"OSRAM"},{"dateCode":"20190705-350","description":"E27 filament bulb dimmable","friendly_name":"Licht - Terrasse - Filament C","hardwareVersion":1,"ieeeAddr":"0xccccccfffe2e4612","lastSeen":1599510723952,"manufacturerID":4454,"manufacturerName":"innr","model":"RF 263","modelID":"RF 263","networkAddress":20754,"powerSource":"Mains (single phase)","softwareBuildID":"2.1","type":"Router","vendor":"Innr"},{"dateCode":"20190705-350","description":"E27 filament bulb dimmable","friendly_name":"Licht - Terrasse - Filament D","hardwareVersion":1,"ieeeAddr":"0xccccccfffe2e3b09","lastSeen":1599510741923,"manufacturerID":4454,"manufacturerName":"innr","model":"RF 263","modelID":"RF 263","networkAddress":24737,"powerSource":"Mains (single phase)","softwareBuildID":"2.1","type":"Router","vendor":"Innr"},{"dateCode":"20140331DEOS****","description":"Smart+ plug","friendly_name":"Steckdose - Terrasse B","hardwareVersion":1,"ieeeAddr":"0x7cb03eaa00b05d45","lastSeen":1599510625085,"manufacturerID":48042,"manufacturerName":"OSRAM","model":"AB3257001NJ","modelID":"Plug 01","networkAddress":46920,"powerSource":"Mains (single phase)","softwareBuildID":"V1.04.90","type":"Router","vendor":"OSRAM"},{"dateCode":"20190705-350","description":"E27 filament bulb dimmable","friendly_name":"Licht - Terrasse - Filament A","hardwareVersion":1,"ieeeAddr":"0xccccccfffe2e3b7f","lastSeen":1599510729727,"manufacturerID":4454,"manufacturerName":"innr","model":"RF 263","modelID":"RF 263","networkAddress":63426,"powerSource":"Mains (single phase)","softwareBuildID":"2.1","type":"Router","vendor":"Innr"},{"dateCode":"20190705-350","description":"E27 filament bulb dimmable","friendly_name":"Licht - Terrasse - Filament B","hardwareVersion":1,"ieeeAddr":"0xccccccfffe2e4604","lastSeen":1599510726720,"manufacturerID":4454,"manufacturerName":"innr","model":"RF 263","modelID":"RF 263","networkAddress":48685,"powerSource":"Mains (single phase)","softwareBuildID":"2.1","type":"Router","vendor":"Innr"},{"description":"Aqara door & window contact sensor","friendly_name":"Tür - Neu (C)","ieeeAddr":"0x00158d0002bfe65b","lastSeen":1599466853576,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":3417,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20140331DEOS****","description":"Smart+ plug","friendly_name":"Steckdose - Neu","hardwareVersion":1,"ieeeAddr":"0x7cb03eaa00b0bd22","lastSeen":1584886035043,"manufacturerID":48042,"manufacturerName":"OSRAM","model":"AB3257001NJ","modelID":"Plug 01","networkAddress":31189,"powerSource":"Mains (single phase)","softwareBuildID":"V1.04.12","type":"Router","vendor":"OSRAM"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"Fenster - Dusch-Bad (D)","hardwareVersion":2,"ieeeAddr":"0x00158d0002c9eee8","lastSeen":1599510182922,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":58886,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20200311","description":"TRADFRI LED bulb E26/E27 950 lumen, dimmable, white spectrum, clear","friendly_name":"Licht - Arbeitszimmer Kathi","hardwareVersion":1,"ieeeAddr":"0x000b57fffee563b8","lastSeen":1599510546111,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1546G12","modelID":"TRADFRI bulb E27 WS clear 950lm","networkAddress":56239,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"dateCode":"20190410","description":"TRADFRI ON/OFF switch","friendly_name":"Dimmschalter - Neu (A)","hardwareVersion":1,"ieeeAddr":"0xccccccfffee0807e","lastSeen":1599450404727,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":45477,"powerSource":"Battery","softwareBuildID":"2.2.008","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"Dimmschalter - Neu (B)","hardwareVersion":1,"ieeeAddr":"0xec1bbdfffea27845","lastSeen":1599438766876,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":49542,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"description":"Aqara human body movement and illuminance sensor","friendly_name":"Bewegung - Reserve (C)","ieeeAddr":"0x00158d0004508246","lastSeen":1593854354582,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ11LM","modelID":"lumi.sensor_motion.aq2","networkAddress":41740,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara temperature, humidity and pressure sensor","friendly_name":"Luftqualität - Arbeitszimmer Thomas (B)","ieeeAddr":"0x00158d0004217807","lastSeen":1588802887090,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":50852,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara temperature, humidity and pressure sensor","friendly_name":"Luftqualität - Schlafzimmer (C)","ieeeAddr":"0x00158d0003f4c011","lastSeen":1588281372327,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":65509,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20170529","description":"TRADFRI driver for wireless control (10 watt)","friendly_name":"Licht - Neu - Schrankbeleuchtung_10W (A)","hardwareVersion":1,"ieeeAddr":"0x086bd7fffe3c5de6","lastSeen":1599510652383,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"ICPSHC24-10EU-IL-1","modelID":"TRADFRI Driver 10W","networkAddress":65451,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.245","type":"Router","vendor":"IKEA"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"Terrassentür - Wohnzimmer (TF_F)","hardwareVersion":2,"ieeeAddr":"0x00158d00044e8215","lastSeen":1599508393200,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":52784,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"Terrassentür - Küche","ieeeAddr":"0x00158d00040e0ba8","lastSeen":1586542681619,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":21431,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"Terrassentür - Arbeitszimmer Thomas (TF_H)","hardwareVersion":2,"ieeeAddr":"0x00158d00049ff8b5","lastSeen":1599510537959,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":43842,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"Terrassentür - Essbereich","ieeeAddr":"0x00158d00042cbdbc","lastSeen":1594693114193,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":13867,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"Terrassentür - Schlafzimmer","ieeeAddr":"0x00158d00040e0db6","lastSeen":1587401866604,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":22701,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"Terrassentür - Arbeitszimmer Kathi","ieeeAddr":"0x00158d00049ff9e2","lastSeen":1587473587780,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":28030,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"Fenster - Wannen-Bad","ieeeAddr":"0x00158d00044fc37c","lastSeen":1599494896065,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":34496,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"Tür - Neu (M)","ieeeAddr":"0x00158d00040e0d7c","lastSeen":1599510262202,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":42172,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20170529","description":"TRADFRI driver for wireless control (30 watt)","friendly_name":"Licht - Schlafzimmer - Schrankbeleuchtung (B)","hardwareVersion":1,"ieeeAddr":"0x680ae2fffebdc9f6","lastSeen":1599510806054,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"ICPSHC24-30EU-IL-1","modelID":"TRADFRI Driver 30W","networkAddress":54999,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.245","type":"Router","vendor":"IKEA"},{"dateCode":"20170331","description":"TRADFRI LED bulb E26/E27 980 lumen, dimmable, white spectrum, opal white","friendly_name":"Licht - Wohnzimmer Licht 1_1 - (E27_E)","hardwareVersion":1,"ieeeAddr":"0x000b57fffebbb02c","lastSeen":1592001255411,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1545G12","modelID":"TRADFRI bulb E27 WS opal 980lm","networkAddress":21172,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.217","type":"Router","vendor":"IKEA"},{"dateCode":"20170302","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, opal white","friendly_name":"Licht - Wohnzimmer Licht 1_3 - (E27_C)","hardwareVersion":1,"ieeeAddr":"0x000b57fffe3640dc","lastSeen":1592000627096,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1623G12","modelID":"TRADFRI bulb E27 opal 1000lm","networkAddress":60041,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.214","type":"Router","vendor":"IKEA"},{"dateCode":"20170302","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, opal white","friendly_name":"Licht - Wohnzimmer Licht 1_2 - (E27_D)","hardwareVersion":1,"ieeeAddr":"0x000b57fffe3635c3","lastSeen":1592000789285,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1623G12","modelID":"TRADFRI bulb E27 opal 1000lm","networkAddress":61243,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.214","type":"Router","vendor":"IKEA"},{"dateCode":"20200124","description":"Hue white filament Edison E27 LED","friendly_name":"Licht - Terrasse - Filament E","hardwareVersion":1,"ieeeAddr":"0x00178801081bebf7","lastSeen":1599510670230,"manufacturerID":4107,"manufacturerName":"Philips","model":"929002241201","modelID":"LWV001","networkAddress":4582,"powerSource":"Mains (single phase)","softwareBuildID":"1.65.9_hB3217DF4","type":"Router","vendor":"Philips"},{"dateCode":"20200124","description":"Hue white filament Edison E27 LED","friendly_name":"Licht - Terrasse - Filament F","hardwareVersion":1,"ieeeAddr":"0x0017880108a04723","lastSeen":1599510803247,"manufacturerID":4107,"manufacturerName":"Philips","model":"929002241201","modelID":"LWV001","networkAddress":63231,"powerSource":"Mains (single phase)","softwareBuildID":"1.65.9_hB3217DF4","type":"Router","vendor":"Philips"},{"dateCode":"20180404-42","description":"Tint LED bulb GU10/E14/E27 350/470/806 lumen, dimmable, opal white","friendly_name":"Licht - Wannen-Bad - Decke A (GU10_A)","hardwareVersion":1,"ieeeAddr":"0x00158d000470cdbc","lastSeen":1599510781818,"manufacturerID":4635,"manufacturerName":"MLI","model":"404006/404008/404004","modelID":"ZBT-ColorTemperature","networkAddress":46218,"powerSource":"Mains (single phase)","softwareBuildID":"2.0","type":"Router","vendor":"Müller Licht"},{"dateCode":"20180404-42","description":"Tint LED bulb GU10/E14/E27 350/470/806 lumen, dimmable, opal white","friendly_name":"Licht - Wannen-Bad - Decke C (GU10_C)","hardwareVersion":1,"ieeeAddr":"0x00158d00046ef452","lastSeen":1599510780988,"manufacturerID":4635,"manufacturerName":"MLI","model":"404006/404008/40400
4","modelID":"ZBT-ColorTemperature","networkAddress":8804,"powerSource":"Mains (single phase)","softwareBuildID":"2.0","type":"Router","vendor":"Müller Licht"},{"dateCode":"20180404-42","description":"Tint LED bulb GU10/E14/E27 350/470/806 lumen, dimmable, opal white","friendly_name":"Licht - Wannen-Bad - Decke B (GU10_B)","hardwareVersion":1,"ieeeAddr":"0x00158d000470cbca","lastSeen":1599510780993,"manufacturerID":4635,"manufacturerName":"MLI","model":"404006/404008/404004","modelID":"ZBT-ColorTemperature","networkAddress":35616,"powerSource":"Mains (single phase)","softwareBuildID":"2.0","type":"Router","vendor":"Müller Licht"},{"dateCode":"20170302","description":"TRADFRI remote control","friendly_name":"IKEA Remote (A)","hardwareVersion":1,"ieeeAddr":"0x000b57fffebd8cca","lastSeen":1589384549514,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":45829,"powerSource":"Battery","softwareBuildID":"1.2.214","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20170302","description":"TRADFRI remote control","friendly_name":"IKEA Remote (B)","hardwareVersion":1,"ieeeAddr":"0x000b57fffeab5b2e","lastSeen":1588691502592,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":63621,"powerSource":"Battery","softwareBuildID":"1.2.214","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Filament G","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1b4d","lastSeen":1599504494741,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":43163,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Filament H","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1ddc","lastSeen":1599510789015,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":10162,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Filament I","hardwareVersion":1,"ieeeAddr":"0x00158d00013dbf4b","lastSeen":1598865699896,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":12674,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Wohnzimmer Essbereich - Esstisch - Filament J","hardwareVersion":1,"ieeeAddr":"0x00158d00013dc5c8","lastSeen":1599510769648,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":23660,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Schlafzimmer - Decke - Filament K","hardwareVersion":1,"ieeeAddr":"0x00158d00013d3a1d","lastSeen":1599510805576,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":21370,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20170529","description":"TRADFRI driver for wireless control (10 watt)","friendly_name":"Licht - Arbeitszimmer Thomas - Schrankbeleuchtung (C)","hardwareVersion":1,"ieeeAddr":"0x680ae2fffe8012d7","lastSeen":1599510780681,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"ICPSHC24-10EU-IL-1","modelID":"TRADFRI Driver 10W","networkAddress":46990,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.245","type":"Router","vendor":"IKEA"},{"dateCode":"NULL","description":"Tint smart switch","friendly_name":"Licht - Neu (UP_A)","hardwareVersion":0,"ieeeAddr":"0x14b457fffe827d75","lastSeen":1597330711472,"manufacturerID":4635,"manufacturerName":"MLI","model":"404021","modelID":"tint Smart Switch","networkAddress":23982,"powerSource":"Mains (single phase)","softwareBuildID":"2.5.3_r40","type":"Router","vendor":"Müller Licht"},{"dateCode":"NULL","description":"Tint smart switch","friendly_name":"Licht - Neu (UP_B)","hardwareVersion":0,"ieeeAddr":"0x14b457fffec4ddc8","lastSeen":1588595343661,"manufacturerID":4635,"manufacturerName":"MLI","model":"404021","modelID":"tint Smart Switch","networkAddress":9953,"powerSource":"Mains (single phase)","softwareBuildID":"2.5.3_r40","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190401","description":"TRADFRI remote control","friendly_name":"IKEA Remote (D)","hardwareVersion":1,"ieeeAddr":"0x680ae2fffe4b5cec","lastSeen":1599461645574,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":590,"powerSource":"Battery","softwareBuildID":"2.3.014","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Arbeitszimmer Thomas - Decke - Filament L","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1b6b","lastSeen":1599510806510,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":51979,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Arbeitszimmer Thomas - Decke - Filament M","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1b81","lastSeen":1599510806215,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":44306,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Arbeitszimmer Thomas - Decke - Filament N","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1ecc","lastSeen":1599510703408,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":56412,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Filament O","hardwareVersion":1,"ieeeAddr":"0x00158d00013dcc45","lastSeen":1599510801788,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":29026,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Filament P","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1b88","lastSeen":1590435583874,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":26953,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20140331DEOS****","description":"Smart+ plug","friendly_name":"Steckdose - Arbeitszimmer Thomas - 3D-Drucker","hardwareVersion":1,"ieeeAddr":"0x84182600000c37ab","lastSeen":1599509347514,"manufacturerID":48042,"manufacturerName":"OSRAM","model":"AB3257001NJ","modelID":"Plug 01","networkAddress":42270,"powerSource":"Mains (single phase)","softwareBuildID":"V1.04.12","type":"Router","vendor":"OSRAM"},{"dateCode":"20200316","description":"Outdoor smart spot colour, 230lm/spot, RGBW","friendly_name":"Licht - Outdoor Spots A","hardwareVersion":2,"ieeeAddr":"0x00158d00028761e3","lastSeen":1599510777578,"manufacturerID":4454,"manufacturerName":"innr","model":"OSL 130 C","modelID":"OSL 130 C","networkAddress":33486,"powerSource":"Mains (single phase)","softwareBuildID":"0x27102162","type":"Router","vendor":"Innr"},{"dateCode":"20200316","description":"Outdoor smart spot colour, 230lm/spot, RGBW","friendly_name":"Licht - Outdoor Spots B","hardwareVersion":2,"ieeeAddr":"0x00158d0002a31315","lastSeen":1599510793985,"manufacturerID":4454,"manufacturerName":"innr","model":"OSL 130 C","modelID":"OSL 130 C","networkAddress":50067,"powerSource":"Mains (single phase)","softwareBuildID":"0x27102162","type":"Router","vendor":"Innr"},{"dateCode":"20200316","description":"Outdoor flex light colour LED strip 2m, 550lm, RGBW","friendly_name":"Licht - Outdoor Lightstrip A","hardwareVersion":2,"ieeeAddr":"0x00158d0002a31557","lastSeen":1599510782243,"manufacturerID":4454,"manufacturerName":"innr","model":"OFL 120 C","modelID":"OFL 120 C","networkAddress":64317,"powerSource":"Mains (single phase)","softwareBuildID":"0x27102162","type":"Router","vendor":"Innr"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Wohnzimmer Essbereich - Esstisch - Filament Q","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1dce","lastSeen":1599510810656,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":33642,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Wohnzimmer Essbereich - Esstisch - Filament R","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1b0d","lastSeen":1599510694355,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":28386,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"2019-06-21","description":"[Multi-channel relay switch](https://ptvo.info/zigbee-switch-configurable-firmware-router-199/)","friendly_name":"Router - DIY Outdoor v2","hardwareVersion":1,"ieeeAddr":"0x00124b001fb61d4e","lastSeen":1598153038044,"manufacturerID":4447,"manufacturerName":"ptvo.info","model":"ptvo.switch","modelID":"ptvo.switch","networkAddress":61871,"powerSource":"Mains (single phase)","softwareBuildID":"2019-06-21","type":"Router","vendor":"Custom devices (DiY)"},{"dateCode":"20200316","description":"Outdoor smart spot colour, 230lm/spot, RGBW","friendly_name":"Licht - Outdoor Spots C","hardwareVersion":2,"ieeeAddr":"0x00158d000284e09a","lastSeen":1599510821729,"manufacturerID":4454,"manufacturerName":"innr","model":"OSL 130 C","modelID":"OSL 130 C","networkAddress":12451,"powerSource":"Mains (single phase)","softwareBuildID":"0x27102162","type":"Router","vendor":"Innr"},{"dateCode":"20190312","description":"SYMFONISK sound controller","friendly_name":"Dreh-Dimmschalter - Esstisch (A)","hardwareVersion":1,"ieeeAddr":"0x14b457fffe7601be","lastSeen":1599458637918,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1744","modelID":"SYMFONISK Sound Controller","networkAddress":43659,"powerSource":"Battery","softwareBuildID":"2.1.022","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190308","description":"TRADFRI motion sensor","friendly_name":"Bewegung - IKEA_1 (D)","hardwareVersion":1,"ieeeAddr":"0x588e81fffe4d1ae2","lastSeen":1599510763164,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1525/E1745","modelID":"TRADFRI motion sensor","networkAddress":35689,"powerSource":"Battery","softwareBuildID":"2.0.022","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190308","description":"TRADFRI motion sensor","friendly_name":"Bewegung - IKEA_2 (E)","hardwareVersion":1,"ieeeAddr":"0x588e81fffe28b09a","lastSeen":1599510727265,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1525/E1745","modelID":"TRADFRI motion sensor","networkAddress":41057,"powerSource":"Battery","softwareBuildID":"2.0.022","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20200107","description":"FLOALT LED light panel, dimmable, white spectrum (30x90 cm)","friendly_name":"Licht - Eingangsbereich","hardwareVersion":1,"ieeeAddr":"0x000d6ffffe5f82d3","lastSeen":1599510812767,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"L1528","modelID":"FLOALT panel WS 30x90","networkAddress":17861,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.224","type":"Router","vendor":"IKEA"},{"description":"On/off switch","friendly_name":"HueTapSchalter - Schlafzimmer (A)","ieeeAddr":"0x0000000000446382","lastSeen":1599510822087,"manufacturerID":null,"model":"GreenPower_On_Off_Switch","modelID":"GreenPower_2","networkAddress":25474,"type":"GreenPower","vendor":"GreenPower"},{"dateCode":"20190401","description":"TRADFRI remote control","friendly_name":"IKEA Remote (E)","hardwareVersion":1,"ieeeAddr":"0x680ae2fffec23a20","lastSeen":1599509710147,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":53797,"softwareBuildID":"2.3.014","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190401","description":"TRADFRI remote control","friendly_name":"IKEA Remote (C)","hardwareVersion":1,"ieeeAddr":"0x588e81fffe2b2fd3","lastSeen":1599508380278,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":59669,"powerSource":"Battery","softwareBuildID":"2.3.014","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190401","description":"TRADFRI remote control","friendly_name":"IKEA Remote (F)","hardwareVersion":1,"ieeeAddr":"0x680ae2fffec6d91a","lastSeen":1599502118440,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":36130,"powerSource":"Battery","softwareBuildID":"2.3.014","type":"EndDevice","vendor":"IKEA"}],"type":"devices"}'
2020-09-07T20:33:44.231Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,7,69,196,130,99,2,108]
2020-09-07T20:33:44.231Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,7,69,196,130,99,2,108]
2020-09-07T20:33:44.233Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [92,226,110,217,254,42,68,129]
2020-09-07T20:33:44.233Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,7,69,196,130,99,2,108,92,226,110,217,254,42,68,129]
2020-09-07T20:33:44.234Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 7 - 2 - 5 - 196 - [130,99,2,108,92,226,110] - 217
2020-09-07T20:33:44.236Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- ZDO - srcRtgInd - {"dstaddr":25474,"relaycount":2,"relaylist":[23660,28386]}
2020-09-07T20:33:44.237Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,42,68,129]
2020-09-07T20:33:44.238Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [0,0,33,0,130,99,242,242,1,51,0,235,246,170,0,0,22,1,194,4,32,11,130,99,68,0,219,8,0,0,16,0,138,180,91,60,109,214,110,138,180,29,153]
2020-09-07T20:33:44.239Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,42,68,129,0,0,33,0,130,99,242,242,1,51,0,235,246,170,0,0,22,1,194,4,32,11,130,99,68,0,219,8,0,0,16,0,138,180,91,60,109,214,110,138,180,29,153]
2020-09-07T20:33:44.239Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 42 - 2 - 4 - 129 - [0,0,33,0,130,99,242,242,1,51,0,235,246,170,0,0,22,1,194,4,32,11,130,99,68,0,219,8,0,0,16,0,138,180,91,60,109,214,110,138,180,29] - 153
2020-09-07T20:33:44.239Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - incomingMsg - {"groupid":0,"clusterid":33,"srcaddr":25474,"srcendpoint":242,"dstendpoint":242,"wasbroadcast":1,"linkquality":51,"securityuse":0,"timestamp":11204331,"transseqnumber":0,"len":22,"data":{"type":"Buffer","data":[1,194,4,32,11,130,99,68,0,219,8,0,0,16,0,138,180,91,60,109,214,110]}}
2020-09-07T20:33:44.240Z zigbee-herdsman:controller:log Received 'zcl' data '{"frame":{"Header":{"frameControl":{"frameType":1,"manufacturerSpecific":false,"direction":0,"disableDefaultResponse":false,"reservedBits":0},"transactionSequenceNumber":194,"manufacturerCode":null,"commandIdentifier":4},"Payload":{"options":2848,"srcID":4481922,"frameCounter":2267,"commandID":16,"payloadSize":0,"commandFrame":{"raw":{"type":"Buffer","data":[138,180,91,60,109,214,110]}}}},"address":25474,"endpoint":242,"linkquality":51,"groupID":0}'
2020-09-07T20:33:44.251Z zigbee-herdsman:controller:log Skipping command 'commisioningNotification' because it is missing from the lookup
2020-09-07T20:33:44.253Z zigbee-herdsman:controller:endpoint DefaultResponse 0x0000000000446382/242 33(4, {"timeout":10000,"disableResponse":false,"disableDefaultResponse":true,"direction":1,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null})
2020-09-07T20:33:44.255Z zigbee-herdsman:adapter:zStack:adapter sendZclFrameToEndpointInternal 0x0000000000446382:25474/242 (0,0)
2020-09-07T20:33:44.255Z zigbee-herdsman:adapter:zStack:znp:SREQ --> AF - dataRequest - {"dstaddr":25474,"destendpoint":242,"srcendpoint":1,"clusterid":33,"transid":174,"options":0,"radius":30,"len":5,"data":{"type":"Buffer","data":[24,194,11,4,0]}}
2020-09-07T20:33:44.256Z zigbee-herdsman:adapter:zStack:unpi:writer --> frame [254,15,36,1,130,99,242,1,33,0,174,0,30,5,24,194,11,4,0,121]
2020-09-07T20:33:44.256Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
(node:18) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined
    at Cipheriv.update (internal/crypto/cipher.js:155:11)
    at GreenPower.encryptSecurityKey (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:62:34)
    at GreenPower.<anonymous> (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:69:34)
    at Generator.next (<anonymous>)
    at /app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:27:71
    at new Promise (<anonymous>)
    at __awaiter (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:23:12)
    at GreenPower.onZclGreenPowerData (/app/node_modules/zigbee-herdsman/dist/controller/greenPower.js:66:16)
    at Controller.<anonymous> (/app/node_modules/zigbee-herdsman/dist/controller/controller.js:432:37)
    at Generator.next (<anonymous>)
(node:18) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 18)
2020-09-07T20:33:44.257Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,27,68,129,0,0,6,0,92,220,1,1,0,84,0,124,252,170,0,0,7,8,115,10,0,0,16,0,100,34,27,29]
2020-09-07T20:33:44.257Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,27,68,129,0,0,6,0,92,220,1,1,0,84,0,124,252,170,0,0,7,8,115,10,0,0,16,0,100,34,27,29]
2020-09-07T20:33:44.257Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 27 - 2 - 4 - 129 - [0,0,6,0,92,220,1,1,0,84,0,124,252,170,0,0,7,8,115,10,0,0,16,0,100,34,27] - 29
2020-09-07T20:33:44.257Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - incomingMsg - {"groupid":0,"clusterid":6,"srcaddr":56412,"srcendpoint":1,"dstendpoint":1,"wasbroadcast":0,"linkquality":84,"securityuse":0,"timestamp":11205756,"transseqnumber":0,"len":7,"data":{"type":"Buffer","data":[8,115,10,0,0,16,0]}}
2020-09-07T20:33:44.258Z zigbee-herdsman:controller:log Received 'zcl' data '{"frame":{"Header":{"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":false,"reservedBits":0},"transactionSequenceNumber":115,"manufacturerCode":null,"commandIdentifier":10},"Payload":[{"attrId":0,"dataType":16,"attrData":0}]},"address":56412,"endpoint":1,"linkquality":84,"groupID":0}'
Zigbee2MQTT:debug 2020-09-07 22:33:44: Received Zigbee message from 'Licht - Arbeitszimmer Thomas - Decke - Filament N', type 'attributeReport', cluster 'genOnOff', data '{"onOff":0}' from endpoint 1 with groupID 0
Zigbee2MQTT:info  2020-09-07 22:33:44: MQTT publish: topic 'zigbee2mqtt/Licht - Arbeitszimmer Thomas - Decke - Filament N', payload '{"brightness":0,"color":{"x":0.3805,"y":0.3769},"color_temp":397,"device":{"applicationVersion":1,"dateCode":"20190601","friendlyName":"Licht - Arbeitszimmer Thomas - Decke - Filament N","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1ecc","manufacturerID":4137,"manufacturerName":"MLI","model":"404037","networkAddress":56412,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","stackVersion":1,"type":"Router","zclVersion":2},"elapsed":120849,"last_seen":1599510824258,"linkquality":84,"state":"OFF"}'
2020-09-07T20:33:44.260Z zigbee-herdsman:controller:endpoint DefaultResponse 0x00158d00013b1ecc/1 6(10, {"timeout":10000,"disableResponse":false,"disableDefaultResponse":true,"direction":1,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null})
2020-09-07T20:33:44.260Z zigbee-herdsman:adapter:zStack:adapter sendZclFrameToEndpointInternal 0x00158d00013b1ecc:56412/1 (0,0)
2020-09-07T20:33:44.260Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:44.283Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,1,100,1,0,100]
2020-09-07T20:33:44.283Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,1,100,1,0,100]
2020-09-07T20:33:44.283Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 1 - 3 - 4 - 1 - [0] - 100
2020-09-07T20:33:44.283Z zigbee-herdsman:adapter:zStack:znp:SRSP <-- AF - dataRequest - {"status":0}
2020-09-07T20:33:44.283Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:44.283Z zigbee-herdsman:adapter:zStack:znp:SREQ --> AF - dataRequest - {"dstaddr":56412,"destendpoint":1,"srcendpoint":1,"clusterid":6,"transid":175,"options":0,"radius":30,"len":5,"data":{"type":"Buffer","data":[24,115,11,10,0]}}
2020-09-07T20:33:44.283Z zigbee-herdsman:adapter:zStack:unpi:writer --> frame [254,15,36,1,92,220,1,1,6,0,175,0,30,5,24,115,11,10,0,114]
2020-09-07T20:33:44.293Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,1,100,1,0,100,254,3]
2020-09-07T20:33:44.293Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,1,100,1,0,100,254,3]
2020-09-07T20:33:44.293Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 1 - 3 - 4 - 1 - [0] - 100
2020-09-07T20:33:44.293Z zigbee-herdsman:adapter:zStack:znp:SRSP <-- AF - dataRequest - {"status":0}
2020-09-07T20:33:44.294Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,3]
2020-09-07T20:33:44.294Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [68,128,0,1,174,104]
2020-09-07T20:33:44.294Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,3,68,128,0,1,174,104]
2020-09-07T20:33:44.294Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 3 - 2 - 4 - 128 - [0,1,174] - 104
2020-09-07T20:33:44.294Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - dataConfirm - {"status":0,"endpoint":1,"transid":174}
2020-09-07T20:33:44.295Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:44.296Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,3,68,128,0,1,175,105]
2020-09-07T20:33:44.296Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,3,68,128,0,1,175,105]
2020-09-07T20:33:44.296Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 3 - 2 - 4 - 128 - [0,1,175] - 105
2020-09-07T20:33:44.296Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - dataConfirm - {"status":0,"endpoint":1,"transid":175}
2020-09-07T20:33:44.296Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:45.770Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,27,68,129,0,0,6,0]
2020-09-07T20:33:45.770Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,27,68,129,0,0,6,0]
2020-09-07T20:33:45.771Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [108,92,1,1,0,54,0,240]
2020-09-07T20:33:45.771Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,27,68,129,0,0,6,0,108,92,1,1,0,54,0,240]
2020-09-07T20:33:45.771Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [123,172,0,0,7,8,9,10]
2020-09-07T20:33:45.771Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,27,68,129,0,0,6,0,108,92,1,1,0,54,0,240,123,172,0,0,7,8,9,10]
2020-09-07T20:33:45.772Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [0,0,16,1,226,110,28,116]
2020-09-07T20:33:45.772Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,27,68,129,0,0,6,0,108,92,1,1,0,54,0,240,123,172,0,0,7,8,9,10,0,0,16,1,226,110,28,116]
2020-09-07T20:33:45.772Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 27 - 2 - 4 - 129 - [0,0,6,0,108,92,1,1,0,54,0,240,123,172,0,0,7,8,9,10,0,0,16,1,226,110,28] - 116
2020-09-07T20:33:45.772Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - incomingMsg - {"groupid":0,"clusterid":6,"srcaddr":23660,"srcendpoint":1,"dstendpoint":1,"wasbroadcast":0,"linkquality":54,"securityuse":0,"timestamp":11303920,"transseqnumber":0,"len":7,"data":{"type":"Buffer","data":[8,9,10,0,0,16,1]}}
2020-09-07T20:33:45.773Z zigbee-herdsman:controller:log Received 'zcl' data '{"frame":{"Header":{"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":false,"reservedBits":0},"transactionSequenceNumber":9,"manufacturerCode":null,"commandIdentifier":10},"Payload":[{"attrId":0,"dataType":16,"attrData":1}]},"address":23660,"endpoint":1,"linkquality":54,"groupID":0}'
Zigbee2MQTT:debug 2020-09-07 22:33:45: Received Zigbee message from 'Licht - Wohnzimmer Essbereich - Esstisch - Filament J', type 'attributeReport', cluster 'genOnOff', data '{"onOff":1}' from endpoint 1 with groupID 0
Zigbee2MQTT:info  2020-09-07 22:33:45: MQTT publish: topic 'zigbee2mqtt/Licht - Wohnzimmer Essbereich - Esstisch - Filament J', payload '{"brightness":26,"color":{"x":0.3805,"y":0.3769},"color_temp":500,"device":{"applicationVersion":1,"dateCode":"20190601","friendlyName":"Licht - Wohnzimmer Essbereich - Esstisch - Filament J","hardwareVersion":1,"ieeeAddr":"0x00158d00013dc5c8","manufacturerID":4137,"manufacturerName":"MLI","model":"404037","networkAddress":23660,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","stackVersion":1,"type":"Router","zclVersion":2},"elapsed":56125,"last_seen":1599510825773,"linkquality":54,"state":"ON"}'
2020-09-07T20:33:45.775Z zigbee-herdsman:controller:endpoint DefaultResponse 0x00158d00013dc5c8/1 6(10, {"timeout":10000,"disableResponse":false,"disableDefaultResponse":true,"direction":1,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null})
2020-09-07T20:33:45.775Z zigbee-herdsman:adapter:zStack:adapter sendZclFrameToEndpointInternal 0x00158d00013dc5c8:23660/1 (0,0)
2020-09-07T20:33:45.775Z zigbee-herdsman:adapter:zStack:znp:SREQ --> AF - dataRequest - {"dstaddr":23660,"destendpoint":1,"srcendpoint":1,"clusterid":6,"transid":176,"options":0,"radius":30,"len":5,"data":{"type":"Buffer","data":[24,9,11,10,0]}}
2020-09-07T20:33:45.776Z zigbee-herdsman:adapter:zStack:unpi:writer --> frame [254,15,36,1,108,92,1,1,6,0,176,0,30,5,24,9,11,10,0,167]
2020-09-07T20:33:45.777Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:45.777Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,27,68,129,0,0,6,0,92,220,1,1,0,81,0,220,124,172,0,0,7,8,115,10,0,0,16,0,100,34,27,62]
2020-09-07T20:33:45.778Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,27,68,129,0,0,6,0,92,220,1,1,0,81,0,220,124,172,0,0,7,8,115,10,0,0,16,0,100,34,27,62]
2020-09-07T20:33:45.778Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 27 - 2 - 4 - 129 - [0,0,6,0,92,220,1,1,0,81,0,220,124,172,0,0,7,8,115,10,0,0,16,0,100,34,27] - 62
2020-09-07T20:33:45.779Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - incomingMsg - {"groupid":0,"clusterid":6,"srcaddr":56412,"srcendpoint":1,"dstendpoint":1,"wasbroadcast":0,"linkquality":81,"securityuse":0,"timestamp":11304156,"transseqnumber":0,"len":7,"data":{"type":"Buffer","data":[8,115,10,0,0,16,0]}}
2020-09-07T20:33:45.781Z zigbee-herdsman:controller:log Received 'zcl' data '{"frame":{"Header":{"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":false,"reservedBits":0},"transactionSequenceNumber":115,"manufacturerCode":null,"commandIdentifier":10},"Payload":[{"attrId":0,"dataType":16,"attrData":0}]},"address":56412,"endpoint":1,"linkquality":81,"groupID":0}'
Zigbee2MQTT:debug 2020-09-07 22:33:45: Received Zigbee message from 'Licht - Arbeitszimmer Thomas - Decke - Filament N', type 'attributeReport', cluster 'genOnOff', data '{"onOff":0}' from endpoint 1 with groupID 0
Zigbee2MQTT:info  2020-09-07 22:33:45: MQTT publish: topic 'zigbee2mqtt/Licht - Arbeitszimmer Thomas - Decke - Filament N', payload '{"brightness":0,"color":{"x":0.3805,"y":0.3769},"color_temp":397,"device":{"applicationVersion":1,"dateCode":"20190601","friendlyName":"Licht - Arbeitszimmer Thomas - Decke - Filament N","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1ecc","manufacturerID":4137,"manufacturerName":"MLI","model":"404037","networkAddress":56412,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","stackVersion":1,"type":"Router","zclVersion":2},"elapsed":1524,"last_seen":1599510825781,"linkquality":81,"state":"OFF"}'
2020-09-07T20:33:45.783Z zigbee-herdsman:controller:endpoint DefaultResponse 0x00158d00013b1ecc/1 6(10, {"timeout":10000,"disableResponse":false,"disableDefaultResponse":true,"direction":1,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null})
2020-09-07T20:33:45.783Z zigbee-herdsman:adapter:zStack:adapter sendZclFrameToEndpointInternal 0x00158d00013b1ecc:56412/1 (0,0)
2020-09-07T20:33:45.783Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:45.786Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,1,100,1,0,100]
2020-09-07T20:33:45.786Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,1,100,1,0,100]
2020-09-07T20:33:45.786Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 1 - 3 - 4 - 1 - [0] - 100
2020-09-07T20:33:45.786Z zigbee-herdsman:adapter:zStack:znp:SRSP <-- AF - dataRequest - {"status":0}
2020-09-07T20:33:45.786Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:45.787Z zigbee-herdsman:adapter:zStack:znp:SREQ --> AF - dataRequest - {"dstaddr":56412,"destendpoint":1,"srcendpoint":1,"clusterid":6,"transid":177,"options":0,"radius":30,"len":5,"data":{"type":"Buffer","data":[24,115,11,10,0]}}
2020-09-07T20:33:45.787Z zigbee-herdsman:adapter:zStack:unpi:writer --> frame [254,15,36,1,92,220,1,1,6,0,177,0,30,5,24,115,11,10,0,108]
2020-09-07T20:33:45.790Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,3,68,128,0,1,176,118]
2020-09-07T20:33:45.790Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,3,68,128,0,1,176,118]
2020-09-07T20:33:45.790Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 3 - 2 - 4 - 128 - [0,1,176] - 118
2020-09-07T20:33:45.791Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - dataConfirm - {"status":0,"endpoint":1,"transid":176}
2020-09-07T20:33:45.791Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:45.796Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,1,100,1,0,100]
2020-09-07T20:33:45.797Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,1,100,1,0,100]
2020-09-07T20:33:45.797Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 1 - 3 - 4 - 1 - [0] - 100
2020-09-07T20:33:45.797Z zigbee-herdsman:adapter:zStack:znp:SRSP <-- AF - dataRequest - {"status":0}
2020-09-07T20:33:45.797Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
2020-09-07T20:33:45.810Z zigbee-herdsman:adapter:zStack:unpi:parser <-- [254,3,68,128,0,1,177,119]
2020-09-07T20:33:45.810Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext [254,3,68,128,0,1,177,119]
2020-09-07T20:33:45.810Z zigbee-herdsman:adapter:zStack:unpi:parser --> parsed 3 - 2 - 4 - 128 - [0,1,177] - 119
2020-09-07T20:33:45.811Z zigbee-herdsman:adapter:zStack:znp:AREQ <-- AF - dataConfirm - {"status":0,"endpoint":1,"transid":177}
2020-09-07T20:33:45.811Z zigbee-herdsman:adapter:zStack:unpi:parser --- parseNext []
Zigbee2MQTT:debug 2020-09-07 22:33:48: Received MQTT message on 'zigbee2mqtt/bridge/config/devices' with data '1599510828159'
Zigbee2MQTT:info  2020-09-07 22:33:48: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":[{"dateCode":"20200830","friendly_name":"Coordinator","ieeeAddr":"0x00124b001ca5cb16","lastSeen":1599510828161,"networkAddress":0,"softwareBuildID":"zStack3x0","type":"Coordinator"},{"dateCode":"20161129","description":"Aqara temperature, humidity and pressure sensor","friendly_name":"Luftqualität - Wohnzimmer (A)","hardwareVersion":30,"ieeeAddr":"0x00158d000322bc2d","lastSeen":1599510816386,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":6111,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20170331","description":"FLOALT LED light panel, dimmable, white spectrum (30x30 cm)","friendly_name":"Licht - Flur","hardwareVersion":1,"ieeeAddr":"0x000b57fffe98737e","lastSeen":1599510764384,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"L1527","modelID":"FLOALT panel WS 30x30","networkAddress":57029,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.217","type":"Router","vendor":"IKEA"},{"dateCode":"20161104-117","description":"E27 bulb RGBW","friendly_name":"Licht - Dusch-Bad - Decke A","hardwareVersion":1,"ieeeAddr":"0x00158d0001ce9b6e","lastSeen":1599510613494,"manufacturerID":4454,"manufacturerName":"innr","model":"RB 185 C","modelID":"RB 185 C","networkAddress":62130,"powerSource":"Mains (single phase)","softwareBuildID":"2.0","type":"Router","vendor":"Innr"},{"dateCode":"20161104-117","description":"E27 bulb RGBW","friendly_name":"Licht - Dusch-Bad - Decke B","hardwareVersion":1,"ieeeAddr":"0x00158d0001c37b10","lastSeen":1599510613444,"manufacturerID":4454,"manufacturerName":"innr","model":"RB 185 C","modelID":"RB 185 C","networkAddress":50278,"powerSource":"Mains (single phase)","softwareBuildID":"2.0","type":"Router","vendor":"Innr"},{"description":"Aqara door & window contact sensor","friendly_name":"Wohnungstür (A)","ieeeAddr":"0x00158d0002b52a82","lastSeen":1599509884343,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":15961,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"Terrassen-Feuerschutztür (B)","hardwareVersion":2,"ieeeAddr":"0x00158d0002c9ef48","lastSeen":1587405518786,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":57061,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"MiJia human body movement sensor","friendly_name":"Bewegung - Wannen-Bad (B)","ieeeAddr":"0x00158d00022812a5","lastSeen":1595052657177,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ01LM","modelID":"lumi.sensor_motion","networkAddress":63943,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Mi/Aqara smart home cube","friendly_name":"Cube - Wohnzimmer (A)","ieeeAddr":"0x00158d00032c9fbd","lastSeen":1586254737370,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MFKZQ01LM","modelID":"lumi.sensor_cube.aqgl01","networkAddress":28726,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"MiJia human body movement sensor","friendly_name":"Bewegung - Dusch-Bad (A)","ieeeAddr":"0x00158d00022493de","lastSeen":1599510403313,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ01LM","modelID":"lumi.sensor_motion","networkAddress":55724,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20140331DEOS****","description":"Smart+ plug","friendly_name":"Steckdose - Terrasse A","hardwareVersion":1,"ieeeAddr":"0x7cb03eaa00ab2807","lastSeen":1596863934251,"manufacturerID":48042,"manufacturerName":"OSRAM","model":"AB3257001NJ","modelID":"Plug 01","networkAddress":21072,"powerSource":"Mains (single phase)","softwareBuildID":"V1.04.90","type":"Router","vendor":"OSRAM"},{"dateCode":"20190705-350","description":"E27 filament bulb dimmable","friendly_name":"Licht - Terrasse - Filament C","hardwareVersion":1,"ieeeAddr":"0xccccccfffe2e4612","lastSeen":1599510723952,"manufacturerID":4454,"manufacturerName":"innr","model":"RF 263","modelID":"RF 263","networkAddress":20754,"powerSource":"Mains (single phase)","softwareBuildID":"2.1","type":"Router","vendor":"Innr"},{"dateCode":"20190705-350","description":"E27 filament bulb dimmable","friendly_name":"Licht - Terrasse - Filament D","hardwareVersion":1,"ieeeAddr":"0xccccccfffe2e3b09","lastSeen":1599510741923,"manufacturerID":4454,"manufacturerName":"innr","model":"RF 263","modelID":"RF 263","networkAddress":24737,"powerSource":"Mains (single phase)","softwareBuildID":"2.1","type":"Router","vendor":"Innr"},{"dateCode":"20140331DEOS****","description":"Smart+ plug","friendly_name":"Steckdose - Terrasse B","hardwareVersion":1,"ieeeAddr":"0x7cb03eaa00b05d45","lastSeen":1599510625085,"manufacturerID":48042,"manufacturerName":"OSRAM","model":"AB3257001NJ","modelID":"Plug 01","networkAddress":46920,"powerSource":"Mains (single phase)","softwareBuildID":"V1.04.90","type":"Router","vendor":"OSRAM"},{"dateCode":"20190705-350","description":"E27 filament bulb dimmable","friendly_name":"Licht - Terrasse - Filament A","hardwareVersion":1,"ieeeAddr":"0xccccccfffe2e3b7f","lastSeen":1599510729727,"manufacturerID":4454,"manufacturerName":"innr","model":"RF 263","modelID":"RF 263","networkAddress":63426,"powerSource":"Mains (single phase)","softwareBuildID":"2.1","type":"Router","vendor":"Innr"},{"dateCode":"20190705-350","description":"E27 filament bulb dimmable","friendly_name":"Licht - Terrasse - Filament B","hardwareVersion":1,"ieeeAddr":"0xccccccfffe2e4604","lastSeen":1599510726720,"manufacturerID":4454,"manufacturerName":"innr","model":"RF 263","modelID":"RF 263","networkAddress":48685,"powerSource":"Mains (single phase)","softwareBuildID":"2.1","type":"Router","vendor":"Innr"},{"description":"Aqara door & window contact sensor","friendly_name":"Tür - Neu (C)","ieeeAddr":"0x00158d0002bfe65b","lastSeen":1599466853576,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":3417,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20140331DEOS****","description":"Smart+ plug","friendly_name":"Steckdose - Neu","hardwareVersion":1,"ieeeAddr":"0x7cb03eaa00b0bd22","lastSeen":1584886035043,"manufacturerID":48042,"manufacturerName":"OSRAM","model":"AB3257001NJ","modelID":"Plug 01","networkAddress":31189,"powerSource":"Mains (single phase)","softwareBuildID":"V1.04.12","type":"Router","vendor":"OSRAM"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"Fenster - Dusch-Bad (D)","hardwareVersion":2,"ieeeAddr":"0x00158d0002c9eee8","lastSeen":1599510182922,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":58886,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20200311","description":"TRADFRI LED bulb E26/E27 950 lumen, dimmable, white spectrum, clear","friendly_name":"Licht - Arbeitszimmer Kathi","hardwareVersion":1,"ieeeAddr":"0x000b57fffee563b8","lastSeen":1599510546111,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1546G12","modelID":"TRADFRI bulb E27 WS clear 950lm","networkAddress":56239,"powerSource":"Mains (single phase)","softwareBuildID":"2.3.050","type":"Router","vendor":"IKEA"},{"dateCode":"20190410","description":"TRADFRI ON/OFF switch","friendly_name":"Dimmschalter - Neu (A)","hardwareVersion":1,"ieeeAddr":"0xccccccfffee0807e","lastSeen":1599450404727,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":45477,"powerSource":"Battery","softwareBuildID":"2.2.008","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190723","description":"TRADFRI ON/OFF switch","friendly_name":"Dimmschalter - Neu (B)","hardwareVersion":1,"ieeeAddr":"0xec1bbdfffea27845","lastSeen":1599438766876,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1743","modelID":"TRADFRI on/off switch","networkAddress":49542,"powerSource":"Battery","softwareBuildID":"2.2.010","type":"EndDevice","vendor":"IKEA"},{"description":"Aqara human body movement and illuminance sensor","friendly_name":"Bewegung - Reserve (C)","ieeeAddr":"0x00158d0004508246","lastSeen":1593854354582,"manufacturerID":4151,"manufacturerName":"LUMI","model":"RTCGQ11LM","modelID":"lumi.sensor_motion.aq2","networkAddress":41740,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara temperature, humidity and pressure sensor","friendly_name":"Luftqualität - Arbeitszimmer Thomas (B)","ieeeAddr":"0x00158d0004217807","lastSeen":1588802887090,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":50852,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara temperature, humidity and pressure sensor","friendly_name":"Luftqualität - Schlafzimmer (C)","ieeeAddr":"0x00158d0003f4c011","lastSeen":1588281372327,"manufacturerID":4151,"manufacturerName":"LUMI","model":"WSDCGQ11LM","modelID":"lumi.weather","networkAddress":65509,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20170529","description":"TRADFRI driver for wireless control (10 watt)","friendly_name":"Licht - Neu - Schrankbeleuchtung_10W (A)","hardwareVersion":1,"ieeeAddr":"0x086bd7fffe3c5de6","lastSeen":1599510652383,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"ICPSHC24-10EU-IL-1","modelID":"TRADFRI Driver 10W","networkAddress":65451,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.245","type":"Router","vendor":"IKEA"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"Terrassentür - Wohnzimmer (TF_F)","hardwareVersion":2,"ieeeAddr":"0x00158d00044e8215","lastSeen":1599508393200,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":52784,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"Terrassentür - Küche","ieeeAddr":"0x00158d00040e0ba8","lastSeen":1586542681619,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":21431,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20161128","description":"Aqara door & window contact sensor","friendly_name":"Terrassentür - Arbeitszimmer Thomas (TF_H)","hardwareVersion":2,"ieeeAddr":"0x00158d00049ff8b5","lastSeen":1599510537959,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":43842,"powerSource":"Battery","softwareBuildID":"3000-0001","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"Terrassentür - Essbereich","ieeeAddr":"0x00158d00042cbdbc","lastSeen":1594693114193,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":13867,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"Terrassentür - Schlafzimmer","ieeeAddr":"0x00158d00040e0db6","lastSeen":1587401866604,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":22701,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"Terrassentür - Arbeitszimmer Kathi","ieeeAddr":"0x00158d00049ff9e2","lastSeen":1587473587780,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":28030,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"Fenster - Wannen-Bad","ieeeAddr":"0x00158d00044fc37c","lastSeen":1599494896065,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":34496,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"description":"Aqara door & window contact sensor","friendly_name":"Tür - Neu (M)","ieeeAddr":"0x00158d00040e0d7c","lastSeen":1599510262202,"manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","modelID":"lumi.sensor_magnet.aq2","networkAddress":42172,"powerSource":"Battery","type":"EndDevice","vendor":"Xiaomi"},{"dateCode":"20170529","description":"TRADFRI driver for wireless control (30 watt)","friendly_name":"Licht - Schlafzimmer - Schrankbeleuchtung (B)","hardwareVersion":1,"ieeeAddr":"0x680ae2fffebdc9f6","lastSeen":1599510806054,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"ICPSHC24-30EU-IL-1","modelID":"TRADFRI Driver 30W","networkAddress":54999,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.245","type":"Router","vendor":"IKEA"},{"dateCode":"20170331","description":"TRADFRI LED bulb E26/E27 980 lumen, dimmable, white spectrum, opal white","friendly_name":"Licht - Wohnzimmer Licht 1_1 - (E27_E)","hardwareVersion":1,"ieeeAddr":"0x000b57fffebbb02c","lastSeen":1592001255411,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1545G12","modelID":"TRADFRI bulb E27 WS opal 980lm","networkAddress":21172,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.217","type":"Router","vendor":"IKEA"},{"dateCode":"20170302","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, opal white","friendly_name":"Licht - Wohnzimmer Licht 1_3 - (E27_C)","hardwareVersion":1,"ieeeAddr":"0x000b57fffe3640dc","lastSeen":1592000627096,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1623G12","modelID":"TRADFRI bulb E27 opal 1000lm","networkAddress":60041,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.214","type":"Router","vendor":"IKEA"},{"dateCode":"20170302","description":"TRADFRI LED bulb E27 1000 lumen, dimmable, opal white","friendly_name":"Licht - Wohnzimmer Licht 1_2 - (E27_D)","hardwareVersion":1,"ieeeAddr":"0x000b57fffe3635c3","lastSeen":1592000789285,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"LED1623G12","modelID":"TRADFRI bulb E27 opal 1000lm","networkAddress":61243,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.214","type":"Router","vendor":"IKEA"},{"dateCode":"20200124","description":"Hue white filament Edison E27 LED","friendly_name":"Licht - Terrasse - Filament E","hardwareVersion":1,"ieeeAddr":"0x00178801081bebf7","lastSeen":1599510670230,"manufacturerID":4107,"manufacturerName":"Philips","model":"929002241201","modelID":"LWV001","networkAddress":4582,"powerSource":"Mains (single phase)","softwareBuildID":"1.65.9_hB3217DF4","type":"Router","vendor":"Philips"},{"dateCode":"20200124","description":"Hue white filament Edison E27 LED","friendly_name":"Licht - Terrasse - Filament F","hardwareVersion":1,"ieeeAddr":"0x0017880108a04723","lastSeen":1599510803247,"manufacturerID":4107,"manufacturerName":"Philips","model":"929002241201","modelID":"LWV001","networkAddress":63231,"powerSource":"Mains (single phase)","softwareBuildID":"1.65.9_hB3217DF4","type":"Router","vendor":"Philips"},{"dateCode":"20180404-42","description":"Tint LED bulb GU10/E14/E27 350/470/806 lumen, dimmable, opal white","friendly_name":"Licht - Wannen-Bad - Decke A (GU10_A)","hardwareVersion":1,"ieeeAddr":"0x00158d000470cdbc","lastSeen":1599510781818,"manufacturerID":4635,"manufacturerName":"MLI","model":"404006/404008/404004","modelID":"ZBT-ColorTemperature","networkAddress":46218,"powerSource":"Mains (single phase)","softwareBuildID":"2.0","type":"Router","vendor":"Müller Licht"},{"dateCode":"20180404-42","description":"Tint LED bulb GU10/E14/E27 350/470/806 lumen, dimmable, opal white","friendly_name":"Licht - Wannen-Bad - Decke C (GU10_C)","hardwareVersion":1,"ieeeAddr":"0x00158d00046ef452","lastSeen":1599510780988,"manufacturerID":4635,"manufacturerName":"MLI","model":"404006/404008/40400
4","modelID":"ZBT-ColorTemperature","networkAddress":8804,"powerSource":"Mains (single phase)","softwareBuildID":"2.0","type":"Router","vendor":"Müller Licht"},{"dateCode":"20180404-42","description":"Tint LED bulb GU10/E14/E27 350/470/806 lumen, dimmable, opal white","friendly_name":"Licht - Wannen-Bad - Decke B (GU10_B)","hardwareVersion":1,"ieeeAddr":"0x00158d000470cbca","lastSeen":1599510780993,"manufacturerID":4635,"manufacturerName":"MLI","model":"404006/404008/404004","modelID":"ZBT-ColorTemperature","networkAddress":35616,"powerSource":"Mains (single phase)","softwareBuildID":"2.0","type":"Router","vendor":"Müller Licht"},{"dateCode":"20170302","description":"TRADFRI remote control","friendly_name":"IKEA Remote (A)","hardwareVersion":1,"ieeeAddr":"0x000b57fffebd8cca","lastSeen":1589384549514,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":45829,"powerSource":"Battery","softwareBuildID":"1.2.214","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20170302","description":"TRADFRI remote control","friendly_name":"IKEA Remote (B)","hardwareVersion":1,"ieeeAddr":"0x000b57fffeab5b2e","lastSeen":1588691502592,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":63621,"powerSource":"Battery","softwareBuildID":"1.2.214","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Filament G","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1b4d","lastSeen":1599504494741,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":43163,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Filament H","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1ddc","lastSeen":1599510789015,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":10162,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Filament I","hardwareVersion":1,"ieeeAddr":"0x00158d00013dbf4b","lastSeen":1598865699896,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":12674,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Wohnzimmer Essbereich - Esstisch - Filament J","hardwareVersion":1,"ieeeAddr":"0x00158d00013dc5c8","lastSeen":1599510825773,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":23660,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Schlafzimmer - Decke - Filament K","hardwareVersion":1,"ieeeAddr":"0x00158d00013d3a1d","lastSeen":1599510805576,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":21370,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20170529","description":"TRADFRI driver for wireless control (10 watt)","friendly_name":"Licht - Arbeitszimmer Thomas - Schrankbeleuchtung (C)","hardwareVersion":1,"ieeeAddr":"0x680ae2fffe8012d7","lastSeen":1599510780681,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"ICPSHC24-10EU-IL-1","modelID":"TRADFRI Driver 10W","networkAddress":46990,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.245","type":"Router","vendor":"IKEA"},{"dateCode":"NULL","description":"Tint smart switch","friendly_name":"Licht - Neu (UP_A)","hardwareVersion":0,"ieeeAddr":"0x14b457fffe827d75","lastSeen":1597330711472,"manufacturerID":4635,"manufacturerName":"MLI","model":"404021","modelID":"tint Smart Switch","networkAddress":23982,"powerSource":"Mains (single phase)","softwareBuildID":"2.5.3_r40","type":"Router","vendor":"Müller Licht"},{"dateCode":"NULL","description":"Tint smart switch","friendly_name":"Licht - Neu (UP_B)","hardwareVersion":0,"ieeeAddr":"0x14b457fffec4ddc8","lastSeen":1588595343661,"manufacturerID":4635,"manufacturerName":"MLI","model":"404021","modelID":"tint Smart Switch","networkAddress":9953,"powerSource":"Mains (single phase)","softwareBuildID":"2.5.3_r40","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190401","description":"TRADFRI remote control","friendly_name":"IKEA Remote (D)","hardwareVersion":1,"ieeeAddr":"0x680ae2fffe4b5cec","lastSeen":1599461645574,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":590,"powerSource":"Battery","softwareBuildID":"2.3.014","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Arbeitszimmer Thomas - Decke - Filament L","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1b6b","lastSeen":1599510806510,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":51979,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Arbeitszimmer Thomas - Decke - Filament M","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1b81","lastSeen":1599510806215,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":44306,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Arbeitszimmer Thomas - Decke - Filament N","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1ecc","lastSeen":1599510825781,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":56412,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Filament O","hardwareVersion":1,"ieeeAddr":"0x00158d00013dcc45","lastSeen":1599510801788,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":29026,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Filament P","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1b88","lastSeen":1590435583874,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":26953,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20140331DEOS****","description":"Smart+ plug","friendly_name":"Steckdose - Arbeitszimmer Thomas - 3D-Drucker","hardwareVersion":1,"ieeeAddr":"0x84182600000c37ab","lastSeen":1599509347514,"manufacturerID":48042,"manufacturerName":"OSRAM","model":"AB3257001NJ","modelID":"Plug 01","networkAddress":42270,"powerSource":"Mains (single phase)","softwareBuildID":"V1.04.12","type":"Router","vendor":"OSRAM"},{"dateCode":"20200316","description":"Outdoor smart spot colour, 230lm/spot, RGBW","friendly_name":"Licht - Outdoor Spots A","hardwareVersion":2,"ieeeAddr":"0x00158d00028761e3","lastSeen":1599510777578,"manufacturerID":4454,"manufacturerName":"innr","model":"OSL 130 C","modelID":"OSL 130 C","networkAddress":33486,"powerSource":"Mains (single phase)","softwareBuildID":"0x27102162","type":"Router","vendor":"Innr"},{"dateCode":"20200316","description":"Outdoor smart spot colour, 230lm/spot, RGBW","friendly_name":"Licht - Outdoor Spots B","hardwareVersion":2,"ieeeAddr":"0x00158d0002a31315","lastSeen":1599510793985,"manufacturerID":4454,"manufacturerName":"innr","model":"OSL 130 C","modelID":"OSL 130 C","networkAddress":50067,"powerSource":"Mains (single phase)","softwareBuildID":"0x27102162","type":"Router","vendor":"Innr"},{"dateCode":"20200316","description":"Outdoor flex light colour LED strip 2m, 550lm, RGBW","friendly_name":"Licht - Outdoor Lightstrip A","hardwareVersion":2,"ieeeAddr":"0x00158d0002a31557","lastSeen":1599510782243,"manufacturerID":4454,"manufacturerName":"innr","model":"OFL 120 C","modelID":"OFL 120 C","networkAddress":64317,"powerSource":"Mains (single phase)","softwareBuildID":"0x27102162","type":"Router","vendor":"Innr"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Wohnzimmer Essbereich - Esstisch - Filament Q","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1dce","lastSeen":1599510810656,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":33642,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"20190601","description":"Tint retro filament LED-bulb E27, Edison bulb gold, white+ambiance (1800-6500K), dimmable, 5,5W","friendly_name":"Licht - Wohnzimmer Essbereich - Esstisch - Filament R","hardwareVersion":1,"ieeeAddr":"0x00158d00013b1b0d","lastSeen":1599510694355,"manufacturerID":4137,"manufacturerName":"MLI","model":"404037","modelID":"tint-ColorTemperature","networkAddress":28386,"powerSource":"Mains (single phase)","softwareBuildID":"TDU18650B01","type":"Router","vendor":"Müller Licht"},{"dateCode":"2019-06-21","description":"[Multi-channel relay switch](https://ptvo.info/zigbee-switch-configurable-firmware-router-199/)","friendly_name":"Router - DIY Outdoor v2","hardwareVersion":1,"ieeeAddr":"0x00124b001fb61d4e","lastSeen":1598153038044,"manufacturerID":4447,"manufacturerName":"ptvo.info","model":"ptvo.switch","modelID":"ptvo.switch","networkAddress":61871,"powerSource":"Mains (single phase)","softwareBuildID":"2019-06-21","type":"Router","vendor":"Custom devices (DiY)"},{"dateCode":"20200316","description":"Outdoor smart spot colour, 230lm/spot, RGBW","friendly_name":"Licht - Outdoor Spots C","hardwareVersion":2,"ieeeAddr":"0x00158d000284e09a","lastSeen":1599510821729,"manufacturerID":4454,"manufacturerName":"innr","model":"OSL 130 C","modelID":"OSL 130 C","networkAddress":12451,"powerSource":"Mains (single phase)","softwareBuildID":"0x27102162","type":"Router","vendor":"Innr"},{"dateCode":"20190312","description":"SYMFONISK sound controller","friendly_name":"Dreh-Dimmschalter - Esstisch (A)","hardwareVersion":1,"ieeeAddr":"0x14b457fffe7601be","lastSeen":1599458637918,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1744","modelID":"SYMFONISK Sound Controller","networkAddress":43659,"powerSource":"Battery","softwareBuildID":"2.1.022","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190308","description":"TRADFRI motion sensor","friendly_name":"Bewegung - IKEA_1 (D)","hardwareVersion":1,"ieeeAddr":"0x588e81fffe4d1ae2","lastSeen":1599510763164,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1525/E1745","modelID":"TRADFRI motion sensor","networkAddress":35689,"powerSource":"Battery","softwareBuildID":"2.0.022","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190308","description":"TRADFRI motion sensor","friendly_name":"Bewegung - IKEA_2 (E)","hardwareVersion":1,"ieeeAddr":"0x588e81fffe28b09a","lastSeen":1599510727265,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1525/E1745","modelID":"TRADFRI motion sensor","networkAddress":41057,"powerSource":"Battery","softwareBuildID":"2.0.022","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20200107","description":"FLOALT LED light panel, dimmable, white spectrum (30x90 cm)","friendly_name":"Licht - Eingangsbereich","hardwareVersion":1,"ieeeAddr":"0x000d6ffffe5f82d3","lastSeen":1599510812767,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"L1528","modelID":"FLOALT panel WS 30x90","networkAddress":17861,"powerSource":"Mains (single phase)","softwareBuildID":"1.2.224","type":"Router","vendor":"IKEA"},{"description":"On/off switch","friendly_name":"HueTapSchalter - Schlafzimmer (A)","ieeeAddr":"0x0000000000446382","lastSeen":1599510824245,"manufacturerID":null,"model":"GreenPower_On_Off_Switch","modelID":"GreenPower_2","networkAddress":25474,"type":"GreenPower","vendor":"GreenPower"},{"dateCode":"20190401","description":"TRADFRI remote control","friendly_name":"IKEA Remote (E)","hardwareVersion":1,"ieeeAddr":"0x680ae2fffec23a20","lastSeen":1599509710147,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":53797,"softwareBuildID":"2.3.014","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190401","description":"TRADFRI remote control","friendly_name":"IKEA Remote (C)","hardwareVersion":1,"ieeeAddr":"0x588e81fffe2b2fd3","lastSeen":1599508380278,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":59669,"powerSource":"Battery","softwareBuildID":"2.3.014","type":"EndDevice","vendor":"IKEA"},{"dateCode":"20190401","description":"TRADFRI remote control","friendly_name":"IKEA Remote (F)","hardwareVersion":1,"ieeeAddr":"0x680ae2fffec6d91a","lastSeen":1599502118440,"manufacturerID":4476,"manufacturerName":"IKEA of Sweden","model":"E1524/E1810","modelID":"TRADFRI remote control","networkAddress":36130,"powerSource":"Battery","softwareBuildID":"2.3.014","type":"EndDevice","vendor":"IKEA"}],"type":"devices"}'
Koenkk commented 3 years ago

Issue should be fixed in latest dev branch

Changes will be available in the latest dev branch in a few hours (https://www.zigbee2mqtt.io/how_tos/how-to-switch-to-dev-branch.html)

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days

XRyu commented 3 years ago

Works now :)

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days

wb441 commented 3 years ago

Good afternoon! I have a couple of Niko Friends of Hue switches. The doc allowed me to pair them successfully. So far, I could only get them to do anything useful by going via NodeRED to "pair" the button actions to send a MQTT command back to z2M.

Ideally, I would like the Niko Friends of Hue switch to influence a nearby Ubisys D1. That last one supports Zigbee Green Power, but is there in fact now way for them to work together unless a layer like NodeRED/Home Assistant/OpenHAB is used?

Thanks for the clarification

vandenbogerd commented 3 years ago

I just managed to get the "GreenPower_On_Off_Switch" in Zigbee2MQTT. But I don't get how to get the 4 buttons active in HA?

Anything I'm missing here?

davidjb commented 2 years ago

@vandenbogerd The four buttons appear as the state of the relevant Tap switch's sensor in Home Assistant. So, in other words if you have a Tap switch with the friendly name of tap_switch_foyer in zigbee2mqtt, it'll appear as sensor.tap_switch_foyer_action in HA and its state will momentarily be one of toggle (button 1), recall_scene_0 (button 2), recall_scene_1 (button 3) and recall_scene_2 (button 4) after a press occurs.

From there, you can use the state of the sensor to create triggers for automations like so. This example listens to presses from different buttons on two different switches to perform the same action but you could just as easily listen to just a single trigger:

- id: switch_foyer_light
  alias: Toggle Foyer Light from foyer switch and lounge switch
  initial_state: true
  trigger:
    - platform: state
      entity_id: sensor.tap_switch_foyer_action
      to: toggle
    - platform: state
      entity_id: sensor.tap_switch_lounge_action
      to: recall_scene_2
  action:
    - service: light.toggle
      entity_id: light.foyer_light
phasperhoven commented 2 years ago

I'm in the process of moving my devices from deConz to Zigbee2mqtt. After pairing one of my Greenpower switches I noticed this combination doesn't seem to support a hold (long press) action. I just see press and release actions. deConz sent different codes for short and long press. Unfortunately I was using some of these long presses, so I'd like them supported:-). Is that something that is coming, or has someone found some sort of solution/workaround, either in Z2M or in Homeassistant?

juamiso commented 2 years ago

I'm in the process of moving my devices from deConz to Zigbee2mqtt. After pairing one of my Greenpower switches I noticed this combination doesn't seem to support a hold (long press) action. I just see press and release actions. deConz sent different codes for short and long press. Unfortunately I was using some of these long presses, so I'd like them supported:-). Is that something that is coming, or has someone found some sort of solution/workaround, either in Z2M or in Homeassistant?

Consider staying with deconz. I went from zigbee2mqtt to deconz and the robustness has improved dramatically. At least in my case it has been rock solid (using green zigbee devices).