zigbee2mqtt icon indicating copy to clipboard operation
zigbee2mqtt copied to clipboard

Deconz ConbeeII - Not working in V2.3.0

Open Imaginous opened this issue 8 months ago • 2 comments

What happened?

After upgrading V2.2.1 to V2.3.0 I get an error on the Deconz ConbeeII

What did you expect to happen?

For it to work normally

How to reproduce it (minimal and precise)

Use a Deconz ConbeeII adapter.

Zigbee2MQTT version

2.3.0

Adapter firmware version

Latest

Adapter

ConbeeII

Setup

Standalone on a raspberry pi 3B+

Debug log

May 02 11:14:27 domoticapi1 npm[2016]: [2025-05-02 11:14:27] error: z2m: Failed to start zigbee-herdsman May 02 11:14:27 domoticapi1 npm[2016]: [2025-05-02 11:14:27] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions May 02 11:14:27 domoticapi1 npm[2016]: [2025-05-02 11:14:27] error: z2m: Exiting... May 02 11:14:27 domoticapi1 npm[2016]: [2025-05-02 11:14:27] error: z2m: Error: Get coordinator version Error: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (170) May 02 11:14:27 domoticapi1 npm[2016]: at DeconzAdapter.getCoordinatorVersion (/opt/zigbee2mqtt/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/deconz/adapter/deconzAdapter.ts:289:19) May 02 11:14:27 domoticapi1 npm[2016]: at Controller.getCoordinatorVersion (/opt/zigbee2mqtt/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/controller.ts:415:16) May 02 11:14:27 domoticapi1 npm[2016]: at Zigbee.getCoordinatorVersion (/opt/zigbee2mqtt/lib/zigbee.ts:203:16) May 02 11:14:27 domoticapi1 npm[2016]: at Zigbee.start (/opt/zigbee2mqtt/lib/zigbee.ts:133:65) May 02 11:14:27 domoticapi1 npm[2016]: at Controller.start (/opt/zigbee2mqtt/lib/controller.ts:104:13) May 02 11:14:27 domoticapi1 npm[2016]: at start (/opt/zigbee2mqtt/index.js:149:5)

Imaginous avatar May 02 '25 09:05 Imaginous

Could you provide the full debug log of this? (from the point where you start z2m)

Koenkk avatar May 03 '25 06:05 Koenkk

This is the debug file with the debug option on.

Now it started, but many devices are offline and not responding. Don't know why it did start now. I made a copy of the orginal folder and started it manually without the service. Just pnpm start.

debug.txt

Imaginous avatar May 04 '25 12:05 Imaginous

Now it started, but many devices are offline and not responding.

Great that it started, I don't see any devices failing to respond in this log (log is very short)

Koenkk avatar May 05 '25 18:05 Koenkk

I will take a longer log tomorrow.

About 50% of the devices are reporting offline. They also won't react to commands.

Imaginous avatar May 05 '25 19:05 Imaginous

I have massive issues, too. Quite similar setup. In particular, Philips Hue devices are experiencing connectivity issues.

mglaabde avatar May 05 '25 21:05 mglaabde

Here is a screenshot of the web interface and a longer log. I also tried with adapter delay 200. Many devices have a ping failure like:

[2025-05-06 19:42:00] warning: z2m: Failed to ping 'Trapkast_Lamp' (attempt 1/1, ZCL command 0x588e81fffe60c642/1 genBasic.read(["zclVersion"], {"timeout":10000,"disableResponse":false,"disableRecovery":true,"disableDefaultResponse":true,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (no response received (8) Error: waiting for response TIMEOUT))

With the previous version this lamp works fine.

debug.txt

Image

Imaginous avatar May 06 '25 17:05 Imaginous

Updates from my side: Issues persist after downgrade to 2.1.1-1, so 2.3.0 upgrade start of issues might be by coincidence only. In addition, I could find out that we've got a new neighbor, who is using mqtt, too (with same channel and pan_id). -> might be the reason in my case (and thus rather related to https://github.com/Koenkk/zigbee2mqtt/issues/27322

mglaabde avatar May 06 '25 21:05 mglaabde

As soon as I start the previous version it works flawless again.

First I thought it were only battery operated devices, but I don't see any shared "property" that may cause this.

I have ordered a ZigStar UTP, arriving next week, for testing.

No corresponding pan ID or channel here.

Imaginous avatar May 07 '25 05:05 Imaginous

@Koenkk I have transfered the config of my Deconz ConbeeII to the UZG-01 with Zigpy. Then tested everything, upgraded to V2.3.0, everything is working now with the UZG-01.

Only the new adapter (connected via UTP) seems to be slower than the ConbeeII on the USB port. Is this a possible cause of the 115200 baudrate of the zstack firmware?

Imaginous avatar May 17 '25 14:05 Imaginous

Is this a possible cause of the 115200 baudrate of the zstack firmware?

Very likely not, what do you mean with "slower"?

Koenkk avatar May 18 '25 17:05 Koenkk

I will explain the setup. I have an Ikea button. When I press it my own software detects the click via MQTT. Zigbee2mqtt and Mosquito are running on a Raspberry Pi 3B+.

Then it sends 2 individual packages (I know I can create groups) containing a state and brightness to 2 lamps.

With the Deconz Conbee II the lamps turn on simultaneously, the delay is not noticeable with the naked eye.

If I do the same with the UZG-01 via wired lan or usb the first lamp turns on almost directly, but there is about half a second delay before turning on the second lamp.

This is a pretty constant delay. This happens with the V2.2.x and V2.3.0 firmware.

A long, long time ago (maybe 3 years ago) I had this issues with the Deconz too with a certain version... Back then you made some alterations and the Deconz was fast again.

The behavior of the UZG-01 seems the same. It looks like the commands are delayed somehow. I tried adapter_delay=0 and concurrent=16, but that didn't change anything.

Sensor input is almost instantaneous and the first command send out also, but consecutive commands send directly after one and other have a (guessed) delay of about 0.5 seconds.

Imaginous avatar May 19 '25 04:05 Imaginous

Could you provide the debug log of when the delay occurs?

See this on how to enable debug logging.

Koenkk avatar May 19 '25 18:05 Koenkk

Will make a log tomorrow. Keep you posted.

Imaginous avatar May 19 '25 18:05 Imaginous

This is the debug log file. Note that it's one controller with 2 light endpoints (L1, L2).

File: debug_20250521.txt

Code block:

May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: z2m:mqtt: Received MQTT message on 'zigbee2mqtt/Slaapkamer1_Verlichting/l1/set' with data '{ May 21 10:20:25 domoticapi1 npm[19619]: "state": "on", May 21 10:20:25 domoticapi1 npm[19619]: "brightness": 254 May 21 10:20:25 domoticapi1 npm[19619]: }' May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: z2m: Publishing 'set' 'brightness' to 'Slaapkamer1_Verlichting' May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: zh:controller:endpoint: ZCL command 0xbc33acfffe6563a7/1 genLevelCtrl.moveToLevelWithOnOff({"level":254,"transtime":10}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: zh:zstack: sendZclFrameToEndpointInternal 0xbc33acfffe6563a7:46932/1 (0,0,1) May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: zh:zstack:znp: --> SREQ: AF - dataRequest - {"dstaddr":46932,"destendpoint":1,"srcendpoint":1,"clusterid":8,"transid":127,"options":0,"radius":30,"len":6,"data":{"type":"Buffer","data":[1,251,4,254,10,0]}} May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: zh:zstack:unpi:writer: --> frame [254,16,36,1,84,183,1,1,8,0,127,0,30,6,1,251,4,254,10,0,179] May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: z2m:mqtt: Received MQTT message on 'zigbee2mqtt/Slaapkamer1_Verlichting/l2/set' with data '{ May 21 10:20:25 domoticapi1 npm[19619]: "state": "on", May 21 10:20:25 domoticapi1 npm[19619]: "brightness": 254 May 21 10:20:25 domoticapi1 npm[19619]: }' May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: z2m: Publishing 'set' 'brightness' to 'Slaapkamer1_Verlichting' May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: zh:controller:endpoint: ZCL command 0xbc33acfffe6563a7/2 genLevelCtrl.moveToLevelWithOnOff({"level":254,"transtime":10}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: zh:zstack:unpi:parser: <-- [254,1,100,1,0,100] May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: zh:zstack:unpi:parser: --- parseNext [254,1,100,1,0,100] May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: zh:zstack:unpi:parser: --> parsed 1 - 3 - 4 - 1 - [0] - 100 May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: zh:zstack:znp: <-- SRSP: AF - dataRequest - {"status":0} May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: zh:zstack:unpi:parser: --- parseNext [] May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: zh:zstack:unpi:parser: <-- [254,3,68,128,0,1,127,185] May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: zh:zstack:unpi:parser: --- parseNext [254,3,68,128,0,1,127,185] May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: zh:zstack:unpi:parser: --> parsed 3 - 2 - 4 - 128 - [0,1,127] - 185 May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: zh:zstack:znp: <-- AREQ: AF - dataConfirm - {"status":0,"endpoint":1,"transid":127} May 21 10:20:25 domoticapi1 npm[19619]: [2025-05-21 10:20:25] debug: zh:zstack:unpi:parser: --- parseNext [] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: <-- [254,5,69,196,84,183,1,121,92,67] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [254,5,69,196,84,183,1,121,92,67] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --> parsed 5 - 2 - 5 - 196 - [84,183,1,121,92] - 67 May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:znp: <-- AREQ: ZDO - srcRtgInd May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: <-- [254,25,68,129,0,0,8,0,84,183,1,1,0,178,0,135,249,38,0,0,5,8,251,11,4,0,121,92,28,29] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [254,25,68,129,0,0,8,0,84,183,1,1,0,178,0,135,249,38,0,0,5,8,251,11,4,0,121,92,28,29] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --> parsed 25 - 2 - 4 - 129 - [0,0,8,0,84,183,1,1,0,178,0,135,249,38,0,0,5,8,251,11,4,0,121,92,28] - 29 May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:znp: <-- AREQ: AF - incomingMsg - {"groupid":0,"clusterid":8,"srcaddr":46932,"srcendpoint":1,"dstendpoint":1,"wasbroadcast":0,"linkquality":178,"securityuse":0,"timestamp":2554247,"transseqnumber":0,"len":5,"data":{"type":"Buffer","data":[8,251,11,4,0]}} May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:controller: Received payload: clusterID=8, address=46932, groupID=0, endpoint=1, destinationEndpoint=1, wasBroadcast=false, linkQuality=178, frame={"header":{"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":false,"reservedBits":0},"transactionSequenceNumber":251,"commandIdentifier":11},"payload":{"cmdId":4,"statusCode":0},"command":{"ID":11,"name":"defaultRsp","parameters":[{"name":"cmdId","type":32},{"name":"statusCode","type":32}]}} May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting', payload '{"brightness_l1":17,"brightness_l2":254,"do_not_disturb":null,"effect_l1":null,"effect_l2":null,"last_seen":"2025-05-21T10:20:26+02:00","linkquality":178,"state_l1":"OFF","state_l2":"OFF"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting/l1', payload '{"brightness":17,"effect":null,"state":"OFF"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack: sendZclFrameToEndpointInternal 0xbc33acfffe6563a7:46932/2 (0,0,1) May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:znp: --> SREQ: AF - dataRequest - {"dstaddr":46932,"destendpoint":2,"srcendpoint":1,"clusterid":8,"transid":128,"options":0,"radius":30,"len":6,"data":{"type":"Buffer","data":[1,252,4,254,10,0]}} May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:writer: --> frame [254,16,36,1,84,183,2,1,8,0,128,0,30,6,1,252,4,254,10,0,72] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting/l2', payload '{"brightness":254,"effect":null,"state":"OFF"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/grp_Slaapkamer1_Verlichting', payload '{"brightness":254,"state":"ON","state_l1":null}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting', payload '{"brightness_l1":254,"brightness_l2":254,"do_not_disturb":null,"effect_l1":null,"effect_l2":null,"last_seen":"2025-05-21T10:20:26+02:00","linkquality":178,"state_l1":"ON","state_l2":"OFF"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting/l1', payload '{"brightness":254,"effect":null,"state":"ON"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting/l2', payload '{"brightness":254,"effect":null,"state":"OFF"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: z2m:mqtt: Received MQTT message on 'zigbee2mqtt/Slaapkamer1_Verlichting/l1/set' with data '{ May 21 10:20:26 domoticapi1 npm[19619]: "brightness": 254 May 21 10:20:26 domoticapi1 npm[19619]: }' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: z2m: Publishing 'set' 'brightness' to 'Slaapkamer1_Verlichting' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:controller:endpoint: ZCL command 0xbc33acfffe6563a7/1 genLevelCtrl.moveToLevelWithOnOff({"level":254,"transtime":10}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: <-- [254,1,100,1,0,100] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [254,1,100,1,0,100] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --> parsed 1 - 3 - 4 - 1 - [0] - 100 May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:znp: <-- SRSP: AF - dataRequest - {"status":0} May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: <-- [254,3,68,128,0,1,128,70] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [254,3,68,128,0,1,128,70] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --> parsed 3 - 2 - 4 - 128 - [0,1,128] - 70 May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:znp: <-- AREQ: AF - dataConfirm - {"status":0,"endpoint":1,"transid":128} May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: <-- [254,5,69,196,84,183,1,121,92,67] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [254,5,69,196,84,183,1,121,92,67] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --> parsed 5 - 2 - 5 - 196 - [84,183,1,121,92] - 67 May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:znp: <-- AREQ: ZDO - srcRtgInd May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: <-- [254,25,68,129,0,0,8,0,84,183,2,1,0,178,0,22,28,39,0,0,5,8,252,11,4,0,121,92,28,108] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [254,25,68,129,0,0,8,0,84,183,2,1,0,178,0,22,28,39,0,0,5,8,252,11,4,0,121,92,28,108] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --> parsed 25 - 2 - 4 - 129 - [0,0,8,0,84,183,2,1,0,178,0,22,28,39,0,0,5,8,252,11,4,0,121,92,28] - 108 May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:znp: <-- AREQ: AF - incomingMsg - {"groupid":0,"clusterid":8,"srcaddr":46932,"srcendpoint":2,"dstendpoint":1,"wasbroadcast":0,"linkquality":178,"securityuse":0,"timestamp":2563094,"transseqnumber":0,"len":5,"data":{"type":"Buffer","data":[8,252,11,4,0]}} May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:controller: Received payload: clusterID=8, address=46932, groupID=0, endpoint=2, destinationEndpoint=1, wasBroadcast=false, linkQuality=178, frame={"header":{"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":false,"reservedBits":0},"transactionSequenceNumber":252,"commandIdentifier":11},"payload":{"cmdId":4,"statusCode":0},"command":{"ID":11,"name":"defaultRsp","parameters":[{"name":"cmdId","type":32},{"name":"statusCode","type":32}]}} May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting', payload '{"brightness_l1":254,"brightness_l2":254,"do_not_disturb":null,"effect_l1":null,"effect_l2":null,"last_seen":"2025-05-21T10:20:26+02:00","linkquality":178,"state_l1":"ON","state_l2":"OFF"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting/l1', payload '{"brightness":254,"effect":null,"state":"ON"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack: sendZclFrameToEndpointInternal 0xbc33acfffe6563a7:46932/1 (0,0,1) May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:znp: --> SREQ: AF - dataRequest - {"dstaddr":46932,"destendpoint":1,"srcendpoint":1,"clusterid":8,"transid":129,"options":0,"radius":30,"len":6,"data":{"type":"Buffer","data":[1,253,4,254,10,0]}} May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:writer: --> frame [254,16,36,1,84,183,1,1,8,0,129,0,30,6,1,253,4,254,10,0,75] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting/l2', payload '{"brightness":254,"effect":null,"state":"OFF"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting', payload '{"brightness_l1":254,"brightness_l2":254,"do_not_disturb":null,"effect_l1":null,"effect_l2":null,"last_seen":"2025-05-21T10:20:26+02:00","linkquality":178,"state_l1":"ON","state_l2":"ON"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting/l1', payload '{"brightness":254,"effect":null,"state":"ON"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting/l2', payload '{"brightness":254,"effect":null,"state":"ON"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: z2m:mqtt: Received MQTT message on 'zigbee2mqtt/Slaapkamer1_Verlichting/l2/set' with data '{ May 21 10:20:26 domoticapi1 npm[19619]: "brightness": 254 May 21 10:20:26 domoticapi1 npm[19619]: }' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: z2m: Publishing 'set' 'brightness' to 'Slaapkamer1_Verlichting' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:controller:endpoint: ZCL command 0xbc33acfffe6563a7/2 genLevelCtrl.moveToLevelWithOnOff({"level":254,"transtime":10}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: <-- [254,1,100,1,0,100] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [254,1,100,1,0,100] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --> parsed 1 - 3 - 4 - 1 - [0] - 100 May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:znp: <-- SRSP: AF - dataRequest - {"status":0} May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: <-- [254,3,68,128,0,1,129,71] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [254,3,68,128,0,1,129,71] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --> parsed 3 - 2 - 4 - 128 - [0,1,129] - 71 May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:znp: <-- AREQ: AF - dataConfirm - {"status":0,"endpoint":1,"transid":129} May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: <-- [254,5,69,196,84,183,1,121,92,67] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [254,5,69,196,84,183,1,121,92,67] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --> parsed 5 - 2 - 5 - 196 - [84,183,1,121,92] - 67 May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:znp: <-- AREQ: ZDO - srcRtgInd May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: <-- [254,25,68,129,0,0,8,0,84,183,1,1,0,178,0,36,61,39,0,0,5,8,253,11,4,0,121,92,28,125] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [254,25,68,129,0,0,8,0,84,183,1,1,0,178,0,36,61,39,0,0,5,8,253,11,4,0,121,92,28,125] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --> parsed 25 - 2 - 4 - 129 - [0,0,8,0,84,183,1,1,0,178,0,36,61,39,0,0,5,8,253,11,4,0,121,92,28] - 125 May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:znp: <-- AREQ: AF - incomingMsg - {"groupid":0,"clusterid":8,"srcaddr":46932,"srcendpoint":1,"dstendpoint":1,"wasbroadcast":0,"linkquality":178,"securityuse":0,"timestamp":2571556,"transseqnumber":0,"len":5,"data":{"type":"Buffer","data":[8,253,11,4,0]}} May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:controller: Received payload: clusterID=8, address=46932, groupID=0, endpoint=1, destinationEndpoint=1, wasBroadcast=false, linkQuality=178, frame={"header":{"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":false,"reservedBits":0},"transactionSequenceNumber":253,"commandIdentifier":11},"payload":{"cmdId":4,"statusCode":0},"command":{"ID":11,"name":"defaultRsp","parameters":[{"name":"cmdId","type":32},{"name":"statusCode","type":32}]}} May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting', payload '{"brightness_l1":254,"brightness_l2":254,"do_not_disturb":null,"effect_l1":null,"effect_l2":null,"last_seen":"2025-05-21T10:20:26+02:00","linkquality":178,"state_l1":"ON","state_l2":"ON"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting/l1', payload '{"brightness":254,"effect":null,"state":"ON"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack: sendZclFrameToEndpointInternal 0xbc33acfffe6563a7:46932/2 (0,0,1) May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:znp: --> SREQ: AF - dataRequest - {"dstaddr":46932,"destendpoint":2,"srcendpoint":1,"clusterid":8,"transid":130,"options":0,"radius":30,"len":6,"data":{"type":"Buffer","data":[1,254,4,254,10,0]}} May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:writer: --> frame [254,16,36,1,84,183,2,1,8,0,130,0,30,6,1,254,4,254,10,0,72] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting/l2', payload '{"brightness":254,"effect":null,"state":"ON"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting', payload '{"brightness_l1":254,"brightness_l2":254,"do_not_disturb":null,"effect_l1":null,"effect_l2":null,"last_seen":"2025-05-21T10:20:26+02:00","linkquality":178,"state_l1":"ON","state_l2":"ON"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting/l1', payload '{"brightness":254,"effect":null,"state":"ON"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting/l2', payload '{"brightness":254,"effect":null,"state":"ON"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: <-- [254,1,100,1,0,100,254,3,68,128,0,1,130,68] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [254,1,100,1,0,100,254,3,68,128,0,1,130,68] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --> parsed 1 - 3 - 4 - 1 - [0] - 100 May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:znp: <-- SRSP: AF - dataRequest - {"status":0} May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [254,3,68,128,0,1,130,68] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --> parsed 3 - 2 - 4 - 128 - [0,1,130] - 68 May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:znp: <-- AREQ: AF - dataConfirm - {"status":0,"endpoint":1,"transid":130} May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: <-- [254,5,69,196,84,183,1,121,92,67] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [254,5,69,196,84,183,1,121,92,67] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --> parsed 5 - 2 - 5 - 196 - [84,183,1,121,92] - 67 May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:znp: <-- AREQ: ZDO - srcRtgInd May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: <-- [254,25,68,129,0,0,8,0,84,183,2,1,0,182,0,69,93,39,0,0,5,8,254,11,4,0,121,92,28,120] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [254,25,68,129,0,0,8,0,84,183,2,1,0,182,0,69,93,39,0,0,5,8,254,11,4,0,121,92,28,120] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --> parsed 25 - 2 - 4 - 129 - [0,0,8,0,84,183,2,1,0,182,0,69,93,39,0,0,5,8,254,11,4,0,121,92,28] - 120 May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:znp: <-- AREQ: AF - incomingMsg - {"groupid":0,"clusterid":8,"srcaddr":46932,"srcendpoint":2,"dstendpoint":1,"wasbroadcast":0,"linkquality":182,"securityuse":0,"timestamp":2579781,"transseqnumber":0,"len":5,"data":{"type":"Buffer","data":[8,254,11,4,0]}} May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:controller: Received payload: clusterID=8, address=46932, groupID=0, endpoint=2, destinationEndpoint=1, wasBroadcast=false, linkQuality=182, frame={"header":{"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":false,"reservedBits":0},"transactionSequenceNumber":254,"commandIdentifier":11},"payload":{"cmdId":4,"statusCode":0},"command":{"ID":11,"name":"defaultRsp","parameters":[{"name":"cmdId","type":32},{"name":"statusCode","type":32}]}} May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting', payload '{"brightness_l1":254,"brightness_l2":254,"do_not_disturb":null,"effect_l1":null,"effect_l2":null,"last_seen":"2025-05-21T10:20:26+02:00","linkquality":182,"state_l1":"ON","state_l2":"ON"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] debug: zh:zstack:unpi:parser: --- parseNext [] May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting/l1', payload '{"brightness":254,"effect":null,"state":"ON"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting/l2', payload '{"brightness":254,"effect":null,"state":"ON"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting', payload '{"brightness_l1":254,"brightness_l2":254,"do_not_disturb":null,"effect_l1":null,"effect_l2":null,"last_seen":"2025-05-21T10:20:26+02:00","linkquality":182,"state_l1":"ON","state_l2":"ON"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting/l1', payload '{"brightness":254,"effect":null,"state":"ON"}' May 21 10:20:26 domoticapi1 npm[19619]: [2025-05-21 10:20:26] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Slaapkamer1_Verlichting/l2', payload '{"brightness":254,"effect":null,"state":"ON"}' May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:controller:endpoint: ZCL command 0x04cd15fffe02d0e4/1 haElectricalMeasurement.read(["rmsVoltage","rmsCurrent","activePower"], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"reservedBits":0,"writeUndiv":false}) May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack: sendZclFrameToEndpointInternal 0x04cd15fffe02d0e4:23673/1 (0,0,1) May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:znp: --> SREQ: AF - dataRequest - {"dstaddr":23673,"destendpoint":1,"srcendpoint":1,"clusterid":2820,"transid":131,"options":0,"radius":30,"len":9,"data":{"type":"Buffer","data":[16,255,0,5,5,8,5,11,5]}} May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:unpi:writer: --> frame [254,19,36,1,121,92,1,1,4,11,131,0,30,9,16,255,0,5,5,8,5,11,5,100] May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:controller:endpoint: ZCL command 0x70b3d52b60029562/1 haElectricalMeasurement.read(["rmsVoltage","rmsCurrent","activePower"], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"reservedBits":0,"writeUndiv":false}) May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack: sendZclFrameToEndpointInternal 0x70b3d52b60029562:34180/1 (0,0,2) May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:unpi:parser: <-- [254,1,100,1,0,100] May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:unpi:parser: --- parseNext [254,1,100,1,0,100] May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:unpi:parser: --> parsed 1 - 3 - 4 - 1 - [0] - 100 May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:znp: <-- SRSP: AF - dataRequest - {"status":0} May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:unpi:parser: --- parseNext [] May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:znp: --> SREQ: AF - dataRequest - {"dstaddr":34180,"destendpoint":1,"srcendpoint":1,"clusterid":2820,"transid":132,"options":0,"radius":30,"len":9,"data":{"type":"Buffer","data":[16,1,0,5,5,8,5,11,5]}} May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:unpi:writer: --> frame [254,19,36,1,132,133,1,1,4,11,132,0,30,9,16,1,0,5,5,8,5,11,5,185] May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:unpi:parser: <-- [254,3,68,128,0,1,131,69] May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:unpi:parser: --- parseNext [254,3,68,128,0,1,131,69] May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:unpi:parser: --> parsed 3 - 2 - 4 - 128 - [0,1,131] - 69 May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:znp: <-- AREQ: AF - dataConfirm - {"status":0,"endpoint":1,"transid":131} May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:unpi:parser: --- parseNext [] May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:unpi:parser: <-- [254,41,68,129,0,0,4,11,121,92,1,1,0,182,0,211,5,41,0,0,21,24,255,1,5,5,0,33,232,0,8,5,0,33,141,0,11,5,0,41,19,0,121,92,29,24] May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:unpi:parser: --- parseNext [254,41,68,129,0,0,4,11,121,92,1,1,0,182,0,211,5,41,0,0,21,24,255,1,5,5,0,33,232,0,8,5,0,33,141,0,11,5,0,41,19,0,121,92,29,24] May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:unpi:parser: --> parsed 41 - 2 - 4 - 129 - [0,0,4,11,121,92,1,1,0,182,0,211,5,41,0,0,21,24,255,1,5,5,0,33,232,0,8,5,0,33,141,0,11,5,0,41,19,0,121,92,29] - 24 May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:znp: <-- AREQ: AF - incomingMsg - {"groupid":0,"clusterid":2820,"srcaddr":23673,"srcendpoint":1,"dstendpoint":1,"wasbroadcast":0,"linkquality":182,"securityuse":0,"timestamp":2688467,"transseqnumber":0,"len":21,"data":{"type":"Buffer","data":[24,255,1,5,5,0,33,232,0,8,5,0,33,141,0,11,5,0,41,19,0]}} May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:controller: Received payload: clusterID=2820, address=23673, groupID=0, endpoint=1, destinationEndpoint=1, wasBroadcast=false, linkQuality=182, frame={"header":{"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0},"transactionSequenceNumber":255,"commandIdentifier":1},"payload":[{"attrId":1285,"status":0,"dataType":33,"attrData":232},{"attrId":1288,"status":0,"dataType":33,"attrData":141},{"attrId":1291,"status":0,"dataType":41,"attrData":19}],"command":{"ID":1,"name":"readRsp","parameters":[{"name":"attrId","type":33},{"name":"status","type":32},{"name":"dataType","type":32,"conditions":[{"type":"statusEquals","value":0}]},{"name":"attrData","type":1000,"conditions":[{"type":"statusEquals","value":0}]}]}} May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: zh:zstack:unpi:parser: --- parseNext [] May 21 10:20:28 domoticapi1 npm[19619]: [2025-05-21 10:20:28] debug: z2m: Received Zigbee message from 'Blitzwolf_Stroommeting', type 'readResponse', cluster 'haElectricalMeasurement', data '{"activePower":19,"rmsCurrent":141,"rmsVoltage":232}' from endpoint 1 with groupID 0

Imaginous avatar May 21 '25 08:05 Imaginous

This is an interesting case indeed, both ember and zstack only send 1 command to a device at a time (to not overload it). Which means that for the command to the second endpoint to be send, the first one must first be acknowledged. This is what causes the delay, if it were two separate device you would not have a delay.

What I would advise here is to put both endpoints in the same group, this will make sure they always turn on at exactly the same time.

Koenkk avatar May 22 '25 18:05 Koenkk

Do you know if Deconz handles it differently?

With Deconz it was fast. Will test the XIAO M24 tomorrow. Just out of interest.

Also noticed that the UZG-01 reboots between 11 hours upto 2 days. I'm not the only one with this issue.

Keep up the good work.

Imaginous avatar May 22 '25 18:05 Imaginous

Yes, deconz has no queueing

Koenkk avatar May 25 '25 18:05 Koenkk

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

github-actions[bot] avatar Jul 25 '25 00:07 github-actions[bot]

I think I was facing a similar issue with Conbee Ii and had to stay on 2.2.0 for a long time.

I recently upgraded to Zigbee2MQTT version 2.5.1 commit: 5063c7d3ad88f9ed651dc36fd9e583ff452e18da

Everything seems to work fine now for my small use case (mostly sensors). Presumably the recent improvements made it work again.

raoulbhatia avatar Jul 25 '25 05:07 raoulbhatia

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

github-actions[bot] avatar Sep 25 '25 00:09 github-actions[bot]