Mr-Markus / ZigbeeNet

A .NET Standard library for working with ZigBee
Eclipse Public License 1.0
130 stars 46 forks source link

ConBee II connected but all the values are 0 or null #157

Open SamueleBigi opened 3 years ago

SamueleBigi commented 3 years ago

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 (?)