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

Cannot control INNR round ceiling light (RCL 110) #26243

Open
rgruyters opened this issue Feb 7, 2025 · 1 comment
Open

Cannot control INNR round ceiling light (RCL 110) #26243

rgruyters opened this issue Feb 7, 2025 · 1 comment
Labels
problem Something isn't working

Comments

@rgruyters
Copy link

rgruyters commented Feb 7, 2025

What happened?

The last few weeks my INNR ceiling light stops working after a while. When I restart zigbee2mqtt or rejoin, it works for a few minutes, after that it stops working.

[2025-02-07 12:41:55] error:    z2m: Publish 'set' 'state' to '0x00158d0000fbe27a' failed: 'Error: ZCL command 0x00158d0000fbe27a/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Delivery failed for '48944'.)'

Other devices (lights, sensors, etc.) all working fine. I have a total of 39 devices connected in my zigbee network. (22 routers and 17 end devices)

Signify Netherlands B.V.: 20
Philips: 7
LUMI: 6
frient A/S: 2
IKEA of Sweden: 2
ROBB smarrt: 1
innr: 1

What did you expect to happen?

Keep on controlling the lights

How to reproduce it (minimal and precise)

  1. stop zigbee2mqtt addon in HA (currently 2025.02)
  2. start zigbee2mqtt addon
  3. control the INNR light for a few minutes
  4. after a while stops working

Zigbee2MQTT version

2.1.1

Adapter firmware version

7.4.4 [GA]

Adapter

Home Assistant ZBT-1 (ember)

Setup

Add-on on Home Assistant, Home Assistant Green

Debug log

[2025-02-07 13:08:07] debug:    z2m:mqtt: Received MQTT message on 'zigbee2mqtt/0x00158d0000fbe27a/set' with data '{"state":"ON"}'
[2025-02-07 13:08:07] debug:    z2m: Publishing 'set' 'state' to '0x00158d0000fbe27a'
[2025-02-07 13:08:07] debug:    zh:controller:endpoint: ZCL command 0x00158d0000fbe27a/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false})
[2025-02-07 13:08:07] debug:    zh:ember: ~~~> [ZCL to=0x00158d0000fbe27a:50281 apsFrame={"profileId":260,"clusterId":6,"sourceEndpoint":1,"destinationEndpoint":1,"options":4416,"groupId":0,"sequence":0} header={"frameControl":{"reservedBits":0,"frameType":1,"direction":0,"disableDefaultResponse":false,"manufacturerSpecific":false},"transactionSequenceNumber":46,"commandIdentifier":1}]
[2025-02-07 13:08:07] debug:    zh:ember:ezsp: ===> [FRAME: ID=52:"SEND_UNICAST" Seq=150 Len=24]
[2025-02-07 13:08:07] debug:    zh:ember:uart:ash: ---> [FRAME type=DATA frmTx=6 frmRx=0](ackRx=6)
[2025-02-07 13:08:07] debug:    zh:ember:uart:ash: <--- [FRAME type=DATA]
[2025-02-07 13:08:07] debug:    zh:ember:uart:ash: <--- [FRAME type=DATA ackNum=7](ackRx=6 frmTx=7)
[2025-02-07 13:08:07] debug:    zh:ember:uart:ash: <--- [FRAME type=DATA ackNum=7 frmNum=0](frmRx=0) Added to rxQueue
[2025-02-07 13:08:07] debug:    zh:ember:uart:ash: ---> [FRAME type=ACK frmRx=1](ackRx=7)
[2025-02-07 13:08:07] debug:    zh:ember:ezsp: <=== [FRAME: ID=52:"SEND_UNICAST" Seq=150 Len=7]
[2025-02-07 13:08:07] debug:    zh:ember:ezsp: ~~~> [SENT type=DIRECT apsSequence=180 messageTag=93 status=OK]
[2025-02-07 13:08:12] debug:    zh:ember:uart:ash: <--- [FRAME type=DATA]
[2025-02-07 13:08:12] debug:    zh:ember:uart:ash: <--- [FRAME type=DATA ackNum=7](ackRx=7 frmTx=7)
[2025-02-07 13:08:12] debug:    zh:ember:uart:ash: <--- [FRAME type=DATA ackNum=7 frmNum=1](frmRx=1) Added to rxQueue
[2025-02-07 13:08:12] debug:    zh:ember:uart:ash: ---> [FRAME type=ACK frmRx=2](ackRx=7)
[2025-02-07 13:08:12] debug:    zh:ember:ezsp: <=== [CBFRAME: ID=63:"MESSAGE_SENT_HANDLER" Seq=150 Len=22]
[2025-02-07 13:08:12] debug:    zh:ember:ezsp: ezspMessageSentHandler(): callback called with: [status=ZIGBEE_DELIVERY_FAILED], [type=DIRECT], [indexOrDestination=50281], [apsFrame={"profileId":260,"clusterId":6,"sourceEndpoint":1,"destinationEndpoint":1,"options":4416,"groupId":0,"sequence":180}], [messageTag=93]
[2025-02-07 13:08:12] debug:    zh:ember: ~x~> DELIVERY_FAILED [indexOrDestination=50281 apsFrame={"profileId":260,"clusterId":6,"sourceEndpoint":1,"destinationEndpoint":1,"options":4416,"groupId":0,"sequence":180} messageTag=93]
[2025-02-07 13:08:12] debug:    zh:controller:endpoint: Error: ZCL command 0x00158d0000fbe27a/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Delivery failed for '50281'.)
    at EmberOneWaitress.deliveryFailedFor (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/adapter/oneWaitress.ts:100:31)
    at EmberAdapter.onMessageSent (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:457:42)
    at Ezsp.emit (node:events:524:28)
    at Ezsp.ezspMessageSentHandler (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/ezsp/ezsp.ts:5055:14)
    at Ezsp.callbackDispatch (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/ezsp/ezsp.ts:736:26)
    at Ezsp.onAshFrame (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/ezsp/ezsp.ts:396:22)
    at UartAsh.emit (node:events:524:28)
    at Immediate.<anonymous> (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/uart/ash.ts:1171:45)
    at processImmediate (node:internal/timers:491:21)
[2025-02-07 13:08:12] error:    z2m: Publish 'set' 'state' to '0x00158d0000fbe27a' failed: 'Error: ZCL command 0x00158d0000fbe27a/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Delivery failed for '50281'.)'
[2025-02-07 13:08:12] debug:    z2m: Error: ZCL command 0x00158d0000fbe27a/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Delivery failed for '50281'.)
    at EmberOneWaitress.deliveryFailedFor (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/adapter/oneWaitress.ts:100:31)
    at EmberAdapter.onMessageSent (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:457:42)
    at Ezsp.emit (node:events:524:28)
    at Ezsp.ezspMessageSentHandler (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/ezsp/ezsp.ts:5055:14)
    at Ezsp.callbackDispatch (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/ezsp/ezsp.ts:736:26)
    at Ezsp.onAshFrame (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/ezsp/ezsp.ts:396:22)
    at UartAsh.emit (node:events:524:28)
    at Immediate.<anonymous> (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/uart/ash.ts:1171:45)
    at processImmediate (node:internal/timers:491:21)
@rgruyters rgruyters added the problem Something isn't working label Feb 7, 2025
@rgruyters rgruyters changed the title Cannot control INNR round ceiling light (RCL 10) Cannot control INNR round ceiling light (RCL 110) Feb 8, 2025
@rgruyters
Copy link
Author

I also tried zigbee2mqtt-edge, but same problem.

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

1 participant