ZigbeeNet icon indicating copy to clipboard operation
ZigbeeNet copied to clipboard

ConBee II connected but all the values are 0 or null

Open SamueleBigi opened this issue 3 years ago • 0 comments

Hi, i'm making a project that involves a switch (Aqara wireless mini switch) that, when pressed, sends a message to the computer to start a timer. I've already connected the switch to the ConBee II via deCONZ and wrote a script using this library that prints all the nodes connected to the network, but when I run it, only the dongle is detected.

I've also tried getting the node address of the switch using the GetNode function and the network address of the switch (given by deCONZ), but the value is null.

Are switches supported by the library? If they are, how can i resolve this problem?

UPDATE, READ ME: the problem is even bigger than what I initially thought. I noticed that all the values of the node obtained with the function GetNode(0) (it should be the dongle) are 0, null or unknown. I tried using the GetEndpoints() function, but it only returns "count = 0" even if deCONZ tells me there's 2 of them. It looks like there's a communication problem with the ConBee II (?)

SamueleBigi avatar Jun 14 '21 13:06 SamueleBigi