Skip to content

0x11 BUFFER FULL #573

@Toutzn

Description

@Toutzn

After getting the new firmware I got the same issue:

BUFFER_FULL)' (expected '(0x00: SUCCESS)'))
    at /app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/z-stack/znp/znp.ts:262:27
    at Queue.execute (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/utils/queue.ts:36:20)
    at ZStackAdapter.dataRequest (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:1049:9)
    at ZStackAdapter.sendZclFrameToEndpointInternal (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:505:35)
    at /app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:439:20
    at Queue.execute (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/utils/queue.ts:36:20)
    at ZStackAdapter.sendZclFrameToEndpoint (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:437:16)
    at Request.send (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/helpers/request.ts:86:20)
    at Endpoint.sendRequest (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:347:20)
    at Endpoint.zclCommand (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:1000:28)
[2025-08-09 08:38:08] debug: 	zh:controller:endpoint: ZCL command 0x70b3d52b60125676/1 haElectricalMeasurement.read(["rmsVoltage","rmsCurrent","activePower"], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"reservedBits":0,"writeUndiv":false})
[2025-08-09 08:38:08] debug: 	zh:zstack: sendZclFrameToEndpointInternal 0x70b3d52b60125676:6715/1 (0,0,1)
[2025-08-09 08:38:08] debug: 	zh:zstack:znp: --> SREQ: AF - dataRequest - {"dstaddr":6715,"destendpoint":1,"srcendpoint":1,"clusterid":2820,"transid":39,"options":0,"radius":30,"len":9,"data":{"type":"Buffer","data":[16,159,0,5,5,8,5,11,5]}}
[2025-08-09 08:38:08] debug: 	zh:zstack:unpi:writer: --> frame [254,19,36,1,59,26,1,1,4,11,39,0,30,9,16,159,0,5,5,8,5,11,5,164]
[2025-08-09 08:38:08] debug: 	zh:controller:endpoint: ZCL command 0x70b3d52b6010172c/1 haElectricalMeasurement.read(["rmsVoltage","rmsCurrent","activePower"], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"reservedBits":0,"writeUndiv":false})
[2025-08-09 08:38:08] debug: 	zh:zstack: sendZclFrameToEndpointInternal 0x70b3d52b6010172c:7213/1 (0,0,2)
[2025-08-09 08:38:08] debug: 	zh:zstack:unpi:parser: <-- [254,1,100,1,17,117]
[2025-08-09 08:38:08] debug: 	zh:zstack:unpi:parser: --- parseNext [254,1,100,1,17,117]
[2025-08-09 08:38:08] debug: 	zh:zstack:unpi:parser: --> parsed 1 - 3 - 4 - 1 - [17] - 117
[2025-08-09 08:38:08] debug: 	zh:zstack:znp: <-- SRSP: AF - dataRequest - {"status":17}
[2025-08-09 08:38:08] debug: 	zh:zstack:unpi:parser: --- parseNext []
[2025-08-09 08:38:08] debug: 	zh:zstack:znp: --> SREQ: AF - dataRequest - {"dstaddr":7213,"destendpoint":1,"srcendpoint":1,"clusterid":2820,"transid":40,"options":0,"radius":30,"len":9,"data":{"type":"Buffer","data":[16,160,0,5,5,8,5,11,5]}}
[2025-08-09 08:38:08] debug: 	zh:zstack:unpi:writer: --> frame [254,19,36,1,45,28,1,1,4,11,40,0,30,9,16,160,0,5,5,8,5,11,5,132]
[2025-08-09 08:38:08] debug: 	zh:controller:endpoint: Error: ZCL command 0x70b3d52b60125676/1 haElectricalMeasurement.read(["rmsVoltage","rmsCurrent","activePower"], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (--> 'SREQ: AF - dataRequest - {"dstaddr":6715,"destendpoint":1,"srcendpoint":1,"clusterid":2820,"transid":39,"options":0,"radius":30,"len":9,"data":{"type":"Buffer","data":[16,159,0,5,5,8,5,11,5]}}' failed with status '(0x11: BUFFER_FULL)' (expected '(0x00: SUCCESS)'))
    at /app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/z-stack/znp/znp.ts:262:27
    at Queue.execute (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/utils/queue.ts:36:20)
    at ZStackAdapter.dataRequest (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:1049:9)
    at ZStackAdapter.sendZclFrameToEndpointInternal (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:505:35)
    at /app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:439:20
    at Queue.execute (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/utils/queue.ts:36:20)
    at ZStackAdapter.sendZclFrameToEndpoint (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:437:16)
    at Request.send (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/helpers/request.ts:86:20)
    at Endpoint.sendRequest (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:347:20)
    at Endpoint.zclCommand (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:1000:28)
[2025-08-09 08:38:08] debug: 	zh:zstack:unpi:parser: <-- [254,1,100,1,17,117]
[2025-08-09 08:38:08] debug: 	zh:zstack:unpi:parser: --- parseNext [254,1,100,1,17,117]
[2025-08-09 08:38:08] debug: 	zh:zstack:unpi:parser: --> parsed 1 - 3 - 4 - 1 - [17] - 117
[2025-08-09 08:38:08] debug: 	zh:zstack:znp: <-- SRSP: AF - dataRequest - {"status":17}
[2025-08-09 08:38:08] debug: 	zh:zstack:unpi:parser: --- parseNext []
[2025-08-09 08:38:08] debug: 	zh:controller:endpoint: Error: ZCL command 0x70b3d52b6010172c/1 haElectricalMeasurement.read(["rmsVoltage","rmsCurrent","activePower"], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (--> 'SREQ: AF - dataRequest - {"dstaddr":7213,"destendpoint":1,"srcendpoint":1,"clusterid":2820,"transid":40,"options":0,"radius":30,"len":9,"data":{"type":"Buffer","data":[16,160,0,5,5,8,5,11,5]}}' failed with status '(0x11: BUFFER_FULL)' (expected '(0x00: SUCCESS)'))
    at /app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/z-stack/znp/znp.ts:262:27
    at Queue.execute (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/utils/queue.ts:36:20)
    at ZStackAdapter.dataRequest (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:1049:9)
    at ZStackAdapter.sendZclFrameToEndpointInternal (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:505:35)
    at /app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:439:20
    at Queue.execute (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/utils/queue.ts:36:20)
    at ZStackAdapter.sendZclFrameToEndpoint (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:437:16)
    at Request.send (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/helpers/request.ts:86:20)
    at Endpoint.sendRequest (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:347:20)
    at Endpoint.zclCommand (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:1000:28)

Zigbee2MQTT version
2.6.0

ZStack3x0
0x00124b0030d05e14
Revision: 20250321

ID_MODEL: Sonoff_Zigbee_3.0_USB_Dongle_Plus
ID_MODEL_ENC: Sonoff\x20Zigbee\x203.0\x20USB\x20Dongle\x20Plus

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions