Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors during automatic polling Loginovo ZG-101ZL #24013

Closed
codinv opened this issue Sep 18, 2024 · 3 comments
Closed

Errors during automatic polling Loginovo ZG-101ZL #24013

codinv opened this issue Sep 18, 2024 · 3 comments
Labels
problem Something isn't working

Comments

@codinv
Copy link

codinv commented Sep 18, 2024

What happened?

When the device automatically updates data, there are constant errors in the log.

Zigbee2MQTT version

1.40.1 commit: 403d3c0

Adapter firmware version

7.4.4 [GA]

Adapter

SONOFF Zigbee 3.0 USB Dongle Plus-E (EFR32MG21)

Setup

Docker

Debug log

[2024-09-18 09:01:32] info: z2m: Logging to console (silenced), file (filename: log.log)
[2024-09-18 09:01:32] info: z2m: Starting Zigbee2MQTT version 1.40.1 (commit #403d3c0)
[2024-09-18 09:01:32] info: z2m: Starting zigbee-herdsman (0.57.3)
[2024-09-18 09:01:32] info: zh:ember: Using default stack config.
[2024-09-18 09:01:32] info: zh:ember: ======== Ember Adapter Starting ========
[2024-09-18 09:01:32] info: zh:ember:ezsp: ======== EZSP starting ========
[2024-09-18 09:01:32] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2024-09-18 09:01:32] info: zh:ember:uart:ash: RTS/CTS config is off, enabling software flow control.
[2024-09-18 09:01:32] info: zh:ember:uart:ash: Serial port opened
[2024-09-18 09:01:32] info: zh:ember:uart:ash: ======== ASH starting ========
[2024-09-18 09:01:33] info: zh:ember:uart:ash: ======== ASH connected ========
[2024-09-18 09:01:33] info: zh:ember:uart:ash: ======== ASH started ========
[2024-09-18 09:01:33] info: zh:ember:ezsp: ======== EZSP started ========
[2024-09-18 09:01:33] info: zh:ember: Adapter EZSP protocol version (13) lower than Host. Switched.
[2024-09-18 09:01:33] info: zh:ember: Adapter version info: {"ezsp":13,"revision":"7.4.4 [GA]","build":0,"major":7,"minor":4,"patch":4,"special":0,"type":170}
[2024-09-18 09:01:33] info: zh:ember: [STACK STATUS] Network up.
[2024-09-18 09:01:33] info: zh:ember: [INIT TC] Adapter network matches config.
[2024-09-18 09:01:33] info: zh:ember: [CONCENTRATOR] Started source route discovery. 1249ms until next broadcast.
[2024-09-18 09:01:33] info: z2m: zigbee-herdsman started (resumed)
[2024-09-18 09:01:33] info: z2m: Coordinator firmware version: '{"meta":{"build":0,"ezsp":13,"major":7,"minor":4,"patch":4,"revision":"7.4.4 [GA]","special":0,"type":170},"type":"EmberZNet"}'

[2024-09-18 05:00:29] error: z2m: Failed to configure 'Bathroom button', attempt 3 (Error: ZCL command 0xa4c138748807dbcc/1 genBasic.read([4,0,1,5,7,65534], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Status 'UNSUPPORTED_ATTRIBUTE')
at Endpoint.checkStatus (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:347:28)
at Endpoint.zclCommand (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:916:26)
at runNextTicks (node:internal/process/task_queues:60:5)
at processImmediate (node:internal/timers:447:9)
at Endpoint.read (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:443:29)
at Object.configure (/app/node_modules/zigbee-herdsman-converters/src/devices/moes.ts:548:13)
at Configure.configure (/app/lib/extension/configure.ts:125:13)
at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:174:17))

[2024-09-18 13:00:32] error: z2m: Failed to configure 'Bathroom button', attempt 1 (Error: ZCL command 0xa4c138748807dbcc/1 genBasic.read([4,0,1,5,7,65534], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Status 'UNSUPPORTED_ATTRIBUTE')
at Endpoint.checkStatus (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:347:28)
at Endpoint.zclCommand (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:916:26)
at runNextTicks (node:internal/process/task_queues:60:5)
at processImmediate (node:internal/timers:447:9)
at Endpoint.read (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:443:29)
at Object.configure (/app/node_modules/zigbee-herdsman-converters/src/devices/moes.ts:548:13)
at Configure.configure (/app/lib/extension/configure.ts:125:13)
at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:174:17))

@codinv codinv added the problem Something isn't working label Sep 18, 2024
@rursache
Copy link

rursache commented Sep 19, 2024

having the same issue with the same device

some error clues here as well: #20407

z2m: Failed to configure 'Bedroom Extra Button', attempt 3 (Error: ZCL command 0xa4c138d47e3ef5e3/1 genBasic.read([4,0,1,5,7,65534], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Timeout - 29212 - 1 - 59 - 0 - 1 after 10000ms) at Object.start (/app/node_modules/zigbee-herdsman/src/utils/waitress.ts:59:23) at ZStackAdapter.sendZclFrameToEndpointInternal (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:598:47) at Queue.execute (/app/node_modules/zigbee-herdsman/src/utils/queue.ts:36:20) at Request.send (/app/node_modules/zigbee-herdsman/src/controller/helpers/request.ts:82:20) at Endpoint.zclCommand (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:911:28) at Endpoint.read (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:443:29) at Object.configure (/app/node_modules/zigbee-herdsman-converters/src/devices/moes.ts:548:13) at Configure.configure (/app/lib/extension/configure.ts:125:13) at Configure.onMQTTMessage (/app/lib/extension/configure.ts:56:21) at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:174:17))

@Koenkk
Copy link
Owner

Koenkk commented Sep 20, 2024

Fixed!

Changes will be available in the dev branch in a few hours from now.

@codinv
Copy link
Author

codinv commented Oct 2, 2024

still have errors after today update
Zigbee2MQTT version [1.40.2] commit: [e06848d]
Frontend version 0.7.4
zigbee-herdsman-converters version 20.21.0
zigbee-herdsman version 2.1.3

[2024-10-02 04:51:35] error: 	z2m: Failed to configure 'Bathroom button', attempt 1 (Error: ZCL command 0xa4c138748807dbcc/1 genOnOff.write({"tuyaOperationMode":1}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Status 'UNSUPPORTED_ATTRIBUTE')
    at Endpoint.checkStatus (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:350:28)
    at Endpoint.zclCommand (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:956:26)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at runNextTicks (node:internal/process/task_queues:64:3)
    at processImmediate (node:internal/timers:447:9)
    at Endpoint.write (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:393:9)
    at Object.configure (/app/node_modules/zigbee-herdsman-converters/src/devices/moes.ts:565:13)
    at Configure.configure (/app/lib/extension/configure.ts:130:13)
    at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:206:17))
[2024-10-02 08:51:24] error: 	z2m: Failed to configure 'Bathroom button', attempt 2 (Error: ZCL command 0xa4c138748807dbcc/1 genOnOff.write({"tuyaOperationMode":1}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Status 'UNSUPPORTED_ATTRIBUTE')
    at Endpoint.checkStatus (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:350:28)
    at Endpoint.zclCommand (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:956:26)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at runNextTicks (node:internal/process/task_queues:64:3)
    at processImmediate (node:internal/timers:447:9)
    at Endpoint.write (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:393:9)
    at Object.configure (/app/node_modules/zigbee-herdsman-converters/src/devices/moes.ts:565:13)
    at Configure.configure (/app/lib/extension/configure.ts:130:13)
    at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:206:17))
[2024-10-02 12:51:10] error: 	z2m: Failed to configure 'Bathroom button', attempt 3 (Error: ZCL command 0xa4c138748807dbcc/1 genOnOff.write({"tuyaOperationMode":1}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Status 'UNSUPPORTED_ATTRIBUTE')
    at Endpoint.checkStatus (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:350:28)
    at Endpoint.zclCommand (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:956:26)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at runNextTicks (node:internal/process/task_queues:64:3)
    at processImmediate (node:internal/timers:447:9)
    at Endpoint.write (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:393:9)
    at Object.configure (/app/node_modules/zigbee-herdsman-converters/src/devices/moes.ts:565:13)
    at Configure.configure (/app/lib/extension/configure.ts:130:13)
    at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:206:17))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants