dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.9k stars 499 forks source link

Issue pairing innr RB 251 C #6999

Closed DieterKoblenz closed 1 year ago

DieterKoblenz commented 1 year ago

Describe the bug

I am trying to pair a previously paired to z2m innr light bulb (rgb), it pairs, however not correctly.

I'm getting (in deCONZ) a hex named device, with all the relevant clusters. I can controle the device from deCONZ, but obviously it won't show up in phoscon/home assistant.

Steps to reproduce the behavior

  1. Reset the light bulb via manufacturer instruction.
  2. Enable permit join.
  3. Try to pair the device.

I've also tried to reset the device during the permit join. Same result unfortunately.

Expected behavior

A functional device.

Screenshots

Environment

deCONZ Logs

image image image

Additional context

53 nodes, plenty of routers including dedicated router (zbdongle)

BabaIsYou commented 1 year ago

I think it's not a bug but a device request for a not yet supported device. Can you please add a screenshot for all clusters (after clicking "read") ?

DieterKoblenz commented 1 year ago

Ah apologies, I paired it after my other innr bulbs. They are indeed different, and probably fully supported. Screenshots coming now.

Mimiix commented 1 year ago

I am wondering why a light is not supported automatically. Normally, it is.

I'll check with the devs. If they say this is correct behavior, i have to ask you to open an device request for this.

DieterKoblenz commented 1 year ago

Basic: image Identity: image Groups: image Scenes: image Onoff: image Level control: image Color control (Part, do you need all atributes?) image ZLL Commissioning: image

FC57 Unknown: 0

FC82 Inrr specific: image

OTUA: image

Then F2 Green Power 0021 Green Power: empty

Mimiix commented 1 year ago

Not here please :) Lets await the devs first.

DieterKoblenz commented 1 year ago

Not here please :) Lets await the devs first.

Apologies, I responded to BabalsYou message and in the meantime you replied as well ;)

Mimiix commented 1 year ago

Hi,

Can you check in deCONZ under "control" if legacy support is enabled (Basic or either Hybrid).

Additionally, can you provide some logs with INFO, INFO L2, Error, Error L2, APS, APS L2. Please use pastebin to share :)

DieterKoblenz commented 1 year ago

Hi,

Can you check in deCONZ under "control" if legacy support is enabled (Basic or either Hybrid).

Additionally, can you provide some logs with INFO, INFO L2, Error, Error L2, APS, APS L2. Please use pastebin to share :)

I have hybrid support active due to another device I was trying to add. I'll try to provide some logs of the device pairing. However I am unsure how to get those logs from within the HA add-on.

Edit: i've tried to get some logs, but it gets spammed so fast I am unable to get the relevant data.

Smanar commented 1 year ago

i've tried to get some logs, but it gets spammed so fast I am unable to get the relevant data.

Can try with less flag to start, just "info" and "info_l2"

Mimiix commented 1 year ago

Hi, Can you check in deCONZ under "control" if legacy support is enabled (Basic or either Hybrid). Additionally, can you provide some logs with INFO, INFO L2, Error, Error L2, APS, APS L2. Please use pastebin to share :)

I have hybrid support active due to another device I was trying to add. I'll try to provide some logs of the device pairing. However I am unsure how to get those logs from within the HA add-on.

Edit: i've tried to get some logs, but it gets spammed so fast I am unable to get the relevant data.

Just uncheck the boxes and it stops :)

Mimiix commented 1 year ago

I have hybrid support active due to another device I was trying to add. I'll try to provide some logs of the device pairing. However I am unsure how to get those logs from within the HA add-on.

What if you put it on Basic?

DieterKoblenz commented 1 year ago

On basic it paired as extendible light, that is nice. So hybrid mode prevents automatic light pairing on unsupported lights?

I've added a INFO/WARN-L2 log here: https://pastebin.com/fFAnQQRp

Mimiix commented 1 year ago

It probably created a basic DDF in hybrid mode, which caused this probably. In Basic mode the legacy code is done first and DDF after.

Nevertheless, as this is not a bug but expected behavior i am closing this issue.