zigbee2mqtt icon indicating copy to clipboard operation
zigbee2mqtt copied to clipboard

Error: ZCL command genOnOff.on

Open rw-django-fan-2020 opened this issue 3 months ago • 45 comments

What happened?

My Home Assistant System crashed. Dont know why. Had to move to another Device (ThinClient). Restored my Home Assistant Backup. But zigbee dont work anymore. Help.

What did you expect to happen?

I expected it to work.

How to reproduce it (minimal and precise)

No response

Zigbee2MQTT version

1.36.1-1

Adapter firmware version

0x26780700

Adapter

ConBee2/RaspBee2

Setup

Add-on on Home Assistant OS on Proxmox VM

Debug log

error 2024-04-12 00:24:18Publish 'set' 'state' to 'Blitzwolf Steckdose 2' failed: 'Error: ZCL command 0x3425b4fffe4984d2/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (76))' debug 2024-04-12 00:24:18Error: ZCL command 0x3425b4fffe4984d2/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (76)) at DeconzAdapter.sendZclFrameToEndpoint (/app/node_modules/zigbee-herdsman/src/adapter/deconz/adapter/deconzAdapter.ts:666:23) at Request.send (/app/node_modules/zigbee-herdsman/src/controller/helpers/request.ts:79:20) at Endpoint.zclCommand (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:760:28) at Endpoint.command (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:591:24) at Object.convertSet (/app/node_modules/zigbee-herdsman-converters/src/converters/toZigbee.ts:46:17) at Publish.onMQTTMessage (/app/lib/extension/publish.ts:259:36) at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:174:17)

rw-django-fan-2020 avatar Apr 11 '24 22:04 rw-django-fan-2020

Similar error for me for that getonoff command after the update I can't turn on any lamp in my home. I add also this error stack trace if it can help

18Publish 'set' 'state' to 'osram_kitchen_lamp' failed: 'Error: ZCL command 0x7cb03eaa0a038452/3 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Data request failed with error: 'No network route' (205))'

robertomontinaro80 avatar Apr 12 '24 05:04 robertomontinaro80

Similar problems for a few days Zigbee2MQTT:error 2024-04-12 22:25:07: Publish 'set' 'state' to 'SFZ-Wand-rechts' failed: 'Error: ZCL command 0x00178801037e0089/11 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Data request failed with error: 'MAC channel access failure' (225))'

gentleman1979 avatar Apr 12 '24 20:04 gentleman1979

Similar issue too with a SONOFF ZBMINIL2 switch.

Publish 'set' 'state' to 'Entrance lights' failed: 'Error: ZCL command 0x0ceff6fffe16f9fb/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 33295 - 1 - 36 - 6 - 11 after 10000ms)'

albert-canfield avatar Apr 12 '24 21:04 albert-canfield

Same here. I updated to 1.36.1-1 from 1.35.2-1 because I wanted to test https://github.com/Koenkk/zigbee2mqtt/issues/21162

Publish 'set' 'state' to 'gniazdko_xiaomi' failed: 'Error: Command 0x00158d0002347282/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (16))'

Publish 'set' 'state' to 'gniazdko_neo' failed: 'Error: Command 0xa4c1389a7623f41a/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (17))'

They are Xiaomi ZNCZ02LM and Tuya TS011F_plug_1

majkers avatar Apr 13 '24 06:04 majkers

Same here. I updated to 1.36.1-1 from 1.35.2-1 because I wanted to test #21162

Publish 'set' 'state' to 'gniazdko_xiaomi' failed: 'Error: Command 0x00158d0002347282/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (16))'

Publish 'set' 'state' to 'gniazdko_neo' failed: 'Error: Command 0xa4c1389a7623f41a/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (17))'

They are Xiaomi ZNCZ02LM and Tuya TS011F_plug_1

For me ver 1.36.0 works fine. 1.36.1 does not.

robertomontinaro80 avatar Apr 13 '24 07:04 robertomontinaro80

Similar issue

hyteplus avatar Apr 13 '24 14:04 hyteplus

Similaire issue with conbee 2 hassos supervised on rpi4 8go.

Pepeuch avatar Apr 13 '24 18:04 Pepeuch

I am having the same issue conbee 2 and multiple connected devices

blakefrain avatar Apr 14 '24 02:04 blakefrain

Similar Issue with Immax bulbs

vencakratky avatar Apr 16 '24 08:04 vencakratky

Me too

Langhii avatar Apr 17 '24 19:04 Langhii

Having similar issue with my Aqara E1 Roller Shade Driver starting last week. Thought it was my setting issue so repair it several times. The E1 paired successfully, able to control the blind for certain times until the next day, lost control from HA.

2024-04-17 08:03:54Publish 'set' 'state' to 'E1-blind' failed: 'Error: ZCL command 0x54ef4410009ff334/1 genAnalogOutput.write({"presentValue":0}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 47747 - 1 - 208 - 13 - 4 after 10000ms)'

galant-ho avatar Apr 17 '24 22:04 galant-ho

I've got the same problem as others above. Here's the important failure, but I'm including the full log just in case it helps. log.txt

Zigbee2MQTT version [1.36.1] (https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.36.1) commit: ffc2ff1 Coordinator type zStack3x0 Coordinator revision 20230507 Coordinator IEEE Address 0x00124b002a2f28c2 Frontend version 0.6.161 zigbee_herdsman_converters_version 19.11.2 zigbee_herdsman_version 0.40.3

debug 2024-04-17 20:17:19: Received MQTT message on 'zigbee2mqtt/Office Ceiling Light 4/set' with data '{"state":"OFF"}' debug 2024-04-17 20:17:19: Publishing 'set' 'state' to 'Office Ceiling Light 4' error 2024-04-17 20:17:42: Publish 'set' 'state' to 'Office Ceiling Light 4' failed: 'Error: ZCL command 0xb0ce18140352fa2f/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 53320 - 1 - 64 - 6 - 11 after 10000ms)' debug 2024-04-17 20:17:42: Error: ZCL command 0xb0ce18140352fa2f/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 53320 - 1 - 64 - 6 - 11 after 10000ms) at Object.start (/app/node_modules/zigbee-herdsman/src/utils/waitress.ts:63:23) at ZStackAdapter.sendZclFrameToEndpointInternal (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:499:47) at Queue.execute (/app/node_modules/zigbee-herdsman/src/utils/queue.ts:35:20) at Request.send (/app/node_modules/zigbee-herdsman/src/controller/helpers/request.ts:79:20) at Endpoint.zclCommand (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:760:28) at Endpoint.command (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:591:24) at Object.convertSet (/app/node_modules/zigbee-herdsman-converters/src/converters/toZigbee.ts:46:17) at Object.convertSet (/app/node_modules/zigbee-herdsman-converters/src/converters/toZigbee.ts:1129:32) at Publish.onMQTTMessage (/app/lib/extension/publish.ts:259:36) at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:174:17)

shanec42 avatar Apr 18 '24 02:04 shanec42

Hi, I was having the same issue where I restored my HA installation from a backup. Zigbee stopped working. I also had individual add-on backups, and things started working again after I downgraded zigbee2mqtt from 1.36.1-1 to 1.36.0-1.

It started working again after downgrading to 1.36.0-1 and then I upgraded back to 1.36.1-1. Hope this helps!

siddharthghiya avatar Apr 18 '24 20:04 siddharthghiya

Seems like the same problem to me. zigbee2mqtt 1.36.1-1

I'm using the plugin in HA and I don't have a backup for version 1.36.0-1

Error 2024-04-20 14:19:20Publish 'set' 'state' to 'Plancha' failed: 'Error: ZCL command 0xa4c138e4e6ae7bd2/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 43659 - 1 - 76 - 6 - 11 after 10000ms)' Debug 2024-04-20 14:19:20Error: ZCL command 0xa4c138e4e6ae7bd2/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 43659 - 1 - 76 - 6 - 11 after 10000ms) at Object.start (/app/node_modules/zigbee-herdsman/src/utils/waitress.ts:63:23) at EZSPAdapter.sendZclFrameToEndpointInternal (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/adapter/ezspAdapter.ts:492:47) at Queue.execute (/app/node_modules/zigbee-herdsman/src/utils/queue.ts:35:20) at Request.send (/app/node_modules/zigbee-herdsman/src/controller/helpers/request.ts:79:20) at Endpoint.zclCommand (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:760:28) at Endpoint.command (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:591:24) at Object.convertSet (/app/node_modules/zigbee-herdsman-converters/src/converters/toZigbee.ts:46:17) at Publish.onMQTTMessage (/app/lib/extension/publish.ts:259:36) at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:174:17)

Aposei avatar Apr 20 '24 12:04 Aposei

The same problem:

Zigbee2MQTT:error 2024-04-20 16:43:04: Publish 'set' 'state' to 'IKEA 3' failed: 'Error: ZCL command 0xcc86ecfffe8d422e/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Data request failed with error: 'No network route' (205))' Zigbee2MQTT:error 2024-04-20 16:43:06: Publish 'set' 'state' to 'WOOX 1' failed: 'Error: ZCL command 0x588e81fffede3426/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Data request failed with error: 'No network route' (205))'

etc

bezdekf avatar Apr 20 '24 14:04 bezdekf

same here:

Failed to configure '0xa4c1387bc939184d', attempt 2 (Error: ZCL command 0xa4c1387bc939184d/1 haElectricalMeasurement.configReport([{"attribute":"rmsCurrent","minimumReportInterval":5,"maximumReportInterval":3600,"reportableChange":50}], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Data request failed with error: 'MAC no ack' (233)) at ZStackAdapter.sendZclFrameToEndpointInternal (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:415:23) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Queue.execute (/app/node_modules/zigbee-herdsman/src/utils/queue.ts:35:20) at Request.send (/app/node_modules/zigbee-herdsman/src/controller/helpers/request.ts:79:20) at Endpoint.zclCommand (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:760:28) at Endpoint.configureReporting (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:561:9) at Object.rmsCurrent (/app/node_modules/zigbee-herdsman-converters/src/lib/reporting.ts:216:5) at configure (/app/node_modules/zigbee-herdsman-converters/src/devices/tuya.ts:3773:13) at Object.configure (/app/node_modules/zigbee-herdsman-converters/src/index.ts:162:21) at Configure.configure (/app/lib/extension/configure.ts:122:13))

paboman avatar Apr 20 '24 15:04 paboman

The same problem:

Zigbee2MQTT:error 2024-04-20 16:43:04: Publish 'set' 'state' to 'IKEA 3' failed: 'Error: ZCL command 0xcc86ecfffe8d422e/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Data request failed with error: 'No network route' (205))' Zigbee2MQTT:error 2024-04-20 16:43:06: Publish 'set' 'state' to 'WOOX 1' failed: 'Error: ZCL command 0x588e81fffede3426/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Data request failed with error: 'No network route' (205))'

etc

I didn't change anything and suddenly after 2 days everything works. But just to be sure, I'm switching from the not recommended CC 2531 to the SONOFF ZB Dongle-P Zigbee 3.0

bezdekf avatar Apr 20 '24 16:04 bezdekf

Est il possible d’avoir une réponse à cette erreur qui est récurrente et surtout qui bloque tout fonctionnement? Par avance merci

Pepeuch avatar Apr 20 '24 17:04 Pepeuch

I now have this issue too, was working fine till a stop and start of the z2m.

2024-04-21 10:31:22Publish 'set' 'state' to '01 - switch - mbed' failed: 'Error: ZCL command 0x00124b00246cb0b6/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (no response received (70))'

Conbee2 in a Pi 4

DEVLINKS: >-
  /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2436161-if00
  /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2:1.0
DEVNAME: /dev/ttyACM0
DEVPATH: >-
  /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2:1.0/tty/ttyACM0
ID_BUS: usb
ID_MODEL: ConBee_II
ID_MODEL_ENC: ConBee\x20II
ID_MODEL_ID: '0030'
ID_PATH: platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2:1.0
ID_PATH_TAG: platform-fd500000_pcie-pci-0000_01_00_0-usb-0_1_2_1_0
ID_REVISION: '0100'
ID_SERIAL: dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2436161
ID_SERIAL_SHORT: DE2436161
ID_TYPE: generic
ID_USB_DRIVER: cdc_acm
ID_USB_INTERFACES: ':020201:0a0000:'
ID_USB_INTERFACE_NUM: '00'
ID_USB_MODEL: ConBee_II
ID_USB_MODEL_ENC: ConBee\x20II
ID_USB_MODEL_ID: '0030'
ID_USB_REVISION: '0100'
ID_USB_SERIAL: dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2436161
ID_USB_SERIAL_SHORT: DE2436161
ID_USB_TYPE: generic
ID_USB_VENDOR: dresden_elektronik_ingenieurtechnik_GmbH
ID_USB_VENDOR_ENC: dresden\x20elektronik\x20ingenieurtechnik\x20GmbH
ID_USB_VENDOR_ID: 1cf1
ID_VENDOR: dresden_elektronik_ingenieurtechnik_GmbH
ID_VENDOR_ENC: dresden\x20elektronik\x20ingenieurtechnik\x20GmbH
ID_VENDOR_ID: 1cf1
MAJOR: '166'
MINOR: '0'
SUBSYSTEM: tty
TAGS: ':systemd:'
USEC_INITIALIZED: '1797972056257'

mhzawadi avatar Apr 21 '24 09:04 mhzawadi

The same issuse started on 1.36.1 I've moved back to 1.36 but the issue exists: zigbee2mqtt | Zigbee2MQTT:debug 2024-04-22 16:10:54: Error: Command 0x84fd27fffee27a55/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 55120 - 1 - 13 - 6 - 11 after 10000ms) zigbee2mqtt | at Object.start (/app/node_modules/zigbee-herdsman/src/utils/waitress.ts:63:23) zigbee2mqtt | at ZStackAdapter.sendZclFrameToEndpointInternal (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:499:47) zigbee2mqtt | at processTicksAndRejections (node:internal/process/task_queues:95:5) zigbee2mqtt | at Queue.execute (/app/node_modules/zigbee-herdsman/src/utils/queue.ts:35:20) zigbee2mqtt | at Request.send (/app/node_modules/zigbee-herdsman/src/controller/helpers/request.ts:79:20) zigbee2mqtt | at Endpoint.command (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:746:28) zigbee2mqtt | at Object.convertSet (/app/node_modules/zigbee-herdsman-converters/src/converters/toZigbee.ts:46:17) zigbee2mqtt | at Object.convertSet (/app/node_modules/zigbee-herdsman-converters/src/converters/toZigbee.ts:3242:28) zigbee2mqtt | at Publish.onMQTTMessage (/app/lib/extension/publish.ts:259:36) zigbee2mqtt | at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:174:17)

device

Zigbee 3.0 smart light switch module 2 gang (BW-SS7_2gang) producent: BlitzWolf

logs attached mqtt-e9c00b799d38e6cea56d6ca67013c4a7-0x84fd27fffee27a55-cfb76b68aa064a467d78c69ab1342f1f.json

gregorth avatar Apr 22 '24 14:04 gregorth

Same behaviour with a ZB-GW04 v1.2 (latest fw: v7.4.1.0) and some Tuya lightbulbs: TS0505B_1_1 and TS0505B_2_1

DiegoJp avatar Apr 22 '24 20:04 DiegoJp

Does anyone here have this error with SONOFF Zigbee dongle-P?

I am trying to understand if this is an isolated issue with ConBee2/RaspBee2. If so then it's something else I need to resolve with my SONOFF Zigbee dongle-P.

galant-ho avatar Apr 22 '24 20:04 galant-ho

Have the same issue with TS0002 (model _TZ3000_fisb3ajo) 2 gang switch module

Publish 'get' 'power_on_behavior' to 'Bathroom_Switch' failed: 'Error: ZCL command 0xa4c13873a4df1d0c/1 genOnOff.read(["moesStartUpOnOff"], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 391 - 1 - 5 - 6 - 1 after 10000ms)'

Actual version 1.36. Coordinator Sonoff dongle E

paveltsytovich avatar Apr 23 '24 07:04 paveltsytovich

Does anyone here have this error with SONOFF Zigbee dongle-P?

I am trying to understand if this is an isolated issue with ConBee2/RaspBee2. If so then it's something else I need to resolve with my SONOFF Zigbee dongle-P.

Yes. I ran into the errors while running the "Sonoff Zigbee 3.0 USB Dongle Plus" (idVendor=10c4, idProduct=ea60) which I believe is identical.

shanec42 avatar Apr 23 '24 16:04 shanec42

Migrated my Zigbee network on a Conbee 2 from Deconz to Zigbee2Mqtt this weekend. Now none of my lamps work anymore because of this. Seems to have started after an unintended shutdown of HassOS and with it Zigbee2Mqtt.

remcotjeerdsma avatar Apr 23 '24 17:04 remcotjeerdsma

I've just migrated from Conbee II to Sonoff dongle P and after abour 18 hours just got an error:

error 2024-04-25 12:02:45: Publish 'set' 'state' to 'gniazdko_xiaomi' failed: 'Error: ZCL command 0x00158d0002347282/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 18793 - 1 - 158 - 6 - 11 after 10000ms)'

You can see in my previous post https://github.com/Koenkk/zigbee2mqtt/issues/22189#issuecomment-2053533255 with Conbee that the error was a bit different but more or less the same. So it is not a matter of dongle I guess

majkers avatar Apr 25 '24 10:04 majkers

The same problem:

[11:46:25] INFO: Preparing to start...
[11:46:25] INFO: Socat not enabled
[11:46:26] INFO: Starting Zigbee2MQTT...
Zigbee2MQTT:error 2024-04-26 11:47:18: Failed to read state of 'Me-HoRa' after reconnect (ZCL command 0x94deb8fffe4c0d2a/1 genOnOff.read(["onOff"], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Data request failed with error: 'MAC channel access failure' (225)))
Zigbee2MQTT:error 2024-04-26 11:47:21: Failed to read state of 'Me-Sk' after reconnect (ZCL command 0x94deb8fffe314afe/1 genOnOff.read(["onOff"], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Data request failed with error: 'MAC channel access failure' (225)))
Zigbee2MQTT:error 2024-04-26 12:20:40: Publish 'set' 'state' to 'Zs-Ho' failed: 'Error: ZCL command 0xa4c138104f2150a6/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (SRSP - AF - dataRequest after 6000ms)'

After restarting, Z2M works for a while!

Trzinka avatar Apr 26 '24 11:04 Trzinka

Same issue after downgrading to 1.36.0 and 1.35.3. It seems to be somewhat transient as it works again after a moment.

  • I have 2 Tuya WHD02 with the problem. I can turn it on, but not off, fixed by pressing the physical switch.
  • Once turned on and before pressing the switch (to "fix" it), the zbminil2 that is paired to it can no longer be controlled, other than that it works ok).
  • I identified the issue with 2 WHD02 and a 3rd one works fine.
  • The only diff I can tell is that the one that works has no end device connected to it. Other than that, not sure..
  • Restarting z2m fixes the issue altogether for some time.
Zigbee2MQTT:error 2024-04-26 15:15:14: Publish 'set' 'state' to 'Light Ceiling Kitchen' failed: 'Error: Command 0xa4c1387e52c34552/1 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 17076 - 1 - 26 - 6 - 11 after 10000ms)'

Zigbee2MQTT:info  2024-04-26 15:15:14: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"Publish 'set' 'state' to 'Light Ceiling Kitchen' failed: 'Error: Command 0xa4c1387e52c34552/1 genOnOff.off({}, {\"timeout\":10000,\"disableResponse\":false,\"disableRecovery\":false,\"disableDefaultResponse\":false,\"direction\":0,\"srcEndpoint\":null,\"reservedBits\":0,\"manufacturerCode\":null,\"transactionSequenceNumber\":null,\"writeUndiv\":false}) failed (Timeout - 17076 - 1 - 26 - 6 - 11 after 10000ms)'","meta":{"friendly_name":"Light Ceiling Kitchen"},"type":"zigbee_publish_error"}'

vxav avatar Apr 26 '24 13:04 vxav

[solved for me] I had the same problem, with a Conbee II, HAOS (thinkclient) and Z2M 1.36.1 I solved my problem by upgrading the firmware of my Conbee II key to the latest version (0x26780700)

If this solution helps anyone :-)

delphijb avatar Apr 30 '24 20:04 delphijb

Having similar issue with my Aqara E1 Roller Shade Driver starting last week. Thought it was my setting issue so repair it several times. The E1 paired successfully, able to control the blind for certain times until the next day, lost control from HA.

2024-04-17 08:03:54Publish 'set' 'state' to 'E1-blind' failed: 'Error: ZCL command 0x54ef4410009ff334/1 genAnalogOutput.write({"presentValue":0}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 47747 - 1 - 208 - 13 - 4 after 10000ms)'

To give an update here... my issue seemed to be resolved by adding a good router near to my Aqara E1 blind. Aqara appears to be non Zigbee 3.0 standard in which not so compatible with other brand router. I've got a Aqara smart switch with neutral wire, installed it a few feet away from the E1 solved the problem. Running pretty well for 3 days straight.

galant-ho avatar May 01 '24 00:05 galant-ho